time_r: Minor updates.
[pspp] / ChangeLog
1 2010-04-03  Bruno Haible  <bruno@clisp.org>
2
3         time_r: Minor updates.
4         * modules/time_r (Description): Mention the provided functions.
5         * lib/time_r.c: Don't include <string.h>.
6         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
7         * doc/posix-functions/localtime_r.texi: Likewise.
8
9 2010-04-03  Bruno Haible  <bruno@clisp.org>
10
11         time: Fix regression introduced on 2010-03-08.
12         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
13         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
14
15 2010-04-03  Jim Meyering  <meyering@redhat.com>
16
17         maint.mk: don't silently disable project-specific syntax-check rules
18         * top/maint.mk (_prohibit_regexp): Define, to help people realize
19         that they need to convert their project-specific syntax-check rules
20         to use the new _sc_search_regexp.
21
22 2010-04-03  Bruno Haible  <bruno@clisp.org>
23
24         fchdir: Fix regression introduced on 2010-03-08.
25         * lib/unistd.in.h (fchdir): Fix declaration.
26         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
27         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
28         REPLACE_FCHDIR.
29         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
30         REPLACE_FCHDIR.
31
32 2010-04-03  Bruno Haible  <bruno@clisp.org>
33
34         getpagesize: Fix C++ test error on mingw.
35         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
36         system does not declare the function.
37         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
38         declared.
39         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
40         HAVE_DECL_GETPAGESIZE.
41         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
42
43 2010-04-03  Bruno Haible  <bruno@clisp.org>
44
45         stdio: Make C++ tests work on mingw.
46         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
47         does not declare the function.
48
49 2010-04-03  Bruno Haible  <bruno@clisp.org>
50
51         ftello: Fix C++ test error on mingw.
52         * lib/stdio.in.h (ftello): Use modern idiom.
53         * lib/ftello.c (ftello): Renamed from rpl_ftello.
54         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
55         is missing and that it needs to be replaced.
56         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
57         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
58         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
59
60 2010-04-03  Bruno Haible  <bruno@clisp.org>
61
62         fseeko: Fix C++ test error on mingw.
63         * lib/stdio.in.h (fseeko): Use modern idiom.
64         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
65         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
66         is missing and that it needs to be replaced.
67         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
68         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
69         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
70
71 2010-04-03  Bruno Haible  <bruno@clisp.org>
72
73         mkstemp: Fix C++ test error on mingw.
74         * lib/stdlib.in.h (mkstemp): Use modern idiom.
75         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
76         function is missing and that it needs to be replaced.
77         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
78         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
79
80 2010-04-03  Bruno Haible  <bruno@clisp.org>
81
82         stpncpy: Fix C++ test error on mingw.
83         * lib/string.in.h (stpncpy): Use modern idiom.
84         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
85         function is missing and that it needs to be replaced.
86         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
87         REPLACE_STPNCPY.
88         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
89
90 2010-04-03  Bruno Haible  <bruno@clisp.org>
91
92         sys_stat: Fix C++ test error on mingw.
93         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
94         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
95
96 2010-04-03  Bruno Haible  <bruno@clisp.org>
97
98         pty: Update doc.
99         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
100
101 2010-04-03  Bruno Haible  <bruno@clisp.org>
102
103         unistd: Fix C++ test error on mingw.
104         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
105
106 2010-04-03  Bruno Haible  <bruno@clisp.org>
107
108         Update doc regarding mingw.
109         * doc/glibc-functions/openpty.texi: Update regarding mingw.
110         * doc/glibc-functions/login_tty.texi: Likewise.
111         * doc/glibc-functions/forkpty.texi: Likewise.
112
113 2010-04-03  Bruno Haible  <bruno@clisp.org>
114
115         stdlib: Avoid compilation failure of c-strtold on mingw.
116         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
117
118 2010-04-03  Bruno Haible  <bruno@clisp.org>
119
120         locale: Make C++ tests work on Cygwin and mingw.
121         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
122         cannot provide the function.
123         Reported by Simon Josefsson.
124
125 2010-04-03  Bruno Haible  <bruno@clisp.org>
126
127         localename: Port to MacOS X 10.6.
128         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
129         memory layout of the locales in MacOS X 10.6 as well.
130         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
131
132 2010-04-02  Bruno Haible  <bruno@clisp.org>
133
134         gnulib-tool: Ensure that long-running tests are executed last.
135         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
136         running tests after the one for the other tests.
137
138 2010-04-02  Bruno Haible  <bruno@clisp.org>
139
140         gnulib-tool: Ensure the tests in the main directory are executed first.
141         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
142         start with the current directory.
143
144 2010-04-02  Bruno Haible  <bruno@clisp.org>
145
146         Tests for module 'havelib', moved here from GNU gettext.
147         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
148         modifications.
149         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
150         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
151         with modifications.
152         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
153         modifications.
154         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
155         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
156         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
157         with modifications.
158         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
159         with modifications.
160         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
161         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
162         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
163         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
164         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
165         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
166         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
167         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
168         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
169         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
170         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
171         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
172         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
173         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
174         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
175         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
176         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
177         with modifications.
178         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
179         with modifications.
180         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
181         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
182         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
183         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
184         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
185         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
186         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
187         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
188         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
189         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
190         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
191         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
192         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
193         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
194         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
195         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
196         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
197         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
198         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
199         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
200         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
201         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
202         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
203         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
204         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
205         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
206         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
207         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
208         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
209         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
210         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
211         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
212         * tests/havelib/rpathx/rpathx.c: New file, from
213         gettext/autoconf-lib-link.
214         * tests/havelib/rpathx/Makefile.am: New file, from
215         gettext/autoconf-lib-link.
216         * tests/havelib/rpathx/configure.ac: New file, from
217         gettext/autoconf-lib-link with modifications.
218         * tests/havelib/rpathy/rpathy.c: New file, from
219         gettext/autoconf-lib-link.
220         * tests/havelib/rpathy/Makefile.am: New file, from
221         gettext/autoconf-lib-link.
222         * tests/havelib/rpathy/configure.ac: New file, from
223         gettext/autoconf-lib-link with modifications.
224         * tests/havelib/rpathz/rpathz.c: New file, from
225         gettext/autoconf-lib-link.
226         * tests/havelib/rpathz/Makefile.am: New file, from
227         gettext/autoconf-lib-link.
228         * tests/havelib/rpathz/configure.ac: New file, from
229         gettext/autoconf-lib-link with modifications.
230         * tests/havelib/rpathlx/usex.c: New file, from
231         gettext/autoconf-lib-link.
232         * tests/havelib/rpathlx/Makefile.am: New file, from
233         gettext/autoconf-lib-link.
234         * tests/havelib/rpathlx/configure.ac: New file, from
235         gettext/autoconf-lib-link with modifications.
236         * tests/havelib/rpathly/usey.c: New file, from
237         gettext/autoconf-lib-link.
238         * tests/havelib/rpathly/Makefile.am: New file, from
239         gettext/autoconf-lib-link.
240         * tests/havelib/rpathly/configure.ac: New file, from
241         gettext/autoconf-lib-link with modifications.
242         * tests/havelib/rpathlz/usez.c: New file, from
243         gettext/autoconf-lib-link.
244         * tests/havelib/rpathlz/Makefile.am: New file, from
245         gettext/autoconf-lib-link.
246         * tests/havelib/rpathlz/configure.ac: New file, from
247         gettext/autoconf-lib-link with modifications.
248         * tests/havelib/rpathlyx/usey.c: New file, from
249         gettext/autoconf-lib-link.
250         * tests/havelib/rpathlyx/Makefile.am: New file, from
251         gettext/autoconf-lib-link.
252         * tests/havelib/rpathlyx/configure.ac: New file, from
253         gettext/autoconf-lib-link with modifications.
254         * tests/havelib/rpathlzyx/usez.c: New file, from
255         gettext/autoconf-lib-link.
256         * tests/havelib/rpathlzyx/Makefile.am: New file, from
257         gettext/autoconf-lib-link.
258         * tests/havelib/rpathlzyx/configure.ac: New file, from
259         gettext/autoconf-lib-link with modifications.
260         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
261         with modifications.
262
263 2010-04-02  Bruno Haible  <bruno@clisp.org>
264
265         gnulib-tool: Create distributed built sources also for the tests.
266         * gnulib-tool (func_create_testdir): Also generate distributed built
267         sources in the tests directory.
268
269 2010-04-02  Bruno Haible  <bruno@clisp.org>
270
271         gnulib-tool: Obey user's environment variables.
272         * gnulib-tool (func_create_testdir): When creating built sources,
273         respect the environment variables for autoconf, automake, etc. given by
274         the user.
275
276 2010-04-02  Bruno Haible  <bruno@clisp.org>
277
278         gnulib-tool: Provide the value of --m4-base to modules.
279         * gnulib-tool (func_import, func_create_testdir): Emit a definition
280         of gl_m4_base.
281
282 2010-04-02  Eric Blake  <eblake@redhat.com>
283
284         maint.mk: fix some fallout
285         * NEWS: Document the incompatible change, and its effect on cfg.mk.
286         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
287
288 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
289
290         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
291         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
292         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
293         (sc_cast_of_x_alloc_return_value): Likewise.
294         (sc_cast_of_alloca_return_value): Likewise.
295         (sc_space_tab): Likewise.
296         (sc_prohibit_atoi_atof): Likewise.
297         (sc_prohibit_magic_number_exit): Likewise.
298         (sc_error_exit_success): Likewise.
299         (sc_file_system): Likewise.
300         (sc_prohibit_have_config_h): Likewise.
301         (sc_require_config_h): Likewise.
302         (sc_prohibit_HAVE_MBRTOWC): Likewise.
303         (sc_obsolete_symbols): Likewise.
304         (sc_changelog): Likewise.
305         (sc_program_name): Likewise.
306         (sc_the_the): Likewise.
307         (sc_trailing_blank): Likewise.
308         (sc_two_space_separator_in_usage): Likewise.
309         (sc_useless_cpp_parens): Likewise.
310         (sc_GPL_version): Likewise.
311         (sc_GFDL_version): Likewise.
312         (sc_texinfo_acronym): Likewise.
313         (sc_prohibit_cvs_keyword): Likewise.
314         (sc_prohibit_stat_st_blocks): Likewise.
315         (sc_prohibit_S_IS_definition): Likewise.
316         (sc_redundant_const): Likewise.
317         (sc_makefile_TAB_only_indentation): Likewise.
318         (sc_m4_quote_check): Likewise.
319         (sc_makefile_path_separator_check): Likewise.
320         (sc_copyright_check): Likewise.
321         (sc_Wundef_boolean): Likewise.
322         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
323
324         maint.mk: match 0 or more whitespace-before-function-call '('
325         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
326         that have zero or two-and-more spaces between the function name
327         and the open parenthesis.
328         (sc_error_message_warn_fatal): Likewise.
329         (sc_error_message_uppercase): Likewise.
330         (sc_error_message_period): Likewise.
331
332 2010-03-31  Eric Blake  <eblake@redhat.com>
333
334         maint.mk: check for [ as well as test
335         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
336         Based on a libvirt report by Matthias Bolte.
337
338         gnumakefile: don't squelch _version output
339         * top/GNUmakefile (_version): Create one-shot dependency rather
340         than using $(shell) when version must be regenerated.
341         (_autoreconf): Run verbosely, by default.
342
343         sys_time: avoid compiler warnings
344         * lib/sys_time.in.h (includes): Ensure gcc pragma is
345         unconditional, fixing regression from 2010-03-29.
346         Reported by Simon Josefsson.
347
348 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
349
350         maint.mk: s/_header_without_use/_sc_header_without_use/
351         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
352         (sc_prohibit_assert_without_use): Use the new name.
353         (sc_prohibit_close_stream_without_use): Likewise.
354         (sc_prohibit_getopt_without_use): Likewise.
355         (sc_prohibit_quotearg_without_use): Likewise.
356         (sc_prohibit_quote_without_use): Likewise.
357         (sc_prohibit_long_options_without_use): Likewise.
358         (sc_prohibit_inttostr_without_use): Likewise.
359         (sc_prohibit_ignore_value_without_use): Likewise.
360         (sc_prohibit_error_without_use): Likewise.
361         (sc_prohibit_xalloc_without_use): Likewise.
362         (sc_prohibit_hash_without_use): Likewise.
363         (sc_prohibit_hash_pjw_without_use): Likewise.
364         (sc_prohibit_safe_read_without_use): Likewise.
365         (sc_prohibit_argmatch_without_use): Likewise.
366         (sc_prohibit_canonicalize_without_use): Likewise.
367         (sc_prohibit_root_dev_ino_without_use): Likewise.
368         (sc_prohibit_openat_without_use): Likewise.
369         (sc_prohibit_c_ctype_without_use): Likewise.
370         (sc_prohibit_signal_without_use): Likewise.
371         (sc_prohibit_intprops_without_use): Likewise.
372
373 2010-03-30  Eric Blake  <eblake@redhat.com>
374
375         maint: improve module indicators
376         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
377         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
378         columns, and avoid extra macro expansion.
379
380         fdopendir: work around FreeBSD bug
381         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
382         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
383         * modules/dirent (Makefile.am): Substitute it.
384         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
385         declaration.
386         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
387         fix.
388         Reported by Christian Weisgerber <naddy@mips.inka.de>.
389
390 2010-03-29  Bruno Haible  <bruno@clisp.org>
391
392         Emit #pragma system_header after the inclusion guard, not before.
393         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
394         guard that spans the entire file, not before. This enables an
395         optimization in GCC's preprocessor.
396         * lib/ctype.in.h: Likewise.
397         * lib/dirent.in.h: Likewise.
398         * lib/errno.in.h: Likewise.
399         * lib/float.in.h: Likewise.
400         * lib/getopt.in.h: Likewise.
401         * lib/iconv.in.h: Likewise.
402         * lib/langinfo.in.h: Likewise.
403         * lib/locale.in.h: Likewise.
404         * lib/math.in.h: Likewise.
405         * lib/netdb.in.h: Likewise.
406         * lib/netinet_in.in.h: Likewise.
407         * lib/pty.in.h: Likewise.
408         * lib/sched.in.h: Likewise.
409         * lib/se-selinux.in.h: Likewise.
410         * lib/search.in.h: Likewise.
411         * lib/spawn.in.h: Likewise.
412         * lib/stdarg.in.h: Likewise.
413         * lib/stdint.in.h: Likewise.
414         * lib/string.in.h: Likewise.
415         * lib/strings.in.h: Likewise.
416         * lib/sys_file.in.h: Likewise.
417         * lib/sys_ioctl.in.h: Likewise.
418         * lib/sys_time.in.h: Likewise.
419         * lib/sys_times.in.h: Likewise.
420         * lib/sys_utsname.in.h: Likewise.
421         * lib/sys_wait.in.h: Likewise.
422         * lib/sysexits.in.h: Likewise.
423         * lib/wctype.in.h: Likewise.
424
425 2010-03-28  James Youngman  <jay@gnu.org>
426
427         save-cwd: don't leak a file descriptor when the caller execs.
428         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
429         saved file descriptor.
430         * modules/save-cwd (Depends-on): Depend on cloexec.
431
432 2010-03-29  Bruno Haible  <bruno@clisp.org>
433
434         Remove vestiges of fts-lgpl module.
435         * lib/fts_.h: Assume GNULIB_FTS is 1.
436         * lib/fts.c: Likewise.
437         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
438
439 2010-03-28  Bruno Haible  <bruno@clisp.org>
440
441         Fix definition of tests witness macro.
442         * gnulib-tool (func_import): Fix definition of witness macro.
443
444 2010-03-28  Bruno Haible  <bruno@clisp.org>
445
446         Fix ioctl's protoype on glibc systems.
447         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
448         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
449         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
450         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
451         signature. If not, arrange to replace the ioctl function.
452         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
453         REPLACE_IOCTL.
454         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
455         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
456         Reported by Ludovic Courtès <ludo@gnu.org>.
457
458 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
459
460         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
461         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
462         made it so grep -r --include=GLOB* ... did not work.
463
464 2010-03-26  Jim Meyering  <meyering@redhat.com>
465             Eric Blake  <eblake@redhat.com>
466
467         maint.mk: prohibit use of test's -o and -a operators
468         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
469
470 2010-03-28  Bruno Haible  <bruno@clisp.org>
471
472         Remove unused GNULIB_XYZ macro definitions.
473         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
474         invocation.
475
476 2010-03-28  Bruno Haible  <bruno@clisp.org>
477
478         Mark privileged tests modules.
479         * modules/idpriv-drop-tests (Status): New section.
480         * modules/idpriv-droptemp-tests (Status): New section.
481
482 2010-03-28  Bruno Haible  <bruno@clisp.org>
483
484         Split C++ tests into separate tests modules.
485         * modules/dirent-c++-tests: New file, extracted from
486         modules/dirent-tests.
487         * modules/dirent-tests: Depend on it.
488         * modules/fcntl-h-c++-tests: New file, extracted from
489         modules/fcntl-h-tests.
490         * modules/fcntl-h-tests: Depend on it.
491         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
492         * modules/glob-tests: Depend on it.
493         * modules/iconv-h-c++-tests: New file, extracted from
494         modules/iconv-h-tests.
495         * modules/iconv-h-tests: Depend on it.
496         * modules/langinfo-c++-tests: New file, extracted from
497         modules/langinfo-tests.
498         * modules/langinfo-tests: Depend on it.
499         * modules/locale-c++-tests: New file, extracted from
500         modules/locale-tests.
501         * modules/locale-tests: Depend on it.
502         * modules/math-c++-tests: New file, extracted from modules/math-tests.
503         * modules/math-tests: Depend on it.
504         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
505         * modules/pty-tests: Depend on it.
506         * modules/search-c++-tests: New file, extracted from
507         modules/search-tests.
508         * modules/search-tests: Depend on it.
509         * modules/signal-c++-tests: New file, extracted from
510         modules/signal-tests.
511         * modules/signal-tests: Depend on it.
512         * modules/spawn-c++-tests: New file, extracted from
513         modules/spawn-tests.
514         * modules/spawn-tests: Depend on it.
515         * modules/stdio-c++-tests: New file, extracted from
516         modules/stdio-tests.
517         * modules/stdio-tests: Depend on it.
518         * modules/stdlib-c++-tests: New file, extracted from
519         modules/stdlib-tests.
520         * modules/stdlib-tests: Depend on it.
521         * modules/string-c++-tests: New file, extracted from
522         modules/string-tests.
523         * modules/string-tests: Depend on it.
524         * modules/sys_ioctl-c++-tests: New file, extracted from
525         modules/sys_ioctl-tests.
526         * modules/sys_ioctl-tests: Depend on it.
527         * modules/sys_select-c++-tests: New file, extracted from
528         modules/sys_select-tests.
529         * modules/sys_select-tests: Depend on it.
530         * modules/sys_socket-c++-tests: New file, extracted from
531         modules/sys_socket-tests.
532         * modules/sys_socket-tests: Depend on it.
533         * modules/sys_stat-c++-tests: New file, extracted from
534         modules/sys_stat-tests.
535         * modules/sys_stat-tests: Depend on it.
536         * modules/sys_time-c++-tests: New file, extracted from
537         modules/sys_time-tests.
538         * modules/sys_time-tests: Depend on it.
539         * modules/time-c++-tests: New file, extracted from modules/time-tests.
540         * modules/time-tests: Depend on it.
541         * modules/unistd-c++-tests: New file, extracted from
542         modules/unistd-tests.
543         * modules/unistd-tests: Depend on it.
544         * modules/wchar-c++-tests: New file, extracted from
545         modules/wchar-tests.
546         * modules/wchar-tests: Depend on it.
547         * modules/wctype-c++-tests: New file, extracted from
548         modules/wctype-tests.
549         * modules/wctype-tests: Depend on it.
550         Reported by Simon Josefsson.
551
552 2010-03-28  Bruno Haible  <bruno@clisp.org>
553
554         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
555         * gnulib-tool (func_exists_module): New function, extracted from
556         func_verify_module.
557         (func_verify_module): Use it.
558         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
559         'foo' only if 'foo' exists.
560         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
561         module.
562
563 2010-03-28  Bruno Haible  <bruno@clisp.org>
564
565         gnulib-tool: Add support for special categories of tests.
566         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
567         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
568         (func_usage): Document them.
569         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
570         inc_unportable_tests, inc_all_tests): New variables.
571         (func_acceptable): Consider these variables.
572         (func_modules_transitive_closure): Make it work when the 'Status' field
573         consists of multiple words.
574         (func_import): Store and restore the values of inc_cxx_tests,
575         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
576         inc_all_tests in gnulib-comp.m4.
577         (func_create_testdir): Set inc_all_tests to true.
578         * doc/gnulib.texi (Extra tests modules): New section.
579         Suggested by Jim Meyering.
580
581 2010-03-28  Bruno Haible  <bruno@clisp.org>
582
583         ansi-c++-opt: Allow turning off the C++ build by default.
584         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
585         gl_CXX_CHOICE_DEFAULT_NO is defined.
586         Requested by Eric Blake.
587
588 2010-03-28  Bruno Haible  <bruno@clisp.org>
589
590         unistd: Avoid #define replacements in C++ mode.
591         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
592         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
593         setsockopt, shutdown, select): In C++, attach a warning to the function
594         if possible, rather than #defining the symbol to a dysfunctional alias.
595         Reported by John W. Eaton <jwe@gnu.org>.
596
597 2010-03-28  Bruno Haible  <bruno@clisp.org>
598
599         Fix link errors on mingw.
600         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
601         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
602         $(LIBSOCKET).
603         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
604         $(LIBSOCKET).
605
606 2010-03-28  Bruno Haible  <bruno@clisp.org>
607             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
608
609         lib-ignore: Determine different options for different compilers.
610         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
611         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
612         Add comments.
613         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
614         * NEWS: Mention the change.
615
616 2010-03-27  Bruno Haible  <bruno@clisp.org>
617
618         Remove unused GNULIB_XYZ macro definitions.
619         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
620         * modules/fseek (configure.ac): Likewise.
621         * modules/ioctl (configure.ac): Likewise.
622         * modules/open (configure.ac): Likewise.
623         * modules/stdlib-safer (configure.ac): Likewise.
624
625 2010-03-27  Bruno Haible  <bruno@clisp.org>
626
627         Add a remark about certain modules.
628         * modules/malloc (Comment): New section.
629         * modules/realloc (Comment): Likewise.
630         * modules/sigpipe (Comment): Likewise.
631
632 2010-03-27  Bruno Haible  <bruno@clisp.org>
633
634         Resolve conflict between the two kinds of module indicators.
635         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
636         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
637         * modules/canonicalize (configure.ac): Invoke
638         gl_MODULE_INDICATOR_FOR_TESTS.
639         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
640         GNULIB_XYZ.
641         * tests/test-dirent-c++.cc: Likewise.
642         * tests/test-dirent-safer.c: Likewise.
643         * tests/test-dup2.c: Likewise.
644         * tests/test-fchdir.c: Likewise.
645         * tests/test-fcntl-h-c++.cc: Likewise.
646         * tests/test-getopt.c: Likewise.
647         * tests/test-getopt.h: Likewise.
648         * tests/test-langinfo-c++.cc: Likewise.
649         * tests/test-locale-c++.cc: Likewise.
650         * tests/test-math-c++.cc: Likewise.
651         * tests/test-pty-c++.cc: Likewise.
652         * tests/test-search-c++.cc: Likewise.
653         * tests/test-signal-c++.cc: Likewise.
654         * tests/test-spawn-c++.cc: Likewise.
655         * tests/test-stdio-c++.cc: Likewise.
656         * tests/test-stdlib-c++.cc: Likewise.
657         * tests/test-string-c++.cc: Likewise.
658         * tests/test-sys_ioctl-c++.cc: Likewise.
659         * tests/test-sys_select-c++.cc: Likewise.
660         * tests/test-sys_socket-c++.cc: Likewise.
661         * tests/test-sys_stat-c++.cc: Likewise.
662         * tests/test-sys_time-c++.cc: Likewise.
663         * tests/test-time-c++.cc: Likewise.
664         * tests/test-unistd-c++.cc: Likewise.
665         * tests/test-wchar-c++.cc: Likewise.
666         * tests/uninorm/test-u8-nfc.c: Likewise.
667         * tests/uninorm/test-u8-nfd.c: Likewise.
668         * tests/uninorm/test-u8-nfkc.c: Likewise.
669         * tests/uninorm/test-u8-nfkd.c: Likewise.
670         * tests/uninorm/test-u16-nfc.c: Likewise.
671         * tests/uninorm/test-u16-nfd.c: Likewise.
672         * tests/uninorm/test-u16-nfkc.c: Likewise.
673         * tests/uninorm/test-u16-nfkd.c: Likewise.
674         * tests/uninorm/test-u32-nfc.c: Likewise.
675         * tests/uninorm/test-u32-nfc-big.c: Likewise.
676         * tests/uninorm/test-u32-nfd.c: Likewise.
677         * tests/uninorm/test-u32-nfd-big.c: Likewise.
678         * tests/uninorm/test-u32-nfkc.c: Likewise.
679         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
680         * tests/uninorm/test-u32-nfkd.c: Likewise.
681         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
682         * tests/uninorm/test-u32-normalize-big.c: Likewise.
683
684 2010-03-27  Bruno Haible  <bruno@clisp.org>
685
686         Distinguish two kinds of module indicators.
687         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
688         gl_MODULE_INDICATOR.
689         (gl_MODULE_INDICATOR): New macro.
690         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
691         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
692         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
693         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
694         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
695         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
696         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
697         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
698         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
699         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
700         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
701         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
702         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
703         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
704         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
705         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
706         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
707         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
708         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
709         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
710         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
711         * modules/cloexec (configure.ac): Likewise.
712         * modules/getopt-gnu (configure.ac): Likewise.
713         * modules/uninorm/u8-normalize (configure.ac): Likewise.
714         * modules/uninorm/u16-normalize (configure.ac): Likewise.
715         * modules/uninorm/u32-normalize (configure.ac): Likewise.
716         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
717
718 2010-03-27  Bruno Haible  <bruno@clisp.org>
719
720         New module description field 'Comment'.
721         * gnulib-tool: New option --extract-comment.
722         (func_usage): Document it.
723         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
724         (func_get_comment): New function.
725         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
726
727 2010-03-27  Bruno Haible  <bruno@clisp.org>
728
729         Addendum to 2010-02-07 commit.
730         * gnulib-tool (func_usage): Document --extract-applicability option.
731
732 2010-03-27  Bruno Haible  <bruno@clisp.org>
733
734         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
735         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
736         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
737         rather than link errors.
738
739 2010-03-27  Bruno Haible  <bruno@clisp.org>
740
741         Avoid side effects from tests-related modules on the compilation of lib.
742         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
743         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
744         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
745         parameter. Emit into AM_CPPFLAGS a definition of the designated C
746         macro.
747         (func_import): Define a witness macro. Assign it a value that depends
748         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
749         tests-related modules.
750         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
751         Reported by Jim Meyering.
752
753 2010-03-27  Bruno Haible  <bruno@clisp.org>
754
755         Factorize common .m4 code.
756         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
757         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
758         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
759         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
760         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
761         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
762         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
763         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
764         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
765         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
766         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
767         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
768         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
769         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
770         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
771         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
772         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
773         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
774         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
775         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
776         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
777         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
778         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
779         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
780         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
781         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
782         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
783         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
784         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
785         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
786         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
787         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
788
789 2010-03-27  Bruno Haible  <bruno@clisp.org>
790
791         Fix a compilation error on Cygwin with g++ >= 4.3.
792         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
793         if it is undefined or if we alias it to chmod.
794         (lstat): Don't warn about the use of this function if it is undefined
795         or if we alias it to stat.
796         Reported by Simon Josefsson.
797
798 2010-03-27  Bruno Haible  <bruno@clisp.org>
799
800         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
801         * modules/getlogin (configure.ac): Update.
802
803         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
804         * modules/getlogin_r (configure.ac): Update.
805
806         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
807         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
808         * modules/inet_ntop (configure.ac): Update.
809
810         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
811         * modules/inet_pton (configure.ac): Update.
812
813         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
814         * modules/mbslen (configure.ac): Update.
815
816         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
817         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
818         * modules/forkpty (configure.ac): Update.
819         * modules/openpty (configure.ac): Update.
820
821 2010-03-26  Simon Josefsson  <simon@josefsson.org>
822
823         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
824         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
825
826 2010-03-25  Eric Blake  <eblake@redhat.com>
827
828         maint: use pragma consistently across replacement headers
829         * lib/ctype.in.h (system_header): Hoist for consistent placement.
830         * lib/dirent.in.h (system_header): Likewise.
831         * lib/errno.in.h (system_header): Likewise.
832         * lib/float.in.h (system_header): Likewise.
833         * lib/getopt.in.h (system_header): Likewise.
834         * lib/iconv.in.h (system_header): Likewise.
835         * lib/inttypes.in.h (system_header): Likewise.
836         * lib/langinfo.in.h (system_header): Likewise.
837         * lib/locale.in.h (system_header): Likewise.
838         * lib/math.in.h (system_header): Likewise.
839         * lib/netdb.in.h (system_header): Likewise.
840         * lib/netinet_in.in.h (system_header): Likewise.
841         * lib/pty.in.h (system_header): Likewise.
842         * lib/sched.in.h (system_header): Likewise.
843         * lib/se-selinux.in.h (system_header): Likewise.
844         * lib/search.in.h (system_header): Likewise.
845         * lib/spawn.in.h (system_header): Likewise.
846         * lib/stdarg.in.h (system_header): Likewise.
847         * lib/stdint.in.h (system_header): Likewise.
848         * lib/string.in.h (system_header): Likewise.
849         * lib/strings.in.h (system_header): Likewise.
850         * lib/sys_file.in.h (system_header): Likewise.
851         * lib/sys_ioctl.in.h (system_header): Likewise.
852         * lib/sys_socket.in.h (system_header): Likewise.
853         * lib/sys_times.in.h (system_header): Likewise.
854         * lib/sys_utsname.in.h (system_header): Likewise.
855         * lib/sys_wait.in.h (system_header): Likewise.
856         * lib/sysexits.in.h (system_header): Likewise.
857         * lib/unistd.in.h (system_header): Likewise.
858         * lib/wctype.in.h (system_header): Likewise.
859
860         arpa/inet: fix mingw compilation warning
861         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
862         Reported by Matthew Bolte.
863
864 2010-03-25  Bruno Haible  <bruno@clisp.org>
865
866         Avoid collision between gnulib wrapper and libintl wrapper.
867         * lib/printf.c (printf): Don't define if a printf wrapper is already
868         defined in intl/printf.c.
869         Reported by Michel Boaventura <michel@michelboaventura.com>.
870
871 2010-03-25  Bruno Haible  <bruno@clisp.org>
872
873         Use ANSI C.
874         * lib/readutmp.h (getutent): Provide ANSI C prototype.
875
876 2010-03-25  Bruno Haible  <bruno@clisp.org>
877
878         Minor formatting changes.
879         * lib/acosl.c: Insert space before function argument list.
880         * lib/argz.c: Likewise.
881         * lib/asinl.c: Likewise.
882         * lib/expl.c: Likewise.
883         * lib/gen-uni-tables.c: Likewise.
884         * lib/gettext.h: Likewise.
885         * lib/glthread/lock.h: Likewise.
886         * lib/tanl.c: Likewise.
887         * lib/uniname/uniname.c: Likewise.
888         * tests/test-idpriv-drop.c: Likewise.
889         * tests/test-idpriv-droptemp.c: Likewise.
890         * tests/test-lock.c: Likewise.
891         * tests/test-tls.c: Likewise.
892         * lib/argp-help.c: Insert space before function-like macro argument
893         list.
894         * lib/memcmp.c: Likewise.
895         * tests/test-base64.c: Likewise.
896         * lib/localename.c: Insert space before sizeof's argument list.
897         * lib/safe-alloc.h: Likewise.
898         * lib/file-set.h: Insert space before macro argument list.
899         * tests/test-argp.c: Likewise.
900         * lib/argp-namefrob.h: Insert space before function parameter list.
901         * lib/getaddrinfo.c: Likewise.
902         * lib/netdb.in.h: Likewise.
903         * lib/parse-duration.h: Likewise.
904         * lib/parse-duration.c: Likewise.
905         * lib/poll.c: Likewise.
906         * lib/select.c: Likewise.
907         * lib/trim.h: Likewise.
908         * tests/test-usleep.c: Likewise.
909         * lib/ldexpl.c: Insert space before function parameter list and before
910         function argument list.
911         * lib/logl.c: Likewise.
912         * lib/sqrtl.c: Likewise.
913         * lib/trim.c: Likewise.
914         * lib/cosl.c: Use GNU style indentation. Insert space before function
915         argument list.
916         * lib/sinl.c: Likewise.
917         * lib/tsearch.c: Insert space after 'for'.
918         Reported by Jim Meyering.
919
920 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
921
922         * maint.mk (sc_Wundef_boolean): Check for the presence of the
923         config header before grepping, as it's not present before
924         autoreconf/configure are run.  Reported by Simon Josefsson.
925
926 2010-03-23  Bruno Haible  <bruno@clisp.org>
927
928         pt_chown: Make it work with automake < 1.11.
929         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
930         Reported by Simon Josefsson.
931
932 2010-03-23  Bruno Haible  <bruno@clisp.org>
933
934         pt_chown: Don't depend on GPLed modules.
935         * lib/pt_chown.c: Don't include idpriv.h.
936         (main): Don't drop privileges.
937         * modules/pt_chown (Depends-on): Remove idpriv-drop.
938         Reported by Simon Josefsson.
939
940 2010-03-24  Simon Josefsson  <simon@josefsson.org>
941
942         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
943         suggestions from karl@freefriends.org (Karl Berry).
944
945 2010-03-22  Eric Blake  <eblake@redhat.com>
946
947         gethostname: further tweaks
948         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
949         are overriding gethostname.
950         Suggested by Bruno Haible.
951
952 2010-03-21  Bruno Haible  <bruno@clisp.org>
953
954         Fix comments.
955         * lib/forkpty.c (rpl_forkpty): Fix comment.
956         * lib/openpty.c (rpl_openpty): Likewise.
957         Reported by Eric Blake.
958
959 2010-03-22  Eric Blake  <eblake@redhat.com>
960
961         gethostname: fix build on mingw
962         * lib/unistd.in.h (includes): Work around fact that mingw
963         <winsock2.h> re-includes <unistd.h>, by avoiding any
964         redeclarations if we are being included by <winsock2.h>.
965         Reported by Matthias Bolte.
966
967 2010-03-21  Bruno Haible  <bruno@clisp.org>
968
969         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
970         * lib/forkpty.c (forkpty): New replacement function, from glibc with
971         modifications.
972         * lib/pty.in.h (forkpty): Update declaration. Add comments.
973         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
974         provide the replacement.
975         * modules/forkpty (Depends-on): Add openpty, login_tty.
976         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
977         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
978         * doc/glibc-functions/forkpty.texi: More supported platforms.
979         * config/srclist.txt: Add forkpty.c (commented).
980
981 2010-03-21  Bruno Haible  <bruno@clisp.org>
982
983         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
984         (Makefile.am): Verify that PTY_LIB is defined.
985
986         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
987
988 2010-03-21  Bruno Haible  <bruno@clisp.org>
989
990         Tests for module 'login_tty'.
991         * modules/login_tty-tests: New file.
992         * tests/test-login_tty.c: New file.
993
994         New module 'login_tty'.
995         * lib/login_tty.c: New file.
996         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
997         * modules/login_tty: New file.
998         * doc/glibc-functions/login_tty.texi: Mention the new module.
999
1000 2010-03-21  Bruno Haible  <bruno@clisp.org>
1001
1002         login_tty: Documentation.
1003         * doc/glibc-functions/login_tty.texi: New file.
1004         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1005
1006 2010-03-21  Bruno Haible  <bruno@clisp.org>
1007
1008         pty: Consistent macro naming.
1009         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1010         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1011         * modules/pty (configure.ac): Update.
1012
1013 2010-03-21  Bruno Haible  <bruno@clisp.org>
1014
1015         Tests for openpty: Make stricter.
1016         * tests/test-openpty.c (main): Add test of canonical processing and
1017         erase.
1018         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1019
1020         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1021         * lib/openpty.c (openpty): New replacement function.
1022         * lib/pty.in.h: Include <termios.h>.
1023         (openpty): Update declaration. Add comments.
1024         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1025         is not declared, arrange to provide the replacement. Check for _getpty
1026         and posix_openpt.
1027         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1028         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1029         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1030         * modules/pty-tests (test_pty_c___LDADD): New variable.
1031         * doc/glibc-functions/openpty.texi: More supported platforms.
1032
1033 2010-03-21  Bruno Haible  <bruno@clisp.org>
1034
1035         setenv: Tweaks.
1036         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1037         the test program.
1038         * doc/posix-functions/setenv.texi: Update platforms list.
1039
1040 2010-03-21  Bruno Haible  <bruno@clisp.org>
1041
1042         New module 'unlockpt'.
1043         * lib/unlockpt.c: New file, from glibc with modifications.
1044         * m4/unlockpt.m4: New file.
1045         * modules/unlockpt: New file.
1046         * lib/stdlib.in.h (unlockpt): New declaration.
1047         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1048         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1049         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1050         HAVE_UNLOCKPT.
1051         * doc/posix-functions/unlockpt.texi: Mention the new module.
1052         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1053         * config/srclist.txt: Add unlockpt.c (commented).
1054
1055 2010-03-21  Jim Meyering  <meyering@redhat.com>
1056
1057         maint.mk: prohibit inclusion of "intprops.h" without use
1058         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1059
1060 2010-03-21  Bruno Haible  <bruno@clisp.org>
1061
1062         New module 'grantpt'.
1063         * lib/grantpt.c: New file, from glibc with modifications.
1064         * m4/grantpt.m4: New file.
1065         * modules/grantpt: New file.
1066         * lib/stdlib.in.h (grantpt): New declaration.
1067         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1068         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1069         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1070         HAVE_GRANTPT.
1071         * doc/posix-functions/grantpt.texi: Mention the new module.
1072         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1073         * config/srclist.txt: Add grantpt.c (commented).
1074
1075 2010-03-21  Bruno Haible  <bruno@clisp.org>
1076
1077         New module 'pt_chown'.
1078         * lib/pt_chown.c: New file, from glibc with modifications.
1079         * lib/pty-private.h: New file, from glibc with modifications.
1080         * modules/pt_chown: New file.
1081         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1082
1083 2010-03-21  Bruno Haible  <bruno@clisp.org>
1084
1085         Tests for module 'ptsname'.
1086         * modules/ptsname-tests: New file.
1087         * tests/test-ptsname.c: New file.
1088
1089         New module 'ptsname'.
1090         * lib/ptsname.c: New file, from glibc with modifications.
1091         * m4/ptsname.m4: New file.
1092         * modules/ptsname: New file.
1093         * lib/stdlib.in.h (ptsname): New declaration.
1094         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1095         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1096         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1097         HAVE_PTSNAME.
1098         * doc/posix-functions/ptsname.texi: Mention the new module.
1099         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1100         * config/srclist.txt: Add ptsname.c (commented).
1101
1102 2010-03-21  Bruno Haible  <bruno@clisp.org>
1103
1104         Tests for module 'ttyname_r'.
1105         * modules/ttyname_r-tests: New file.
1106         * tests/test-ttyname_r.c: New file.
1107
1108         New module 'ttyname_r'.
1109         * lib/ttyname_r.c: New file.
1110         * m4/ttyname_r.m4: New file.
1111         * modules/ttyname_r: New file.
1112         * lib/unistd.in.h (ttyname_r): New declaration.
1113         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1114         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1115         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1116         HAVE_TTYNAME_R.
1117         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1118         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1119
1120 2010-03-20  Bruno Haible  <bruno@clisp.org>
1121
1122         signal: Undefine macro definitions in C++ mode.
1123         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1124         sigfillset): Undefine macro definitions from the system header in C++
1125         mode.
1126         Reported by John W. Eaton <jwe@gnu.org>.
1127
1128 2010-03-20  Bruno Haible  <bruno@clisp.org>
1129
1130         Ensure no #include statements inside extern "C" { ... }.
1131         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1132         contain #include statements.
1133         * lib/time.in.h: Likewise.
1134
1135 2010-03-20  Bruno Haible  <bruno@clisp.org>
1136
1137         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1138         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1139         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1140         Reported by John W. Eaton <jwe@gnu.org>.
1141
1142 2010-03-20  Bruno Haible  <bruno@clisp.org>
1143
1144         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1145         Reported by Jim Meyering.
1146
1147 2010-03-20  Bruno Haible  <bruno@clisp.org>
1148
1149         pipe: Set errno upon failure.
1150         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1151         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1152         errno value in error message.
1153
1154 2010-03-20  Bruno Haible  <bruno@clisp.org>
1155             Jim Meyering  <meyering@redhat.com>
1156
1157         lchown: Avoid "unused variable" warning.
1158         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1159
1160 2010-03-20  Bruno Haible  <bruno@clisp.org>
1161
1162         Work around unlink() bug on MacOS X 10.5.6.
1163         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1164         attempting to unlink a parent directory.
1165         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1166         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1167         activate for the replacement function.
1168         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1169
1170 2010-03-20  Bruno Haible  <bruno@clisp.org>
1171
1172         Fix link errors on Solaris 8.
1173         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1174         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1175
1176 2010-03-19  Jim Meyering  <meyering@redhat.com>
1177
1178         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1179         The _LIBC implementation of build_range_exp correctly honors the
1180         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1181         However, the non-_LIBC implementation would ignore that syntax-bit
1182         flag and return REG_ERANGE unconditionally.
1183         This change makes it honor that flag.
1184         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1185         Make two pointer parameters "const".
1186         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1187         (parse_bracket_exp): Update caller.
1188
1189         regex.m4: correct the reversed range endpoint ([b-a]) test
1190         * m4/regex.m4: When requiring that [b-a] evoke failure,
1191         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1192         test pass once again for x86-based systems.
1193
1194 2010-03-19  Bruno Haible  <bruno@clisp.org>
1195
1196         scandir: Fix link error on Solaris 8.
1197         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1198         macros.
1199
1200 2010-03-19  Bruno Haible  <bruno@clisp.org>
1201
1202         getusershell: Fix documentation.
1203         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1204         module.
1205         * doc/glibc-functions/setusershell.texi: Likewise.
1206
1207         getusershell: Provide declaration, missing on Solaris 9.
1208         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1209         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1210         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1211         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1212         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1213         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1214         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1215         HAVE_GETUSERSHELL.
1216         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1217
1218 2010-03-19  Bruno Haible  <bruno@clisp.org>
1219
1220         wctype: Provide iswblank function.
1221         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1222         exists and is fine.
1223         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1224         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1225         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1226         * doc/posix-functions/iswblank.texi: Update.
1227
1228 2010-03-19  Bruno Haible  <bruno@clisp.org>
1229
1230         Tests of module 'pty' in C++ mode.
1231         * modules/pty-tests: New file.
1232         * tests/test-pty-c++.cc: New file.
1233         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1234
1235 2010-03-19  Eric Blake  <eblake@redhat.com>
1236
1237         logb: fix documentation
1238         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1239         1.5 declaration bug.
1240
1241         forkpty, openpty: prefer glibc's const-safe prototype
1242         * lib/forkpty.c (rpl_forkpty): New file.
1243         * lib/openpty.c (rpl_openpty): Likewise.
1244         * modules/forkpty (Files): Distribute it.
1245         * modules/openpty (Files): Likewise.
1246         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1247         check...
1248         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1249         replacement for for non-const BSD signature.
1250         * modules/pty (Makefile.am): Substitute witnesses.
1251         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1252         * tests/test-forkpty.c: Update signature check.
1253         * tests/test-openpty.c: Likewise.
1254         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1255         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1256
1257         forkpty, openpty: split functions into new modules
1258         * modules/pty (Makefile.am): Substitute new witnesses.
1259         (Libraries): Move library detection...
1260         * modules/forkpty: ...into new module.
1261         * modules/openpty: Another new module.
1262         * modules/pty-tests: Rename and split...
1263         * modules/forkpty-tests: ...to this...
1264         * modules/openpty-tests: ...and this.
1265         * tests/test-pty.c: Rename and split...
1266         * tests/test-forkpty.c: ...to this...
1267         * tests/test-openpty.c: ...and this.
1268         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1269         (gl_PTY): Split library searching...
1270         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1271         (gl_FORKPTY, gl_OPENPTY): New macros.
1272         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1273         * NEWS: Mention the split.
1274         * MODULES.html.sh (Misc): Document the modules.
1275         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1276         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1277
1278         pty: improve replacement header
1279         * lib/pty.in.h: New file.
1280         * modules/pty (Files): Ship it.
1281         (Makefile.am): Always build replacement.
1282         * m4/pty.m4: Rename...
1283         * m4/pty_h.m4: ...to this.
1284         (gl_PTY): Modernize setting of witness macros; update check of
1285         forkpty to take proper advantage of cache.
1286         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1287
1288         getopt: avoid compiler warning
1289         * lib/getopt.c (attribute_hidden): Remove unused macro.
1290
1291 2010-03-18  Bruno Haible  <bruno@clisp.org>
1292
1293         Fix link errors on Solaris 8.
1294         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1295         * modules/search-tests (test_search_c___LDADD): Likewise.
1296         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1297         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1298         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1299         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1300         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1301         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1302         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1303
1304 2010-03-18  Bruno Haible  <bruno@clisp.org>
1305
1306         Fix bug introduced on 2010-03-14.
1307         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1308         (gl_SPAWN_H): Require it.
1309         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1310         Reported by Simon Josefsson.
1311
1312 2010-03-18  Bruno Haible  <bruno@clisp.org>
1313
1314         Fix typo introduced on 2009-12-31.
1315         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1316         posix_spawn_file_actions_adddup2.
1317
1318 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1319         and Eric Blake  <eblake@redhat.com>
1320
1321         test-vc-list-files-git: make more robust
1322         * tests/test-vc-list-files-git.sh: Unset problematic environment
1323         variables.  Chain commands together.
1324
1325 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1326
1327         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1328         `AC_CHECK_DECL' invocation.
1329
1330 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1331
1332         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1333         appears before executable statements. Suggested by Petr Sumbera
1334         <Petr.Sumbera@Sun.COM>.
1335
1336 2010-03-14  Bruno Haible  <bruno@clisp.org>
1337
1338         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1339         portability problems. Instead use a simpler test.
1340         (main): Check that invalid arguments are rejected only on Linux.
1341
1342 2010-03-14  Bruno Haible  <bruno@clisp.org>
1343
1344         Fix bug introduced on 2009-12-31.
1345         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1346         gl_PREREQ_SYS_H_WINSOCK2 always.
1347         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1348         SYS_SOCKET_H variable.
1349         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1350         Update comments.
1351         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1352         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1353         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1354         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1355         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1356
1357 2010-03-14  Bruno Haible  <bruno@clisp.org>
1358
1359         Fix values returned by sinl, cosl.
1360         * lib/trigl.h: Add specification comments.
1361         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1362         that combines the values from the precomputed table with the values of
1363         the Chebyshev polynomials.
1364
1365 2010-03-14  Bruno Haible  <bruno@clisp.org>
1366
1367         Fix compilation error when modules 'posix_spawn[p]' are not used.
1368         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1369         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1370
1371 2010-03-14  Bruno Haible  <bruno@clisp.org>
1372
1373         Fix compilation error on mingw when module 'time_r' is not used.
1374         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1375         is 1.
1376         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1377         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1378         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1379         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1380
1381 2010-03-14  Bruno Haible  <bruno@clisp.org>
1382
1383         Fix compilation error with Sun C.
1384         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1385         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1386         instead of GCC specific ULONG_LONG_MAX.
1387         * lib/xstrtoll.c: Likewise.
1388         * lib/xstrtoull.c: Likewise.
1389
1390 2010-03-13  Bruno Haible  <bruno@clisp.org>
1391
1392         Allow the user to disable C++ code and tests.
1393         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1394         (gl_PROG_ANSI_CXX): Require it.
1395
1396 2010-03-13  Bruno Haible  <bruno@clisp.org>
1397
1398         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1399         cases.
1400
1401 2010-03-13  Bruno Haible  <bruno@clisp.org>
1402
1403         Test that gnulib does not break the standard C++ headers.
1404         * tests/test-locale-c++2.cc: New file.
1405         * modules/locale-tests (Files): Add it.
1406         (Makefile.am): Compile it for test-locale-c++.
1407         * tests/test-math-c++2.cc: New file.
1408         * modules/math-tests (Files): Add it.
1409         (Makefile.am): Compile it for test-math-c++.
1410         * tests/test-signal-c++2.cc: New file.
1411         * modules/signal-tests (Files): Add it.
1412         (Makefile.am): Compile it for test-signal-c++.
1413         * tests/test-stdio-c++2.cc: New file.
1414         * modules/stdio-tests (Files): Add it.
1415         (Makefile.am): Compile it for test-stdio-c++.
1416         * tests/test-stdlib-c++2.cc: New file.
1417         * modules/stdlib-tests (Files): Add it.
1418         (Makefile.am): Compile it for test-stdlib-c++.
1419         * tests/test-string-c++2.cc: New file.
1420         * modules/string-tests (Files): Add it.
1421         (Makefile.am): Compile it for test-string-c++.
1422         * tests/test-time-c++2.cc: New file.
1423         * modules/time-tests (Files): Add it.
1424         (Makefile.am): Compile it for test-time-c++.
1425         Reported by John W. Eaton <jwe@gnu.org>.
1426
1427 2010-03-13  Bruno Haible  <bruno@clisp.org>
1428
1429         * gnulib-tool (func_usage): Clarify which options are available for
1430         --create-testdir and --create-megatestdir.
1431
1432 2010-03-13  Bruno Haible  <bruno@clisp.org>
1433
1434         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1435         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1436         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1437         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1438         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1439         when appropriate.
1440         Reported by Jim Meyering.
1441
1442 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1443
1444         * gnulib-tool (func_import): Explain origin of code.
1445
1446 2010-03-12  Bruno Haible  <bruno@clisp.org>
1447
1448         Fix problem with automake's definition of CXXLINK.
1449         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1450         Reported by Simon Josefsson and Ludovic Courtès.
1451
1452 2010-03-12  Bruno Haible  <bruno@clisp.org>
1453
1454         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1455         stable releases.
1456
1457 2010-03-11  Bruno Haible  <bruno@clisp.org>
1458
1459         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1460         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1461         whether the system provides one variant or multiple variants of the
1462         function.
1463         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1464         C++ compilers.
1465         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1466         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1467         Reported by Jim Meyering.
1468
1469 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1470
1471         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1472
1473 2010-03-08  Bruno Haible  <bruno@clisp.org>
1474
1475         gnulib-tool: Add support for --libtool in --create-testdir.
1476         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1477         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1478
1479 2010-03-08  Eric Blake  <eblake@redhat.com>
1480
1481         gnulib-tool.texi: mention possibility of git submodule
1482         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1483         submodules.
1484         * doc/.gitignore: Ignore another generated file.
1485
1486 2010-03-08  Karl Berry  <karl@gnu.org>
1487
1488         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1489         of committing gnulib files while skipping others.
1490
1491 2010-03-07  Bruno Haible  <bruno@clisp.org>
1492
1493         Tests of module 'wctype' in C++ mode.
1494         * tests/test-wctype-c++.cc: New file.
1495         * modules/wctype-tests (Files): Add it and tests/signature.h.
1496         (Depends-on): Add ansi-c++-opt.
1497         (Makefile.am): Arrange to compile and run test-wctype-c++.
1498
1499         Tests of module 'wchar' in C++ mode.
1500         * tests/test-wchar-c++.cc: New file.
1501         * modules/wchar-tests (Files): Add it and tests/signature.h.
1502         (Depends-on): Add ansi-c++-opt.
1503         (Makefile.am): Arrange to compile and run test-wchar-c++.
1504         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1505         gl_MODULE_INDICATOR.
1506
1507         Tests of module 'unistd' in C++ mode.
1508         * tests/test-unistd-c++.cc: New file.
1509         * modules/unistd-tests (Files): Add it and tests/signature.h.
1510         (Depends-on): Add ansi-c++-opt.
1511         (Makefile.am): Arrange to compile and run test-unistd-c++.
1512         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1513         gl_MODULE_INDICATOR.
1514
1515         Tests of module 'time' in C++ mode.
1516         * tests/test-time-c++.cc: New file.
1517         * modules/time-tests (Files): Add it and tests/signature.h.
1518         (Depends-on): Add ansi-c++-opt.
1519         (Makefile.am): Arrange to compile and run test-time-c++.
1520         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1521
1522         Tests of module 'sys_time' in C++ mode.
1523         * tests/test-sys_time-c++.cc: New file.
1524         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1525         (Depends-on): Add ansi-c++-opt.
1526         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1527         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1528         gl_MODULE_INDICATOR.
1529
1530         Tests of module 'sys_stat' in C++ mode.
1531         * tests/test-sys_stat-c++.cc: New file.
1532         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1533         (Depends-on): Add ansi-c++-opt.
1534         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1535         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1536         gl_MODULE_INDICATOR.
1537
1538         Tests of module 'sys_socket' in C++ mode.
1539         * tests/test-sys_socket-c++.cc: New file.
1540         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1541         (Depends-on): Add ansi-c++-opt.
1542         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1543         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1544         gl_MODULE_INDICATOR.
1545
1546         Tests of module 'sys_select' in C++ mode.
1547         * tests/test-sys_select-c++.cc: New file.
1548         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1549         (Depends-on): Add ansi-c++-opt.
1550         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1551         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1552         gl_MODULE_INDICATOR.
1553
1554         Tests of module 'sys_ioctl' in C++ mode.
1555         * tests/test-sys_ioctl-c++.cc: New file.
1556         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1557         (Depends-on): Add ansi-c++-opt.
1558         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1559         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1560         gl_MODULE_INDICATOR.
1561
1562         Tests of module 'string' in C++ mode.
1563         * tests/test-string-c++.cc: New file.
1564         * modules/string-tests (Files): Add it and tests/signature.h.
1565         (Depends-on): Add ansi-c++-opt.
1566         (Makefile.am): Arrange to compile and run test-string-c++.
1567         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1568         gl_MODULE_INDICATOR.
1569
1570         Tests of module 'stdlib' in C++ mode.
1571         * tests/test-stdlib-c++.cc: New file.
1572         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1573         (Depends-on): Add ansi-c++-opt.
1574         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1575         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1576         gl_MODULE_INDICATOR.
1577
1578         Tests of module 'stdio' in C++ mode.
1579         * tests/test-stdio-c++.cc: New file.
1580         * modules/stdio-tests (Files): Add it and tests/signature.h.
1581         (Depends-on): Add ansi-c++-opt.
1582         (Makefile.am): Arrange to compile and run test-stdio-c++.
1583         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1584         gl_MODULE_INDICATOR.
1585
1586         Tests of module 'spawn' in C++ mode.
1587         * tests/test-spawn-c++.cc: New file.
1588         * modules/spawn-tests (Files): Add it and tests/signature.h.
1589         (Depends-on): Add ansi-c++-opt.
1590         (Makefile.am): Arrange to compile and run test-spawn-c++.
1591         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1592         gl_MODULE_INDICATOR.
1593
1594         Tests of module 'signal' in C++ mode.
1595         * tests/test-signal-c++.cc: New file.
1596         * modules/signal-tests (Files): Add it and tests/signature.h.
1597         (Depends-on): Add ansi-c++-opt.
1598         (Makefile.am): Arrange to compile and run test-signal-c++.
1599         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1600         gl_MODULE_INDICATOR.
1601
1602         Tests of module 'search' in C++ mode.
1603         * tests/test-search-c++.cc: New file.
1604         * modules/search-tests (Files): Add it and tests/signature.h.
1605         (Depends-on): Add ansi-c++-opt.
1606         (Makefile.am): Arrange to compile and run test-search-c++.
1607         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1608         gl_MODULE_INDICATOR.
1609
1610         Tests of module 'math' in C++ mode.
1611         * tests/test-math-c++.cc: New file.
1612         * modules/math-tests (Files): Add it and tests/signature.h.
1613         (Depends-on): Add ansi-c++-opt.
1614         (Makefile.am): Arrange to compile and run test-math-c++.
1615         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1616
1617         Tests of module 'locale' in C++ mode.
1618         * tests/test-locale-c++.cc: New file.
1619         * modules/locale-tests (Files): Add it and tests/signature.h.
1620         (Depends-on): Add ansi-c++-opt.
1621         (Makefile.am): Arrange to compile and run test-locale-c++.
1622         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1623         gl_MODULE_INDICATOR.
1624
1625         Tests of module 'langinfo' in C++ mode.
1626         * tests/test-langinfo-c++.cc: New file.
1627         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1628         (Depends-on): Add ansi-c++-opt.
1629         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1630         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1631         gl_MODULE_INDICATOR.
1632
1633         Tests of module 'iconv-h' in C++ mode.
1634         * tests/test-iconv-h-c++.cc: New file.
1635         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1636         (Depends-on): Add ansi-c++-opt.
1637         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1638
1639         Tests of module 'glob' in C++ mode.
1640         * tests/test-glob-c++.cc: New file.
1641         * modules/glob-tests (Files): Add it.
1642         (Depends-on): Add ansi-c++-opt.
1643         (Makefile.am): Arrange to compile and run test-glob-c++.
1644
1645         Tests of module 'fcntl-h' in C++ mode.
1646         * tests/test-fcntl-h-c++.cc: New file.
1647         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1648         (Depends-on): Add ansi-c++-opt.
1649         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1650         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1651         gl_MODULE_INDICATOR.
1652
1653         Tests of module 'dirent' in C++ mode.
1654         * tests/test-dirent-c++.cc: New file.
1655         * modules/dirent-tests (Files): Add it and tests/signature.h.
1656         (Depends-on): Add ansi-c++-opt.
1657         (Makefile.am): Arrange to compile and run test-dirent-c++.
1658         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1659         gl_MODULE_INDICATOR.
1660
1661         New module 'ansi-c++-opt'.
1662         * modules/ansi-c++-opt: New file.
1663         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1664
1665         Document C++ namespace mode.
1666         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1667
1668         wctype: Avoid #define replacements in C++ mode.
1669         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1670         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1671         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1672         In C++, define a namespaced alias symbol.
1673         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1674         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1675         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1676         rule.
1677
1678         wchar: Avoid #define replacements in C++ mode.
1679         * lib/wchar.in.h: Include c++defs.h.
1680         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1681         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1682         symbol.
1683         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1684         * modules/wchar (Depends-on): Add c++defs.
1685         (Makefile.am): Update wchar.h rule.
1686
1687         unistd: Avoid #define replacements in C++ mode.
1688         * lib/unistd.in.h: Include c++defs.h.
1689         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1690         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1691         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1692         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1693         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1694         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1695         symbol.
1696         (environ): Update.
1697         * modules/unistd (Depends-on): Add c++defs.
1698         (Makefile.am): Update unistd.h rule.
1699
1700         time: Avoid #define replacements in C++ mode.
1701         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1702         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1703         define a namespaced alias symbol.
1704         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1705         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1706         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1707         * modules/time (Depends-on): Add c++defs, warn-on-use.
1708         (Makefile.am): Update time.h rule.
1709         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1710         * modules/nanosleep (configure.ac): Likewise.
1711         * modules/strptime (configure.ac): Likewise.
1712         * modules/timegm (configure.ac): Likewise.
1713
1714         sys_time: Avoid #define replacements in C++ mode.
1715         * lib/sys_time.in.h: Include c++defs.h.
1716         (gettimeofday): In C++, define a namespaced alias symbol.
1717         * modules/sys_time (Depends-on): Add c++defs.
1718         (Makefile.am): Update sys/time.h rule.
1719
1720         sys_stat: Avoid #define replacements in C++ mode.
1721         * lib/sys_stat.in.h: Include c++defs.h.
1722         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1723         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1724         namespaced alias symbol.
1725         In C++, define a namespaced alias symbol.
1726         * modules/sys_stat (Depends-on): Add c++defs.
1727         (Makefile.am): Update sys/stat.h rule.
1728
1729         sys_socket: Avoid #define replacements in C++ mode.
1730         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1731         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1732         definitions also when the system has a <sys/socket.h>.
1733         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1734         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1735         In C++, define a namespaced alias symbol.
1736         * modules/sys_socket (Depends-on): Add c++defs.
1737         (Makefile.am): Update sys/socket.h rule.
1738
1739         sys_select: Avoid #define replacements in C++ mode.
1740         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1741         definitions also when the system has a <sys/select.h>.
1742         (select): In C++, define a namespaced alias symbol.
1743         * modules/sys_select (Depends-on): Add c++defs.
1744         (Makefile.am): Update sys/select.h rule.
1745
1746         sys_ioctl: Avoid #define replacements in C++ mode.
1747         * lib/sys_ioctl.in.h: Include c++defs.h.
1748         (ioctl): In C++, define a namespaced alias symbol.
1749         * modules/sys_ioctl (Depends-on): Add c++defs.
1750         (Makefile.am): Update sys/ioctl.h rule.
1751
1752         string: Avoid #define replacements in C++ mode.
1753         * lib/string.in.h: Include c++defs.h.
1754         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1755         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1756         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1757         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1758         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1759         * modules/string (Depends-on): Add c++defs.
1760         (Makefile.am): Update string.h rule.
1761
1762         stdlib: Avoid #define replacements in C++ mode.
1763         * lib/stdlib.in.h: Include c++defs.h.
1764         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1765         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1766         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1767         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1768         symbol.
1769         * modules/stdlib (Depends-on): Add c++defs.
1770         (Makefile.am): Update stdlib.h rule.
1771
1772         stdio: Avoid #define replacements in C++ mode.
1773         * lib/stdio.in.h: Include c++defs.h.
1774         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1775         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1776         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1777         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1778         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1779         namespaced alias symbol.
1780         * modules/stdio (Depends-on): Add c++defs.
1781         (Makefile.am): Update stdio.h rule.
1782
1783         spawn: Avoid #define replacements in C++ mode.
1784         * lib/spawn.in.h: Include c++defs.h.
1785         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1786         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1787         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1788         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1789         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1790         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1791         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1792         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1793         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1794         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1795         In C++, define a namespaced alias symbol.
1796         * modules/spawn (Depends-on): Add c++defs.
1797         (Makefile.am): Update spawn.h rule.
1798
1799         signal: Avoid #define replacements in C++ mode.
1800         * lib/signal.in.h: Include c++defs.h.
1801         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1802         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1803         namespaced alias symbol.
1804         * modules/signal (Depends-on): Add c++defs.
1805         (Makefile.am): Update signal.h rule.
1806
1807         search: Avoid #define replacements in C++ mode.
1808         * lib/search.in.h: Include c++defs.h.
1809         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1810         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1811         symbol.
1812         * modules/search (Depends-on): Add c++defs.
1813         (Makefile.am): Update search.h rule.
1814
1815         math: Avoid #define replacements in C++ mode.
1816         * lib/math.in.h: Include c++defs.h.
1817         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1818         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1819         trunc, truncl): In C++, define a namespaced alias symbol.
1820         * modules/math (Depends-on): Add c++defs.
1821         (Makefile.am): Update math.h rule.
1822
1823         locale: Avoid #define replacements in C++ mode.
1824         * lib/locale.in.h: Include c++defs.h.
1825         (duplocale): In C++, define a namespaced alias symbol.
1826         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1827         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1828         * modules/locale (Depends-on): Add c++defs.
1829         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1830
1831         langinfo: Avoid #define replacements in C++ mode.
1832         * lib/langinfo.in.h: Include c++defs.h.
1833         (nl_langinfo): In C++, define a namespaced alias symbol.
1834         * modules/langinfo (Depends-on): Add c++defs.
1835         (Makefile.am): Update langinfo.h rule.
1836
1837         iconv-h: Avoid #define replacements in C++ mode.
1838         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1839         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1840         symbol.
1841         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1842         whenever iconv is present.
1843         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1844         (Makefile.am): Update iconv.h rule.
1845
1846         glob: Avoid #define replacements in C++ mode.
1847         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1848         (_gl_glob_errfunc_fn): New type.
1849         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1850         symbol.
1851         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1852         (Makefile.am): Update glob.h rule.
1853
1854         fcntl-h: Avoid #define replacements in C++ mode.
1855         * lib/fcntl.in.h: Include c++defs.h.
1856         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1857         * modules/fcntl-h (Depends-on): Add c++defs.
1858         (Makefile.am): Update fcntl.h rule.
1859
1860         dirent: Avoid #define replacements in C++ mode.
1861         * lib/dirent.in.h: Include c++defs.h.
1862         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1863         namespaced alias symbol.
1864         (dirfd): Update declaration.
1865         * modules/dirent (Depends-on): Add c++defs.
1866         (Makefile.am): Update dirent.h rule.
1867
1868         ctype: Make it usable in C++ code.
1869         * lib/ctype.in.h: Include c++defs.h.
1870         (isblank): Declare as extern "C".
1871         * modules/ctype (Depends-on): Add c++defs.
1872         (Makefile.am): Update ctype.h rule.
1873
1874         New module 'c++defs'.
1875         * modules/c++defs: New file.
1876         * build-aux/c++defs.h: New file.
1877         Reported by John W. Eaton <jwe@gnu.org>.
1878
1879 2010-03-07  Bruno Haible  <bruno@clisp.org>
1880
1881         logb: Provide missing declaration for Cygwin.
1882         * lib/math.in.h (logb): New declaration.
1883         * m4/logb.m4: New file.
1884         * modules/logb (Files): Add m4/logb.m4.
1885         (Depends-on): Add math.
1886         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1887         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1888         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1889         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1890         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1891
1892 2010-03-07  Bruno Haible  <bruno@clisp.org>
1893
1894         Fix test-cond link error.
1895         * tests/test-cond.c: Include <stdio.h>.
1896
1897 2010-03-07  Bruno Haible  <bruno@clisp.org>
1898
1899         Fix test-dirent-safer link error.
1900         * modules/dirent-safer-tests (Makefile.am): Define
1901         test_dirent_safer_LDADD.
1902
1903 2010-03-07  Bruno Haible  <bruno@clisp.org>
1904
1905         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1906         among default module list.
1907
1908 2010-03-07  Bruno Haible  <bruno@clisp.org>
1909
1910         Fix link error on platforms with GNU libiconv.
1911         * modules/unistr/u8-strcoll-tests (Makefile): Define
1912         test_u8_strcoll_LDADD.
1913         * modules/unistr/u16-strcoll-tests (Makefile): Define
1914         test_u16_strcoll_LDADD.
1915         * modules/unistr/u32-strcoll-tests (Makefile): Define
1916         test_u32_strcoll_LDADD.
1917
1918 2010-03-07  Bruno Haible  <bruno@clisp.org>
1919
1920         Use POSIX declarations for socket functions.
1921         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1922         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1923         rpl_sendto): Change declaration to match POSIX.
1924         * lib/connect.c (rpl_connect): Likewise.
1925         * lib/accept.c (rpl_accept): Likewise.
1926         * lib/bind.c (rpl_bind): Likewise.
1927         * lib/getpeername.c (rpl_getpeername): Likewise.
1928         * lib/getsockname.c (rpl_getsockname): Likewise.
1929         * lib/recv.c (rpl_recv): Likewise.
1930         * lib/send.c (rpl_send): Likewise.
1931         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1932         * lib/sendto.c (rpl_sendto): Likewise.
1933
1934 2010-03-06  Bruno Haible  <bruno@clisp.org>
1935
1936         Clarify access, euidaccess, faccessat.
1937         * doc/posix-functions/faccessat.texi: Mention security problem under
1938         "Other problems", not "Portability problems".
1939         * doc/posix-functions/access.texi: Likewise. Mention a related security
1940         problem.
1941         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1942         * lib/euidaccess.c: Add comments about platforms.
1943         * lib/unistd.in.h (access, euidaccess): Add warnings.
1944
1945 2010-03-07  Bruno Haible  <bruno@clisp.org>
1946
1947         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1948         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1949         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1950         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1951         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1952         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1953         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1954         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1955         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1956         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1957         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1958         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1959         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1960         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1961         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1962         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1963         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1964         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1965         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1966         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1967         Likewise.
1968         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1969         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1970         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1971         Likewise.
1972         * tests/test-spawn.c (main): Make it work when
1973         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1974
1975 2010-03-07  Bruno Haible  <bruno@clisp.org>
1976
1977         Fix incorrect Makefile.am generation in German locale.
1978         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1979         Execute sed command with character range in C locale.
1980
1981 2010-03-06  Bruno Haible  <bruno@clisp.org>
1982
1983         Tests for module 'iconv-h'.
1984         * modules/iconv-h-tests: New file.
1985         * tests/test-iconv-h.c: New file.
1986
1987         New module 'iconv-h'.
1988         * modules/iconv-h: New file.
1989         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1990         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1991         (configure.ac): Remove gl_ICONV_H.
1992         (Makefile.am): Remove rule for iconv.h.
1993
1994 2010-03-06  Bruno Haible  <bruno@clisp.org>
1995
1996         More consistent naming of *.m4 files.
1997         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1998         * modules/wctype (Files): Update.
1999
2000         More consistent naming of *.m4 files.
2001         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2002         * modules/wchar (Files): Update.
2003
2004 2010-03-06  Jim Meyering  <meyering@redhat.com>
2005
2006         euidaccess: relax license to LGPLv2+
2007         * modules/euidaccess (License): Relax to LGPLv2+.
2008
2009 2010-03-06  Bruno Haible  <bruno@clisp.org>
2010
2011         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2012         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2013         (Makefile.am): Augment lib_SOURCES instead.
2014
2015 2010-03-04  Jim Meyering  <meyering@redhat.com>
2016
2017         utime: remove obsolete module
2018         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2019         unnecessary for years, and has been marked as obsolete for 10 months.
2020         * modules/utime: Remove file.
2021         * lib/utime.c: Remove file.
2022         * m4/utime.m4: Remove file.
2023         * m4/utimes-null.m4: Remove file.
2024         * doc/posix-functions/utime.texi (utime): Remove reference to
2025         the module.  Move the sole "fixed by gnulib" item into the
2026         "problems not fixed by Gnulib" list.
2027         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2028
2029 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2030
2031         * modules/exit (License): Relax license to LGPLv2+.
2032         (Status): Mark as obsolete.
2033         * NEWS: Mention deprecated 'exit' module.
2034         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2035         of now obsolete 'exit'.
2036
2037 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2038
2039         fts-lgpl: remove unused module
2040         * modules/fts-lgpl: Remove.
2041         * MODULES.html.sh (func_all_modules): Adjust.
2042         * check-module (find_included_lib_files): Adjust.
2043         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2044
2045 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2046
2047         copy-acl: enhance Solaris ACL error handling
2048         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2049         * lib/set-mode-acl.c (qset_acl): Likewise.
2050
2051 2010-03-02  Bruno Haible  <bruno@clisp.org>
2052
2053         spawn: Don't override the system defined values on FreeBSD 8.
2054         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2055         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2056         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2057         if HAVE_POSIX_SPAWN is 1.
2058         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2059
2060 2010-03-01  Bruno Haible  <bruno@clisp.org>
2061
2062         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2063         regarding Automake.
2064
2065 2010-02-25  Bruno Haible  <bruno@clisp.org>
2066
2067         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2068         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2069         setting, not afterwards.
2070         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2071
2072 2010-02-24  Eric Blake  <eblake@redhat.com>
2073
2074         bootstrap, git-version-gen: use timestamp
2075         * build-aux/git-version-gen (scriptversion): Force UTC.
2076         * build-aux/bootstrap (scriptversion): New variable.
2077
2078         bootstrap: allow older git
2079         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2080         older than 1.6.4.  Requested by the libvirt project.
2081
2082 2010-02-23  Eric Blake  <eblake@redhat.com>
2083
2084         warn-on-use: work with old autoconf
2085         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2086         AS_VAR semantics of autoconf 2.60.
2087         Reported by Bruno Haible.
2088
2089         bootstrap: improve some comments
2090         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2091         clarification comments.
2092
2093         gettimeofday: provide correct function
2094         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2095         when replacement is declared, otherwise provide gettimeofday.
2096         Reported by Michael Goffioul.
2097
2098 2010-02-23  Jim Meyering  <meyering@redhat.com>
2099
2100         lib-ignore: relax license to "unlimited", not LGPLv2+
2101         * modules/lib-ignore (License): Relax to "unlimited".
2102
2103 2010-02-23  Jim Meyering  <meyering@redhat.com>
2104
2105         lib-ignore: relax license to LGPLv2+
2106         * modules/lib-ignore (License): Relax to LGPLv2+.
2107
2108 2010-02-22  Eric Blake  <eblake@redhat.com>
2109
2110         lseek: avoid bash 3.2 broken pipe bug
2111         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2112         warning from bash 3.2.
2113         Reported by Ben Pfaff, with analysis from Bruno Haible.
2114
2115         bootstrap: support non-FSF copyright holder
2116         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2117         bootstrap.conf override of COPYRIGHT_HOLDER.
2118         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2119
2120         bootstrap: interoperate with gettext 0.14.1
2121         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2122
2123         bootstrap: allow for alternate submodule location
2124         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2125         hardcoding submodule location.
2126         (gnulib_mk): Allow direct use of Makefile.am.
2127
2128         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2129         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2130         rather than reconfiguring where the submodule points.
2131
2132         gettimeofday: restore support for platforms that lack function
2133         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2134         replacement if function is missing.
2135         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2136         * modules/sys_time (Makefile.am): Substitute it.
2137         * lib/sys_time.in.h (gettimeofday): Check it.
2138         Reported by Michael Goffioul.
2139
2140 2010-02-21  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/stdio.in.h (obstack_printf): Fix typo.
2143
2144 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2145
2146         vc-list-files: use bzr ls's -R option
2147         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2148         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2149
2150 2010-02-21  Jim Meyering  <meyering@redhat.com>
2151
2152         init.sh: fix EXEEXT shims to work also for names like test-prog
2153         * tests/init.sh: Re-exec a better shell, when needed.
2154         If the current shell lacks support for posix $(...), an init.sh-using
2155         test will now try to find a shell that supports that.  If EXEEXT is
2156         nonempty, we also require support for hyphen-in-alias-name and shell
2157         substitutions like ${var#glob}.  Failure to find such a shell results
2158         in a skipped test.
2159
2160 2010-02-21  Bruno Haible  <bruno@clisp.org>
2161
2162         Really work around around "broken pipe" error message from bash 3.2.
2163         * gnulib-tool (func_reset_sigpipe): Remove function.
2164         (echo): In bash 3.2, define to a function that uses printf.
2165         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2166
2167 2010-02-20  Bruno Haible  <bruno@clisp.org>
2168
2169         Restore support for automake 1.9.6 with autoconf 2.61.
2170         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2171         Reported by James Youngman <jay@gnu.org>.
2172
2173 2010-02-20  Bruno Haible  <bruno@clisp.org>
2174
2175         Improve *printf warning condition.
2176         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2177         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2178         and the function is overridden due to SIGPIPE emulation.
2179
2180 2010-02-20  Bruno Haible  <bruno@clisp.org>
2181
2182         * lib/stdio.in.h: Tweak comments.
2183
2184 2010-02-19  Bruno Haible  <bruno@clisp.org>
2185
2186         Make it easier to find modules. New gnulib-tool option '--find'.
2187         * gnulib-tool: New option --find.
2188         (func_usage): Document it.
2189         (func_sanitize_modulelist): New function, extracted from
2190         func_all_modules.
2191         (func_all_modules): Invoke it.
2192         * doc/gnulib-tool.texi (Which modules?): New node.
2193
2194 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2195
2196         * lib/sys_select.in.h: Provide select replacement even if
2197         sys/select.h exists on a system, for Interix.
2198
2199 2010-02-18  Jim Meyering  <meyering@redhat.com>
2200
2201         init.sh: don't use $(...) just yet
2202         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2203         to accommodate e.g., Solaris' /bin/sh.
2204
2205 2010-02-17  Bruno Haible  <bruno@clisp.org>
2206
2207         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2208         Reported by Ludovic Courtès <ludo@gnu.org>.
2209
2210 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2211
2212         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2213         linking with -lintl.
2214
2215 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2216
2217         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2218         if not provided by the system's netdb.h.  Reported by
2219         ludo@gnu.org (Ludovic Courtès).
2220
2221 2010-02-15  Jim Meyering  <meyering@redhat.com>
2222
2223         init.sh: improve portability and efficiency
2224         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2225         "dummy" in a for loop.
2226         Use '!', not '^' to select the complement of a character set used
2227         in a "case" statement.
2228         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2229         Suggestions from Eric Blake.
2230
2231         init.sh: automatically accommodate programs with the .exe suffix
2232         Automatically arrange for an invocation of "prog" to execute the
2233         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2234         may use the simpler "prog", yet still work when built on a system
2235         that requires specifying the added suffix.
2236         Do this by constructing a function named "prog" that invokes
2237         "prog.exe" for each .exe file in selected directories.
2238         * tests/init.sh (find_exe_basenames_): New function.
2239         (create_exe_shim_functions_): New function.
2240         (path_prepend_): Use it.
2241
2242         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2243         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2244         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2245
2246 2010-02-14  Jim Meyering  <meyering@redhat.com>
2247
2248         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2249         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2250         (sc_prohibit_hash_pjw_without_use): New rule.
2251
2252         maint.mk: allow the default upload destination dir to be overridden
2253         * top/maint.mk (upload_dest_dir_): Define with a default that
2254         preserves the status quo.
2255         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2256         Reported by Peter Simons.
2257
2258         maint.mk: prohibit inclusion of "hash.h" without_use
2259         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2260
2261 2010-02-10  Jim Meyering  <meyering@redhat.com>
2262
2263         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2264         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2265
2266 2010-02-09  Eric Blake  <ebb9@byu.net>
2267         and Bruno Haible  <bruno@clisp.org>
2268
2269         obstack-printf-posix: ensure declaration
2270         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2271         extracted from gl_FUNC_OBSTACK_PRINTF.
2272         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2273         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2274         Likewise.
2275         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2276         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2277         0.
2278
2279 2010-02-08  Bruno Haible  <bruno@clisp.org>
2280
2281         gnulib-tool: Fix typo in 2010-02-07 commit.
2282         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2283         Reported by Eric Blake.
2284
2285 2010-02-07  Bruno Haible  <bruno@clisp.org>
2286
2287         gnulib-tool: Fix up caching patches.
2288         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2289         option --no-cache. Use associative arrays when supported by the shell.
2290         (sed_comments): New variable.
2291         (modcache): Renamed from do_cache.
2292         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2293         abbreviate unnecessarily.
2294         (have_associative): New variable.
2295         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2296         way also for ksh and zsh.
2297         (func_init_sed_convert_to_cache_statements): New function, extracted
2298         from func_cache_lookup_module. Add support for associative arrays.
2299         Don't set the c_MODULE_cached variable here. Ignore all lines before
2300         the first field header. Remove only the final newline, not all trailing
2301         newlines. Support empty fields correctly. Limit the use of 'eval' to
2302         assignments.
2303         (func_get_description, func_get_status, func_get_notice,
2304         func_get_applicability, func_get_filelist, func_get_dependencies,
2305         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2306         func_get_automake_snippet, func_get_include_directive,
2307         func_get_link_directive, func_get_license, func_get_maintainer):
2308         Update documentation. List the unoptimized code first. Add support for
2309         associative arrays. Limit the use of 'eval' to assignments.
2310         (func_get_applicability): Undo stylistic pessimisations.
2311         (func_get_automake_snippet, func_get_include_directive): Reduce code
2312         duplication.
2313         (func_modules_transitive_closure, func_modules_add_dummy,
2314         func_modules_notice, func_modules_to_filelist, func_add_file,
2315         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2316         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2317         func_create_testdir, func_create_megatestdir): Update documentation.
2318
2319 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2320
2321         * gnulib-tool (func_cache_lookup_module): Store the module name
2322         belonging to the cache variable; error out if two different
2323         module names map to the same cache variable name.
2324
2325 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2326
2327         gnulib-tool: Make caching optional.
2328         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2329         Update matching short versions of --no-changelog.
2330         (func_usage): Update.
2331         (sed_extract_cache_prog): Renamed from ...
2332         (sed_extract_prog): ... this; revert to old extraction script.
2333         (func_get_description, func_get_status)
2334         (func_get_notice, func_get_applicability, func_get_filelist)
2335         (func_get_dependencies, func_get_autoconf_early_snippet)
2336         (func_get_autoconf_snippet, func_get_automake_snippet)
2337         (func_get_include_directive, func_get_link_directive)
2338         (func_get_license, func_get_maintainer): If $do_cache is false,
2339         use old, non-caching extraction scripts.
2340         Suggestion by Bruno Haible.
2341
2342 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2343
2344         gnulib-tool: cache module metainformation.
2345         * gnulib-tool (sed_extract_prog): Match newline before each
2346         header, and rewrite header to a shell variable suffix.
2347         (func_cache_var, func_cache_lookup_module): New functions,
2348         to turn a module name into a cache variable prefix, and to
2349         look up and cache module metainformation.
2350         (func_get_description, func_get_status)
2351         (func_get_notice, func_get_applicability, func_get_filelist)
2352         (func_get_dependencies, func_get_autoconf_early_snippet)
2353         (func_get_autoconf_snippet, func_get_automake_snippet)
2354         (func_get_include_directive, func_get_link_directive)
2355         (func_get_license, func_get_maintainer): Use
2356         func_cache_lookup_module.
2357
2358 2010-02-07  Bruno Haible  <bruno@clisp.org>
2359
2360         fnctl: Fix missing dependency.
2361         * modules/fcntl (Depends-on): Add getdtablesize.
2362         Reported by John W. Eaton <jwe@gnu.org>.
2363
2364 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2365
2366         Argp: fix recognition of short alias options.
2367
2368         * lib/argp-parse.c (convert_options): Fix improper use of
2369         `|' between character values.
2370         * tests/test-argp.c (group1_option): New alias option
2371         --read (-r).
2372         (group1_parser): Special handling for 'r'.
2373         (test15): New test case.
2374         (test_fun): Add test15.
2375         * tests/test-argp-2.sh: Update expected --help and --usage
2376         outputs.
2377
2378 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2379
2380         * tests/test-argp.c: Fix indentation.
2381
2382 2010-02-04  Eric Blake  <ebb9@byu.net>
2383
2384         gettimeofday: expose type of second argument
2385         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2386         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2387         * tests/test-gettimeofday.c: Use it to silence warning.
2388         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2389         the issue.
2390
2391 2010-02-03  Jim Meyering  <meyering@redhat.com>
2392
2393         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2394         * lib/regcomp.c (TYPE_SIGNED): Define.
2395         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2396
2397         regcomp.c: avoid a new -Wshadow warning
2398         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2399
2400 2010-02-01  Jim Meyering  <meyering@redhat.com>
2401
2402         removing useless parentheses in cpp #define directives
2403         For motivation, see commit c0221df4, "define STREQ(a,b)
2404         consistently, removing useless parentheses"
2405         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2406         * lib/mountlist.c (MNT_IGNORE): Likewise.
2407         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2408
2409 2010-02-01  Eric Blake  <ebb9@byu.net>
2410
2411         sys_time: use link-warning
2412         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2413         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2414         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2415         * modules/sys_time (Depends-on): Add warn-on-use.
2416         (Makefile.am): Always build replacement.
2417         (configure.ac): Update substitutions.
2418         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2419         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2420         bother with SYS_TIME_H.
2421         * modules/gettimeofday (configure.ac): Declare indicator.
2422         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2423         in use.
2424
2425         closein-tests: silence compiler warning
2426         * tests/test-closein.c (main): Ignore fread result.
2427         * modules/closein-tests (Depends-on): Add ignore-value.
2428
2429         tests: silence warning about system return
2430         * tests/test-areadlink-with-size.c (main): Ignore system result.
2431         * tests/test-areadlink.c (main): Likewise.
2432         * tests/test-areadlinkat-with-size.c (main): Likewise.
2433         * tests/test-areadlinkat.c (main): Likewise.
2434         * tests/test-canonicalize-lgpl.c (main): Likewise.
2435         * tests/test-canonicalize.c (main): Likewise.
2436         * tests/test-chown.c (main): Likewise.
2437         * tests/test-fchownat.c (main): Likewise.
2438         * tests/test-fdutimensat.c (main): Likewise.
2439         * tests/test-fstatat.c (main): Likewise.
2440         * tests/test-futimens.c (main): Likewise.
2441         * tests/test-lchown.c (main): Likewise.
2442         * tests/test-link.c (main): Likewise.
2443         * tests/test-linkat.c (main): Likewise.
2444         * tests/test-lstat.c (main): Likewise.
2445         * tests/test-mkdir.c (main): Likewise.
2446         * tests/test-mkdirat.c (main): Likewise.
2447         * tests/test-mkfifo.c (main): Likewise.
2448         * tests/test-mkfifoat.c (main): Likewise.
2449         * tests/test-mknod.c (main): Likewise.
2450         * tests/test-readlink.c (main): Likewise.
2451         * tests/test-remove.c (main): Likewise.
2452         * tests/test-rename.c (main): Likewise.
2453         * tests/test-renameat.c (main): Likewise.
2454         * tests/test-rmdir.c (main): Likewise.
2455         * tests/test-symlink.c (main): Likewise.
2456         * tests/test-symlinkat.c (main): Likewise.
2457         * tests/test-unlink.c (main): Likewise.
2458         * tests/test-unlinkat.c (main): Likewise.
2459         * tests/test-utimens.c (main): Likewise.
2460         * tests/test-utimensat.c (main): Likewise.
2461         * modules/areadlink-tests (Depends-on): Add ignore-value.
2462         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2463         * modules/areadlinkat-tests (Depends-on): Likewise.
2464         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2465         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2466         * modules/canonicalize-tests (Depends-on): Likewise.
2467         * modules/chown-tests (Depends-on): Likewise.
2468         * modules/fdutimensat-tests (Depends-on): Likewise.
2469         * modules/futimens-tests (Depends-on): Likewise.
2470         * modules/lchown-tests (Depends-on): Likewise.
2471         * modules/link-tests (Depends-on): Likewise.
2472         * modules/linkat-tests (Depends-on): Likewise.
2473         * modules/lstat-tests (Depends-on): Likewise.
2474         * modules/mkdir-tests (Depends-on): Likewise.
2475         * modules/mkfifo-tests (Depends-on): Likewise.
2476         * modules/mkfifoat-tests (Depends-on): Likewise.
2477         * modules/mknod-tests (Depends-on): Likewise.
2478         * modules/openat-tests (Depends-on): Likewise.
2479         * modules/readlink-tests (Depends-on): Likewise.
2480         * modules/remove-tests (Depends-on): Likewise.
2481         * modules/rename-tests (Depends-on): Likewise.
2482         * modules/renameat-tests (Depends-on): Likewise.
2483         * modules/rmdir-tests (Depends-on): Likewise.
2484         * modules/symlink-tests (Depends-on): Likewise.
2485         * modules/symlinkat-tests (Depends-on): Likewise.
2486         * modules/unlink-tests (Depends-on): Likewise.
2487         * modules/utimens-tests (Depends-on): Likewise.
2488         * modules/utimensat-tests (Depends-on): Likewise.
2489
2490 2010-01-31  Bruno Haible  <bruno@clisp.org>
2491
2492         Perform the same test for many <math.h> functions.
2493         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2494         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2495         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2496         of gl_MATHFUNC.
2497         * modules/acos (configure.ac): Likewise.
2498         * modules/asin (configure.ac): Likewise.
2499         * modules/atan (configure.ac): Likewise.
2500         * modules/atan2 (configure.ac): Likewise.
2501         * modules/cbrt (configure.ac): Likewise.
2502         * modules/copysign (configure.ac): Likewise.
2503         * modules/cos (configure.ac): Likewise.
2504         * modules/cosh (configure.ac): Likewise.
2505         * modules/erf (configure.ac): Likewise.
2506         * modules/erfc (configure.ac): Likewise.
2507         * modules/exp (configure.ac): Likewise.
2508         * modules/fmod (configure.ac): Likewise.
2509         * modules/hypot (configure.ac): Likewise.
2510         * modules/j0 (configure.ac): Likewise.
2511         * modules/j1 (configure.ac): Likewise.
2512         * modules/jn (configure.ac): Likewise.
2513         * modules/lgamma (configure.ac): Likewise.
2514         * modules/log (configure.ac): Likewise.
2515         * modules/log10 (configure.ac): Likewise.
2516         * modules/log1p (configure.ac): Likewise.
2517         * modules/pow (configure.ac): Likewise.
2518         * modules/remainder (configure.ac): Likewise.
2519         * modules/sin (configure.ac): Likewise.
2520         * modules/sinh (configure.ac): Likewise.
2521         * modules/tan (configure.ac): Likewise.
2522         * modules/tanh (configure.ac): Likewise.
2523         * modules/y0 (configure.ac): Likewise.
2524         * modules/y1 (configure.ac): Likewise.
2525         * modules/yn (configure.ac): Likewise.
2526         Suggested by Paolo Bonzini.
2527
2528 2010-01-31  Bruno Haible  <bruno@clisp.org>
2529
2530         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2531
2532 2010-01-31  Bruno Haible  <bruno@clisp.org>
2533
2534         Work around getdelim() bug on FreeBSD 8.0.
2535         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2536         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2537         not work.
2538         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2539         is 1.
2540         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2541         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2542         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2543         a non-zero size.
2544         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2545
2546 2010-01-31  Bruno Haible  <bruno@clisp.org>
2547
2548         Work around getline() bug on FreeBSD 8.0.
2549         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2550         and a non-zero size.
2551         * tests/test-getline.c (main): Likewise.
2552         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2553         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2554
2555 2010-01-28  Eric Blake  <ebb9@byu.net>
2556
2557         regex: fix build failure
2558         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2559         platforms.
2560
2561 2010-01-28  Jim Meyering  <meyering@redhat.com>
2562
2563         regex: do not ignore memory allocation failure
2564         * lib/regex_internal.c (create_cd_newstate): Detect
2565         re_node_set_init_copy failure.   Extracted from glibc commit
2566         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2567
2568         regex: sync more white-space changes from libc
2569         * lib/regex_internal.c: White-space only changes.
2570         * lib/regexec.c: Likewise.
2571
2572         regex: add many uses of __attribute_warn_unused_result__
2573         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2574         * lib/regexec.c: Likewise.
2575         Extracted from a messy glibc commit.
2576
2577         regcomp.c: spelling and merge-artifact from glibc
2578         * lib/regcomp.c: Merge remainder of glibc's
2579         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2580
2581         regcomp.c: sync white-space changes from glibc
2582         * lib/regcomp.c: Merge to accommodate white space
2583         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2584
2585         regcomp.c: do not ignore internal return values
2586         * lib/regcomp.c: Do not ignore internal return values.
2587         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2588         but without its white-space changes and spelling fixes.
2589
2590         regex_internal.h: define __attribute_warn_unused_result__
2591         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2592
2593         maint: add a syntax-check rule to check for vulnerable Makefile.in
2594         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2595
2596 2010-01-27  Jim Meyering  <meyering@redhat.com>
2597
2598         ncftpput-ftp: clean up spaces
2599         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2600         Remove trailing blanks.
2601
2602 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2603
2604         * build-aux/git-version-gen: Fix copyright statement.
2605         * build-aux/gnupload: Likewise.
2606         * tests/test-arcfour.c: Likewise.
2607         * tests/test-arctwo.c: Likewise.
2608         * tests/test-count-one-bits.c: Likewise.
2609         * tests/test-crc.c: Likewise.
2610         * tests/test-des.c: Likewise.
2611         * tests/test-gc-arcfour.c: Likewise.
2612         * tests/test-gc-arctwo.c: Likewise.
2613         * tests/test-gc-des.c: Likewise.
2614         * tests/test-gc-hmac-md5.c: Likewise.
2615         * tests/test-gc-hmac-sha1.c: Likewise.
2616         * tests/test-gc-md2.c: Likewise.
2617         * tests/test-gc-md4.c: Likewise.
2618         * tests/test-gc-md5.c: Likewise.
2619         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2620         * tests/test-gc-rijndael.c: Likewise.
2621         * tests/test-gc-sha1.c: Likewise.
2622         * tests/test-gc.c: Likewise.
2623         * tests/test-gethostname.c: Likewise.
2624         * tests/test-gettimeofday.c: Likewise.
2625         * tests/test-hash.c: Likewise.
2626         * tests/test-hmac-md5.c: Likewise.
2627         * tests/test-hmac-sha1.c: Likewise.
2628         * tests/test-md2.c: Likewise.
2629         * tests/test-md4.c: Likewise.
2630         * tests/test-md5.c: Likewise.
2631         * tests/test-memchr.c: Likewise.
2632         * tests/test-memchr2.c: Likewise.
2633         * tests/test-memcmp.c: Likewise.
2634         * tests/test-memmem.c: Likewise.
2635         * tests/test-memrchr.c: Likewise.
2636         * tests/test-rawmemchr.c: Likewise.
2637         * tests/test-read-file.c: Likewise.
2638         * tests/test-rijndael.c: Likewise.
2639         * tests/test-sockets.c: Likewise.
2640         * tests/test-strchrnul.c: Likewise.
2641         * tests/test-strstr.c: Likewise.
2642         * tests/test-strtod.c: Likewise.
2643         * build-aux/ncftpput-ftp: Likewise.
2644
2645 2010-01-26  Eric Blake  <ebb9@byu.net>
2646
2647         ignore-value: update recommended header name
2648         * modules/ignore-value (Include): Only use <> for headers that
2649         exist in glibc.
2650
2651 2010-01-26  Jim Meyering  <meyering@redhat.com>
2652
2653         test-userspec.c: avoid compiler warnings
2654         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2655         and "initialization discards qualifiers..." warnings.
2656         Put the first "uid" in its own scope, and make char* members "const".
2657
2658 2010-01-25  Bruno Haible  <bruno@clisp.org>
2659
2660         gnulib-tool: Make warning diagnostics consistent.
2661         * gnulib-tool (func_warning): New function.
2662         Use it everywhere where gnulib-tool produces output to stderr and it is
2663         not a fatal error.
2664
2665 2010-01-25  Bruno Haible  <bruno@clisp.org>
2666
2667         Fix test dependencies.
2668         * modules/xstrtol-tests (Depends-on): Add inttypes.
2669         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2670
2671 2010-01-25 Pádraig Brady <P@draigBrady.com>
2672
2673         syntax-check: detect incorrect boolean macro values in config.h
2674         * modules/maintainer-makefile (configure.ac): Parameterize the location
2675         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2676         The logic is from Eric Blake and the location indicated by Jim Meyering.
2677         Note the more natural CONFIG_HEADER name is prohibited by automake
2678         for backwards compatibility reasons.
2679         * top/maint.mk (sc_Wundef_boolean): New rule.
2680
2681 2010-01-25  Jim Meyering  <meyering@redhat.com>
2682
2683         bootstrap: detect MacOS 10.6's shasum, too
2684         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2685         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2686
2687 2010-01-23  Jim Meyering  <meyering@redhat.com>
2688
2689         xstrtoll: new module
2690         * modules/xstrtoll: New file.
2691         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2692         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2693         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2694         ./configure fails if you use this module and lack "long long".
2695         * modules/xstrtoll-tests: New module.
2696         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2697         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2698         new init.sh-based test framework.
2699
2700 2010-01-24  Bruno Haible  <bruno@clisp.org>
2701
2702         Tests for module 'yn'.
2703         * modules/yn-tests: New file.
2704         * tests/test-yn.c: New file.
2705
2706         Tests for module 'y1'.
2707         * modules/y1-tests: New file.
2708         * tests/test-y1.c: New file.
2709
2710         Tests for module 'y0'.
2711         * modules/y0-tests: New file.
2712         * tests/test-y0.c: New file.
2713
2714         Tests for module 'tanh'.
2715         * modules/tanh-tests: New file.
2716         * tests/test-tanh.c: New file.
2717
2718         Tests for module 'tan'.
2719         * modules/tan-tests: New file.
2720         * tests/test-tan.c: New file.
2721
2722         Tests for module 'sqrt'.
2723         * modules/sqrt-tests: New file.
2724         * tests/test-sqrt.c: New file.
2725
2726         Tests for module 'sinh'.
2727         * modules/sinh-tests: New file.
2728         * tests/test-sinh.c: New file.
2729
2730         Tests for module 'sin'.
2731         * modules/sin-tests: New file.
2732         * tests/test-sin.c: New file.
2733
2734         Tests for module 'rint'.
2735         * modules/rint-tests: New file.
2736         * tests/test-rint.c: New file.
2737
2738         Tests for module 'remainder'.
2739         * modules/remainder-tests: New file.
2740         * tests/test-remainder.c: New file.
2741
2742         Tests for module 'pow'.
2743         * modules/pow-tests: New file.
2744         * tests/test-pow.c: New file.
2745
2746         Tests for module 'nextafter'.
2747         * modules/nextafter-tests: New file.
2748         * tests/test-nextafter.c: New file.
2749
2750         Tests for module 'modf'.
2751         * modules/modf-tests: New file.
2752         * tests/test-modf.c: New file.
2753
2754         Tests for module 'logb'.
2755         * modules/logb-tests: New file.
2756         * tests/test-logb.c: New file.
2757
2758         Tests for module 'log1p'.
2759         * modules/log1p-tests: New file.
2760         * tests/test-log1p.c: New file.
2761
2762         Tests for module 'log10'.
2763         * modules/log10-tests: New file.
2764         * tests/test-log10.c: New file.
2765
2766         Tests for module 'log'.
2767         * modules/log-tests: New file.
2768         * tests/test-log.c: New file.
2769
2770         Tests for module 'lgamma'.
2771         * modules/lgamma-tests: New file.
2772         * tests/test-lgamma.c: New file.
2773
2774         Tests for module 'ldexp'.
2775         * modules/ldexp-tests: New file.
2776         * tests/test-ldexp.c: New file.
2777
2778         Tests for module 'jn'.
2779         * modules/jn-tests: New file.
2780         * tests/test-jn.c: New file.
2781
2782         Tests for module 'j1'.
2783         * modules/j1-tests: New file.
2784         * tests/test-j1.c: New file.
2785
2786         Tests for module 'j0'.
2787         * modules/j0-tests: New file.
2788         * tests/test-j0.c: New file.
2789
2790         Tests for module 'hypot'.
2791         * modules/hypot-tests: New file.
2792         * tests/test-hypot.c: New file.
2793
2794         Tests for module 'fmod'.
2795         * modules/fmod-tests: New file.
2796         * tests/test-fmod.c: New file.
2797
2798         Tests for module 'fabs'.
2799         * modules/fabs-tests: New file.
2800         * tests/test-fabs.c: New file.
2801
2802         Tests for module 'exp'.
2803         * modules/exp-tests: New file.
2804         * tests/test-exp.c: New file.
2805
2806         Tests for module 'erfc'.
2807         * modules/erfc-tests: New file.
2808         * tests/test-erfc.c: New file.
2809
2810         Tests for module 'erf'.
2811         * modules/erf-tests: New file.
2812         * tests/test-erf.c: New file.
2813
2814         Tests for module 'cosh'.
2815         * modules/cosh-tests: New file.
2816         * tests/test-cosh.c: New file.
2817
2818         Tests for module 'cos'.
2819         * modules/cos-tests: New file.
2820         * tests/test-cos.c: New file.
2821
2822         Tests for module 'copysign'.
2823         * modules/copysign-tests: New file.
2824         * tests/test-copysign.c: New file.
2825
2826         Tests for module 'cbrt'.
2827         * modules/cbrt-tests: New file.
2828         * tests/test-cbrt.c: New file.
2829
2830         Tests for module 'atan2'.
2831         * modules/atan2-tests: New file.
2832         * tests/test-atan2.c: New file.
2833
2834         Tests for module 'atan'.
2835         * modules/atan-tests: New file.
2836         * tests/test-atan.c: New file.
2837
2838         Tests for module 'asin'.
2839         * modules/asin-tests: New file.
2840         * tests/test-asin.c: New file.
2841
2842         Tests for module 'acos'.
2843         * modules/acos-tests: New file.
2844         * tests/test-acos.c: New file.
2845
2846 2010-01-24  Bruno Haible  <bruno@clisp.org>
2847
2848         Fix tests for common <math.h> functions.
2849         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2850         code snippet that references the function pointer, rather than merely
2851         calling the function. Substitute the FUNC_LIBM variable.
2852         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2853         * modules/acos (configure.ac): Likewise.
2854         * modules/asin (configure.ac): Likewise.
2855         * modules/atan (configure.ac): Likewise.
2856         * modules/atan2 (configure.ac): Likewise.
2857         * modules/cbrt (configure.ac): Likewise.
2858         * modules/copysign (configure.ac): Likewise.
2859         * modules/cos (configure.ac): Likewise.
2860         * modules/cosh (configure.ac): Likewise.
2861         * modules/erf (configure.ac): Likewise.
2862         * modules/erfc (configure.ac): Likewise.
2863         * modules/exp (configure.ac): Likewise.
2864         * modules/fabs (configure.ac): Likewise.
2865         * modules/fmod (configure.ac): Likewise.
2866         * modules/hypot (configure.ac): Likewise.
2867         * modules/j0 (configure.ac): Likewise.
2868         * modules/j1 (configure.ac): Likewise.
2869         * modules/jn (configure.ac): Likewise.
2870         * modules/ldexp (configure.ac): Likewise.
2871         * modules/lgamma (configure.ac): Likewise.
2872         * modules/log (configure.ac): Likewise.
2873         * modules/log10 (configure.ac): Likewise.
2874         * modules/log1p (configure.ac): Likewise.
2875         * modules/logb (configure.ac): Likewise.
2876         * modules/modf (configure.ac): Likewise.
2877         * modules/nextafter (configure.ac): Likewise.
2878         * modules/pow (configure.ac): Likewise.
2879         * modules/remainder (configure.ac): Likewise.
2880         * modules/rint (configure.ac): Likewise.
2881         * modules/sin (configure.ac): Likewise.
2882         * modules/sinh (configure.ac): Likewise.
2883         * modules/tan (configure.ac): Likewise.
2884         * modules/tanh (configure.ac): Likewise.
2885         * modules/y0 (configure.ac): Likewise.
2886         * modules/y1 (configure.ac): Likewise.
2887         * modules/yn (configure.ac): Likewise.
2888
2889 2010-01-24  Bruno Haible  <bruno@clisp.org>
2890
2891         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2892         * tests/test-acosl.c (x): New variable.
2893         (main): Store argument in x and fetch it from x.
2894         * tests/test-asinl.c (x): New variable.
2895         (main): Store argument in x and fetch it from x.
2896         * tests/test-atanl.c (x): New variable.
2897         (main): Store argument in x and fetch it from x.
2898         * tests/test-cosl.c (x): New variable.
2899         (main): Store argument in x and fetch it from x.
2900         * tests/test-expl.c (x): New variable.
2901         (main): Store argument in x and fetch it from x.
2902         * tests/test-logl.c (x): New variable.
2903         (main): Store argument in x and fetch it from x.
2904         * tests/test-sinl.c (x): New variable.
2905         (main): Store argument in x and fetch it from x.
2906         * tests/test-sqrtl.c (x): New variable.
2907         (main): Store argument in x and fetch it from x.
2908         * tests/test-tanl.c (x): New variable.
2909         (main): Store argument in x and fetch it from x.
2910
2911 2010-01-24  Bruno Haible  <bruno@clisp.org>
2912
2913         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2914         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2915         assignments to the initial TESTS_ENVIRONMENT.
2916         * doc/gnulib.texi (Unit test modules): Document it.
2917         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2918         TESTS_ENVIRONMENT.
2919         * modules/btowc-tests (Makefile.am): Likewise.
2920         * modules/c-stack-tests (Makefile.am): Likewise.
2921         * modules/c-strcase-tests (Makefile.am): Likewise.
2922         * modules/copy-file-tests (Makefile.am): Likewise.
2923         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2924         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2925         * modules/mbrtowc-tests (Makefile.am): Likewise.
2926         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2927         * modules/mbscasestr-tests (Makefile.am): Likewise.
2928         * modules/mbschr-tests (Makefile.am): Likewise.
2929         * modules/mbscspn-tests (Makefile.am): Likewise.
2930         * modules/mbsinit-tests (Makefile.am): Likewise.
2931         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2932         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2933         * modules/mbspbrk-tests (Makefile.am): Likewise.
2934         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2935         * modules/mbsrchr-tests (Makefile.am): Likewise.
2936         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2937         * modules/mbsspn-tests (Makefile.am): Likewise.
2938         * modules/mbsstr-tests (Makefile.am): Likewise.
2939         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2940         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2941         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2942         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2943         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2944         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2945         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2946         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2947         * modules/wcrtomb-tests (Makefile.am): Likewise.
2948         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2949         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2950         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2951         assignments from TESTS_ENVIRONMENT.
2952         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2953         augmentation.
2954         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2955         * modules/atexit-tests (Makefile.am): Likewise.
2956         * modules/binary-io-tests (Makefile.am): Likewise.
2957         * modules/closein-tests (Makefile.am): Likewise.
2958         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2959         * modules/exclude-tests (Makefile.am): Likewise.
2960         * modules/fflush-tests (Makefile.am): Likewise.
2961         * modules/fpending-tests (Makefile.am): Likewise.
2962         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2963         * modules/freadahead-tests (Makefile.am): Likewise.
2964         * modules/freadptr-tests (Makefile.am): Likewise.
2965         * modules/freadseek-tests (Makefile.am): Likewise.
2966         * modules/fseek-tests (Makefile.am): Likewise.
2967         * modules/fseeko-tests (Makefile.am): Likewise.
2968         * modules/ftell-tests (Makefile.am): Likewise.
2969         * modules/ftello-tests (Makefile.am): Likewise.
2970         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2971         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2972         * modules/lseek-tests (Makefile.am): Likewise.
2973         * modules/parse-duration-tests (Makefile.am): Likewise.
2974         * modules/perror-tests (Makefile.am): Likewise.
2975         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2976         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2977         * modules/pipe-tests (Makefile.am): Likewise.
2978         * modules/pread-tests (Makefile.am): Likewise.
2979         * modules/printf-posix-tests (Makefile.am): Likewise.
2980         * modules/select-tests (Makefile.am): Likewise.
2981         * modules/sigpipe-tests (Makefile.am): Likewise.
2982         * modules/tsearch-tests (Makefile.am): Likewise.
2983         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2984         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2985         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2986         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2987         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2988         * modules/version-etc-tests (Makefile.am): Likewise.
2989         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2990         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2991         * modules/xalloc-die-tests (Makefile.am): Likewise.
2992         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2993         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2994         * modules/xstrtol-tests (Makefile.am): Likewise.
2995         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2996         * modules/yesno-tests (Makefile.am): Likewise.
2997         Suggested by Jim Meyering.
2998
2999 2010-01-24  Bruno Haible  <bruno@clisp.org>
3000
3001         More documentation.
3002         * doc/gnulib.texi (Writing modules): New chapter.
3003         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3004         the new chapter.
3005
3006 2010-01-24  Jim Meyering  <meyering@redhat.com>
3007
3008         maint.mk: do not prepend "./" after filtering
3009         * top/maint.mk (_prepend_srcdir_prefix): New variable
3010         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3011         "./" when $(srcdir) is ".".
3012
3013         define STREQ(a,b) consistently, removing useless parentheses
3014         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3015         since the only risk is that "a" or "b" contains an unparenthesized
3016         comma, but if either did that, STREQ would have 3 or more arguments.
3017         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3018         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3019         * lib/hash-triple.c (STREQ): Likewise.
3020         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3021         * lib/getugroups.c (STREQ): Likewise.
3022
3023 2010-01-23  Jim Meyering  <meyering@redhat.com>
3024
3025         maint.mk: fix syntax-check in a non-srcdir build directory
3026         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3027         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3028
3029 2010-01-22  Jim Meyering  <meyering@redhat.com>
3030
3031         userspec: add unit tests
3032         * tests/test-userspec.c: New file.
3033         * modules/userspec-tests: Likewise.
3034
3035 2010-01-21  Jim Meyering  <meyering@redhat.com>
3036
3037         maint.mk: handle source file names containing "." robustly
3038         * top/maint.mk (_dot_escaped_srcdir): Define.
3039         (VC_LIST): Use it in LHS of sed substitution.
3040
3041 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3042
3043         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3044         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3045         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3046         from a non-srcdir build.
3047
3048 2010-01-20  Eric Blake  <ebb9@byu.net>
3049
3050         warn-on-use: use instead of link-warning
3051         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3052         * modules/unistd (Depends-on, Makefile.am): Likewise.
3053         * modules/arpa_inet (Depends-on): Replace link-warning with
3054         warn-on-use.
3055         (Makefile.am): Update rules accordingly.
3056         * modules/ctype (Depends-on, Makefile.am): Likewise.
3057         * modules/dirent (Depends-on, Makefile.am): Likewise.
3058         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3059         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3060         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3061         * modules/locale (Depends-on, Makefile.am): Likewise.
3062         * modules/math (Depends-on, Makefile.am): Likewise.
3063         * modules/search (Depends-on, Makefile.am): Likewise.
3064         * modules/signal (Depends-on, Makefile.am): Likewise.
3065         * modules/spawn (Depends-on, Makefile.am): Likewise.
3066         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3067         * modules/string (Depends-on, Makefile.am): Likewise.
3068         * modules/strings (Depends-on, Makefile.am): Likewise.
3069         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3070         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3071         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3072         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3073         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3074         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3075         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3076         * modules/wchar (Depends-on, Makefile.am): Likewise.
3077         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3078         should be poisoned.
3079         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3080         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3081         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3082         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3083         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3084         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3085         * m4/math_h.m4 (gl_MATH_H): Likewise.
3086         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3087         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3088         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3089         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3090         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3091         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3092         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3093         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3094         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3095         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3096         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3097         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3098         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3099         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3100         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3101         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3102         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3103         GL_LINK_WARNING.
3104         * lib/ctype.in.h: Likewise.
3105         * lib/dirent.in.h: Likewise.
3106         * lib/fcntl.in.h: Likewise.
3107         * lib/inttypes.in.h: Likewise.
3108         * lib/langinfo.in.h: Likewise.
3109         * lib/locale.in.h: Likewise.
3110         * lib/math.in.h: Likewise.
3111         * lib/search.in.h: Likewise.
3112         * lib/signal.in.h: Likewise.
3113         * lib/spawn.in.h: Likewise.
3114         * lib/stdio.in.h: Likewise.
3115         * lib/stdlib.in.h: Likewise.
3116         * lib/string.in.h: Likewise.
3117         * lib/strings.in.h: Likewise.
3118         * lib/sys_file.in.h: Likewise.
3119         * lib/sys_ioctl.in.h: Likewise.
3120         * lib/sys_select.in.h: Likewise.
3121         * lib/sys_socket.in.h: Likewise.
3122         * lib/sys_stat.in.h: Likewise.
3123         * lib/sys_times.in.h: Likewise.
3124         * lib/sys_utsname.in.h: Likewise.
3125         * lib/unistd.in.h: Likewise.
3126         * lib/wchar.in.h: Likewise.
3127
3128 2010-01-20  Bruno Haible  <bruno@clisp.org>
3129
3130         Avoid duplicate -lm.
3131         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3132         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3133         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3134         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3135         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3136         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3137         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3138         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3139         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3140         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3141         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3142         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3143         Reported by Paolo Bonzini.
3144
3145 2010-01-19  Bruno Haible  <bruno@clisp.org>
3146
3147         langinfo, nl_langinfo: Relicense under LGPLv2+.
3148         * modules/langinfo (License): Change to LGPLv2+.
3149         * modules/nl_langinfo (License): Likewise.
3150         Patch by David Lutterkort <lutter@redhat.com>.
3151
3152 2010-01-19  Bruno Haible  <bruno@clisp.org>
3153
3154         Avoid compilation error with cc on OSF/1 5.1.
3155         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3156         statement, not before.
3157         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3158
3159 2010-01-18  Bruno Haible  <bruno@clisp.org>
3160
3161         Avoid a link error due to the __printf__ symbol.
3162         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3163         and 2.6.x.
3164         (__format__, __printf__): Remove definitions.
3165         * lib/argp-fmtstream.h: Likewise.
3166         * lib/argp.h: Likewise.
3167         * lib/error.h: Likewise.
3168         * lib/vasnprintf.h: Likewise.
3169         * lib/xprintf.h: Likewise.
3170         * lib/xvasprintf.h: Likewise.
3171         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3172
3173 2010-01-18  Bruno Haible  <bruno@clisp.org>
3174
3175         Tests for module 'tanl'.
3176         * modules/tanl-tests: New file.
3177         * tests/test-tanl.c: New file.
3178
3179         Tests for module 'sqrtl'.
3180         * modules/sqrtl-tests: New file.
3181         * tests/test-sqrtl.c: New file.
3182
3183         Tests for module 'sinl'.
3184         * modules/sinl-tests: New file.
3185         * tests/test-sinl.c: New file.
3186
3187         Tests for module 'logl'.
3188         * modules/logl-tests: New file.
3189         * tests/test-logl.c: New file.
3190
3191         Tests for module 'expl'.
3192         * modules/expl-tests: New file.
3193         * tests/test-expl.c: New file.
3194
3195         Tests for module 'cosl'.
3196         * modules/cosl-tests: New file.
3197         * tests/test-cosl.c: New file.
3198
3199         Tests for module 'atanl'.
3200         * modules/atanl-tests: New file.
3201         * tests/test-atanl.c: New file.
3202
3203         Tests for module 'asinl'.
3204         * modules/asinl-tests: New file.
3205         * tests/test-asinl.c: New file.
3206
3207         Tests for module 'acosl'.
3208         * modules/acosl-tests: New file.
3209         * tests/test-acosl.c: New file.
3210
3211         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3212         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3213         tanl): Use the standard gnulib idiom.
3214         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3215         * lib/sinl.c: Likewise.
3216         * lib/tanl.c: Don't include trigl.c.
3217         (kernel_tanl): Make static.
3218         * lib/sincosl.c: Include trigl.h first.
3219         * lib/trigl.c: Likewise.
3220         * m4/acosl.m4: New file.
3221         * m4/asinl.m4: New file.
3222         * m4/atanl.m4: New file.
3223         * m4/cosl.m4: New file.
3224         * m4/expl.m4: New file.
3225         * m4/logl.m4: New file.
3226         * m4/sinl.m4: New file.
3227         * m4/sqrtl.m4: New file.
3228         * m4/tanl.m4: New file.
3229         * m4/mathl.m4: Remove file.
3230         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3231         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3232         Don't initialize GNULIB_MATHL.
3233         * modules/acosl: New file.
3234         * modules/asinl: New file.
3235         * modules/atanl: New file.
3236         * modules/cosl: New file.
3237         * modules/expl: New file.
3238         * modules/logl: New file.
3239         * modules/sinl: New file.
3240         * modules/sqrtl: New file.
3241         * modules/tanl: New file.
3242         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3243         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3244         substitute GNULIB_MATHL.
3245         * modules/mathl: Rewritten.
3246         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3247         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3248         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3249         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3250         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3251         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3252         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3253         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3254         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3255
3256 2010-01-18  Bruno Haible  <bruno@clisp.org>
3257
3258         sqrt: Make gl_FUNC_SQRT requirable.
3259         * m4/sqrt.m4: New file.
3260         * modules/sqrt (Files): Add it.
3261         (configure.ac): Invoke gl_FUNC_SQRT.
3262
3263 2010-01-18  Bruno Haible  <bruno@clisp.org>
3264
3265         New modules for common <math.h> functions.
3266         * m4/mathfunc.m4: New file.
3267         * modules/acos: New file.
3268         * modules/asin: New file.
3269         * modules/atan: New file.
3270         * modules/atan2: New file.
3271         * modules/cbrt: New file.
3272         * modules/copysign: New file.
3273         * modules/cos: New file.
3274         * modules/cosh: New file.
3275         * modules/erf: New file.
3276         * modules/erfc: New file.
3277         * modules/exp: New file.
3278         * modules/fabs: New file.
3279         * modules/fmod: New file.
3280         * modules/hypot: New file.
3281         * modules/j0: New file.
3282         * modules/j1: New file.
3283         * modules/jn: New file.
3284         * modules/ldexp: New file.
3285         * modules/lgamma: New file.
3286         * modules/log: New file.
3287         * modules/log10: New file.
3288         * modules/log1p: New file.
3289         * modules/logb: New file.
3290         * modules/modf: New file.
3291         * modules/nextafter: New file.
3292         * modules/pow: New file.
3293         * modules/remainder: New file.
3294         * modules/rint: New file.
3295         * modules/sin: New file.
3296         * modules/sinh: New file.
3297         * modules/sqrt: New file.
3298         * modules/tan: New file.
3299         * modules/tanh: New file.
3300         * modules/y0: New file.
3301         * modules/y1: New file.
3302         * modules/yn: New file.
3303         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3304         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3305         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3306         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3307         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3308         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3309         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3310         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3311         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3312         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3313         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3314         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3315         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3316         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3317         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3318         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3319         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3320         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3321         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3322         * doc/posix-functions/log.texi: Mention the 'log' module.
3323         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3324         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3325         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3326         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3327         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3328         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3329         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3330         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3331         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3332         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3333         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3334         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3335         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3336         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3337         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3338         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3339
3340 2010-01-18  Jim Meyering  <meyering@redhat.com>
3341
3342         ignore-value: relax license to LGPLv2+
3343         * modules/ignore-value (License): Relax to LGPLv2+.
3344
3345         getdate: don't leak when TZ contains two or more '"'s
3346         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3347         double quote in TZ after the first one.
3348
3349         readtokens: do not leak internal token_lengths buffer
3350         * lib/readtokens.c (readtokens): Free the local, lengths,
3351         when the supplied "token_lengths" parameter is NULL.
3352
3353 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3354
3355         Fix a couple of missing LIBTHREAD link failures on AIX.
3356         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3357         $(LIBTHREAD).
3358         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3359
3360         Link test-poll against INET_PTON_LIB.
3361         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3362         for inet_pton on Solaris 10.
3363
3364 2010-01-17  Bruno Haible  <bruno@clisp.org>
3365
3366         unistdio/*-sprintf: Fix typo in module description.
3367         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3368         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3369         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3370         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3371         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3372         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3373         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3374         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3375
3376 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3377
3378         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3379         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3380         variables in shell case patterns, for AIX and HP-UX ksh.
3381
3382         Split large sed scripts, for HP-UX sed.
3383         * modules/stdio: Split sed scripts around 50 sed commands,
3384         to avoid HP-UX limit of 99 commands, in the near future.
3385         * modules/string: Likewise.
3386         * modules/unistd: Likewise.
3387
3388         gnulib-tool: avoid writing in the current directory.
3389         * gnulib-tool (func_emit_lib_Makefile_am)
3390         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3391         not in the current directory, so concurrent gnulib-tool
3392         instances do not interfere.
3393
3394 2010-01-16  Jim Meyering  <meyering@redhat.com>
3395
3396         doc: update users.txt
3397         * users.txt: Add grep.
3398         (diffutils, gzip): Update URLs.
3399
3400 2010-01-12  Bruno Haible  <bruno@clisp.org>
3401
3402         posix_spawn: Avoid test failure on Cygwin.
3403         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3404         characters.
3405         Reported by Simon Josefsson.
3406
3407 2010-01-12  Bruno Haible  <bruno@clisp.org>
3408
3409         * tests/test-cond.c (main): When skipping the test, show the reason.
3410
3411 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3412
3413         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3414
3415 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3416
3417         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3418         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3419
3420 2010-01-12  Eric Blake  <ebb9@byu.net>
3421
3422         build: guarantee AS_VAR_IF
3423         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3424         (gl_AS_VAR_IF): Move...
3425         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3426         Reported by Simon Josefsson.
3427
3428 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3429
3430         * lib/stdio.in.h: Fix typo.
3431
3432 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3433
3434         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3435         libgpg-error.
3436
3437 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3438
3439         * tests/test-xalloc-die.sh: Use $EXEEXT.
3440
3441 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3442             Bruno Haible  <bruno@clisp.org>
3443
3444         getlogin, getlogin_r: Avoid test failure.
3445         * tests/test-getlogin.c: Include <stdio.h>.
3446         (main): Skip the test when the function fails because stdin is not a
3447         tty.
3448         * tests/test-getlogin_r.c: Include <stdio.h>.
3449         (main): Skip the test when the function fails because stdin is not a
3450         tty.
3451
3452 2010-01-11  Eric Blake  <ebb9@byu.net>
3453
3454         tests: avoid more large file warnings
3455         * tests/test-fflush.c: Avoid warning about ftell use.
3456         * tests/test-fseek.c: Avoid warning about fseek use.
3457
3458 2010-01-10  Bruno Haible  <bruno@clisp.org>
3459
3460         nproc: Work better on Linux when /proc and /sys are not mounted.
3461         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3462         as lower bound when, on glibc/Linux systems,
3463         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3464         Suggested by Pádraig Brady <P@draigbrady.com>.
3465         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3466
3467         nproc: Refactor.
3468         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3469         extracted from num_processors.
3470         (num_processors): Call it.
3471
3472 2010-01-11  Jim Meyering  <meyering@redhat.com>
3473
3474         utimecmp: avoid new warning from upcoming gcc-4.5.0
3475         * lib/utimecmp.c (BILLION): Define using #define rather than an
3476         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3477
3478 2010-01-11  Eric Blake  <ebb9@byu.net>
3479
3480         math: add portability warnings for classification macros
3481         * modules/math (Depends-on): Add warn-on-use.
3482         (Makefile.am): Provide new substitutions.
3483         * m4/math_h.m4 (gl_MATH_H): Require inline.
3484         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3485         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3486         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3487         implement warnings.
3488
3489         unistd: warn on use of environ without module
3490         * modules/unistd (Depends-on): Add warn-on-use.
3491         (Makefile.am): Provide new substitutions.
3492         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3493         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3494
3495         stdio: warn on suspicious uses
3496         * modules/stdio (Depends-on): Add warn-on-use.
3497         (Makefile.am): Provide new substitutions.
3498         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3499         fseeko.
3500         * lib/stdio.in.h (gets): Always warn on use.
3501         (fseek, ftell): Adjust when warnings are issued, and honor
3502         _GL_NO_LARGE_FILES as a way to silence the warning.
3503         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3504         any warning about large file offsets.
3505         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3506         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3507         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3508         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3509         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3510         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3511         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3512         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3513
3514         warn-on-use: new module
3515         * modules/warn-on-use: New file.
3516         * build-aux/warn-on-use.h: Likewise.
3517         * m4/warn-on-use.m4: Likewise.
3518         * MODULES.html.sh (Support for building): Mention it.
3519
3520 2010-01-10  Bruno Haible  <bruno@clisp.org>
3521
3522         Tests for module 'unistr/u32-strdup'.
3523         * modules/unistr/u32-strdup-tests: New file.
3524         * tests/unistr/test-u32-strdup.c: New file.
3525
3526         Tests for module 'unistr/u16-strdup'.
3527         * modules/unistr/u16-strdup-tests: New file.
3528         * tests/unistr/test-u16-strdup.c: New file.
3529
3530         Tests for module 'unistr/u8-strdup'.
3531         * modules/unistr/u8-strdup-tests: New file.
3532         * tests/unistr/test-u8-strdup.c: New file.
3533         * tests/unistr/test-strdup.h: New file.
3534
3535         Tests for module 'unistr/u32-strncmp'.
3536         * modules/unistr/u32-strncmp-tests: New file.
3537         * tests/unistr/test-u32-strncmp.c: New file.
3538
3539         Tests for module 'unistr/u16-strncmp'.
3540         * modules/unistr/u16-strncmp-tests: New file.
3541         * tests/unistr/test-u16-strncmp.c: New file.
3542
3543         Tests for module 'unistr/u8-strncmp'.
3544         * modules/unistr/u8-strncmp-tests: New file.
3545         * tests/unistr/test-u8-strncmp.c: New file.
3546         * tests/unistr/test-strncmp.h: New file.
3547
3548         Tests for module 'unistr/u32-strcoll'.
3549         * modules/unistr/u32-strcoll-tests: New file.
3550         * tests/unistr/test-u32-strcoll.c: New file.
3551
3552         Tests for module 'unistr/u16-strcoll'.
3553         * modules/unistr/u16-strcoll-tests: New file.
3554         * tests/unistr/test-u16-strcoll.c: New file.
3555
3556         Tests for module 'unistr/u8-strcoll'.
3557         * modules/unistr/u8-strcoll-tests: New file.
3558         * tests/unistr/test-u8-strcoll.c: New file.
3559
3560         Tests for module 'unistr/u32-strcmp'.
3561         * modules/unistr/u32-strcmp-tests: New file.
3562         * tests/unistr/test-u32-strcmp.c: New file.
3563         * tests/unistr/test-u32-strcmp.h: New file.
3564
3565         Tests for module 'unistr/u16-strcmp'.
3566         * modules/unistr/u16-strcmp-tests: New file.
3567         * tests/unistr/test-u16-strcmp.c: New file.
3568         * tests/unistr/test-u16-strcmp.h: New file.
3569
3570         Tests for module 'unistr/u8-strcmp'.
3571         * modules/unistr/u8-strcmp-tests: New file.
3572         * tests/unistr/test-u8-strcmp.c: New file.
3573         * tests/unistr/test-u8-strcmp.h: New file.
3574         * tests/unistr/test-strcmp.h: New file.
3575
3576         Tests for module 'unistr/u32-strncat'.
3577         * modules/unistr/u32-strncat-tests: New file.
3578         * tests/unistr/test-u32-strncat.c: New file.
3579
3580         Tests for module 'unistr/u16-strncat'.
3581         * modules/unistr/u16-strncat-tests: New file.
3582         * tests/unistr/test-u16-strncat.c: New file.
3583
3584         Tests for module 'unistr/u8-strncat'.
3585         * modules/unistr/u8-strncat-tests: New file.
3586         * tests/unistr/test-u8-strncat.c: New file.
3587         * tests/unistr/test-strncat.h: New file.
3588
3589         Tests for module 'unistr/u32-strcat'.
3590         * modules/unistr/u32-strcat-tests: New file.
3591         * tests/unistr/test-u32-strcat.c: New file.
3592
3593         Tests for module 'unistr/u16-strcat'.
3594         * modules/unistr/u16-strcat-tests: New file.
3595         * tests/unistr/test-u16-strcat.c: New file.
3596
3597         Tests for module 'unistr/u8-strcat'.
3598         * modules/unistr/u8-strcat-tests: New file.
3599         * tests/unistr/test-u8-strcat.c: New file.
3600         * tests/unistr/test-strcat.h: New file.
3601
3602         Tests for module 'unistr/u32-stpncpy'.
3603         * modules/unistr/u32-stpncpy-tests: New file.
3604         * tests/unistr/test-u32-stpncpy.c: New file.
3605
3606         Tests for module 'unistr/u16-stpncpy'.
3607         * modules/unistr/u16-stpncpy-tests: New file.
3608         * tests/unistr/test-u16-stpncpy.c: New file.
3609
3610         Tests for module 'unistr/u8-stpncpy'.
3611         * modules/unistr/u8-stpncpy-tests: New file.
3612         * tests/unistr/test-u8-stpncpy.c: New file.
3613         * tests/unistr/test-stpncpy.h: New file.
3614
3615         Tests for module 'unistr/u32-strncpy'.
3616         * modules/unistr/u32-strncpy-tests: New file.
3617         * tests/unistr/test-u32-strncpy.c: New file.
3618
3619         Tests for module 'unistr/u16-strncpy'.
3620         * modules/unistr/u16-strncpy-tests: New file.
3621         * tests/unistr/test-u16-strncpy.c: New file.
3622
3623         Tests for module 'unistr/u8-strncpy'.
3624         * modules/unistr/u8-strncpy-tests: New file.
3625         * tests/unistr/test-u8-strncpy.c: New file.
3626         * tests/unistr/test-strncpy.h: New file.
3627
3628         Tests for module 'unistr/u32-stpcpy'.
3629         * modules/unistr/u32-stpcpy-tests: New file.
3630         * tests/unistr/test-u32-stpcpy.c: New file.
3631
3632         Tests for module 'unistr/u16-stpcpy'.
3633         * modules/unistr/u16-stpcpy-tests: New file.
3634         * tests/unistr/test-u16-stpcpy.c: New file.
3635
3636         Tests for module 'unistr/u8-stpcpy'.
3637         * modules/unistr/u8-stpcpy-tests: New file.
3638         * tests/unistr/test-u8-stpcpy.c: New file.
3639         * tests/unistr/test-stpcpy.h: New file.
3640
3641         Tests for module 'unistr/u32-strcpy'.
3642         * modules/unistr/u32-strcpy-tests: New file.
3643         * tests/unistr/test-u32-strcpy.c: New file.
3644
3645         Tests for module 'unistr/u16-strcpy'.
3646         * modules/unistr/u16-strcpy-tests: New file.
3647         * tests/unistr/test-u16-strcpy.c: New file.
3648
3649         Tests for module 'unistr/u8-strcpy'.
3650         * modules/unistr/u8-strcpy-tests: New file.
3651         * tests/unistr/test-u8-strcpy.c: New file.
3652         * tests/unistr/test-strcpy.h: New file.
3653
3654         Tests for module 'unistr/u32-strnlen'.
3655         * modules/unistr/u32-strnlen-tests: New file.
3656         * tests/unistr/test-u32-strnlen.c: New file.
3657
3658         Tests for module 'unistr/u16-strnlen'.
3659         * modules/unistr/u16-strnlen-tests: New file.
3660         * tests/unistr/test-u16-strnlen.c: New file.
3661
3662         Tests for module 'unistr/u8-strnlen'.
3663         * modules/unistr/u8-strnlen-tests: New file.
3664         * tests/unistr/test-u8-strnlen.c: New file.
3665         * tests/unistr/test-strnlen.h: New file.
3666
3667         Tests for module 'unistr/u32-strlen'.
3668         * modules/unistr/u32-strlen-tests: New file.
3669         * tests/unistr/test-u32-strlen.c: New file.
3670
3671         Tests for module 'unistr/u16-strlen'.
3672         * modules/unistr/u16-strlen-tests: New file.
3673         * tests/unistr/test-u16-strlen.c: New file.
3674
3675         Tests for module 'unistr/u8-strlen'.
3676         * modules/unistr/u8-strlen-tests: New file.
3677         * tests/unistr/test-u8-strlen.c: New file.
3678
3679         Tests for module 'unistr/u32-prev'.
3680         * modules/unistr/u32-prev-tests: New file.
3681         * tests/unistr/test-u32-prev.c: New file.
3682
3683         Tests for module 'unistr/u16-prev'.
3684         * modules/unistr/u16-prev-tests: New file.
3685         * tests/unistr/test-u16-prev.c: New file.
3686
3687         Tests for module 'unistr/u8-prev'.
3688         * modules/unistr/u8-prev-tests: New file.
3689         * tests/unistr/test-u8-prev.c: New file.
3690
3691         Tests for module 'unistr/u32-next'.
3692         * modules/unistr/u32-next-tests: New file.
3693         * tests/unistr/test-u32-next.c: New file.
3694
3695         Tests for module 'unistr/u16-next'.
3696         * modules/unistr/u16-next-tests: New file.
3697         * tests/unistr/test-u16-next.c: New file.
3698
3699         Tests for module 'unistr/u8-next'.
3700         * modules/unistr/u8-next-tests: New file.
3701         * tests/unistr/test-u8-next.c: New file.
3702
3703         Tests for module 'unistr/u32-strmbtouc'.
3704         * modules/unistr/u32-strmbtouc-tests: New file.
3705         * tests/unistr/test-u32-strmbtouc.c: New file.
3706
3707         Tests for module 'unistr/u16-strmbtouc'.
3708         * modules/unistr/u16-strmbtouc-tests: New file.
3709         * tests/unistr/test-u16-strmbtouc.c: New file.
3710
3711         Tests for module 'unistr/u8-strmbtouc'.
3712         * modules/unistr/u8-strmbtouc-tests: New file.
3713         * tests/unistr/test-u8-strmbtouc.c: New file.
3714
3715         Tests for module 'unistr/u32-strmblen'.
3716         * modules/unistr/u32-strmblen-tests: New file.
3717         * tests/unistr/test-u32-strmblen.c: New file.
3718
3719         Tests for module 'unistr/u16-strmblen'.
3720         * modules/unistr/u16-strmblen-tests: New file.
3721         * tests/unistr/test-u16-strmblen.c: New file.
3722
3723         Tests for module 'unistr/u8-strmblen'.
3724         * modules/unistr/u8-strmblen-tests: New file.
3725         * tests/unistr/test-u8-strmblen.c: New file.
3726
3727         Tests for module 'unistr/u32-cpy-alloc'.
3728         * modules/unistr/u32-cpy-alloc-tests: New file.
3729         * tests/unistr/test-u32-cpy-alloc.c: New file.
3730
3731         Tests for module 'unistr/u16-cpy-alloc'.
3732         * modules/unistr/u16-cpy-alloc-tests: New file.
3733         * tests/unistr/test-u16-cpy-alloc.c: New file.
3734
3735         Tests for module 'unistr/u8-cpy-alloc'.
3736         * modules/unistr/u8-cpy-alloc-tests: New file.
3737         * tests/unistr/test-u8-cpy-alloc.c: New file.
3738         * tests/unistr/test-cpy-alloc.h: New file.
3739
3740         Tests for module 'unistr/u32-mbsnlen'.
3741         * modules/unistr/u32-mbsnlen-tests: New file.
3742         * tests/unistr/test-u32-mbsnlen.c: New file.
3743
3744         Tests for module 'unistr/u16-mbsnlen'.
3745         * modules/unistr/u16-mbsnlen-tests: New file.
3746         * tests/unistr/test-u16-mbsnlen.c: New file.
3747
3748         Tests for module 'unistr/u8-mbsnlen'.
3749         * modules/unistr/u8-mbsnlen-tests: New file.
3750         * tests/unistr/test-u8-mbsnlen.c: New file.
3751
3752         Tests for module 'unistr/u32-chr'.
3753         * modules/unistr/u32-chr-tests: New file.
3754         * tests/unistr/test-u32-chr.c: New file.
3755
3756         Tests for module 'unistr/u16-chr'.
3757         * modules/unistr/u16-chr-tests: New file.
3758         * tests/unistr/test-u16-chr.c: New file.
3759
3760         Tests for module 'unistr/u8-chr'.
3761         * modules/unistr/u8-chr-tests: New file.
3762         * tests/unistr/test-u8-chr.c: New file.
3763         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3764
3765         Tests for module 'unistr/u32-cmp2'.
3766         * modules/unistr/u32-cmp2-tests: New file.
3767         * tests/unistr/test-u32-cmp2.c: New file.
3768
3769         Tests for module 'unistr/u16-cmp2'.
3770         * modules/unistr/u16-cmp2-tests: New file.
3771         * tests/unistr/test-u16-cmp2.c: New file.
3772
3773         Tests for module 'unistr/u8-cmp2'.
3774         * modules/unistr/u8-cmp2-tests: New file.
3775         * tests/unistr/test-u8-cmp2.c: New file.
3776         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3777
3778         Tests for module 'unistr/u32-cmp'.
3779         * modules/unistr/u32-cmp-tests: New file.
3780         * tests/unistr/test-u32-cmp.c: New file.
3781
3782         Tests for module 'unistr/u16-cmp'.
3783         * modules/unistr/u16-cmp-tests: New file.
3784         * tests/unistr/test-u16-cmp.c: New file.
3785
3786         Tests for module 'unistr/u8-cmp'.
3787         * modules/unistr/u8-cmp-tests: New file.
3788         * tests/unistr/test-u8-cmp.c: New file.
3789         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3790
3791         Tests for module 'unistr/u32-set'.
3792         * modules/unistr/u32-set-tests: New file.
3793         * tests/unistr/test-u32-set.c: New file.
3794
3795         Tests for module 'unistr/u16-set'.
3796         * modules/unistr/u16-set-tests: New file.
3797         * tests/unistr/test-u16-set.c: New file.
3798
3799         Tests for module 'unistr/u8-set'.
3800         * modules/unistr/u8-set-tests: New file.
3801         * tests/unistr/test-u8-set.c: New file.
3802         * tests/unistr/test-set.h: New file.
3803
3804         Tests for module 'unistr/u32-move'.
3805         * modules/unistr/u32-move-tests: New file.
3806         * tests/unistr/test-u32-move.c: New file.
3807
3808         Tests for module 'unistr/u16-move'.
3809         * modules/unistr/u16-move-tests: New file.
3810         * tests/unistr/test-u16-move.c: New file.
3811
3812         Tests for module 'unistr/u8-move'.
3813         * modules/unistr/u8-move-tests: New file.
3814         * tests/unistr/test-u8-move.c: New file.
3815         * tests/unistr/test-move.h: New file.
3816
3817         Tests for module 'unistr/u32-cpy'.
3818         * modules/unistr/u32-cpy-tests: New file.
3819         * tests/unistr/test-u32-cpy.c: New file.
3820
3821         Tests for module 'unistr/u16-cpy'.
3822         * modules/unistr/u16-cpy-tests: New file.
3823         * tests/unistr/test-u16-cpy.c: New file.
3824
3825         Tests for module 'unistr/u8-cpy'.
3826         * modules/unistr/u8-cpy-tests: New file.
3827         * tests/unistr/test-u8-cpy.c: New file.
3828         * tests/unistr/test-cpy.h: New file.
3829
3830 2010-01-09  Bruno Haible  <bruno@clisp.org>
3831
3832         Tests for module 'unistr/u32-uctomb'.
3833         * modules/unistr/u32-uctomb-tests: New file.
3834         * tests/unistr/test-u32-uctomb.c: New file.
3835
3836         Tests for module 'unistr/u16-uctomb'.
3837         * modules/unistr/u16-uctomb-tests: New file.
3838         * tests/unistr/test-u16-uctomb.c: New file.
3839
3840         Tests for module 'unistr/u8-uctomb'.
3841         * modules/unistr/u8-uctomb-tests: New file.
3842         * tests/unistr/test-u8-uctomb.c: New file.
3843
3844         Tests for module 'unistr/u32-mbtoucr'.
3845         * modules/unistr/u32-mbtoucr-tests: New file.
3846         * tests/unistr/test-u32-mbtoucr.c: New file.
3847
3848         Tests for module 'unistr/u16-mbtoucr'.
3849         * modules/unistr/u16-mbtoucr-tests: New file.
3850         * tests/unistr/test-u16-mbtoucr.c: New file.
3851
3852         Tests for module 'unistr/u8-mbtoucr'.
3853         * modules/unistr/u8-mbtoucr-tests: New file.
3854         * tests/unistr/test-u8-mbtoucr.c: New file.
3855
3856         Tests for module 'unistr/u32-mbtouc'.
3857         * modules/unistr/u32-mbtouc-tests: New file.
3858         * tests/unistr/test-u32-mbtouc.c: New file.
3859
3860         Tests for module 'unistr/u16-mbtouc'.
3861         * modules/unistr/u16-mbtouc-tests: New file.
3862         * tests/unistr/test-u16-mbtouc.c: New file.
3863
3864         Tests for module 'unistr/u8-mbtouc'.
3865         * modules/unistr/u8-mbtouc-tests: New file.
3866         * tests/unistr/test-u8-mbtouc.c: New file.
3867
3868         Tests for module 'unistr/u32-mbtouc-unsafe'.
3869         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3870         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3871         * tests/unistr/test-u32-mbtouc.h: New file.
3872
3873         Tests for module 'unistr/u16-mbtouc-unsafe'.
3874         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3875         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3876         * tests/unistr/test-u16-mbtouc.h: New file.
3877
3878         Tests for module 'unistr/u8-mbtouc-unsafe'.
3879         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3880         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3881         * tests/unistr/test-u8-mbtouc.h: New file.
3882
3883         Tests for module 'unistr/u32-mblen'.
3884         * modules/unistr/u32-mblen-tests: New file.
3885         * tests/unistr/test-u32-mblen.c: New file.
3886
3887         Tests for module 'unistr/u16-mblen'.
3888         * modules/unistr/u16-mblen-tests: New file.
3889         * tests/unistr/test-u16-mblen.c: New file.
3890
3891         Tests for module 'unistr/u8-mblen'.
3892         * modules/unistr/u8-mblen-tests: New file.
3893         * tests/unistr/test-u8-mblen.c: New file.
3894
3895         Tests for module 'unistr/u32-to-u16'.
3896         * modules/unistr/u32-to-u16-tests: New file.
3897         * tests/unistr/test-u32-to-u16.c: New file.
3898
3899         Tests for module 'unistr/u32-to-u8'.
3900         * modules/unistr/u32-to-u8-tests: New file.
3901         * tests/unistr/test-u32-to-u8.c: New file.
3902
3903         Tests for module 'unistr/u16-to-u32'.
3904         * modules/unistr/u16-to-u32-tests: New file.
3905         * tests/unistr/test-u16-to-u32.c: New file.
3906
3907         Tests for module 'unistr/u16-to-u8'.
3908         * modules/unistr/u16-to-u8-tests: New file.
3909         * tests/unistr/test-u16-to-u8.c: New file.
3910
3911         Tests for module 'unistr/u8-to-u32'.
3912         * modules/unistr/u8-to-u32-tests: New file.
3913         * tests/unistr/test-u8-to-u32.c: New file.
3914
3915         Tests for module 'unistr/u8-to-u16'.
3916         * modules/unistr/u8-to-u16-tests: New file.
3917         * tests/unistr/test-u8-to-u16.c: New file.
3918
3919         Tests for module 'unistr/u32-check'.
3920         * modules/unistr/u32-check-tests: New file.
3921         * tests/unistr/test-u32-check.c: New file.
3922
3923         Tests for module 'unistr/u16-check'.
3924         * modules/unistr/u16-check-tests: New file.
3925         * tests/unistr/test-u16-check.c: New file.
3926
3927         Tests for module 'unistr/u8-check'.
3928         * modules/unistr/u8-check-tests: New file.
3929         * tests/unistr/test-u8-check.c: New file.
3930
3931         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3932         (category_equals): New function.
3933         (main): Add more tests.
3934         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3935
3936         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3937
3938 2010-01-10  Bruno Haible  <bruno@clisp.org>
3939
3940         unistr/u*-strcoll: Try harder to distinguish different strings.
3941         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3942         compare s1 and s2 to see if they are different.
3943
3944 2010-01-10  Bruno Haible  <bruno@clisp.org>
3945
3946         unistr/u*-stpncpy: Fix the return value.
3947         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3948         description of the return value consistent with stpncpy in glibc.
3949         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3950         written non-NUL unit.
3951
3952 2010-01-10  Bruno Haible  <bruno@clisp.org>
3953
3954         unistr/u*-next: Add missing dependencies.
3955         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3956         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3957         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3958
3959 2010-01-10  Bruno Haible  <bruno@clisp.org>
3960
3961         unistr/u8-mbsnlen: Fix return value for incomplete character.
3962         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3963         u8_mblen.
3964         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3965         Remove unistr/u8-mblen.
3966         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3967         u16_mblen.
3968         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3969         Remove unistr/u16-mblen.
3970
3971 2010-01-10  Bruno Haible  <bruno@clisp.org>
3972
3973         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3974         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3975         Reported by Brian Gough <bjg@gnu.org> and
3976         Chris Clayton <chris2553@googlemail.com> via
3977         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3978
3979 2010-01-09  Bruno Haible  <bruno@clisp.org>
3980
3981         unistr/u16-to-u32: Reject invalid input.
3982         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3983         u16_mbtouc.
3984         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3985         Remove unistr/u16-mbtouc.
3986
3987         unistr/u16-to-u8: Reject invalid input.
3988         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3989         u16_mbtouc.
3990         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3991         Remove unistr/u16-mbtouc.
3992
3993         unistr/u8-to-u32: Reject invalid input.
3994         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3995         u8_mbtouc.
3996         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3997         Remove unistr/u8-mbtouc.
3998
3999         unistr/u8-to-u16: Reject invalid input.
4000         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4001         u8_mbtouc.
4002         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4003         Remove unistr/u8-mbtouc.
4004
4005 2010-01-09  Bruno Haible  <bruno@clisp.org>
4006
4007         Tests for module 'getlogin'.
4008         * modules/getlogin-tests: New file.
4009         * tests/test-getlogin.c: New file.
4010
4011         New module 'getlogin'.
4012         * lib/unistd.in.h (getlogin): New declaration.
4013         * lib/getlogin.c: New file.
4014         * m4/getlogin.m4: New file.
4015         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4016         HAVE_GETLOGIN.
4017         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4018         HAVE_GETLOGIN.
4019         * modules/getlogin: New file.
4020         * doc/posix-functions/getlogin.texi: Mention the new module.
4021         Reported by John W. Eaton <jwe@gnu.org>.
4022
4023 2010-01-09  Bruno Haible  <bruno@clisp.org>
4024
4025         getlogin_r: Support for native Windows.
4026         * lib/getlogin_r.c: Include <windows.h>
4027         (getlogin_r): Implement for native Windows.
4028         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4029         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4030         via John W. Eaton <jwe@gnu.org>.
4031
4032 2010-01-09  Bruno Haible  <bruno@clisp.org>
4033
4034         getlogin_r: Small fixes.
4035         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4036         succeeds.
4037         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4038         before testing whether getlogin_r is declared. No need to set
4039         HAVE_DECL_GETLOGIN_R to 1.
4040         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4041
4042 2010-01-09  Bruno Haible  <bruno@clisp.org>
4043
4044         * lib/unistd.in.h (getlogin_r): Add comment.
4045
4046 2010-01-09  Bruno Haible  <bruno@clisp.org>
4047
4048         Tests for module 'getlogin_r'.
4049         * modules/getlogin_r-tests: New file.
4050         * tests/test-getlogin_r.c: New file.
4051
4052 2010-01-09  Jim Meyering  <meyering@redhat.com>
4053
4054         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4055         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4056         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4057
4058 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4059
4060         * lib/dup2.c (rpl_dup2): Improve comment.
4061
4062 2010-01-08  Eric Blake  <ebb9@byu.net>
4063
4064         maint.mk: allow packages to add makefile @@ exceptions
4065         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4066         (sc_makefile_check): Rename...
4067         (sc_makefile_at_at_check): ...to this, and use hook.
4068
4069         dup2: work around mingw bug
4070         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4071         Reported by Simon Josefsson.
4072
4073 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4074
4075         glob: Fix C++ compilation.
4076         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4077         C++.
4078
4079 2010-01-07  Bruno Haible  <bruno@clisp.org>
4080
4081         Fix indentation of wctype.in.h, broken since 2007-01-06.
4082         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4083
4084 2010-01-07  Bruno Haible  <bruno@clisp.org>
4085
4086         mbslen: Avoid collision with system function.
4087         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4088         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4089         * m4/mbslen.m4: New file.
4090         * modules/mbslen (Files): Add it.
4091         (configure.ac): Invoke gl_MBSLEN.
4092         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4093         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4094         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4095         via Ian Beckwith <ianb@erislabs.net>.
4096
4097 2010-01-07  Bruno Haible  <bruno@clisp.org>
4098
4099         dirent: Document the last fix.
4100         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4101
4102 2010-01-07  Bruno Haible  <bruno@clisp.org>
4103
4104         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4105         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4106         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4107         va_list are defined.
4108         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4109         Reported by Eric Blake.
4110
4111 2010-01-07  Bruno Haible  <bruno@clisp.org>
4112
4113         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4114         * modules/xlist (Depends-on): Add 'list',
4115         * modules/xoset (Depends-on): Add 'oset'.
4116         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4117
4118 2010-01-07  Bruno Haible  <bruno@clisp.org>
4119
4120         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4121         * doc/posix-functions/strncasecmp.texi: Likewise.
4122
4123 2010-01-07  Bruno Haible  <bruno@clisp.org>
4124
4125         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4126
4127 2010-01-07  John W. Eaton  <jwe@octave.org>
4128
4129         wctype: allow C++ use
4130         * lib/wctype.in.h: Add extern "C" block for C++.
4131
4132 2010-01-06  Eric Blake  <ebb9@byu.net>
4133
4134         maint.mk: detect incorrect GFDL usage
4135         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4136
4137 2010-01-06  Jim Meyering  <meyering@redhat.com>
4138         and Eric Blake  <ebb9@byu.net>
4139
4140         maint.mk: ignore multi-line copyright in NEWS
4141         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4142
4143 2010-01-06  Eric Blake  <ebb9@byu.net>
4144
4145         select: add missing dependency
4146         * modules/select-tests (Depends-on): Move sockets dependency...
4147         * modules/select (Depends-on): ...here.
4148         Reported by Ian Beckwith.
4149
4150         doc: regenerate INSTALL
4151         * doc/INSTALL: Reflect recent autoconf update.
4152         * doc/INSTALL.ISO: Likewise.
4153         * doc/INSTALL.UTF-8: Likewise.
4154
4155         pread: fix compilation on glibc
4156         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4157         Reported by Ralf Wildenhues.
4158
4159         dirent: fix test failure
4160         * lib/dirent.in.h (includes): Guarantee ino_t.
4161         Reported by Ralf Wildenhues.
4162
4163 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4164
4165         linkat, renameat: avoid bad free
4166         * lib/at-func2.c (at_func2): Fix typo.
4167         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4168
4169 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4170
4171         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4172         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4173         to avoid failure of symlink test later.
4174
4175 2010-01-06  Eric Blake  <ebb9@byu.net>
4176
4177         stdio, unistd: guarantee ssize_t
4178         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4179         2008 are exposed when needed.
4180         * lib/stdio.in.h (includes): Likewise.
4181         Reported by Ralf Wildenhues.
4182
4183 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4184
4185         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4186         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4187         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4188
4189 2010-01-06  Jim Meyering  <meyering@redhat.com>
4190
4191         readtokens: this module *does* require xalloc.h
4192         It uses only functions that were omitted by the old syntax-check rule.
4193         * lib/readtokens.c: Include "xalloc.h" once again.
4194         * modules/readtokens (Depends-on): Add xalloc.
4195         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4196
4197 2010-01-05  Eric Blake  <ebb9@byu.net>
4198
4199         maint: support 'make announcement' from a VPATH build
4200         * top/maint.mk (announcement): Look for correct NEWS file.
4201
4202 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4203
4204         utimens (fdutimens): ignore a negative FD, per contract
4205         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4206         when we have a valid file descriptor.  Otherwise, using a brand
4207         new glibc (with just-patched futimens that now fails with EBADF)
4208         would cause this function to fail with ENOSYS.
4209         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4210         See also http://bugzilla.redhat.com/552320.
4211
4212 2010-01-05  Eric Blake  <ebb9@byu.net>
4213
4214         strcase: document what it provides
4215         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4216         gnulib module.
4217         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4218         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4219
4220 2010-01-05  Jim Meyering  <meyering@redhat.com>
4221
4222         maint: remove useless inclusions of "xalloc.h"
4223         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4224         * lib/readtokens.c: Likewise.
4225         * lib/same.c: Likewise.
4226         * modules/getloadavg (Depends-on): Remove xalloc.
4227         * modules/readtokens: Likewise.
4228         * modules/same: Likewise.
4229
4230         maint.mk: include 4 more function names in alloca.h-checking regexp
4231         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4232         regexp.  Before, we would give a false-positive (saying alloca.h
4233         is included unnecessarily) when the only uses involved omitted symbols.
4234
4235         xalloc.h: use consistent formatting
4236         * lib/xalloc.h: Move declarations to start in the first column.
4237
4238 2010-01-05  Eric Blake  <ebb9@byu.net>
4239
4240         mkdir: avoid xalloc
4241         * lib/mkdir.c (includes): Drop unused header.
4242         Reported by John W. Eaton.
4243
4244 2010-01-04  Jim Meyering  <meyering@redhat.com>
4245
4246         nl_langinfo: avoid configure-time syntax error
4247         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4248         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4249         the empty string.  Don't let that provoke a shell syntax error.
4250
4251         regcomp, regexec, fnmatch: avoid array bounds read error
4252         * lib/regcomp.c (build_equiv_class): From glibc:
4253         Use only the low 24 bits of a findidx return value as an index
4254         into the weights array.  Patch by Ulrich Drepper:
4255         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4256         * lib/regexec.c (check_node_accept_bytes): Likewise.
4257         * lib/fnmatch_loop.c (FCT): Likewise.
4258
4259         regcomp: skip collseq lookup when there are no rules
4260         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4261         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4262
4263         regcomp: recognize ill-formed { } expressions
4264         * lib/regcomp.c (parse_dup_op): From glibc:
4265         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4266
4267         regcomp: fix typo in comment
4268         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4269         s/satisfy/satisfies/.
4270
4271         regcomp: sync from glibc: remove dead store
4272         * lib/regcomp.c (duplicate_node_closure): Remove useless
4273         search_duplicated_node call and dead store.
4274
4275         regcomp: sync from glibc; always use nl_langinfo
4276         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4277         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4278         * modules/regex (Depends-on): Add nl_langinfo.
4279
4280 2010-01-04  Eric Blake  <ebb9@byu.net>
4281
4282         fdopendir: fix configure test
4283         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4284
4285 2010-01-01  Bruno Haible  <bruno@clisp.org>
4286
4287         wchar: Remove unused configure check.
4288         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4289
4290 2010-01-01  Eric Blake  <ebb9@byu.net>
4291
4292         headers: make check of system header explicit
4293         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4294         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4295         ourselves.
4296         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4297         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4298         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4299         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4300         internals.
4301         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4302         missing.
4303         Suggested by Bruno Haible.
4304
4305 2010-01-01  Jim Meyering  <meyering@redhat.com>
4306
4307         ChangeLog: tweak to eliminate unnecessary copyright line
4308         * ChangeLog: Remove a copyright line that was mistakenly updated
4309         by today's update-copyright run.  Reported by Eric Blake.
4310
4311         test-update-copyright: don't let envvar setting cause test failure
4312         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4313
4314 2010-01-01  Bruno Haible  <bruno@clisp.org>
4315
4316         localename: Avoid gcc warning.
4317         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4318         function if it is not used.
4319
4320 2010-01-01  Jim Meyering  <meyering@redhat.com>
4321
4322         update nearly all FSF copyright year lists to include 2010
4323         Use the same procedure as for 2009, outlined in
4324         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4325
4326         version-etc: set COPYRIGHT_YEAR to 2010
4327         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4328
4329 2009-12-31  Eric Blake  <ebb9@byu.net>
4330
4331         doc: correct availability of cygwin 1.5.x getopt
4332         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4333         variables.
4334         * doc/posix-functions/opterr.texi (opterr): Likewise.
4335         * doc/posix-functions/optind.texi (optind): Likewise.
4336         * doc/posix-functions/optopt.texi (optopt): Likewise.
4337         * doc/posix-functions/tzname.texi (tzname): Likewise.
4338
4339         openat: update maintainer
4340         * modules/openat (Maintainer): Add myself.
4341
4342         utimens: avoid shadowing warning
4343         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4344         buffers into one, to avoid shadowing, as well as avoiding a
4345         redundant stat.
4346         Reported by Jim Meyering.
4347
4348         test-dup2: avoid compiler warning
4349         * tests/test-dup2.c (is_inheritable): Only define if used.
4350
4351 2010-01-01  Bruno Haible  <bruno@clisp.org>
4352
4353         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4354         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4355         defined, use wctomb instead of wcrtomb.
4356
4357 2010-01-01  Bruno Haible  <bruno@clisp.org>
4358
4359         iconv: Reject native Solaris iconv.
4360         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4361         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4362
4363 2009-12-31  Bruno Haible  <bruno@clisp.org>
4364
4365         * tests/test-signal.c (main): Remove test of 'SIG'.
4366
4367 2009-12-31  Bruno Haible  <bruno@clisp.org>
4368
4369         spawn: Fix incomplete fix.
4370         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4371         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4372         warnings for GNULIB_POSIXCHECK again.
4373         Reported by Eric Blake.
4374
4375 2009-12-31  Bruno Haible  <bruno@clisp.org>
4376
4377         Avoid namespace pollution on glibc systems.
4378         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4379         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4380         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4381         glibc systems.
4382
4383 2009-12-31  Bruno Haible  <bruno@clisp.org>
4384
4385         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4386         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4387         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4388         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4389         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4390         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4391         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4392
4393 2009-12-31  Bruno Haible  <bruno@clisp.org>
4394
4395         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4396         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4397         afterwards.
4398
4399 2009-12-31  Bruno Haible  <bruno@clisp.org>
4400
4401         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4402         SYS_UTSNAME_H.
4403
4404 2009-12-31  Bruno Haible  <bruno@clisp.org>
4405
4406         spawn: Fix misapplied patch.
4407         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4408         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4409         warnings for GNULIB_POSIXCHECK.
4410
4411 2009-12-31  Bruno Haible  <bruno@clisp.org>
4412
4413         times: Update after sys_times changed.
4414         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4415         * modules/times (Files): Add it.
4416         (configure.ac): Invoke gl_FUNC_TIMES.
4417
4418 2009-12-31  Bruno Haible  <bruno@clisp.org>
4419
4420         Use AC_C_INLINE where necessary.
4421         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4422         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4423         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4424         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4425         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4426         * m4/mbiter.m4 (gl_MBITER): Likewise.
4427         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4428         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4429         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4430         * modules/u64 (configure.ac): Likewise.
4431
4432 2009-12-31  Bruno Haible  <bruno@clisp.org>
4433
4434         Use AC_C_INLINE instead of module 'inline' where possible.
4435         * modules/inline (Description): Clarify purpose.
4436         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4437         * modules/count-one-bits (Depends-on): Remove inline.
4438         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4439         * modules/openat (Depends-on): Remove inline.
4440         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4441         instead of depending on module 'inline'.
4442         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4443         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4444         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4445         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4446         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4447         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4448         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4449         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4450         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4451         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4452         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4453         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4454         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4455         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4456         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4457         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4458         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4459         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4460         Likewise.
4461         * modules/unictype/property-ascii-hex-digit (Depends-on,
4462         configure.ac): Likewise.
4463         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4464         configure.ac): Likewise.
4465         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4466         configure.ac): Likewise.
4467         * modules/unictype/property-bidi-block-separator (Depends-on,
4468         configure.ac): Likewise.
4469         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4470         configure.ac): Likewise.
4471         * modules/unictype/property-bidi-common-separator (Depends-on,
4472         configure.ac): Likewise.
4473         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4474         Likewise.
4475         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4476         configure.ac): Likewise.
4477         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4478         configure.ac): Likewise.
4479         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4480         configure.ac): Likewise.
4481         * modules/unictype/property-bidi-european-digit (Depends-on,
4482         configure.ac): Likewise.
4483         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4484         configure.ac): Likewise.
4485         * modules/unictype/property-bidi-left-to-right (Depends-on,
4486         configure.ac): Likewise.
4487         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4488         configure.ac): Likewise.
4489         * modules/unictype/property-bidi-other-neutral (Depends-on,
4490         configure.ac): Likewise.
4491         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4492         Likewise.
4493         * modules/unictype/property-bidi-segment-separator (Depends-on,
4494         configure.ac): Likewise.
4495         * modules/unictype/property-bidi-whitespace (Depends-on,
4496         configure.ac): Likewise.
4497         * modules/unictype/property-combining (Depends-on, configure.ac):
4498         Likewise.
4499         * modules/unictype/property-composite (Depends-on, configure.ac):
4500         Likewise.
4501         * modules/unictype/property-currency-symbol (Depends-on,
4502         configure.ac): Likewise.
4503         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4504         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4505         Likewise.
4506         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4507         configure.ac): Likewise.
4508         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4509         Likewise.
4510         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4511         Likewise.
4512         * modules/unictype/property-extender (Depends-on, configure.ac):
4513         Likewise.
4514         * modules/unictype/property-format-control (Depends-on, configure.ac):
4515         Likewise.
4516         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4517         Likewise.
4518         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4519         Likewise.
4520         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4521         Likewise.
4522         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4523         Likewise.
4524         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4525         Likewise.
4526         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4527         Likewise.
4528         * modules/unictype/property-id-start (Depends-on, configure.ac):
4529         Likewise.
4530         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4531         Likewise.
4532         * modules/unictype/property-ids-binary-operator (Depends-on,
4533         configure.ac): Likewise.
4534         * modules/unictype/property-ids-trinary-operator (Depends-on,
4535         configure.ac): Likewise.
4536         * modules/unictype/property-ignorable-control (Depends-on,
4537         configure.ac): Likewise.
4538         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4539         Likewise.
4540         * modules/unictype/property-join-control (Depends-on, configure.ac):
4541         Likewise.
4542         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4543         Likewise.
4544         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4545         Likewise.
4546         * modules/unictype/property-logical-order-exception (Depends-on,
4547         configure.ac): Likewise.
4548         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4549         Likewise.
4550         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4551         * modules/unictype/property-non-break (Depends-on, configure.ac):
4552         Likewise.
4553         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4554         Likewise.
4555         * modules/unictype/property-numeric (Depends-on, configure.ac):
4556         Likewise.
4557         * modules/unictype/property-other-alphabetic (Depends-on,
4558         configure.ac): Likewise.
4559         * modules/unictype/property-other-default-ignorable-code-point
4560         (Depends-on, configure.ac): Likewise.
4561         * modules/unictype/property-other-grapheme-extend (Depends-on,
4562         configure.ac): Likewise.
4563         * modules/unictype/property-other-id-continue (Depends-on,
4564         configure.ac): Likewise.
4565         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4566         Likewise.
4567         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4568         Likewise.
4569         * modules/unictype/property-other-math (Depends-on, configure.ac):
4570         Likewise.
4571         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4572         Likewise.
4573         * modules/unictype/property-paired-punctuation (Depends-on,
4574         configure.ac): Likewise.
4575         * modules/unictype/property-paragraph-separator (Depends-on,
4576         configure.ac): Likewise.
4577         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4578         Likewise.
4579         * modules/unictype/property-pattern-white-space (Depends-on,
4580         configure.ac): Likewise.
4581         * modules/unictype/property-private-use (Depends-on, configure.ac):
4582         Likewise.
4583         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4584         Likewise.
4585         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4586         Likewise.
4587         * modules/unictype/property-radical (Depends-on, configure.ac):
4588         Likewise.
4589         * modules/unictype/property-sentence-terminal (Depends-on,
4590         configure.ac): Likewise.
4591         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4592         Likewise.
4593         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4594         * modules/unictype/property-terminal-punctuation (Depends-on,
4595         configure.ac): Likewise.
4596         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4597         Likewise.
4598         * modules/unictype/property-unassigned-code-value (Depends-on,
4599         configure.ac): Likewise.
4600         * modules/unictype/property-unified-ideograph (Depends-on,
4601         configure.ac): Likewise.
4602         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4603         Likewise.
4604         * modules/unictype/property-variation-selector (Depends-on,
4605         configure.ac): Likewise.
4606         * modules/unictype/property-white-space (Depends-on, configure.ac):
4607         Likewise.
4608         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4609         Likewise.
4610         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4611         Likewise.
4612         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4613         Likewise.
4614         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4615         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4616         Likewise.
4617
4618 2009-12-31  Bruno Haible  <bruno@clisp.org>
4619
4620         Remove unnecessary AC_C_INLINE invocation.
4621         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4622         since 2009-08-21.
4623
4624 2009-12-31  Jim Meyering  <meyering@redhat.com>
4625
4626         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4627         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4628         With this change, we can all remove the gpg_key_ID = ... definition
4629         from our respective cfg.mk files.
4630
4631         maint.mk: create announcement template in ~/, not in /tmp
4632         * top/maint.mk (emit_upload_commands): Adjust.
4633         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4634         Remove temporary file, .ci-msg.
4635
4636 2009-12-31  Eric Blake  <ebb9@byu.net>
4637
4638         link-warning: always build headers with link warnings
4639         * modules/arpa_inet (Makefile.am): Always build replacement
4640         header.
4641         * modules/ctype (Makefile.am): Likewise.
4642         * modules/dirent (Makefile.am): Likewise.
4643         * modules/inttypes (Makefile.am): Likewise.
4644         * modules/langinfo (Makefile.am): Likewise.
4645         * modules/locale (Makefile.am): Likewise.
4646         * modules/spawn (Makefile.am): Likewise.
4647         * modules/sys_file (Makefile.am): Likewise.
4648         * modules/sys_ioctl (Makefile.am): Likewise.
4649         * modules/sys_select (Makefile.am): Likewise.
4650         * modules/sys_socket (Makefile.am): Likewise.
4651         * modules/sys_times (Makefile.am): Likewise.
4652         * modules/sys_utsname (Makefile.am): Likewise.
4653         * modules/sys_wait (Makefile.am): Likewise.
4654         * modules/wchar (Makefile.am): Likewise.
4655         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4656         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4657         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4658         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4659         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4660         Likewise.
4661         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4662         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4663         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4664         Likewise.
4665         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4666         Likewise.
4667         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4668         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4669         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4670         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4671         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4672         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4673         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4674         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4675         (gl_WCHAR_H_DEFAULTS): Likewise.
4676
4677 2009-12-31  Eric Blake  <ebb9@byu.net>
4678
4679         signal, spawn: use link warnings
4680         * lib/signal.in.h (sigset_t): Make unconditional.
4681         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4682         (sigpending, sigprocmask, sigaction): Add link warnings.
4683         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4684         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4685         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4686         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4687         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4688         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4689         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4690         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4691         (posix_spawn_file_actions_destroy)
4692         (posix_spawn_file_actions_addopen)
4693         (posix_spawn_file_actions_addclose)
4694         (posix_spawn_file_actions_adddup2): Likewise.
4695         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4696         * tests/test-signal.c (main): Enhance test.
4697
4698         spawn: improve wrapper support
4699         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4700         (gl_SPAWN_H_DEFAULTS): New defaults.
4701         * modules/spawn (Makefile.am): Substitute them.
4702         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4703         Only declare if missing or broken.
4704
4705         sys_times, sys_utsname: use include_next
4706         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4707         header.
4708         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4709         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4710         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4711         * modules/sys_times (Depends-on): Add include_next.
4712         (Makefile.am): Substitute additional values.
4713         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4714         * lib/sys_times.in.h (includes): Include native header, if
4715         available.
4716         * lib/sys_utsname.in.h (includes): Likewise.
4717         * tests/test-sys_times.c (main): Enhance test.
4718
4719         fdutimensat: revert prior patch
4720         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4721         utimens.h.
4722         Reported by Bruno Haible.
4723
4724 2009-12-30  Eric Blake  <ebb9@byu.net>
4725
4726         sys_wait: drop link-warning dependency
4727         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4728         link-warning efforts.
4729         * lib/sys_wait.in.h: Likewise.
4730
4731         fdutimensat: remove bogus dependency
4732         * modules/fdutimensat (Depends-on): Drop inline.
4733
4734         unistd: fix typo
4735         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4736
4737 2009-12-30  Bruno Haible  <bruno@clisp.org>
4738
4739         Fix compilation error with Solaris cc.
4740         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4741         * lib/unicase/u16-is-invariant.c: Likewise.
4742         * lib/unicase/u32-is-invariant.c: Likewise.
4743         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4744
4745 2009-12-30  Bruno Haible  <bruno@clisp.org>
4746
4747         Fix test crash.
4748         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4749         locales.
4750         Reported by Simon Josefsson <simon@josefsson.org>.
4751
4752 2009-12-30  Bruno Haible  <bruno@clisp.org>
4753
4754         Fix compilation error on most platforms.
4755         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4756         Reported by Simon Josefsson <simon@josefsson.org>
4757         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4758
4759 2009-12-30  Eric Blake  <ebb9@byu.net>
4760
4761         futimens, utimensat: work around ntfs-3g bug
4762         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4763         a ctime bug is present, and expand workaround to cover ntfs-3g.
4764         * lib/utimens.c (fdutimens, lutimens): Likewise.
4765         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4766         (validate_timespec): Adjust return value.
4767         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4768         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4769         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4770
4771 2009-12-29  Eric Blake  <ebb9@byu.net>
4772
4773         link-warning: make usage consistent
4774         * modules/ctype (Depends-on): Add link-warning.
4775         (Makefile.am): Update rules accordingly.
4776         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4777         * modules/locale (Depends-on, Makefile.am): Likewise.
4778         * modules/sys_file (Makefile.am): Likewise.
4779         * modules/getopt-posix (Makefile.am): Delete unused link warning
4780         efforts.
4781         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4782         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4783         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4784         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4785
4786         stdio: remove unused variables
4787         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4788         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4789         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4790
4791         tests: test more substitute headers
4792         * modules/ctype-tests: New file.
4793         * modules/dirent-tests: Likewise.
4794         * modules/spawn-tests: Likewise.
4795         * modules/sys_file-tests: Likewise.
4796         * modules/sys_ioctl-tests: Likewise.
4797         * modules/sys_wait-tests: Likewise.
4798         * tests/test-ctype.c: Likewise.
4799         * tests/test-dirent.c: Likewise.
4800         * tests/test-spawn.c: Likewise.
4801         * tests/test-sys_file.c: Likewise.
4802         * tests/test-sys_ioctl.c: Likewise.
4803         * tests/test-sys_wait.c: Likewise.
4804         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4805         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4806         whether or not flock is in use.
4807
4808         tests: remove License section from module
4809         * modules/arpa_inet-tests: Remove unneeded section.
4810         * modules/byteswap-tests: Likewise.
4811         * modules/ceilf-tests: Likewise.
4812         * modules/ceill-tests: Likewise.
4813         * modules/crypto/des-tests: Likewise.
4814         * modules/crypto/gc-arcfour-tests: Likewise.
4815         * modules/crypto/gc-arctwo-tests: Likewise.
4816         * modules/crypto/gc-des-tests: Likewise.
4817         * modules/crypto/gc-hmac-md5-tests: Likewise.
4818         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4819         * modules/crypto/gc-md2-tests: Likewise.
4820         * modules/crypto/gc-md4-tests: Likewise.
4821         * modules/crypto/gc-md5-tests: Likewise.
4822         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4823         * modules/crypto/gc-rijndael-tests: Likewise.
4824         * modules/crypto/gc-sha1-tests: Likewise.
4825         * modules/crypto/gc-tests: Likewise.
4826         * modules/crypto/md2-tests: Likewise.
4827         * modules/crypto/md4-tests: Likewise.
4828         * modules/fcntl-h-tests: Likewise.
4829         * modules/floorf-tests: Likewise.
4830         * modules/floorl-tests: Likewise.
4831         * modules/frexp-nolibm-tests: Likewise.
4832         * modules/frexp-tests: Likewise.
4833         * modules/frexpl-nolibm-tests: Likewise.
4834         * modules/frexpl-tests: Likewise.
4835         * modules/getaddrinfo-tests: Likewise.
4836         * modules/inttypes-tests: Likewise.
4837         * modules/isfinite-tests: Likewise.
4838         * modules/isinf-tests: Likewise.
4839         * modules/ldexpl-tests: Likewise.
4840         * modules/locale-tests: Likewise.
4841         * modules/math-tests: Likewise.
4842         * modules/netdb-tests: Likewise.
4843         * modules/netinet_in-tests: Likewise.
4844         * modules/printf-frexp-tests: Likewise.
4845         * modules/printf-frexpl-tests: Likewise.
4846         * modules/priv-set-tests: Likewise.
4847         * modules/random_r-tests: Likewise.
4848         * modules/round-tests: Likewise.
4849         * modules/roundf-tests: Likewise.
4850         * modules/roundl-tests: Likewise.
4851         * modules/search-tests: Likewise.
4852         * modules/select-tests: Likewise.
4853         * modules/signal-tests: Likewise.
4854         * modules/stdbool-tests: Likewise.
4855         * modules/stddef-tests: Likewise.
4856         * modules/stdint-tests: Likewise.
4857         * modules/stdio-tests: Likewise.
4858         * modules/stdlib-tests: Likewise.
4859         * modules/string-tests: Likewise.
4860         * modules/strings-tests: Likewise.
4861         * modules/sys_select-tests: Likewise.
4862         * modules/sys_socket-tests: Likewise.
4863         * modules/sys_stat-tests: Likewise.
4864         * modules/sys_time-tests: Likewise.
4865         * modules/sys_utsname-tests: Likewise.
4866         * modules/sysexits-tests: Likewise.
4867         * modules/time-tests: Likewise.
4868         * modules/trunc-tests: Likewise.
4869         * modules/truncf-tests: Likewise.
4870         * modules/truncl-tests: Likewise.
4871         * modules/tsearch-tests: Likewise.
4872         * modules/unistd-tests: Likewise.
4873         * modules/wchar-tests: Likewise.
4874         * modules/wctype-tests: Likewise.
4875
4876         tests: fix license on several tests
4877         * tests/test-des.c: Update to GPLv3+.
4878         * tests/test-flock.c: Likewise.
4879         * tests/test-fsync.c: Likewise.
4880         * tests/test-futimens.h: Likewise.
4881         * tests/test-gc-arcfour.c: Likewise.
4882         * tests/test-gc-arctwo.c: Likewise.
4883         * tests/test-gc-des.c: Likewise.
4884         * tests/test-gc-hmac-md5.c: Likewise.
4885         * tests/test-gc-hmac-sha1.c: Likewise.
4886         * tests/test-gc-md2.c: Likewise.
4887         * tests/test-gc-md4.c: Likewise.
4888         * tests/test-gc-md5.c: Likewise.
4889         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4890         * tests/test-gc-rijndael.c: Likewise.
4891         * tests/test-gc-sha1.c: Likewise.
4892         * tests/test-gc.c: Likewise.
4893         * tests/test-getcwd.c: Likewise.
4894         * tests/test-link.c: Likewise.
4895         * tests/test-link.h: Likewise.
4896         * tests/test-lutimens.h: Likewise.
4897         * tests/test-md2.c: Likewise.
4898         * tests/test-md4.c: Likewise.
4899         * tests/test-mkdir.h: Likewise.
4900         * tests/test-rename.c: Likewise.
4901         * tests/test-rename.h: Likewise.
4902         * tests/test-safe-alloc.c: Likewise.
4903         * tests/test-utimens-common.h: Likewise.
4904         * tests/test-utimens.h: Likewise.
4905
4906         maint: sync license texts
4907         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4908         * doc/gpl-3.0.texi: Revert copyright year update.
4909         * doc/lgpl-3.0.texi: Likewise.
4910
4911 2009-12-29  Jim Meyering  <meyering@redhat.com>
4912
4913         update nearly all FSF copyright year lists to include 2009
4914         The files named by the following are exempted:
4915             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4916               test -f "$dst" && { echo "$dst"; continue; }
4917               test -d "$dst" || continue
4918               echo "$dst"/$(basename "$src")
4919             done > exempt
4920             git ls-files tests/unictype >> exempt
4921         In the remaining files, convert to all-interval notation if
4922         - there is already at least one year interval like 2000-2003
4923         - the file is maintained by me
4924         - the file is in lib/uni*/, where that style already prevails
4925         Otherwise, use update-copyright's default.
4926
4927 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4928         and Eric Blake  <ebb9@byu.net>
4929
4930         tests: don't require debug system() to pass
4931         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4932         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4933         * tests/test-unlink.h (test_unlink_func): Likewise.
4934         * tests/test-fstatat.c (main): ...into callers.
4935         * tests/test-lstat.c (main): Likewise.
4936         * tests/test-rmdir.c (main): Likewise.
4937         * tests/test-unlink.c (main): Likewise.
4938         * tests/test-unlinkat.c (main): Likewise.
4939         * tests/test-areadlink-with-size.c (main): Don't require a
4940         debug-only system call to pass, aiding cross-testing to mingw.
4941         * tests/test-areadlink.c (main): Likewise.
4942         * tests/test-areadlinkat-with-size.c (main): Likewise.
4943         * tests/test-areadlinkat.c (main): Likewise.
4944         * tests/test-canonicalize-lgpl.c (main): Likewise.
4945         * tests/test-canonicalize.c (main): Likewise.
4946         * tests/test-chown.c (main): Likewise.
4947         * tests/test-fchownat.c (main): Likewise.
4948         * tests/test-lchown.c (main): Likewise.
4949         * tests/test-fdutimensat.c (main): Likewise.
4950         * tests/test-futimens.c (main): Likewise.
4951         * tests/test-link.c (main): Likewise.
4952         * tests/test-linkat.c (main): Likewise.
4953         * tests/test-mkdir.c (main): Likewise.
4954         * tests/test-mkdirat.c (main): Likewise.
4955         * tests/test-mkfifo.c (main): Likewise.
4956         * tests/test-mkfifoat.c (main): Likewise.
4957         * tests/test-mknod.c (main): Likewise.
4958         * tests/test-readlink.c (main): Likewise.
4959         * tests/test-remove.c (main): Likewise.
4960         * tests/test-rename.c (main): Likewise.
4961         * tests/test-renameat.c (main): Likewise.
4962         * tests/test-symlink.c (main): Likewise.
4963         * tests/test-symlinkat.c (main): Likewise.
4964         * tests/test-utimens.c (main): Likewise.
4965         * tests/test-utimensat.c (main): Likewise.
4966
4967 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4968
4969         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4970         on $(UNUSED_PARAMETER_H) to avoid build failure.
4971
4972 2009-12-28  Jim Meyering  <meyering@redhat.com>
4973
4974         update-copyright: you may specify a max. line length other than 72
4975         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4976
4977         maint: use consistent FSF copyright line syntax
4978         * lib/posixtm.c: Add missing comma in FSF copyright line.
4979         * lib/posixtm.h: Likewise.
4980         * lib/getugroups.c: Add missing ", Inc.".
4981
4982         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4983         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4984         FSF copyright line.  Remove trailing blanks.
4985
4986 2009-12-28  Eric Blake  <ebb9@byu.net>
4987
4988         test-dup2: reduce dependencies
4989         * modules/cloexec (Configure.ac): Set witness.
4990         * modules/dup2-tests (Depends-on): Drop cloexec.
4991         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4992         not present.
4993         Suggested by Bruno Haible.
4994
4995 2009-12-26  Bruno Haible  <bruno@clisp.org>
4996
4997         Remove an unneeded dependency.
4998         * modules/fseterr (Depends-on): Remove dup2.
4999
5000 2009-12-26  Eric Blake  <ebb9@byu.net>
5001
5002         tests: use macros.h in more places
5003         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5004         (ASSERT_STREAM): Provide default of stderr.
5005         * tests/test-dirent-safer.c: Include macros.h, using alternate
5006         stream for assertions.
5007         * tests/test-dup-safer.c: Likewise.
5008         * tests/test-freopen-safer.c: Likewise.
5009         * tests/test-getopt.c: Likewise.
5010         * tests/test-openat-safer.c: Likewise.
5011         * tests/test-pipe.c: Likewise.
5012         * tests/test-popen-safer.c: Likewise.
5013         * modules/dirent-safer-tests (Files): Include macros.h.
5014         * modules/unistd-safer-tests (Files): Likewise.
5015         * modules/freopen-safer-tests (Files): Likewise.
5016         * modules/getopt-posix-tests (Files): Likewise.
5017         * modules/openat-safer-tests (Files): Likewise.
5018         * modules/pipe-tests (Files): Likewise.
5019
5020 2009-12-26  Bruno Haible  <bruno@clisp.org>
5021
5022         javacomp: Portability fix.
5023         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5024         that it also works on Solaris.
5025
5026 2009-12-26  Bruno Haible  <bruno@clisp.org>
5027
5028         localename: Fix storage allocation of gl_locale_name_thread's result.
5029         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5030         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5031         all platforms that have 'uselocale'.
5032         (gl_locale_name_thread_unsafe): New function, extracted from
5033         gl_locale_name_thread.
5034         (gl_locale_name_thread): Call struniq on all platforms that have
5035         'uselocale'.
5036         * tests/test-localename.c (test_locale_name_thread): Check that the
5037         resulting strings are permanently allocated.
5038         * modules/localename-tests (Depends-on): Add strdup.
5039
5040 2009-12-26  Bruno Haible  <bruno@clisp.org>
5041
5042         * tests/test-localename.c (categories): Fill in the strings.
5043
5044 2009-12-26  Jim Meyering  <meyering@redhat.com>
5045
5046         isdir: complete the removal of m4/isdir.m4
5047         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5048
5049         isdir: clean up, since at least grep still uses it
5050         * lib/isdir.c: Include "isdir.h".
5051         (S_ISDIR): Remove now-unneeded definition.
5052         * modules/isdir (Files): Add lib/isdir.h.
5053         * lib/isdir.h: New file, with declaration.
5054         * m4/isdir.m4: Remove file -- unneeded.
5055
5056 2009-12-25  Bruno Haible  <bruno@clisp.org>
5057
5058         selinux-h: Make generated .h files standalone.
5059         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5060         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5061         * lib/se-selinux.in.h: Likewise.
5062         * modules/selinux-h (Depends-on): Add unused-parameter.
5063         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5064         selinux/selinux.h and selinux/context.h.
5065         Suggested by Eric Blake.
5066
5067 2009-12-25  Bruno Haible  <bruno@clisp.org>
5068
5069         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5070         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5071         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5072         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5073         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5074
5075 2009-12-24  Bruno Haible  <bruno@clisp.org>
5076
5077         openat: Fix warning.
5078         * lib/openat-proc.c: Include <unistd.h>.
5079
5080 2009-12-24  Bruno Haible  <bruno@clisp.org>
5081
5082         New module 'unused-parameter'.
5083         * build-aux/unused-parameter.h: New file, extracted from earlier
5084         gnulib-common.m4.
5085         * modules/unused-parameter: New file.
5086         * lib/unistr.h: Include unused-parameter.h.
5087         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5088         _GL_UNUSED.
5089         * modules/unistr/base (Depends-on): Add unused-parameter.
5090
5091 2009-12-24  Bruno Haible  <bruno@clisp.org>
5092
5093         Add missing dependencies to 'extensions' module.
5094         * m4/extensions.m4: Add comment.
5095         * modules/accept4 (Depends-on): Add extensions.
5096         * modules/dup3 (Depends-on): Likewise.
5097         * modules/fcntl (Depends-on): Likewise.
5098         * modules/futimens (Depends-on): Likewise.
5099         * modules/mknod (Depends-on): Likewise.
5100         * modules/pipe2 (Depends-on): Likewise.
5101         * modules/stat-time (Depends-on): Likewise.
5102         * modules/strcasestr-simple (Depends-on): Likewise.
5103         * modules/strsignal (Depends-on): Likewise.
5104         * modules/utimensat (Depends-on): Likewise.
5105         * modules/localcharset (Depends-on): Likewise. Needed because of
5106         gl_FCNTL_O_FLAGS.
5107         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5108         AC_TYPE_MBSTATE_T.
5109         * modules/wcsnrtombs (Depends-on): Likewise.
5110         * modules/wcsrtombs (Depends-on): Likewise.
5111
5112 2009-12-24  Bruno Haible  <bruno@clisp.org>
5113
5114         binary-io: Avoid gcc warning due to SET_BINARY.
5115         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5116         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5117
5118 2009-12-24  Bruno Haible  <bruno@clisp.org>
5119
5120         Avoid future namespace pollution on glibc systems.
5121         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5122         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5123         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5124         glibc systems.
5125
5126 2009-12-24  Bruno Haible  <bruno@clisp.org>
5127
5128         Refactor common macros used in tests.
5129         * tests/macros.h: New file.
5130         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5131         and/or <stdlib.h>, if appropriate.
5132         (ASSERT, SIZEOF): Remove macros.
5133         * tests/test-areadlink-with-size.c: Likewise.
5134         * tests/test-areadlinkat.c: Likewise.
5135         * tests/test-areadlinkat-with-size.c: Likewise.
5136         * tests/test-argmatch.c: Likewise.
5137         * tests/test-argv-iter.c: Likewise.
5138         * tests/test-array-mergesort.c: Likewise.
5139         * tests/test-array_list.c: Likewise.
5140         * tests/test-array_oset.c: Likewise.
5141         * tests/test-avltree_list.c: Likewise.
5142         * tests/test-avltree_oset.c: Likewise.
5143         * tests/test-avltreehash_list.c: Likewise.
5144         * tests/test-base64.c: Likewise.
5145         * tests/test-binary-io.c: Likewise.
5146         * tests/test-bitrotate.c: Likewise.
5147         * tests/test-btowc.c: Likewise.
5148         * tests/test-byteswap.c: Likewise.
5149         * tests/test-c-ctype.c: Likewise.
5150         * tests/test-c-stack.c: Likewise.
5151         * tests/test-c-strcasecmp.c: Likewise.
5152         * tests/test-c-strcasestr.c: Likewise.
5153         * tests/test-c-strncasecmp.c: Likewise.
5154         * tests/test-c-strstr.c: Likewise.
5155         * tests/test-canonicalize-lgpl.c: Likewise.
5156         * tests/test-canonicalize.c: Likewise.
5157         * tests/test-carray_list.c: Likewise.
5158         * tests/test-ceilf1.c: Likewise.
5159         * tests/test-ceilf2.c: Likewise.
5160         * tests/test-ceill.c: Likewise.
5161         * tests/test-chown.c: Likewise.
5162         * tests/test-cloexec.c: Likewise.
5163         * tests/test-copy-acl.c: Likewise.
5164         * tests/test-copy-file.c: Likewise.
5165         * tests/test-count-one-bits.c: Likewise.
5166         * tests/test-dprintf-posix.c: Likewise.
5167         * tests/test-dup2.c: Likewise.
5168         * tests/test-dup3.c: Likewise.
5169         * tests/test-duplocale.c: Likewise.
5170         * tests/test-fbufmode.c: Likewise.
5171         * tests/test-fchdir.c: Likewise.
5172         * tests/test-fchownat.c: Likewise.
5173         * tests/test-fcntl-safer.c: Likewise.
5174         * tests/test-fcntl.c: Likewise.
5175         * tests/test-fdopendir.c: Likewise.
5176         * tests/test-fdutimensat.c: Likewise.
5177         * tests/test-fflush2.c: Likewise.
5178         * tests/test-file-has-acl.c: Likewise.
5179         * tests/test-filevercmp.c: Likewise.
5180         * tests/test-flock.c: Likewise.
5181         * tests/test-floorf1.c: Likewise.
5182         * tests/test-floorf2.c: Likewise.
5183         * tests/test-floorl.c: Likewise.
5184         * tests/test-fnmatch.c: Likewise.
5185         * tests/test-fopen.h: Likewise.
5186         * tests/test-fpending.c: Likewise.
5187         * tests/test-fprintf-posix.c: Likewise.
5188         * tests/test-fpurge.c: Likewise.
5189         * tests/test-freadable.c: Likewise.
5190         * tests/test-freadahead.c: Likewise.
5191         * tests/test-freading.c: Likewise.
5192         * tests/test-freadptr.c: Likewise.
5193         * tests/test-freadptr2.c: Likewise.
5194         * tests/test-freadseek.c: Likewise.
5195         * tests/test-freopen.c: Likewise.
5196         * tests/test-frexp.c: Likewise.
5197         * tests/test-frexpl.c: Likewise.
5198         * tests/test-fseek.c: Likewise.
5199         * tests/test-fseeko.c: Likewise.
5200         * tests/test-fstatat.c: Likewise.
5201         * tests/test-fstrcmp.c: Likewise.
5202         * tests/test-fsync.c: Likewise.
5203         * tests/test-ftell.c: Likewise.
5204         * tests/test-ftello.c: Likewise.
5205         * tests/test-func.c: Likewise.
5206         * tests/test-futimens.c: Likewise.
5207         * tests/test-fwritable.c: Likewise.
5208         * tests/test-fwriting.c: Likewise.
5209         * tests/test-getcwd.c: Likewise.
5210         * tests/test-getdate.c: Likewise.
5211         * tests/test-getdelim.c: Likewise.
5212         * tests/test-getdtablesize.c: Likewise.
5213         * tests/test-getgroups.c: Likewise.
5214         * tests/test-getline.c: Likewise.
5215         * tests/test-getndelim2.c: Likewise.
5216         * tests/test-glob.c: Likewise.
5217         * tests/test-hash.c: Likewise.
5218         * tests/test-i-ring.c: Likewise.
5219         * tests/test-iconv-utf.c: Likewise.
5220         * tests/test-iconv.c: Likewise.
5221         * tests/test-idpriv-drop.c: Likewise.
5222         * tests/test-idpriv-droptemp.c: Likewise.
5223         * tests/test-inet_ntop.c: Likewise.
5224         * tests/test-inet_pton.c: Likewise.
5225         * tests/test-isblank.c: Likewise.
5226         * tests/test-isfinite.c: Likewise.
5227         * tests/test-isinf.c: Likewise.
5228         * tests/test-isnan.c: Likewise.
5229         * tests/test-isnand.h: Likewise.
5230         * tests/test-isnanf.h: Likewise.
5231         * tests/test-isnanl.h: Likewise.
5232         * tests/test-lchown.c: Likewise.
5233         * tests/test-ldexpl.c: Likewise.
5234         * tests/test-link.c: Likewise.
5235         * tests/test-linkat.c: Likewise.
5236         * tests/test-linked_list.c: Likewise.
5237         * tests/test-linkedhash_list.c: Likewise.
5238         * tests/test-localename.c: Likewise.
5239         * tests/test-lseek.c: Likewise.
5240         * tests/test-lstat.c: Likewise.
5241         * tests/test-mbmemcasecmp.c: Likewise.
5242         * tests/test-mbmemcasecoll.c: Likewise.
5243         * tests/test-mbrtowc.c: Likewise.
5244         * tests/test-mbscasecmp.c: Likewise.
5245         * tests/test-mbscasestr1.c: Likewise.
5246         * tests/test-mbscasestr2.c: Likewise.
5247         * tests/test-mbscasestr3.c: Likewise.
5248         * tests/test-mbscasestr4.c: Likewise.
5249         * tests/test-mbschr.c: Likewise.
5250         * tests/test-mbscspn.c: Likewise.
5251         * tests/test-mbsinit.c: Likewise.
5252         * tests/test-mbsncasecmp.c: Likewise.
5253         * tests/test-mbsnrtowcs.c: Likewise.
5254         * tests/test-mbspbrk.c: Likewise.
5255         * tests/test-mbspcasecmp.c: Likewise.
5256         * tests/test-mbsrchr.c: Likewise.
5257         * tests/test-mbsrtowcs.c: Likewise.
5258         * tests/test-mbsspn.c: Likewise.
5259         * tests/test-mbsstr1.c: Likewise.
5260         * tests/test-mbsstr2.c: Likewise.
5261         * tests/test-mbsstr3.c: Likewise.
5262         * tests/test-memchr.c: Likewise.
5263         * tests/test-memchr2.c: Likewise.
5264         * tests/test-memcmp.c: Likewise.
5265         * tests/test-memmem.c: Likewise.
5266         * tests/test-memrchr.c: Likewise.
5267         * tests/test-mkdir.c: Likewise.
5268         * tests/test-mkdirat.c: Likewise.
5269         * tests/test-mkfifo.c: Likewise.
5270         * tests/test-mkfifoat.c: Likewise.
5271         * tests/test-mknod.c: Likewise.
5272         * tests/test-nanosleep.c: Likewise.
5273         * tests/test-nl_langinfo.c: Likewise.
5274         * tests/test-obstack-printf.c: Likewise.
5275         * tests/test-open.c: Likewise.
5276         * tests/test-openat.c: Likewise.
5277         * tests/test-pipe-filter-gi1.c: Likewise.
5278         * tests/test-pipe-filter-gi2-main.c: Likewise.
5279         * tests/test-pipe-filter-ii1.c: Likewise.
5280         * tests/test-pipe-filter-ii2-main.c: Likewise.
5281         * tests/test-pipe2.c: Likewise.
5282         * tests/test-popen.h: Likewise.
5283         * tests/test-posixtm.c: Likewise.
5284         * tests/test-pread.c: Likewise.
5285         * tests/test-printf-frexp.c: Likewise.
5286         * tests/test-printf-frexpl.c: Likewise.
5287         * tests/test-printf-posix.c: Likewise.
5288         * tests/test-priv-set.c: Likewise.
5289         * tests/test-quotearg.c: Likewise.
5290         * tests/test-random_r.c: Likewise.
5291         * tests/test-rawmemchr.c: Likewise.
5292         * tests/test-rbtree_list.c: Likewise.
5293         * tests/test-rbtree_oset.c: Likewise.
5294         * tests/test-rbtreehash_list.c: Likewise.
5295         * tests/test-readlink.c: Likewise.
5296         * tests/test-remove.c: Likewise.
5297         * tests/test-rename.c: Likewise.
5298         * tests/test-renameat.c: Likewise.
5299         * tests/test-rmdir.c: Likewise.
5300         * tests/test-round1.c: Likewise.
5301         * tests/test-roundf1.c: Likewise.
5302         * tests/test-roundl.c: Likewise.
5303         * tests/test-safe-alloc.c: Likewise.
5304         * tests/test-sameacls.c: Likewise.
5305         * tests/test-set-mode-acl.c: Likewise.
5306         * tests/test-setenv.c: Likewise.
5307         * tests/test-sigaction.c: Likewise.
5308         * tests/test-signbit.c: Likewise.
5309         * tests/test-sleep.c: Likewise.
5310         * tests/test-snprintf-posix.c: Likewise.
5311         * tests/test-snprintf.c: Likewise.
5312         * tests/test-sprintf-posix.c: Likewise.
5313         * tests/test-stat-time.c: Likewise.
5314         * tests/test-stat.c: Likewise.
5315         * tests/test-strcasestr.c: Likewise.
5316         * tests/test-strchrnul.c: Likewise.
5317         * tests/test-strerror.c: Likewise.
5318         * tests/test-striconv.c: Likewise.
5319         * tests/test-striconveh.c: Likewise.
5320         * tests/test-striconveha.c: Likewise.
5321         * tests/test-strsignal.c: Likewise.
5322         * tests/test-strstr.c: Likewise.
5323         * tests/test-strtod.c: Likewise.
5324         * tests/test-strverscmp.c: Likewise.
5325         * tests/test-symlink.c: Likewise.
5326         * tests/test-symlinkat.c: Likewise.
5327         * tests/test-trunc1.c: Likewise.
5328         * tests/test-trunc2.c: Likewise.
5329         * tests/test-truncf1.c: Likewise.
5330         * tests/test-truncf2.c: Likewise.
5331         * tests/test-truncl.c: Likewise.
5332         * tests/test-uname.c: Likewise.
5333         * tests/test-unlink.c: Likewise.
5334         * tests/test-unlinkat.c: Likewise.
5335         * tests/test-unsetenv.c: Likewise.
5336         * tests/test-usleep.c: Likewise.
5337         * tests/test-utimens.c: Likewise.
5338         * tests/test-utimensat.c: Likewise.
5339         * tests/test-vasnprintf-posix.c: Likewise.
5340         * tests/test-vasnprintf-posix2.c: Likewise.
5341         * tests/test-vasnprintf.c: Likewise.
5342         * tests/test-vasprintf-posix.c: Likewise.
5343         * tests/test-vasprintf.c: Likewise.
5344         * tests/test-vdprintf-posix.c: Likewise.
5345         * tests/test-vfprintf-posix.c: Likewise.
5346         * tests/test-vprintf-posix.c: Likewise.
5347         * tests/test-vsnprintf-posix.c: Likewise.
5348         * tests/test-vsnprintf.c: Likewise.
5349         * tests/test-vsprintf-posix.c: Likewise.
5350         * tests/test-wcrtomb.c: Likewise.
5351         * tests/test-wcsnrtombs.c: Likewise.
5352         * tests/test-wcsrtombs.c: Likewise.
5353         * tests/test-wctype.c: Likewise.
5354         * tests/test-wcwidth.c: Likewise.
5355         * tests/test-xfprintf-posix.c: Likewise.
5356         * tests/test-xmemdup0.c: Likewise.
5357         * tests/test-xprintf-posix.c: Likewise.
5358         * tests/test-xvasprintf.c: Likewise.
5359         * tests/unicase/test-locale-language.c: Likewise.
5360         * tests/unicase/test-mapping-part1.h: Likewise.
5361         * tests/unicase/test-predicate-part1.h: Likewise.
5362         * tests/unicase/test-u8-casecmp.c: Likewise.
5363         * tests/unicase/test-u8-casecoll.c: Likewise.
5364         * tests/unicase/test-u8-casefold.c: Likewise.
5365         * tests/unicase/test-u8-is-cased.c: Likewise.
5366         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5367         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5368         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5369         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5370         * tests/unicase/test-u8-tolower.c: Likewise.
5371         * tests/unicase/test-u8-totitle.c: Likewise.
5372         * tests/unicase/test-u8-toupper.c: Likewise.
5373         * tests/unicase/test-u16-casecmp.c: Likewise.
5374         * tests/unicase/test-u16-casecoll.c: Likewise.
5375         * tests/unicase/test-u16-casefold.c: Likewise.
5376         * tests/unicase/test-u16-is-cased.c: Likewise.
5377         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5378         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5379         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5380         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5381         * tests/unicase/test-u16-tolower.c: Likewise.
5382         * tests/unicase/test-u16-totitle.c: Likewise.
5383         * tests/unicase/test-u16-toupper.c: Likewise.
5384         * tests/unicase/test-u32-casecmp.c: Likewise.
5385         * tests/unicase/test-u32-casecoll.c: Likewise.
5386         * tests/unicase/test-u32-casefold.c: Likewise.
5387         * tests/unicase/test-u32-is-cased.c: Likewise.
5388         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5389         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5390         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5391         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5392         * tests/unicase/test-u32-tolower.c: Likewise.
5393         * tests/unicase/test-u32-totitle.c: Likewise.
5394         * tests/unicase/test-u32-toupper.c: Likewise.
5395         * tests/unicase/test-ulc-casecmp.c: Likewise.
5396         * tests/unicase/test-ulc-casecoll.c: Likewise.
5397         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5398         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5399         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5400         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5401         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5402         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5403         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5404         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5405         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5406         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5407         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5408         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5409         * tests/unictype/test-bidi_byname.c: Likewise.
5410         * tests/unictype/test-bidi_name.c: Likewise.
5411         * tests/unictype/test-bidi_of.c: Likewise.
5412         * tests/unictype/test-bidi_test.c: Likewise.
5413         * tests/unictype/test-block_list.c: Likewise.
5414         * tests/unictype/test-block_of.c: Likewise.
5415         * tests/unictype/test-block_test.c: Likewise.
5416         * tests/unictype/test-categ_and.c: Likewise.
5417         * tests/unictype/test-categ_and_not.c: Likewise.
5418         * tests/unictype/test-categ_byname.c: Likewise.
5419         * tests/unictype/test-categ_name.c: Likewise.
5420         * tests/unictype/test-categ_none.c: Likewise.
5421         * tests/unictype/test-categ_of.c: Likewise.
5422         * tests/unictype/test-categ_or.c: Likewise.
5423         * tests/unictype/test-categ_test_withtable.c: Likewise.
5424         * tests/unictype/test-combining.c: Likewise.
5425         * tests/unictype/test-decdigit.c: Likewise.
5426         * tests/unictype/test-digit.c: Likewise.
5427         * tests/unictype/test-mirror.c: Likewise.
5428         * tests/unictype/test-numeric.c: Likewise.
5429         * tests/unictype/test-pr_byname.c: Likewise.
5430         * tests/unictype/test-pr_test.c: Likewise.
5431         * tests/unictype/test-predicate-part1.h: Likewise.
5432         * tests/unictype/test-scripts.c: Likewise.
5433         * tests/unictype/test-sy_c_ident.c: Likewise.
5434         * tests/unictype/test-sy_java_ident.c: Likewise.
5435         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5436         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5437         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5438         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5439         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5440         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5441         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5442         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5443         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5444         * tests/uninorm/test-compat-decomposition.c: Likewise.
5445         * tests/uninorm/test-composition.c: Likewise.
5446         * tests/uninorm/test-decomposing-form.c: Likewise.
5447         * tests/uninorm/test-decomposition.c: Likewise.
5448         * tests/uninorm/test-u8-nfc.c: Likewise.
5449         * tests/uninorm/test-u8-nfd.c: Likewise.
5450         * tests/uninorm/test-u8-nfkc.c: Likewise.
5451         * tests/uninorm/test-u8-nfkd.c: Likewise.
5452         * tests/uninorm/test-u8-normcmp.c: Likewise.
5453         * tests/uninorm/test-u8-normcoll.c: Likewise.
5454         * tests/uninorm/test-u16-nfc.c: Likewise.
5455         * tests/uninorm/test-u16-nfd.c: Likewise.
5456         * tests/uninorm/test-u16-nfkc.c: Likewise.
5457         * tests/uninorm/test-u16-nfkd.c: Likewise.
5458         * tests/uninorm/test-u16-normcmp.c: Likewise.
5459         * tests/uninorm/test-u16-normcoll.c: Likewise.
5460         * tests/uninorm/test-u32-nfc.c: Likewise.
5461         * tests/uninorm/test-u32-nfd.c: Likewise.
5462         * tests/uninorm/test-u32-nfkc.c: Likewise.
5463         * tests/uninorm/test-u32-nfkd.c: Likewise.
5464         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5465         * tests/uninorm/test-u32-normcmp.c: Likewise.
5466         * tests/uninorm/test-u32-normcoll.c: Likewise.
5467         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5468         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5469         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5470         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5471         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5472         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5473         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5474         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5475         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5476         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5477         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5478         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5479         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5480         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5481         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5482         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5483         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5484         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5485         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5486         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5487         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5488         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5489         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5490         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5491         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5492         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5493         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5494         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5495         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5496         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5497         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5498         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5499         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5500         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5501         * tests/uniwidth/test-u8-width.c: Likewise.
5502         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5503         * tests/uniwidth/test-u16-width.c: Likewise.
5504         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5505         * tests/uniwidth/test-u32-width.c: Likewise.
5506         * tests/uniwidth/test-uc_width.c: Likewise.
5507         * tests/uniwidth/test-uc_width2.c: Likewise.
5508         * modules/acl-tests (Files): Add tests/macros.h.
5509         * modules/areadlink-tests (Files): Likewise.
5510         * modules/areadlink-with-size-tests (Files): Likewise.
5511         * modules/areadlinkat-tests (Files): Likewise.
5512         * modules/areadlinkat-with-size-tests (Files): Likewise.
5513         * modules/argmatch-tests (Files): Likewise.
5514         * modules/argv-iter-tests (Files): Likewise.
5515         * modules/array-list-tests (Files): Likewise.
5516         * modules/array-mergesort-tests (Files): Likewise.
5517         * modules/array-oset-tests (Files): Likewise.
5518         * modules/avltree-list-tests (Files): Likewise.
5519         * modules/avltree-oset-tests (Files): Likewise.
5520         * modules/avltreehash-list-tests (Files): Likewise.
5521         * modules/base64-tests (Files): Likewise.
5522         * modules/binary-io-tests (Files): Likewise.
5523         * modules/bitrotate-tests (Files): Likewise.
5524         * modules/btowc-tests (Files): Likewise.
5525         * modules/byteswap-tests (Files): Likewise.
5526         * modules/c-ctype-tests (Files): Likewise.
5527         * modules/c-stack-tests (Files): Likewise.
5528         * modules/c-strcase-tests (Files): Likewise.
5529         * modules/c-strcasestr-tests (Files): Likewise.
5530         * modules/c-strstr-tests (Files): Likewise.
5531         * modules/canonicalize-lgpl-tests (Files): Likewise.
5532         * modules/canonicalize-tests (Files): Likewise.
5533         * modules/carray-list-tests (Files): Likewise.
5534         * modules/ceilf-tests (Files): Likewise.
5535         * modules/ceill-tests (Files): Likewise.
5536         * modules/chown-tests (Files): Likewise.
5537         * modules/cloexec-tests (Files): Likewise.
5538         * modules/copy-file-tests (Files): Likewise.
5539         * modules/count-one-bits-tests (Files): Likewise.
5540         * modules/dprintf-posix-tests (Files): Likewise.
5541         * modules/dup2-tests (Files): Likewise.
5542         * modules/dup3-tests (Files): Likewise.
5543         * modules/duplocale-tests (Files): Likewise.
5544         * modules/fbufmode-tests (Files): Likewise.
5545         * modules/fchdir-tests (Files): Likewise.
5546         * modules/fcntl-safer-tests (Files): Likewise.
5547         * modules/fcntl-tests (Files): Likewise.
5548         * modules/fdopendir-tests (Files): Likewise.
5549         * modules/fdutimensat-tests (Files): Likewise.
5550         * modules/fflush-tests (Files): Likewise.
5551         * modules/filevercmp-tests (Files): Likewise.
5552         * modules/flock-tests (Files): Likewise.
5553         * modules/floorf-tests (Files): Likewise.
5554         * modules/floorl-tests (Files): Likewise.
5555         * modules/fnmatch-tests (Files): Likewise.
5556         * modules/fopen-safer-tests (Files): Likewise.
5557         * modules/fopen-tests (Files): Likewise.
5558         * modules/fpending-tests (Files): Likewise.
5559         * modules/fprintf-posix-tests (Files): Likewise.
5560         * modules/fpurge-tests (Files): Likewise.
5561         * modules/freadable-tests (Files): Likewise.
5562         * modules/freadahead-tests (Files): Likewise.
5563         * modules/freading-tests (Files): Likewise.
5564         * modules/freadptr-tests (Files): Likewise.
5565         * modules/freadseek-tests (Files): Likewise.
5566         * modules/freopen-tests (Files): Likewise.
5567         * modules/frexp-nolibm-tests (Files): Likewise.
5568         * modules/frexp-tests (Files): Likewise.
5569         * modules/frexpl-nolibm-tests (Files): Likewise.
5570         * modules/frexpl-tests (Files): Likewise.
5571         * modules/fseek-tests (Files): Likewise.
5572         * modules/fseeko-tests (Files): Likewise.
5573         * modules/fstrcmp-tests (Files): Likewise.
5574         * modules/fsync-tests (Files): Likewise.
5575         * modules/ftell-tests (Files): Likewise.
5576         * modules/ftello-tests (Files): Likewise.
5577         * modules/func-tests (Files): Likewise.
5578         * modules/futimens-tests (Files): Likewise.
5579         * modules/fwritable-tests (Files): Likewise.
5580         * modules/fwriting-tests (Files): Likewise.
5581         * modules/getcwd-tests (Files): Likewise.
5582         * modules/getdate-tests (Files): Likewise.
5583         * modules/getdelim-tests (Files): Likewise.
5584         * modules/getdtablesize-tests (Files): Likewise.
5585         * modules/getgroups-tests (Files): Likewise.
5586         * modules/getline-tests (Files): Likewise.
5587         * modules/getndelim2-tests (Files): Likewise.
5588         * modules/glob-tests (Files): Likewise.
5589         * modules/hash-tests (Files): Likewise.
5590         * modules/i-ring-tests (Files): Likewise.
5591         * modules/iconv-tests (Files): Likewise.
5592         * modules/iconv_open-utf-tests (Files): Likewise.
5593         * modules/idpriv-drop-tests (Files): Likewise.
5594         * modules/idpriv-droptemp-tests (Files): Likewise.
5595         * modules/inet_ntop-tests (Files): Likewise.
5596         * modules/inet_pton-tests (Files): Likewise.
5597         * modules/isblank-tests (Files): Likewise.
5598         * modules/isfinite-tests (Files): Likewise.
5599         * modules/isinf-tests (Files): Likewise.
5600         * modules/isnan-tests (Files): Likewise.
5601         * modules/isnand-nolibm-tests (Files): Likewise.
5602         * modules/isnand-tests (Files): Likewise.
5603         * modules/isnanf-nolibm-tests (Files): Likewise.
5604         * modules/isnanf-tests (Files): Likewise.
5605         * modules/isnanl-nolibm-tests (Files): Likewise.
5606         * modules/isnanl-tests (Files): Likewise.
5607         * modules/lchown-tests (Files): Likewise.
5608         * modules/ldexpl-tests (Files): Likewise.
5609         * modules/link-tests (Files): Likewise.
5610         * modules/linkat-tests (Files): Likewise.
5611         * modules/linked-list-tests (Files): Likewise.
5612         * modules/linkedhash-list-tests (Files): Likewise.
5613         * modules/localename-tests (Files): Likewise.
5614         * modules/lseek-tests (Files): Likewise.
5615         * modules/lstat-tests (Files): Likewise.
5616         * modules/mbmemcasecmp-tests (Files): Likewise.
5617         * modules/mbmemcasecoll-tests (Files): Likewise.
5618         * modules/mbrtowc-tests (Files): Likewise.
5619         * modules/mbscasecmp-tests (Files): Likewise.
5620         * modules/mbscasestr-tests (Files): Likewise.
5621         * modules/mbschr-tests (Files): Likewise.
5622         * modules/mbscspn-tests (Files): Likewise.
5623         * modules/mbsinit-tests (Files): Likewise.
5624         * modules/mbsncasecmp-tests (Files): Likewise.
5625         * modules/mbsnrtowcs-tests (Files): Likewise.
5626         * modules/mbspbrk-tests (Files): Likewise.
5627         * modules/mbspcasecmp-tests (Files): Likewise.
5628         * modules/mbsrchr-tests (Files): Likewise.
5629         * modules/mbsrtowcs-tests (Files): Likewise.
5630         * modules/mbsspn-tests (Files): Likewise.
5631         * modules/mbsstr-tests (Files): Likewise.
5632         * modules/memchr-tests (Files): Likewise.
5633         * modules/memchr2-tests (Files): Likewise.
5634         * modules/memcmp-tests (Files): Likewise.
5635         * modules/memmem-tests (Files): Likewise.
5636         * modules/memrchr-tests (Files): Likewise.
5637         * modules/mkdir-tests (Files): Likewise.
5638         * modules/mkfifo-tests (Files): Likewise.
5639         * modules/mkfifoat-tests (Files): Likewise.
5640         * modules/mknod-tests (Files): Likewise.
5641         * modules/nanosleep-tests (Files): Likewise.
5642         * modules/nl_langinfo-tests (Files): Likewise.
5643         * modules/obstack-printf-tests (Files): Likewise.
5644         * modules/open-tests (Files): Likewise.
5645         * modules/openat-tests (Files): Likewise.
5646         * modules/pipe-filter-gi-tests (Files): Likewise.
5647         * modules/pipe-filter-ii-tests (Files): Likewise.
5648         * modules/pipe2-tests (Files): Likewise.
5649         * modules/popen-safer-tests (Files): Likewise.
5650         * modules/popen-tests (Files): Likewise.
5651         * modules/posixtm-tests (Files): Likewise.
5652         * modules/pread-tests (Files): Likewise.
5653         * modules/printf-frexp-tests (Files): Likewise.
5654         * modules/printf-frexpl-tests (Files): Likewise.
5655         * modules/printf-posix-tests (Files): Likewise.
5656         * modules/priv-set-tests (Files): Likewise.
5657         * modules/quotearg-tests (Files): Likewise.
5658         * modules/random_r-tests (Files): Likewise.
5659         * modules/rawmemchr-tests (Files): Likewise.
5660         * modules/rbtree-list-tests (Files): Likewise.
5661         * modules/rbtree-oset-tests (Files): Likewise.
5662         * modules/rbtreehash-list-tests (Files): Likewise.
5663         * modules/readlink-tests (Files): Likewise.
5664         * modules/remove-tests (Files): Likewise.
5665         * modules/rename-tests (Files): Likewise.
5666         * modules/renameat-tests (Files): Likewise.
5667         * modules/rmdir-tests (Files): Likewise.
5668         * modules/round-tests (Files): Likewise.
5669         * modules/roundf-tests (Files): Likewise.
5670         * modules/roundl-tests (Files): Likewise.
5671         * modules/safe-alloc-tests (Files): Likewise.
5672         * modules/setenv-tests (Files): Likewise.
5673         * modules/sigaction-tests (Files): Likewise.
5674         * modules/signbit-tests (Files): Likewise.
5675         * modules/sleep-tests (Files): Likewise.
5676         * modules/snprintf-posix-tests (Files): Likewise.
5677         * modules/snprintf-tests (Files): Likewise.
5678         * modules/sprintf-posix-tests (Files): Likewise.
5679         * modules/stat-tests (Files): Likewise.
5680         * modules/stat-time-tests (Files): Likewise.
5681         * modules/strcasestr-tests (Files): Likewise.
5682         * modules/strchrnul-tests (Files): Likewise.
5683         * modules/strerror-tests (Files): Likewise.
5684         * modules/striconv-tests (Files): Likewise.
5685         * modules/striconveh-tests (Files): Likewise.
5686         * modules/striconveha-tests (Files): Likewise.
5687         * modules/strsignal-tests (Files): Likewise.
5688         * modules/strstr-tests (Files): Likewise.
5689         * modules/strtod-tests (Files): Likewise.
5690         * modules/strverscmp-tests (Files): Likewise.
5691         * modules/symlink-tests (Files): Likewise.
5692         * modules/symlinkat-tests (Files): Likewise.
5693         * modules/trunc-tests (Files): Likewise.
5694         * modules/truncf-tests (Files): Likewise.
5695         * modules/truncl-tests (Files): Likewise.
5696         * modules/uname-tests (Files): Likewise.
5697         * modules/unicase/cased-tests (Files): Likewise.
5698         * modules/unicase/ignorable-tests (Files): Likewise.
5699         * modules/unicase/locale-language-tests (Files): Likewise.
5700         * modules/unicase/tolower-tests (Files): Likewise.
5701         * modules/unicase/totitle-tests (Files): Likewise.
5702         * modules/unicase/toupper-tests (Files): Likewise.
5703         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5704         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5705         * modules/unicase/u8-casefold-tests (Files): Likewise.
5706         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5707         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5708         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5709         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5710         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5711         * modules/unicase/u8-tolower-tests (Files): Likewise.
5712         * modules/unicase/u8-totitle-tests (Files): Likewise.
5713         * modules/unicase/u8-toupper-tests (Files): Likewise.
5714         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5715         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5716         * modules/unicase/u16-casefold-tests (Files): Likewise.
5717         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5718         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5719         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5720         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5721         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5722         * modules/unicase/u16-tolower-tests (Files): Likewise.
5723         * modules/unicase/u16-totitle-tests (Files): Likewise.
5724         * modules/unicase/u16-toupper-tests (Files): Likewise.
5725         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5726         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5727         * modules/unicase/u32-casefold-tests (Files): Likewise.
5728         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5729         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5730         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5731         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5732         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5733         * modules/unicase/u32-tolower-tests (Files): Likewise.
5734         * modules/unicase/u32-totitle-tests (Files): Likewise.
5735         * modules/unicase/u32-toupper-tests (Files): Likewise.
5736         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5737         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5738         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5739         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5740         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5741         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5742         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5743         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5744         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5745         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5746         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5747         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5748         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5749         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5750         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5751         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5752         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5753         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5754         * modules/unictype/block-list-tests (Files): Likewise.
5755         * modules/unictype/block-of-tests (Files): Likewise.
5756         * modules/unictype/block-test-tests (Files): Likewise.
5757         * modules/unictype/category-C-tests (Files): Likewise.
5758         * modules/unictype/category-Cc-tests (Files): Likewise.
5759         * modules/unictype/category-Cf-tests (Files): Likewise.
5760         * modules/unictype/category-Cn-tests (Files): Likewise.
5761         * modules/unictype/category-Co-tests (Files): Likewise.
5762         * modules/unictype/category-Cs-tests (Files): Likewise.
5763         * modules/unictype/category-L-tests (Files): Likewise.
5764         * modules/unictype/category-Ll-tests (Files): Likewise.
5765         * modules/unictype/category-Lm-tests (Files): Likewise.
5766         * modules/unictype/category-Lo-tests (Files): Likewise.
5767         * modules/unictype/category-Lt-tests (Files): Likewise.
5768         * modules/unictype/category-Lu-tests (Files): Likewise.
5769         * modules/unictype/category-M-tests (Files): Likewise.
5770         * modules/unictype/category-Mc-tests (Files): Likewise.
5771         * modules/unictype/category-Me-tests (Files): Likewise.
5772         * modules/unictype/category-Mn-tests (Files): Likewise.
5773         * modules/unictype/category-N-tests (Files): Likewise.
5774         * modules/unictype/category-Nd-tests (Files): Likewise.
5775         * modules/unictype/category-Nl-tests (Files): Likewise.
5776         * modules/unictype/category-No-tests (Files): Likewise.
5777         * modules/unictype/category-P-tests (Files): Likewise.
5778         * modules/unictype/category-Pc-tests (Files): Likewise.
5779         * modules/unictype/category-Pd-tests (Files): Likewise.
5780         * modules/unictype/category-Pe-tests (Files): Likewise.
5781         * modules/unictype/category-Pf-tests (Files): Likewise.
5782         * modules/unictype/category-Pi-tests (Files): Likewise.
5783         * modules/unictype/category-Po-tests (Files): Likewise.
5784         * modules/unictype/category-Ps-tests (Files): Likewise.
5785         * modules/unictype/category-S-tests (Files): Likewise.
5786         * modules/unictype/category-Sc-tests (Files): Likewise.
5787         * modules/unictype/category-Sk-tests (Files): Likewise.
5788         * modules/unictype/category-Sm-tests (Files): Likewise.
5789         * modules/unictype/category-So-tests (Files): Likewise.
5790         * modules/unictype/category-Z-tests (Files): Likewise.
5791         * modules/unictype/category-Zl-tests (Files): Likewise.
5792         * modules/unictype/category-Zp-tests (Files): Likewise.
5793         * modules/unictype/category-Zs-tests (Files): Likewise.
5794         * modules/unictype/category-and-not-tests (Files): Likewise.
5795         * modules/unictype/category-and-tests (Files): Likewise.
5796         * modules/unictype/category-byname-tests (Files): Likewise.
5797         * modules/unictype/category-name-tests (Files): Likewise.
5798         * modules/unictype/category-none-tests (Files): Likewise.
5799         * modules/unictype/category-of-tests (Files): Likewise.
5800         * modules/unictype/category-or-tests (Files): Likewise.
5801         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5802         * modules/unictype/combining-class-tests (Files): Likewise.
5803         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5804         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5805         * modules/unictype/ctype-blank-tests (Files): Likewise.
5806         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5807         * modules/unictype/ctype-digit-tests (Files): Likewise.
5808         * modules/unictype/ctype-graph-tests (Files): Likewise.
5809         * modules/unictype/ctype-lower-tests (Files): Likewise.
5810         * modules/unictype/ctype-print-tests (Files): Likewise.
5811         * modules/unictype/ctype-punct-tests (Files): Likewise.
5812         * modules/unictype/ctype-space-tests (Files): Likewise.
5813         * modules/unictype/ctype-upper-tests (Files): Likewise.
5814         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5815         * modules/unictype/decimal-digit-tests (Files): Likewise.
5816         * modules/unictype/digit-tests (Files): Likewise.
5817         * modules/unictype/mirror-tests (Files): Likewise.
5818         * modules/unictype/numeric-tests (Files): Likewise.
5819         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5820         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5821         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5822         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5823         Likewise.
5824         * modules/unictype/property-bidi-block-separator-tests (Files):
5825         Likewise.
5826         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5827         Likewise.
5828         * modules/unictype/property-bidi-common-separator-tests (Files):
5829         Likewise.
5830         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5831         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5832         Likewise.
5833         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5834         Likewise.
5835         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5836         Likewise.
5837         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5838         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5839         Likewise.
5840         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5841         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5842         Likewise.
5843         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5844         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5845         * modules/unictype/property-bidi-segment-separator-tests (Files):
5846         Likewise.
5847         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5848         * modules/unictype/property-byname-tests (Files): Likewise.
5849         * modules/unictype/property-combining-tests (Files): Likewise.
5850         * modules/unictype/property-composite-tests (Files): Likewise.
5851         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5852         * modules/unictype/property-dash-tests (Files): Likewise.
5853         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5854         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5855         Likewise.
5856         * modules/unictype/property-deprecated-tests (Files): Likewise.
5857         * modules/unictype/property-diacritic-tests (Files): Likewise.
5858         * modules/unictype/property-extender-tests (Files): Likewise.
5859         * modules/unictype/property-format-control-tests (Files): Likewise.
5860         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5861         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5862         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5863         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5864         * modules/unictype/property-hyphen-tests (Files): Likewise.
5865         * modules/unictype/property-id-continue-tests (Files): Likewise.
5866         * modules/unictype/property-id-start-tests (Files): Likewise.
5867         * modules/unictype/property-ideographic-tests (Files): Likewise.
5868         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5869         * modules/unictype/property-ids-trinary-operator-tests (Files):
5870         Likewise.
5871         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5872         * modules/unictype/property-iso-control-tests (Files): Likewise.
5873         * modules/unictype/property-join-control-tests (Files): Likewise.
5874         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5875         * modules/unictype/property-line-separator-tests (Files): Likewise.
5876         * modules/unictype/property-logical-order-exception-tests (Files):
5877         Likewise.
5878         * modules/unictype/property-lowercase-tests (Files): Likewise.
5879         * modules/unictype/property-math-tests (Files): Likewise.
5880         * modules/unictype/property-non-break-tests (Files): Likewise.
5881         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5882         * modules/unictype/property-numeric-tests (Files): Likewise.
5883         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5884         * modules/unictype/property-other-default-ignorable-code-point-tests
5885         (Files): Likewise.
5886         * modules/unictype/property-other-grapheme-extend-tests (Files):
5887         Likewise.
5888         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5889         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5890         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5891         * modules/unictype/property-other-math-tests (Files): Likewise.
5892         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5893         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5894         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5895         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5896         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5897         * modules/unictype/property-private-use-tests (Files): Likewise.
5898         * modules/unictype/property-punctuation-tests (Files): Likewise.
5899         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5900         * modules/unictype/property-radical-tests (Files): Likewise.
5901         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5902         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5903         * modules/unictype/property-space-tests (Files): Likewise.
5904         * modules/unictype/property-terminal-punctuation-tests (Files):
5905         Likewise.
5906         * modules/unictype/property-test-tests (Files): Likewise.
5907         * modules/unictype/property-titlecase-tests (Files): Likewise.
5908         * modules/unictype/property-unassigned-code-value-tests (Files):
5909         Likewise.
5910         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5911         * modules/unictype/property-uppercase-tests (Files): Likewise.
5912         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5913         * modules/unictype/property-white-space-tests (Files): Likewise.
5914         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5915         * modules/unictype/property-xid-start-tests (Files): Likewise.
5916         * modules/unictype/property-zero-width-tests (Files): Likewise.
5917         * modules/unictype/scripts-tests (Files): Likewise.
5918         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5919         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5920         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5921         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5922         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5923         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5924         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5925         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5926         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5927         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5928         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5929         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5930         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5931         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5932         * modules/uninorm/composition-tests (Files): Likewise.
5933         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5934         * modules/uninorm/decomposition-tests (Files): Likewise.
5935         * modules/uninorm/filter-tests (Files): Likewise.
5936         * modules/uninorm/nfc-tests (Files): Likewise.
5937         * modules/uninorm/nfd-tests (Files): Likewise.
5938         * modules/uninorm/nfkc-tests (Files): Likewise.
5939         * modules/uninorm/nfkd-tests (Files): Likewise.
5940         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5941         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5942         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5943         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5944         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5945         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5946         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5947         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5948         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5949         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5950         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5951         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5952         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5953         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5954         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5955         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5956         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5957         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5958         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5959         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5960         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5961         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5962         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5963         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5964         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5965         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5966         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5967         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5968         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5969         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5970         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5971         * modules/uniwidth/u8-width-tests (Files): Likewise.
5972         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5973         * modules/uniwidth/u16-width-tests (Files): Likewise.
5974         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5975         * modules/uniwidth/u32-width-tests (Files): Likewise.
5976         * modules/uniwidth/width-tests (Files): Likewise.
5977         * modules/unlink-tests (Files): Likewise.
5978         * modules/unsetenv-tests (Files): Likewise.
5979         * modules/usleep-tests (Files): Likewise.
5980         * modules/utimens-tests (Files): Likewise.
5981         * modules/utimensat-tests (Files): Likewise.
5982         * modules/vasnprintf-posix-tests (Files): Likewise.
5983         * modules/vasnprintf-tests (Files): Likewise.
5984         * modules/vasprintf-posix-tests (Files): Likewise.
5985         * modules/vasprintf-tests (Files): Likewise.
5986         * modules/vdprintf-posix-tests (Files): Likewise.
5987         * modules/vfprintf-posix-tests (Files): Likewise.
5988         * modules/vprintf-posix-tests (Files): Likewise.
5989         * modules/vsnprintf-posix-tests (Files): Likewise.
5990         * modules/vsnprintf-tests (Files): Likewise.
5991         * modules/vsprintf-posix-tests (Files): Likewise.
5992         * modules/wcrtomb-tests (Files): Likewise.
5993         * modules/wcsnrtombs-tests (Files): Likewise.
5994         * modules/wcsrtombs-tests (Files): Likewise.
5995         * modules/wctype-tests (Files): Likewise.
5996         * modules/wcwidth-tests (Files): Likewise.
5997         * modules/xmemdup0-tests (Files): Likewise.
5998         * modules/xprintf-posix-tests (Files): Likewise.
5999         * modules/xvasprintf-tests (Files): Likewise.
6000
6001 2009-12-24  Eric Blake  <ebb9@byu.net>
6002
6003         test-nanosleep: fix typo
6004         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6005         patch.
6006         Reported by Bruno Haible.
6007
6008 2009-12-24  Bruno Haible  <bruno@clisp.org>
6009
6010         Reduce namespace pollution on glibc systems.
6011         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6012         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6013         systems.
6014         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6015         <getopt.h> on glibc systems.
6016         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6017         systems.
6018         * lib/fcntl.c: Include <unistd.h> here instead.
6019
6020 2009-12-24  Bruno Haible  <bruno@clisp.org>
6021
6022         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6023
6024 2009-12-24  Eric Blake  <ebb9@byu.net>
6025
6026         tests: add signature checks
6027         * tests/signature.h (SIGNATURE_CHECK): New file.
6028         * modules/atexit-tests (Files): Use it.
6029         * modules/btowc-tests (Files): Likewise.
6030         * modules/canonicalize-lgpl-tests (Files): Likewise.
6031         * modules/ceilf-tests (Files): Likewise.
6032         * modules/ceill-tests (Files): Likewise.
6033         * modules/chown-tests (Files): Likewise.
6034         * modules/dprintf-posix-tests (Files): Likewise.
6035         * modules/dup2-tests (Files): Likewise.
6036         * modules/dup3-tests (Files): Likewise.
6037         * modules/duplocale-tests (Files): Likewise.
6038         * modules/fchdir-tests (Files): Likewise.
6039         * modules/fcntl-tests (Files): Likewise.
6040         * modules/fdopendir-tests (Files): Likewise.
6041         * modules/fflush-tests (Files): Likewise.
6042         * modules/flock-tests (Files): Likewise.
6043         * modules/floorf-tests (Files): Likewise.
6044         * modules/floorl-tests (Files): Likewise.
6045         * modules/fnmatch-tests (Files): Likewise.
6046         * modules/fopen-tests (Files): Likewise.
6047         * modules/fprintf-posix-tests (Files): Likewise.
6048         * modules/freopen-tests (Files): Likewise.
6049         * modules/frexp-nolibm-tests (Files): Likewise.
6050         * modules/frexp-tests (Files): Likewise.
6051         * modules/frexpl-nolibm-tests (Files): Likewise.
6052         * modules/frexpl-tests (Files): Likewise.
6053         * modules/fseek-tests (Files): Likewise.
6054         * modules/fseeko-tests (Files): Likewise.
6055         * modules/fsync-tests (Files): Likewise.
6056         * modules/ftell-tests (Files): Likewise.
6057         * modules/ftello-tests (Files): Likewise.
6058         * modules/futimens-tests (Files): Likewise.
6059         * modules/getaddrinfo-tests (Files): Likewise.
6060         * modules/getcwd-tests (Files): Likewise.
6061         * modules/getdelim-tests (Files): Likewise.
6062         * modules/getdtablesize-tests (Files): Likewise.
6063         * modules/getgroups-tests (Files): Likewise.
6064         * modules/gethostname-tests (Files): Likewise.
6065         * modules/getline-tests (Files): Likewise.
6066         * modules/getopt-posix-tests (Files): Likewise.
6067         * modules/gettimeofday-tests (Files): Likewise.
6068         * modules/glob-tests (Files): Likewise.
6069         * modules/iconv-tests (Files): Likewise.
6070         * modules/inet_ntop-tests (Files): Likewise.
6071         * modules/inet_pton-tests (Files): Likewise.
6072         * modules/isblank-tests (Files): Likewise.
6073         * modules/lchown-tests (Files): Likewise.
6074         * modules/ldexpl-tests (Files): Likewise.
6075         * modules/link-tests (Files): Likewise.
6076         * modules/linkat-tests (Files): Likewise.
6077         * modules/lseek-tests (Files): Likewise.
6078         * modules/lstat-tests (Files): Likewise.
6079         * modules/mbrtowc-tests (Files): Likewise.
6080         * modules/mbsinit-tests (Files): Likewise.
6081         * modules/mbsnrtowcs-tests (Files): Likewise.
6082         * modules/mbsrtowcs-tests (Files): Likewise.
6083         * modules/memchr-tests (Files): Likewise.
6084         * modules/memcmp-tests (Files): Likewise.
6085         * modules/memmem-tests (Files): Likewise.
6086         * modules/memrchr-tests (Files): Likewise.
6087         * modules/mkdir-tests (Files): Likewise.
6088         * modules/mkfifo-tests (Files): Likewise.
6089         * modules/mkfifoat-tests (Files): Likewise.
6090         * modules/mknod-tests (Files): Likewise.
6091         * modules/nanosleep-tests (Files): Likewise.
6092         * modules/nl_langinfo-tests (Files): Likewise.
6093         * modules/obstack-printf-tests (Files): Likewise.
6094         * modules/open-tests (Files): Likewise.
6095         * modules/openat-tests (Files): Likewise.
6096         * modules/perror-tests (Files): Likewise.
6097         * modules/pipe2-tests (Files): Likewise.
6098         * modules/poll-tests (Files): Likewise.
6099         * modules/popen-tests (Files): Likewise.
6100         * modules/posix_spawn-tests (Files): Likewise.
6101         * modules/posix_spawnp-tests (Files): Likewise.
6102         * modules/pread-tests (Files): Likewise.
6103         * modules/printf-posix-tests (Files): Likewise.
6104         * modules/pty-tests (Files): Likewise.
6105         * modules/random_r-tests (Files): Likewise.
6106         * modules/rawmemchr-tests (Files): Likewise.
6107         * modules/readlink-tests (Files): Likewise.
6108         * modules/remove-tests (Files): Likewise.
6109         * modules/rename-tests (Files): Likewise.
6110         * modules/renameat-tests (Files): Likewise.
6111         * modules/rmdir-tests (Files): Likewise.
6112         * modules/round-tests (Files): Likewise.
6113         * modules/roundf-tests (Files): Likewise.
6114         * modules/roundl-tests (Files): Likewise.
6115         * modules/select-tests (Files): Likewise.
6116         * modules/setenv-tests (Files): Likewise.
6117         * modules/sigaction-tests (Files): Likewise.
6118         * modules/sleep-tests (Files): Likewise.
6119         * modules/snprintf-posix-tests (Files): Likewise.
6120         * modules/snprintf-tests (Files): Likewise.
6121         * modules/sprintf-posix-tests (Files): Likewise.
6122         * modules/stat-tests (Files): Likewise.
6123         * modules/strcasestr-tests (Files): Likewise.
6124         * modules/strchrnul-tests (Files): Likewise.
6125         * modules/strerror-tests (Files): Likewise.
6126         * modules/strsignal-tests (Files): Likewise.
6127         * modules/strstr-tests (Files): Likewise.
6128         * modules/strtod-tests (Files): Likewise.
6129         * modules/strverscmp-tests (Files): Likewise.
6130         * modules/symlink-tests (Files): Likewise.
6131         * modules/symlinkat-tests (Files): Likewise.
6132         * modules/times-tests (Files): Likewise.
6133         * modules/trunc-tests (Files): Likewise.
6134         * modules/truncf-tests (Files): Likewise.
6135         * modules/truncl-tests (Files): Likewise.
6136         * modules/tsearch-tests (Files): Likewise.
6137         * modules/uname-tests (Files): Likewise.
6138         * modules/unlink-tests (Files): Likewise.
6139         * modules/unsetenv-tests (Files): Likewise.
6140         * modules/usleep-tests (Files): Likewise.
6141         * modules/utimensat-tests (Files): Likewise.
6142         * modules/vasprintf-tests (Files): Likewise.
6143         * modules/vdprintf-posix-tests (Files): Likewise.
6144         * modules/vfprintf-posix-tests (Files): Likewise.
6145         * modules/vprintf-posix-tests (Files): Likewise.
6146         * modules/vsnprintf-posix-tests (Files): Likewise.
6147         * modules/vsnprintf-tests (Files): Likewise.
6148         * modules/vsprintf-posix-tests (Files): Likewise.
6149         * modules/wcrtomb-tests (Files): Likewise.
6150         * modules/wcsnrtombs-tests (Files): Likewise.
6151         * modules/wcsrtombs-tests (Files): Likewise.
6152         * modules/wcwidth-tests (Files): Likewise.
6153         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6154         * tests/test-isinf.c (isinf): Likewise.
6155         * tests/test-isnan.c (isnan): Likewise.
6156         * tests/test-signbit.c (signbit): Likewise.
6157         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6158         declaration, either as macro or with correct signature.
6159         (select): Ensure function under test is declared with correct
6160         signature in correct header.
6161         * tests/test-atexit.c (atexit): Likewise.
6162         * tests/test-btowc.c (btowc): Likewise.
6163         * tests/test-canonicalize-lgpl.c (realpath)
6164         (canonicalize_file_name): Likewise.
6165         * tests/test-ceilf1.c (ceilf): Likewise.
6166         * tests/test-ceill.c (ceill): Likewise.
6167         * tests/test-chown.c (chown): Likewise.
6168         * tests/test-dprintf-posix.c (dprintf): Likewise.
6169         * tests/test-dup2.c (dup2): Likewise.
6170         * tests/test-dup3.c (dup3): Likewise.
6171         * tests/test-duplocale.c (duplocale): Likewise.
6172         * tests/test-fchdir.c (fchdir): Likewise.
6173         * tests/test-fchownat.c (fchownat): Likewise.
6174         * tests/test-fcntl.c (fcntl): Likewise.
6175         * tests/test-fdopendir.c (fdopendir): Likewise.
6176         * tests/test-fflush.c (fflush): Likewise.
6177         * tests/test-flock.c (flock): Likewise.
6178         * tests/test-floorf1.c (floorf): Likewise.
6179         * tests/test-floorl.c (floorl): Likewise.
6180         * tests/test-fnmatch.c (fnmatch): Likewise.
6181         * tests/test-fopen.c (fopen): Likewise.
6182         * tests/test-fprintf-posix.c (fprintf): Likewise.
6183         * tests/test-freopen.c (freopen): Likewise.
6184         * tests/test-frexp.c (frexp): Likewise.
6185         * tests/test-frexpl.c (frexpl): Likewise.
6186         * tests/test-fseek.c (fseek): Likewise.
6187         * tests/test-fseeko.c (fseeko): Likewise.
6188         * tests/test-fstatat.c (fstatat): Likewise.
6189         * tests/test-fsync.c (fsync): Likewise.
6190         * tests/test-ftell.c (ftell): Likewise.
6191         * tests/test-ftello.c (ftello): Likewise.
6192         * tests/test-futimens.c (futimens): Likewise.
6193         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6194         (gai_strerror): Likewise.
6195         * tests/test-getcwd.c (getcwd): Likewise.
6196         * tests/test-getdelim.c (getdelim): Likewise.
6197         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6198         * tests/test-getgroups.c (getgroups): Likewise.
6199         * tests/test-gethostname.c (gethostname): Likewise.
6200         * tests/test-getline.c (getline): Likewise.
6201         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6202         Likewise.
6203         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6204         * tests/test-glob.c (glob, globfree): Likewise.
6205         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6206         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6207         * tests/test-inet_pton.c (inet_pton): Likewise.
6208         * tests/test-isblank.c (isblank): Likewise.
6209         * tests/test-lchown.c (lchown): Likewise.
6210         * tests/test-ldexpl.c (ldexpl): Likewise.
6211         * tests/test-link.c (link): Likewise.
6212         * tests/test-linkat.c (linkat): Likewise.
6213         * tests/test-lseek.c (lseek): Likewise.
6214         * tests/test-lstat.c (lstat): Likewise.
6215         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6216         * tests/test-mbsinit.c (mbsinit): Likewise.
6217         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6218         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6219         * tests/test-memchr.c (memchr): Likewise.
6220         * tests/test-memcmp.c (memcmp): Likewise.
6221         * tests/test-memmem.c (memmem): Likewise.
6222         * tests/test-memrchr.c (memrchr): Likewise.
6223         * tests/test-mkdir.c (mkdir): Likewise.
6224         * tests/test-mkdirat.c (mkdirat): Likewise.
6225         * tests/test-mkfifo.c (mkfifo): Likewise.
6226         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6227         * tests/test-mknod.c (mknod): Likewise.
6228         * tests/test-nanosleep.c (nanosleep): Likewise.
6229         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6230         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6231         Likewise.
6232         * tests/test-open.c (open): Likewise.
6233         * tests/test-openat.c (openat): Likewise.
6234         * tests/test-perror.c (perror): Likewise.
6235         * tests/test-pipe2.c (pipe2): Likewise.
6236         * tests/test-poll.c (poll): Likewise.
6237         * tests/test-popen.c (popen, pclose): Likewise.
6238         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6239         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6240         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6241         (posix_spawn_file_actions_destroy)
6242         (posix_spawn_file_actions_addclose)
6243         (posix_spawn_file_actions_addopen)
6244         (posix_spawn_file_actions_adddup2): Likewise.
6245         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6246         * tests/test-pread.c (pread): Likewise.
6247         * tests/test-printf-posix.c (printf): Likewise.
6248         * tests/test-pty.c (openpty, forkpty): Likewise.
6249         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6250         (random_r): Likewise.
6251         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6252         * tests/test-readlink.c (readlink): Likewise.
6253         * tests/test-remove.c (remove): Likewise.
6254         * tests/test-rename.c (rename): Likewise.
6255         * tests/test-renameat.c (renameat): Likewise.
6256         * tests/test-rmdir.c (rmdir): Likewise.
6257         * tests/test-round1.c (round): Likewise.
6258         * tests/test-roundf1.c (roundf): Likewise.
6259         * tests/test-roundl.c (roundl): Likewise.
6260         * tests/test-setenv.c (setenv): Likewise.
6261         * tests/test-sigaction.c (sigaction): Likewise.
6262         * tests/test-sleep.c (sleep): Likewise.
6263         * tests/test-snprintf.c (snprintf): Likewise.
6264         * tests/test-sprintf-posix.c (sprintf): Likewise.
6265         * tests/test-stat.c (stat): Likewise.
6266         * tests/test-stpncpy.c (stpncpy): Likewise.
6267         * tests/test-strcasestr.c (strcasestr): Likewise.
6268         * tests/test-strchrnul.c (strchrnul): Likewise.
6269         * tests/test-strerror.c (strerror): Likewise.
6270         * tests/test-strsignal.c (strsignal): Likewise.
6271         * tests/test-strstr.c (strstr): Likewise.
6272         * tests/test-strtod.c (strtod): Likewise.
6273         * tests/test-strverscmp.c (strverscmp): Likewise.
6274         * tests/test-symlink.c (symlink): Likewise.
6275         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6276         * tests/test-times.c (times): Likewise.
6277         * tests/test-trunc1.c (trunc): Likewise.
6278         * tests/test-truncf1.c (truncf): Likewise.
6279         * tests/test-truncl.c (truncl): Likewise.
6280         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6281         Likewise.
6282         * tests/test-uname.c (uname): Likewise.
6283         * tests/test-unlink.c (unlink): Likewise.
6284         * tests/test-unlinkat.c (unlinkat): Likewise.
6285         * tests/test-unsetenv.c (unsetenv): Likewise.
6286         * tests/test-usleep.c (usleep): Likewise.
6287         * tests/test-utimensat.c (utimensat): Likewise.
6288         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6289         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6290         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6291         * tests/test-vprintf-posix.c (vprintf): Likewise.
6292         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6293         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6294         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6295         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6296         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6297         * tests/test-wcwidth.c (wcwidth): Likewise.
6298
6299         build: pull in conditional headers during GNULIB_POSIXCHECK
6300         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6301         definitions from any conditionally-included headers.
6302         * lib/stdlib.in.h (includes): Likewise.
6303         * lib/unistd.in.h (includes): Likewise.
6304
6305 2009-12-24  Bruno Haible  <bruno@clisp.org>
6306
6307         * tests/test-argv-iter.c: Include header file being tested immediately
6308         after config.h.
6309         * tests/test-base64.c: Likewise.
6310         * tests/test-flock.c: Likewise.
6311         * tests/test-fsync.c: Likewise.
6312         * tests/test-getdate.c: Likewise.
6313         * tests/test-getndelim2.c: Likewise.
6314         * tests/test-isfinite.c: Likewise.
6315         * tests/test-isinf.c: Likewise.
6316         * tests/test-strerror.c: Likewise.
6317         * tests/test-strsignal.c: Likewise.
6318
6319 2009-12-23  Eric Blake  <ebb9@byu.net>
6320
6321         unistd: work around cygwin bug
6322         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6323         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6324         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6325
6326 2009-12-23  Bruno Haible  <bruno@clisp.org>
6327
6328         localename: More tests.
6329         * tests/test-localename.c (SIZEOF): New macro.
6330         (categories): New variable.
6331         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6332         test_locale_name_default): Add test w.r.t. thread locale.
6333         (test_locale_name_thread): New function.
6334         (main): Invoke it.
6335
6336         localename: Make aware of thread locale.
6337         * lib/localename.h (gl_locale_name_thread): New declaration.
6338         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6339         behaviour with respect to thread locale.
6340         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6341         <langinfo.h>, glthread/lock.h.
6342         (SIZE_BITS): New macro.
6343         (string_hash): New function.
6344         (struct hash_node): New type.
6345         (HASH_TABLE_SIZE): New macro.
6346         (struniq_hash_table, struniq_lock): New variables.
6347         (struniq): New function.
6348         (gl_locale_name_thread): New function.
6349         (gl_locale_name): Invoke it.
6350         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6351         * modules/localename (Depends-on): Add lock.
6352         Reported by Mike Gran <spk121@yahoo.com>.
6353
6354 2009-12-23  Eric Blake  <ebb9@byu.net>
6355
6356         va-args: new module
6357         * modules/va-args: New file.
6358         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6359         * MODULES.html.sh (Core language properties): Mention it.
6360
6361         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6362         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6363         named alias for __attribute__((__unused__)).
6364         * lib/chown.c: Update client.
6365         * lib/fchmodat.c: Likewise.
6366         * lib/fts.c: Likewise.
6367         * lib/getdate.y: Likewise.
6368         * lib/getgroups.c: Likewise.
6369         * lib/getopt.c: Likewise.
6370         * lib/getugroups.c: Likewise.
6371         * lib/mkdir.c: Likewise.
6372         * lib/mkfifo.c: Likewise.
6373         * lib/mkfifoat.c: Likewise.
6374         * lib/mknod.c: Likewise.
6375         * lib/mknodat.c: Likewise.
6376         * lib/readlink.c: Likewise.
6377         * lib/se-context.in.h: Likewise.
6378         * lib/se-selinux.in.h: Likewise.
6379         * lib/sockets.c: Likewise.
6380         * lib/symlink.c: Likewise.
6381         * lib/symlinkat.c: Likewise.
6382         * lib/unicodeio.c: Likewise.
6383         * lib/unistr.h: Likewise.
6384         * tests/test-areadlink.c: Likewise.
6385         * tests/test-areadlinkat.c: Likewise.
6386         * tests/test-filenamecat.c: Likewise.
6387         * tests/test-fseeko.c: Likewise.
6388         * tests/test-ftello.c: Likewise.
6389         * tests/test-getdate.c: Likewise.
6390         * tests/test-getgroups.c: Likewise.
6391         * tests/test-gethostname.c: Likewise.
6392         * tests/test-quotearg.c: Likewise.
6393         * tests/test-version-etc.c: Likewise.
6394         * tests/test-xalloc-die.c: Likewise.
6395         * tests/test-xfprintf-posix.c: Likewise.
6396         * tests/test-xprintf-posix.c: Likewise.
6397         * tests/test-xvasprintf.c: Likewise.
6398
6399         tests: avoid compiler warnings
6400         * tests/test-fcntl.c (main): Delete unused parameters.
6401         * tests/test-freopen-safer.c (main): Likewise.
6402         * tests/test-xalloc-die.c (main): Mark unused parameters.
6403         * tests/test-fseeko.c (main): Likewise.
6404         * tests/test-ftello.c (main): Likewise.
6405         * tests/test-nanosleep.c (main): Avoid declaration warning.
6406         * tests/test-sleep.c (main): Likewise.
6407         * tests/test-unsetenv.c (main): Silence warning about string
6408         literal.
6409         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6410
6411 2009-12-23  Bruno Haible  <bruno@clisp.org>
6412
6413         * tests/test-localename.c (test_locale_name): New function, extracted
6414         from main. Also test mixed situations.
6415         (test_locale_name_posix, test_locale_name_environ,
6416         test_locale_name_default): New functions.
6417         (main): Invoke them all.
6418         * modules/localename-tests (configure.ac): Test for newlocale.
6419
6420 2009-12-23  Bruno Haible  <bruno@clisp.org>
6421
6422         unistd: Ensure getcwd gets declared before being overridden.
6423         * lib/unistd.in.h: Conditionally include <io.h>.
6424
6425 2009-12-22  Bruno Haible  <bruno@clisp.org>
6426
6427         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6428         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6429         (gl_WCHAR_H): Invoke it.
6430         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6431         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6432         Reported by Karl Berry <karl@freefriends.org>.
6433
6434 2009-12-22  Eric Blake  <ebb9@byu.net>
6435
6436         math, unistd: avoid redundant includes
6437         * lib/math.in.h (isnan): No need to re-include <math.h>.
6438         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6439
6440         getsubopt: work around cygwin bug
6441         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6442         avoid conflicting with system getsubopt.
6443         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6444         bug.
6445
6446         getopt: synchronize from glibc
6447         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6448         parameter order.  Adjust all callers.
6449         (_getopt_internal_r, main): Adjust quoting in error messages.
6450         Drop considerations for outdated POSIX 1003.2 error message.
6451         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6452         callers.
6453         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6454
6455         test-getopt: test stderr behavior
6456         * modules/getopt-posix-tests (Depends-on): Add dup2.
6457         * tests/test-getopt.c (ASSERT): Avoid stderr.
6458         (main): Move stderr to a temporary file.
6459         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6460         Instead, add parameter to inform caller if output occurred.
6461         (test_getopt): Adjust all existing tests to expect silence, and
6462         add new tests of leading ":".
6463         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6464         glibc shortcomings with leading "-:" or "+:" in optstring.
6465         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6466         Likewise.
6467         * doc/posix-functions/getopt.texi (getopt): Likewise.
6468
6469         test-getopt: enhance test
6470         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6471         supports optind=0.
6472         * tests/test-getopt.c (OPTIND_MIN): Move...
6473         * tests/test-getopt.h (OPTIND_MIN): ...here.
6474         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6475         Require that optind=0 works, since modern BSD supports it in
6476         addition to optreset, and since coreutils expects it.
6477         (test_getopt_long_only): New test.
6478         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6479         glibc shortcomings with 'W;', and enforcement of optind=0.
6480         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6481         Likewise.
6482
6483 2009-12-21  Bruno Haible  <bruno@clisp.org>
6484
6485         localename: Improvements for MacOS X and Cygwin.
6486         * lib/localename.h (gl_locale_name_environ): New declaration.
6487         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6488         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6489         (gl_locale_name_posix): Invoke it.
6490         (gl_locale_name_default): Add comments. Use Windows native API also on
6491         Cygwin.
6492
6493 2009-12-21  Bruno Haible  <bruno@clisp.org>
6494
6495         Update list of Win32 locale ids.
6496         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6497         (LANG_SAMI): Renamed from LANG_SAAMI.
6498         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6499         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6500         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6501         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6502         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6503         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6504         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6505         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6506         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6507         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6508         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6509         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6510         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6511         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6512         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6513         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6514         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6515         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6516         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6517         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6518         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6519         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6520         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6521         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6522         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6523         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6524         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6525         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6526         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6527         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6528         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6529         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6530         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6531         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6532         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6533         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6534         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6535         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6536         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6537         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6538         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6539         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6540         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6541         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6542         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6543         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6544         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6545         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6546         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6547         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6548         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6549         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6550         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6551         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6552         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6553         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6554         Add more languages and countries for Sami, Sorbian. Add more countries
6555         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6556         for Pashto. Change country for Syriac, Tswana.
6557
6558 2009-12-21  Eric Blake  <ebb9@byu.net>
6559
6560         test-utimens: avoid spurious failure
6561         * tests/test-chown.h (nap): Factor...
6562         * tests/nap.h: ...into new file.
6563         * tests/test-lchown.h (nap): Avoid duplication.
6564         * tests/test-utimens-common.h (nap): Use shared implementation,
6565         necessary on file systems with 1-second resolution.
6566         * modules/chown-tests (Files): Include new file.
6567         * modules/fdutimensat-tests (Files): Likewise.
6568         * modules/futimens-tests (Files): Likewise.
6569         * modules/lchown-tests (Files): Likewise.
6570         * modules/openat-tests (Files): Likewise.
6571         * modules/utimens-tests (Files): Likewise.
6572         * modules/utimensat-tests (Files): Likewise.
6573
6574 2009-12-19  Eric Blake  <ebb9@byu.net>
6575
6576         futimens, utimensat: work around Linux bug
6577         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6578         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6579         * lib/utimensat.c (rpl_utimensat): Work around it.
6580         * lib/futimens.c (rpl_futimens): Adjust comment.
6581
6582         utimens: work around Linux ctime bug
6583         * lib/utimens.c (detect_ctime_bug): New helper function.
6584         (update_timespec): Differentiate between workaround needed for
6585         this bug vs. what is needed for systems that lack utimensat.
6586         (fdutimens, lutimens): Work around bug.
6587
6588         utimens: check for ctime update
6589         * tests/test-utimens-common.h (check_ctime): Define.
6590         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6591         * tests/test-futimens.h (test_futimens): Likewise.
6592         * tests/test-lutimens.h (test_lutimens): Likewise.
6593         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6594         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6595
6596 2009-12-19  Bruno Haible  <bruno@clisp.org>
6597
6598         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6599         * tests/test-dprintf-posix2.sh: New file.
6600         * tests/test-dprintf-posix2.c: New file.
6601         * modules/dprintf-posix-tests (Files): Add them.
6602         (configure.ac): Check for getrlimit and setrlimit.
6603         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6604
6605 2009-12-19  Bruno Haible  <bruno@clisp.org>
6606
6607         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6608         * tests/test-fprintf-posix3.sh: New file.
6609         * tests/test-fprintf-posix3.c: New file.
6610         * modules/fprintf-posix-tests (Files): Add them.
6611         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6612
6613 2009-12-19  Eric Blake  <ebb9@byu.net>
6614
6615         dirfd: fix prototype
6616         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6617         * lib/dirfd.c (dirfd): Likewise.
6618
6619         canonicalize: reduce memory usage
6620         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6621         allocation to size.
6622         Reported by Solar Designer <solar@openwall.com>.
6623
6624 2009-12-19  Bruno Haible  <bruno@clisp.org>
6625
6626         New module attribute 'Applicability'.
6627         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6628         * gnulib-tool: New option --extract-applicability.
6629         (func_usage): Document it.
6630         (sed_extract_prog): Recognize it.
6631         (func_get_applicability): New function.
6632         (func_import): Generalize handling of 'link-warning' module.
6633         * modules/link-warning (Applicability): New section.
6634         * modules/arg-nonnull (Applicability): New section.
6635         Repoted by Simon Josefsson <simon@josefsson.org>.
6636
6637 2009-12-19  Bruno Haible  <bruno@clisp.org>
6638
6639         fflush: tweak
6640         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6641         * lib/fseeko.c (rpl_fseeko): Likewise.
6642
6643 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6644
6645         * lib/gl_list.h: Fix typo in comment.
6646
6647 2009-12-16  Eric Blake  <ebb9@byu.net>
6648
6649         fcntl: use to simplify other modules
6650         * modules/cloexec (Depends-on): Add fcntl.
6651         * modules/fchdir (Depends-on): Likewise.
6652         * modules/fd-safer-flag (Depends-on): Likewise.
6653         * modules/unistd-safer (Depends-on): Likewise.
6654         * modules/dup3 (configure.ac): Set module indicator.
6655         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6656         missing.
6657         * lib/fchdir.c (_gl_register_dup): Fix comment.
6658         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6659         * lib/dup-safer.c (dup_safer): Likewise.
6660         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6661         * lib/dup3.c (dup3): Likewise.
6662         * tests/test-fchdir.c (main): Enhance test.
6663         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6664
6665         fcntl: port portions of fcntl to mingw
6666         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6667         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6668         replacement for mingw.
6669         * modules/fcntl (Description): Update.
6670         (Depends-on): Add dup2.
6671         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6672         * modules/fcntl-h (Makefile.am): Substitute it.
6673         * lib/fcntl.in.h (fcntl): Update declaration.
6674         (F_DUPFD, F_GETFD): New macros, when needed.
6675         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6676         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6677         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6678         we now guarantee.
6679
6680         fcntl: work around cygwin bug in F_DUPFD
6681         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6682         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6683         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6684         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6685         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6686
6687         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6688         * modules/fcntl (Files): List new files.
6689         (configure.ac): Run a test.
6690         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6691         * lib/fcntl.c (rpl_fcntl): Likewise.
6692         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6693         (gl_FCNTL_H): Always replace fcntl.h.
6694         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6695         * lib/fcntl.in.h (fcntl): Declare replacement.
6696         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6697         needed, plus a witness.
6698         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6699         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6700         * tests/test-fcntl.c: New file.
6701         * modules/fcntl-tests: Likewise.
6702
6703         binary-io: avoid potential compilation warning
6704         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6705         directives.
6706
6707         fflush: avoid compilation error on NetBSD
6708         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6709         between off_t and fpos_t, since the latter is sometimes a struct.
6710         * lib/fseeko.c (rpl_fseeko): Likewise.
6711         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6712
6713 2009-12-15  Eric Blake  <ebb9@byu.net>
6714
6715         fcntl-h, stdio, sys_ioctl: fix declarations
6716         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6717         function must not take arguments.
6718         * lib/sys_ioctl.in.h (ioctl): Likewise.
6719         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6720         (open): Add a link warning.
6721
6722 2009-12-15  Jim Meyering  <meyering@redhat.com>
6723
6724         areadlink, areadlink-with-size: relax license to LGPLv2+
6725         * modules/areadlink (License): Relax to LGPLv2+.
6726         * modules/areadlink-with-size (License): Likewise.
6727
6728 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6729             Bruno Haible  <bruno@clisp.org>
6730
6731         *printf: Fix memory leak.
6732         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6733         * lib/vfprintf.c (vfprintf): Likewise.
6734         * lib/dprintf.c (dprintf): Likewise.
6735         * lib/vdprintf.c (vdprintf): Likewise.
6736
6737 2009-12-14  Eric Blake  <ebb9@byu.net>
6738
6739         accept4: adjust module dependencies
6740         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6741
6742         utimens: one more try at avoiding compiler warning
6743         * lib/utimens.c (lutimens): Lower scope of result.
6744
6745 2009-12-13  Bruno Haible  <bruno@clisp.org>
6746
6747         Move the malloc checking from module 'list' to new module 'xlist'.
6748         * modules/xlist: New file.
6749         * lib/gl_xlist.h: New file.
6750         * lib/gl_xlist.c: New file.
6751         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6752         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6753         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6754         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6755         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6756         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6757         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6758         gl_sortedlist_nx_add): New declarations.
6759         (struct gl_list_implementation): Rename and change methods accordingly.
6760         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6761         (gl_list_nx_create): Renamed from gl_list_create.
6762         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6763         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6764         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6765         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6766         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6767         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6768         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6769         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6770         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6771         gl_list_create_empty.
6772         (gl_list_nx_create): Renamed from gl_list_create.
6773         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6774         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6775         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6776         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6777         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6778         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6779         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6780         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6781         * lib/gl_array_list.c: Don't include xalloc.h.
6782         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6783         NULL upon out-of-memory.
6784         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6785         out-of-memory.
6786         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6787         Change return type to 'int'.
6788         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6789         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6790         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6791         upon out-of-memory.
6792         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6793         upon out-of-memory.
6794         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6795         upon out-of-memory.
6796         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6797         upon out-of-memory.
6798         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6799         out-of-memory.
6800         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6801         Update.
6802         (gl_array_list_implementation): Update.
6803         * lib/gl_carray_list.c: Don't include xalloc.h.
6804         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6805         Return NULL upon out-of-memory.
6806         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6807         out-of-memory.
6808         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6809         Change return type to 'int'.
6810         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6811         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6812         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6813         upon out-of-memory.
6814         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6815         upon out-of-memory.
6816         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6817         out-of-memory.
6818         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6819         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6820         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6821         Update.
6822         (gl_carray_list_implementation): Update.
6823         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6824         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6825         gl_linked_create_empty. Return NULL upon out-of-memory.
6826         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6827         out-of-memory.
6828         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6829         Change return type to 'int'. Return -1 upon out-of-memory.
6830         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6831         out-of-memory.
6832         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6833         upon out-of-memory.
6834         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6835         upon out-of-memory.
6836         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6837         NULL upon out-of-memory.
6838         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6839         upon out-of-memory.
6840         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6841         out-of-memory.
6842         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6843         Update.
6844         * lib/gl_linked_list.c: Don't include xalloc.h.
6845         (gl_linked_list_implementation): Update.
6846         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6847         (add_to_bucket): Change return type to 'int'.
6848         (gl_linkedhash_list_implementation): Update.
6849         * lib/gl_anytree_list1.h (free_subtree): New function.
6850         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6851         gl_tree_create_empty. Return NULL upon out-of-memory.
6852         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6853         Change return type to 'int'. Return -1 upon out-of-memory.
6854         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6855         out-of-memory.
6856         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6857         (gl_tree_remove_node): New function, moved here from
6858         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6859         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6860         Update.
6861         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6862         malloc, not xmalloc. Return NULL upon out-of-memory.
6863         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6864         out-of-memory.
6865         (gl_tree_remove_node_from_tree): New function, extracted from
6866         gl_tree_remove_node.
6867         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6868         upon out-of-memory.
6869         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6870         out-of-memory.
6871         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6872         upon out-of-memory.
6873         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6874         upon out-of-memory.
6875         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6876         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6877         not xmalloc. Return NULL upon out-of-memory.
6878         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6879         out-of-memory.
6880         (gl_tree_remove_node_from_tree): New function, extracted from
6881         gl_tree_remove_node.
6882         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6883         upon out-of-memory.
6884         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6885         out-of-memory.
6886         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6887         upon out-of-memory.
6888         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6889         upon out-of-memory.
6890         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6891         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6892         gl_anytree_list1.h before gl_anyavltree_list2.h.
6893         (gl_avltree_list_implementation): Update.
6894         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6895         gl_anytree_list1.h before gl_anyavltree_list2.h.
6896         (gl_rbtree_list_implementation): Update.
6897         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6898         Change return type to 'int'. Return -1 upon out-of-memory. Use
6899         __builtin_expect.
6900         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6901         (gl_avltreehash_list_implementation): Update.
6902         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6903         (gl_rbtreehash_list_implementation): Update.
6904         * modules/array-list (Depends-on): Remove xalloc.
6905         * modules/carray-list (Depends-on): Likewise.
6906         * modules/linked-list (Depends-on): Likewise.
6907         * modules/linkedhash-list (Depends-on): Likewise.
6908         * modules/avltree-list (Depends-on): Likewise.
6909         * modules/rbtree-list (Depends-on): Likewise.
6910         * modules/avltreehash-list (Depends-on): Likewise.
6911         * modules/rbtreehash-list (Depends-on): Likewise.
6912
6913         * modules/xsublist: New file.
6914         * lib/gl_xsublist.h: New file.
6915         * lib/gl_xsublist.c: New file.
6916         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6917         (gl_sublist_nx_create): New declaration.
6918         * lib/gl_sublist.c: Don't include xalloc.h.
6919         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6920         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6921         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6922         Change return type to 'int'. Return -1 upon out-of-memory.
6923         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6924         upon out-of-memory.
6925         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6926         NULL upon out-of-memory.
6927         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6928         upon out-of-memory.
6929         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6930         NULL upon out-of-memory.
6931         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6932         NULL upon out-of-memory.
6933         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6934         upon out-of-memory.
6935         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6936         (gl_sublist_list_implementation): Update.
6937         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6938         upon out-of-memory.
6939         * modules/sublist (Depends-on): Remove xalloc.
6940
6941         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6942         * tests/test-carray_list.c: Likewise.
6943         * tests/test-linked_list.c: Likewise.
6944         * tests/test-linkedhash_list.c: Likewise.
6945         * tests/test-avltree_list.c: Likewise.
6946         * tests/test-rbtree_list.c: Likewise.
6947         * tests/test-avltreehash_list.c: Likewise.
6948         * tests/test-rbtreehash_list.c: Likewise.
6949         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6950         * modules/carray-list-tests (Makefile.am): Likewise.
6951         * modules/linked-list-tests (Makefile.am): Likewise.
6952         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6953         * modules/avltree-list-tests (Makefile.am): Likewise.
6954         * modules/rbtree-list-tests (Makefile.am): Likewise.
6955         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6956         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6957
6958         * NEWS: Mention the changes.
6959
6960         * lib/clean-temp.c: Include gl_xlist.h.
6961         * modules/clean-temp (Depends-on): Add xlist.
6962
6963         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6964         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6965
6966         * tests/test-array_oset.c: Include gl_xlist.h.
6967         * modules/array-oset-tests (Depends-on): Add xlist.
6968
6969         Reported by José E. Marchesi <jemarch@gnu.org>.
6970
6971 2009-12-13  Bruno Haible  <bruno@clisp.org>
6972
6973         Move the malloc checking from module 'oset' to new module 'xoset'.
6974         * modules/xoset: New file.
6975         * lib/gl_xoset.h: New file.
6976         * lib/gl_xoset.c: New file.
6977         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6978         declarations.
6979         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6980         (struct gl_oset_implementation): Rename and change methods accordingly.
6981         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6982         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6983         'int'. Mark as __warn_unused_result__.
6984         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6985         gl_oset_create_empty.
6986         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6987         'int'.
6988         * lib/gl_array_oset.c: Don't include xalloc.h.
6989         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6990         malloc, not xmalloc.
6991         (grow): Change return type to 'int'. Don't call xalloc_die.
6992         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6993         to 'int'.
6994         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6995         'int'.
6996         (gl_array_oset_implementation): Update.
6997         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6998         gl_tree_create_empty.
6999         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7000         'int'.
7001         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7002         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7003         xmalloc.
7004         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7005         not xmalloc.
7006         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7007         xmalloc.
7008         (gl_avltree_oset_implementation): Update.
7009         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7010         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7011         xmalloc.
7012         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7013         not xmalloc.
7014         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7015         xmalloc.
7016         (gl_rbtree_oset_implementation): Update.
7017         * modules/array-oset (Depends-on): Remove xalloc.
7018         * modules/avltree-oset (Depends-on): Likewise.
7019         * modules/rbtree-oset (Depends-on): Likewise.
7020         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7021         * tests/test-avltree_oset.c: Likewise.
7022         * tests/test-rbtree_oset.c: Likewise.
7023         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7024         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7025         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7026         * NEWS: Mention the change.
7027
7028 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7029
7030         maint.mk: allow a project to override release-prep commands
7031         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7032         commands into a new rule.
7033         (release-prep): New rule.
7034         (release-prep-hook): New overridable variable.
7035
7036 2009-12-13  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7039
7040 2009-12-13  Jim Meyering  <meyering@redhat.com>
7041
7042         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7043         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7044
7045 2009-12-12  Bruno Haible  <bruno@clisp.org>
7046
7047         duplocale: Tweak.
7048         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7049
7050 2009-12-12  Karl Berry  <karl@gnu.org>
7051
7052         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7053
7054 2009-12-12  Bruno Haible  <bruno@clisp.org>
7055
7056         * m4/po.m4: Undo incorrect untabification.
7057
7058 2009-12-12  Bruno Haible  <bruno@clisp.org>
7059
7060         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7061         * modules/c-strtod (Depends-on): Add locale.
7062         * modules/c-strtold (Depends-on): Likewise.
7063
7064 2009-12-12  Bruno Haible  <bruno@clisp.org>
7065
7066         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7067
7068 2009-12-11  Eric Blake  <ebb9@byu.net>
7069
7070         setenv: relax requirement in light of POSIX ruling
7071         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7072         not NULL.
7073         * tests/test-setenv.c (main): Relax test.
7074         * tests/test-unsetenv.c (main): Likewise.
7075         * doc/posix-functions/setenv.texi (setenv): Document this.
7076         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7077
7078 2009-12-11  Bruno Haible  <bruno@clisp.org>
7079
7080         New module 'fd-safer-flag'.
7081         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7082         * lib/dup-safer.c (dup_safer_flag): Remove function.
7083         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7084         * lib/fd-safer.c (fd_safer_flag): Remove function.
7085         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7086         * modules/cloexec (configure.ac): Drop indicator macro.
7087         * modules/fd-safer-flag: New file.
7088         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7089         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7090         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7091
7092 2009-12-11  Bruno Haible  <bruno@clisp.org>
7093
7094         Tests for module 'nl_langinfo'.
7095         * modules/nl_langinfo-tests: New file.
7096         * tests/test-nl_langinfo.sh: New file.
7097         * tests/test-nl_langinfo.c: New file.
7098
7099         New module 'nl_langinfo'.
7100         * lib/nl_langinfo.c: New file.
7101         * m4/nl_langinfo.m4: New file.
7102         * modules/nl_langinfo: New file.
7103         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7104
7105 2009-12-11  Bruno Haible  <bruno@clisp.org>
7106
7107         Tests for module 'langinfo'.
7108         * modules/langinfo-tests: New file.
7109         * tests/test-langinfo.c: New file.
7110
7111         New module 'langinfo'.
7112         * lib/langinfo.in.h: New file.
7113         * m4/langinfo_h.m4: New file.
7114         * modules/langinfo: New file.
7115         * doc/posix-headers/langinfo.texi: Mention the new module.
7116
7117 2009-12-11  Bruno Haible  <bruno@clisp.org>
7118
7119         * lib/config.charset: Untabify.
7120
7121 2009-12-11  Bruno Haible  <bruno@clisp.org>
7122
7123         * modules/unistd-safer (configure.ac): Drop indicator macro.
7124
7125 2009-12-11  Bruno Haible  <bruno@clisp.org>
7126
7127         Move pipe2-safer code to its own file.
7128         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7129         * lib/pipe-safer.c (pipe2_safer): Remove function.
7130         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7131         (Makefile.am): Add it to lib_SOURCES.
7132
7133 2009-12-10  Bruno Haible  <bruno@clisp.org>
7134
7135         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7136
7137 2009-12-10  Bruno Haible  <bruno@clisp.org>
7138
7139         Declare which arguments expect non-NULL values, for GCC and clang.
7140         * build-aux/arg-nonnull.h: New file.
7141         * modules/arg-nonnull: New file.
7142         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7143         (inet_ntop, inet_pton): Use it.
7144         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7145         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7146         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7147         (open, openat): Use it.
7148         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7149         (fnmatch): Use it.
7150         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7151         (getopt, getopt_long, getopt_long_only): Use it.
7152         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7153         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7154         Use it.
7155         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7156         (iconv_open): Use it.
7157         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7158         (strtoimax, strtoumax): Use it.
7159         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7160         (duplocale): Use it.
7161         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7162         (frexp, frexpl): Use it.
7163         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7164         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7165         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7166         (tsearch, tfind, tdelete, twalk): Use it.
7167         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7168         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7169         sigpending): Use it.
7170         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7171         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7172         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7173         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7174         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7175         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7176         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7177         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7178         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7179         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7180         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7181         Use it.
7182         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7183         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7184         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7185         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7186         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7187         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7188         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7189         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7190         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7191         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7192         strtoull, unsetenv): Use it.
7193         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7194         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7195         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7196         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7197         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7198         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7199         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7200         (strcasecmp, strncasecmp): Use it.
7201         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7202         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7203         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7204         rpl_setsockopt): Use it.
7205         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7206         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7207         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7208         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7209         (gettimeofday): Use it.
7210         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7211         (times): Use it.
7212         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7213         (uname): Use it.
7214         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7215         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7216         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7217         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7218         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7219         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7220         unlinkat, write): Use it.
7221         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7222         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7223         * lib/argv-iter.h: Include arg-nonnull.h.
7224         (_ATTRIBUTE_NONNULL_): Remove macro.
7225         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7226         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7227         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7228         optimization.
7229         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7230         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7231         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7232         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7233         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7234         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7235         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7236         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7237         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7238         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7239         * modules/dirent (Depends-on): Add arg-nonnull.
7240         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7241         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7242         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7243         * modules/fnmatch (Depends-on): Add arg-nonnull.
7244         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7245         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7246         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7247         * modules/glob (Depends-on): Add arg-nonnull.
7248         (Makefile.am): Insert arg-nonnull.h into glob.h.
7249         * modules/iconv_open (Depends-on): Add arg-nonnull.
7250         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7251         * modules/inttypes (Depends-on): Add arg-nonnull.
7252         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7253         * modules/locale (Depends-on): Add arg-nonnull.
7254         (Makefile.am): Insert arg-nonnull.h into locale.h.
7255         * modules/math (Depends-on): Add arg-nonnull.
7256         (Makefile.am): Insert arg-nonnull.h into math.h.
7257         * modules/netdb (Depends-on): Add arg-nonnull.
7258         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7259         * modules/search (Depends-on): Add arg-nonnull.
7260         (Makefile.am): Insert arg-nonnull.h into search.h.
7261         * modules/signal (Depends-on): Add arg-nonnull.
7262         (Makefile.am): Insert arg-nonnull.h into signal.h.
7263         * modules/spawn (Depends-on): Add arg-nonnull.
7264         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7265         * modules/stdio (Depends-on): Add arg-nonnull.
7266         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7267         * modules/stdlib (Depends-on): Add arg-nonnull.
7268         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7269         * modules/string (Depends-on): Add arg-nonnull.
7270         (Makefile.am): Insert arg-nonnull.h into string.h.
7271         * modules/strings (Depends-on): Add arg-nonnull.
7272         (Makefile.am): Insert arg-nonnull.h into strings.h.
7273         * modules/sys_socket (Depends-on): Add arg-nonnull.
7274         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7275         * modules/sys_stat (Depends-on): Add arg-nonnull.
7276         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7277         * modules/sys_time (Depends-on): Add arg-nonnull.
7278         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7279         * modules/sys_times (Depends-on): Add arg-nonnull.
7280         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7281         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7282         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7283         * modules/time (Depends-on): Add arg-nonnull.
7284         (Makefile.am): Insert arg-nonnull.h into time.h.
7285         * modules/unistd (Depends-on): Add arg-nonnull.
7286         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7287         * modules/wchar (Depends-on): Add arg-nonnull.
7288         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7289         * modules/argv-iter (Depends-on): Add arg-nonnull.
7290         * tests/test-canonicalize.c (null_ptr): New function.
7291         (main): Use it.
7292         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7293         (main): Use it.
7294         * tests/test-memmem.c (null_ptr): New function.
7295         (main): Use it.
7296         Reported by Jim Meyering.
7297
7298 2009-12-10  Bruno Haible  <bruno@clisp.org>
7299
7300         Use spaces for indentation, not tabs.
7301         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7302         * m4/*.m4: Untabify.
7303         * build-aux/*.h: Untabify.
7304         * tests/**/*.[hc]: Untabify.
7305         * README: New section "Indent with spaces, not TABs", based on
7306         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7307         * NEWS: Mention the change.
7308
7309 2009-12-10  Bruno Haible  <bruno@clisp.org>
7310
7311         pty test: Fix link error.
7312         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7313         test_pty_LDADD.
7314
7315 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7316
7317         * modules/pty: New file.
7318         * modules/pty-tests: New file.
7319         * m4/pty.m4: New file.
7320         * tests/test-pty.c: New file.
7321         * doc/glibc-headers/pty.texi: Modified.
7322         * doc/glibc-functions/forkpty.texi: Modified.
7323         * doc/glibc-functions/openpty.texi: Modified.
7324
7325 2009-12-10  Bruno Haible  <bruno@clisp.org>
7326
7327         Avoid syntax error in C++ mode.
7328         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7329
7330 2009-12-10  Bruno Haible  <bruno@clisp.org>
7331
7332         Use sed with option -e.
7333         * gnulib-tool (func_version, func_emit_copyright_notice,
7334         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7335         option -e to sed.
7336         * modules/link-warning (Makefile.am): Likewise.
7337
7338 2009-12-10  Jim Meyering  <meyering@redhat.com>
7339
7340         mgetgroups: do not write bytes beyond end of malloc'd buffer
7341         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7342         username, we call getgroups with a one-element-shorter buffer,
7343         but still told it the length was original, max_n_groups.
7344
7345 2009-12-09  Eric Blake  <ebb9@byu.net>
7346
7347         cloexec: relax license
7348         * modules/cloexec (Maintainer): Add myself.
7349         (License): Use LGPL, not GPL.
7350
7351         link-warning: optimize generation
7352         * modules/link-warning (Makefile.am): Reduce process usage.
7353
7354 2009-12-09  Bruno Haible  <bruno@clisp.org>
7355
7356         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7357         workaround was added on 2009-11-17.
7358
7359 2009-12-09  Jim Meyering  <meyering@redhat.com>
7360             Bruno Haible  <bruno@clisp.org>
7361
7362         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7363         * modules/link-warning (Makefile.am): Make the comment-removing sed
7364         command more robust in the face of bootstrap-prepended comment lines.
7365
7366 2009-12-09  Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7369         most one group.
7370
7371 2009-12-09  Simon Josefsson <simon@josefsson.org>
7372             Bruno Haible  <bruno@clisp.org>
7373
7374         * build-aux/link-warning.h: Add copyright notice.
7375         * modules/link-warning (Makefile.am): Generate link-warning.h from
7376         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7377         * NEWS: Mention change in link-warning module.
7378         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7379         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7380         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7381         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7382         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7383         * modules/math (Makefile.am): Add dependency to math.h.
7384         * modules/search (Makefile.am): Add dependency to search.h.
7385         * modules/signal (Makefile.am): Add dependency to signal.h.
7386         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7387         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7388         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7389         * modules/string (Makefile.am): Add dependency to string.h.
7390         * modules/strings (Makefile.am): Add dependency to strings.h.
7391         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7392         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7393         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7394         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7395         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7396         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7397         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7398         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7399         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7400
7401 2009-12-09  Bruno Haible  <bruno@clisp.org>
7402
7403         fchdir: Optimize away rpl_fstat when possible.
7404         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7405         REPLACE_OPEN_DIRECTORY.
7406         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7407
7408 2009-12-09  Bruno Haible  <bruno@clisp.org>
7409
7410         * lib/fchdir.c: Update comment.
7411
7412 2009-12-09  Bruno Haible  <bruno@clisp.org>
7413
7414         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7415
7416 2009-12-08  Eric Blake  <ebb9@byu.net>
7417
7418         fchdir: avoid memory leak on re-registration.
7419         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7420
7421 2009-12-08  Jim Meyering  <meyering@redhat.com>
7422
7423         init.sh: avoid Solaris 10 /bin/sh portability problem
7424         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7425         sourced script:
7426           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7427           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7428           bar
7429         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7430         and two tests used that idiom.
7431         * tests/init.sh: Update suggested usage comments.
7432         (path_prepend_): New function, to be used in place
7433         of the --src-path=DIR option.
7434         (setup_): Move PATH-prepending code into path_prepend_.
7435         * tests/test-pread.sh: Adapt to new usage.
7436         * tests/test-xalloc-die.sh: Likewise.
7437
7438 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7439
7440         * doc/gnulib.texi (Glibc pty.h): Add.
7441         * doc/glibc-functions/forkpty.texi: Add.
7442         * doc/glibc-functions/openpty.texi: Add.
7443         Suggested by Bruno Haible.
7444
7445 2009-12-08  Eric Blake  <ebb9@byu.net>
7446
7447         fchdir: fix logic bugs
7448         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7449         * tests/test-fchdir.c (main): Enhance test.
7450         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7451         is in use.
7452
7453         dup2: fix logic bugs
7454         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7455         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7456         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7457         exists.
7458         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7459
7460 2009-12-07  Eric Blake  <ebb9@byu.net>
7461
7462         unlink: fix m4 detection
7463         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7464
7465         unistd-safer: add unit test
7466         * modules/unistd-safer-tests: New file.
7467         * tests/test-dup-safer.c: Likewise.
7468         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7469         * tests/test-dup2.c (setmode): Likewise.
7470         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7471
7472         cloexec: preserve text vs. binary across dup_cloexec
7473         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7474         mode.
7475         * modules/dup2-tests (Depends-on): Add binary-io.
7476         * modules/cloexec-tests (Depends-on): Likewise.
7477         * tests/test-dup2.c (setmode, is_mode): New helpers.
7478         (main): Add tests that translation mode is preserved.
7479         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7480         Reported by Bruno Haible.
7481
7482         mgetgroups: reduce duplicate listings
7483         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7484         resulting array.
7485         * tests/test-chown.h (test_chown): Simplify client.
7486         * tests/test-lchown.h (test_lchown): Likewise.
7487
7488 2009-12-06  Bruno Haible  <bruno@clisp.org>
7489
7490         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7491         value.
7492
7493 2009-12-06  Bruno Haible  <bruno@clisp.org>
7494
7495         * lib/progname.c: Include stdio.h, stdlib.h.
7496         (set_program_name): Reject a NULL argument.
7497
7498 2009-12-05  Eric Blake  <ebb9@byu.net>
7499
7500         pipe2-safer: new module
7501         * modules/pipe2-safer: New file.
7502         * lib/unistd-safer.h (pipe2_safer): New prototype.
7503         * lib/unistd--.h (pipe2): New wrapper.
7504         * lib/pipe-safer.c (pipe2_safer): New function.
7505         * modules/pipe (Depends-on): Add pipe2-safer.
7506         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7507
7508         stdlib-safer: preserve cloexec flag for mkostemp[s]
7509         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7510         fd_safer_flag.
7511
7512         unistd-safer: allow preservation of cloexec status via flag
7513         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7514         prototypes.
7515         * lib/dup-safer.c (dup_safer_flag): New function.
7516         * lib/fd-safer.c (fd_safer_flag): Likewise.
7517         * modules/cloexec (configure.ac): Set witness.
7518
7519         test-dup2: enhance test
7520         * modules/dup2-tests (Depends-on): Add cloexec.
7521         * tests/test-dup2.c (main): Enhance test.
7522
7523         cloexec: add dup_cloexec
7524         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7525         header and comments.
7526         * lib/cloexec.c (set_cloexec_flag): Add comments.
7527         (dup_cloexec): New function, with mingw implementation borrowed
7528         from...
7529         * lib/w32spawn.h (dup_noinherit): ...here.
7530         * modules/execute (Depends-on): Add cloexec.
7531         * modules/pipe (Depends-on): Likewise.
7532         * modules/cloexec (Depends-on): Add dup2.
7533         * modules/cloexec-tests (Files): New file.
7534         * tests/test-cloexec.c: Likewise.
7535
7536         test-xalloc-die: fix test for mingw
7537         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7538         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7539         directory and .exe suffix off argv[0] output.
7540
7541         test-fseeko: fix test for mingw
7542         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7543         than undefining fseek, so test will pass on mingw.
7544
7545 2009-12-05  Bruno Haible  <bruno@clisp.org>
7546
7547         * lib/progname.h (set_program_name): Clarify specification.
7548         * lib/progname.c (set_program_name): Likewise.
7549         Reported by Jim Meyering.
7550
7551 2009-12-05  Jim Meyering  <meyering@redhat.com>
7552
7553         maint.mk: backslash-escape parens in default regexp
7554         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7555         backslash-escape the literal parentheses.
7556
7557         maint.mk: news-date-check: use grep -E
7558         * top/maint.mk (today): Define a Make variable, not a...
7559         (news-date-check): ...shell variable.
7560         (news-date-regexp): Use the Make variable.
7561         Use grep's -E option.  Change the failing diagnostic to mention
7562         the variable, $(news-date-regexp).
7563
7564 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7565
7566         maintainer-makefile: allow customization of NEWS entry format
7567         * top/maint.mk (news-date-regexp): New overridable variable.
7568         (news-date-check): Use it.
7569
7570 2009-12-04  Eric Blake  <ebb9@byu.net>
7571
7572         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7573         * lib/mgetgroups.h (xgetgroups): New prototype.
7574         * lib/mgetgroups.c (xgetgroups): New wrapper.
7575         (mgetgroups): Handle ENOSYS.
7576         * modules/mgetgroups (Depends-on): Add realloc.
7577         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7578
7579         mgetgroups: avoid argument promotion issues with -1
7580         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7581         for invalid gid_t.
7582         * tests/test-chown.h (getegid, test_chown): Likewise.
7583         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7584
7585 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7586
7587         exclude: Fix header file problems.
7588         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7589
7590 2009-12-01  Jim Meyering  <meyering@redhat.com>
7591
7592         fts: fts_open: do not let an empty string cause immediate failure
7593         This is required in support of GNU rm, for which the command
7594         "rm A '' B" must process and remove both A and B, in spite of
7595         the empty string argument.
7596         * lib/fts.c (fts_open): Do not let the presence of an empty string
7597         cause fts_open to fail immediately.  Most fts-using tools must be
7598         able to process all arguments, in order, and can be expected to
7599         diagnose such arguments themselves.
7600
7601 2009-11-30  Eric Blake  <ebb9@byu.net>
7602
7603         utimens: fix compilation error
7604         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7605         Declare variable at right scope.
7606
7607 2009-11-29  Jim Meyering  <meyering@redhat.com>
7608
7609         bootstrap: handle perl-5.11's changed --version output
7610         * build-aux/bootstrap (get_version): Handle perl separately,
7611         since perl-5.11's --version output is different.
7612
7613 2009-11-28  Jim Meyering  <meyering@redhat.com>
7614
7615         userspec: depend on the inttostr module, too
7616         * modules/userspec (Depends-on): Add inttostr.
7617
7618         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7619         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7620         number of MAXUID when it evaluates to (uid_t) -1.
7621         Likewise for group ID.  Reported by Matt McCutchen in
7622         <http://savannah.gnu.org/bugs/?28113>
7623
7624         userspec: reformat to use spaces, not TABs
7625         * lib/userspec.c: Expand TABs to spaces.
7626         Add Emacs' "indent-tabs-mode: nil" hint.
7627
7628 2009-11-27  Eric Blake  <ebb9@byu.net>
7629
7630         getopt-gnu: flush out another BSD bug
7631         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7632         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7633         flush out BSD bug.
7634         * tests/test-getopt.h (test_getopt): End lists with NULL.
7635         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7636         (test_getopt_long_posix): Enhance test.
7637         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7638         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7639         getopt-gnu.
7640         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7641         Likewise.
7642
7643 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7644
7645         * modules/idpriv-droptemp-tests (Notice): Fix text.
7646
7647 2009-11-27  Jim Meyering  <meyering@redhat.com>
7648
7649         test-xalloc-die: avoid spurious failure due to libtool argv difference
7650         In a libtool-enabled project, this test would fail due to a difference
7651         in the emitted program name, e.g.,
7652         -test-xalloc-die: memory exhausted
7653         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7654         Use program to avoid that.
7655         * modules/xalloc-die-tests (Depends-on): Add progname.
7656         * tests/test-xalloc-die.c: Include progname.h".
7657         (program_name): Remove decl.
7658         (main): Call set_program_name.
7659         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7660
7661 2009-11-26  Richard Jones  <rjones@redhat.com>
7662
7663         w32sock: leave win32 error in place.
7664         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7665
7666 2009-11-26  Eric Blake  <ebb9@byu.net>
7667
7668         init.sh: suggest to use skip_ and fail_ functions in comments
7669         * tests/init.sh: Add a sentence.
7670
7671 2009-11-25  Bruno Haible  <bruno@clisp.org>
7672
7673         init.sh: add documentation in comments
7674         * tests/init.sh: Add some developer and user documentation.
7675
7676 2009-11-26  Jim Meyering  <meyering@redhat.com>
7677
7678         init.sh: accommodate even those who specify bogus srcdir manually
7679         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7680         configure-time tests to be sanitized, so that there is no need to
7681         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7682         (with no double quotes) suffices.  However, since tests may be
7683         invoked manually, and since you may explicitly set srcdir to the
7684         name of a directory containing spaces, do quote its uses here.
7685         * tests/test-pread.sh: Likewise.
7686         Suggested by Bruno Haible.
7687
7688         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7689         * tests/test-pread.sh: Write no data into the pipe, because
7690         test-pread actually reads none.  This avoids a diagnostic,
7691         "bash: echo: write error: Broken pipe", that arises in the unusual
7692         event something is ignoring SIGPIPE, and might be interpreted
7693         as some sort of failure.  Reported by Bruno Haible.
7694
7695 2009-11-25  Jim Meyering  <meyering@redhat.com>
7696
7697         test-pread: cover failure with ESPIPE and EINVAL
7698         * tests/test-pread.c (main): Test for failure, too.
7699         * tests/test-pread.sh: Invoke with stdin on a pipe.
7700         Suggested by Eric Blake.
7701
7702         pread: improvement and fix
7703         * modules/pread (Depends-on): Depend on lseek, for portability to
7704         e.g., mingw.  Suggested by Eric Blake.
7705         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7706
7707         unistd.in.h: correct declaration of pread
7708         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7709         Reported by Richard W.M. Jones.
7710
7711         test-pread.sh: distribute the test script
7712         * modules/pread-tests (Files): Include test-pread.sh.
7713
7714         test-pread.sh: clean up
7715         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7716         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7717         That is unnecessary, since it's always ".".
7718         Suggestion from Eric Blake.
7719
7720         test-pread.sh: make executable
7721         * tests/test-pread.sh: Set executable bit.
7722         Reported by Eric Blake.
7723
7724         correct typo in test-pread.sh
7725         * tests/test-pread.sh: Add #! line.
7726
7727         test pread
7728         * tests/test-pread.c: New file.
7729         * tests/test-pread.sh: Likewise.
7730         * modules/pread-tests: Likewise.
7731
7732         pread: new module
7733         * modules/pread: New file.
7734         * lib/unistd.in.h (pread): Define/declare.
7735         * lib/pread.c (pread): New file.
7736         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7737         * modules/unistd (Makefile.am): Substitute witnesses.
7738         * doc/posix-functions/pread.texi (pread): Update.
7739         * MODULES.html.sh: Add pread.
7740
7741 2009-11-25  Jim Meyering  <meyering@redhat.com>
7742
7743         tests/init.sh: new file to be used via most *.sh tests
7744         * tests/init.sh: New file.
7745
7746 2009-11-25  Eric Blake  <ebb9@byu.net>
7747
7748         utimens: work around older Linux failure with symlinks
7749         * lib/utimens.c (lutimensat_works_really): New variable.
7750         (fdutimens, lutimens): Use it to manage kernels that support
7751         nanosecond times on files, but not on symlinks.
7752         Reported by Ondřej Vašík.
7753
7754         utimes: fix configure grammar
7755         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7756
7757 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7758
7759         regex: Fix fastmap for multibyte character ranges.
7760         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7761         characters when a multibyte character range is included.
7762
7763 2009-11-22  Andy Wingo  <wingo@pobox.com>
7764
7765         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7766         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7767
7768 2009-11-24  Bruno Haible  <bruno@clisp.org>
7769
7770         doc: Most *_l functions exist in MacOS X 10.5.
7771         * doc/posix-functions/duplocale.texi: Update platforms list.
7772         * doc/posix-functions/freelocale.texi: Likewise.
7773         * doc/posix-functions/newlocale.texi: Likewise.
7774         * doc/posix-functions/uselocale.texi: Likewise.
7775         * doc/posix-functions/isalnum_l.texi: Likewise.
7776         * doc/posix-functions/isalpha_l.texi: Likewise.
7777         * doc/posix-functions/isblank_l.texi: Likewise.
7778         * doc/posix-functions/iscntrl_l.texi: Likewise.
7779         * doc/posix-functions/isdigit_l.texi: Likewise.
7780         * doc/posix-functions/isgraph_l.texi: Likewise.
7781         * doc/posix-functions/islower_l.texi: Likewise.
7782         * doc/posix-functions/isprint_l.texi: Likewise.
7783         * doc/posix-functions/ispunct_l.texi: Likewise.
7784         * doc/posix-functions/isspace_l.texi: Likewise.
7785         * doc/posix-functions/isupper_l.texi: Likewise.
7786         * doc/posix-functions/iswalnum_l.texi: Likewise.
7787         * doc/posix-functions/iswalpha_l.texi: Likewise.
7788         * doc/posix-functions/iswblank_l.texi: Likewise.
7789         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7790         * doc/posix-functions/iswctype_l.texi: Likewise.
7791         * doc/posix-functions/iswdigit_l.texi: Likewise.
7792         * doc/posix-functions/iswgraph_l.texi: Likewise.
7793         * doc/posix-functions/iswlower_l.texi: Likewise.
7794         * doc/posix-functions/iswprint_l.texi: Likewise.
7795         * doc/posix-functions/iswpunct_l.texi: Likewise.
7796         * doc/posix-functions/iswspace_l.texi: Likewise.
7797         * doc/posix-functions/iswupper_l.texi: Likewise.
7798         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7799         * doc/posix-functions/isxdigit_l.texi: Likewise.
7800         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7801         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7802         * doc/posix-functions/strcoll_l.texi: Likewise.
7803         * doc/posix-functions/strfmon_l.texi: Likewise.
7804         * doc/posix-functions/strftime_l.texi: Likewise.
7805         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7806         * doc/posix-functions/strxfrm_l.texi: Likewise.
7807         * doc/posix-functions/tolower_l.texi: Likewise.
7808         * doc/posix-functions/toupper_l.texi: Likewise.
7809         * doc/posix-functions/towctrans_l.texi: Likewise.
7810         * doc/posix-functions/towlower_l.texi: Likewise.
7811         * doc/posix-functions/towupper_l.texi: Likewise.
7812         * doc/posix-functions/wcscoll_l.texi: Likewise.
7813         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7814         * doc/posix-functions/wctrans_l.texi: Likewise.
7815         * doc/posix-functions/wctype_l.texi: Likewise.
7816         * doc/glibc-functions/strptime_l.texi: Likewise.
7817         * doc/glibc-functions/strtod_l.texi: Likewise.
7818         * doc/glibc-functions/strtof_l.texi: Likewise.
7819         * doc/glibc-functions/strtol_l.texi: Likewise.
7820         * doc/glibc-functions/strtold_l.texi: Likewise.
7821         * doc/glibc-functions/strtoll_l.texi: Likewise.
7822         * doc/glibc-functions/strtoul_l.texi: Likewise.
7823         * doc/glibc-functions/strtoull_l.texi: Likewise.
7824         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7825         * doc/glibc-functions/wcstod_l.texi: Likewise.
7826         * doc/glibc-functions/wcstof_l.texi: Likewise.
7827         * doc/glibc-functions/wcstol_l.texi: Likewise.
7828         * doc/glibc-functions/wcstold_l.texi: Likewise.
7829         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7830         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7831         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7832
7833 2009-11-24  Bruno Haible  <bruno@clisp.org>
7834
7835         duplocale: Fix logic bug.
7836         * lib/duplocale.c: Don't include <langinfo.h>.
7837         (_NL_LOCALE_NAME): Remove macro.
7838         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7839         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7840
7841 2009-11-23  Jim Meyering  <meyering@redhat.com>
7842
7843         test-update-copyright: don't hard-code /usr/bin/perl
7844         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7845         perl to print the current year.  Gilles Espinasse reported that
7846         the replaced use of perl was hard-coded as /usr/bin/perl.
7847
7848 2009-11-23  Bruno Haible  <bruno@clisp.org>
7849
7850         duplocale: Add support for glibc 2.3.x.
7851         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7852
7853 2009-11-22  Bruno Haible  <bruno@clisp.org>
7854
7855         vasnprintf: Tiny optimization.
7856         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7857         MacOS X.
7858
7859 2009-11-22  Bruno Haible  <bruno@clisp.org>
7860
7861         Tests for module 'duplocale'.
7862         * modules/duplocale-tests: New file.
7863         * tests/test-duplocale.c: New file.
7864
7865         New module 'duplocale'.
7866         * m4/duplocale.m4: New file.
7867         * lib/locale.in.h (duplocale): New declaration.
7868         * lib/duplocale.c: New file.
7869         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7870         gl_LOCALE_H_DEFAULTS): New macros.
7871         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7872         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7873         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7874         REPLACE_DUPLOCALE.
7875         * modules/duplocale: New file.
7876         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7877
7878 2009-11-22  Bruno Haible  <bruno@clisp.org>
7879
7880         * modules/locale-tests (configure.ac): Test for newlocale function.
7881         * tests/test-locale.c: When the system has extended locale functions,
7882         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7883
7884         locale: Make locale_t available when possible.
7885         * lib/locale.in.h: Include <xlocale.h> when it exists.
7886         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7887         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7888         * modules/locale (Depends-on): Add extensions.
7889         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7890         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7891
7892 2009-11-22  Bruno Haible  <bruno@clisp.org>
7893
7894         Add comments.
7895         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7896         invocation.
7897         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7898         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7899         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7900
7901 2009-11-22  Bruno Haible  <bruno@clisp.org>
7902
7903         error: account for the possibility of freopen (stdout).
7904         * lib/error.c: Include <unistd.h>.
7905         (flush_stdout): New function, extracted from error and error_at_line.
7906         Determine stdout's fd dynamically.
7907         (error, error_at_line): Invoke flush_stdout.
7908         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7909         * modules/error (Depends-on): Add unistd.
7910
7911 2009-11-22  Bruno Haible  <bruno@clisp.org>
7912
7913         diffseq: Add comment.
7914         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7915
7916 2009-11-22  Jim Meyering  <meyering@redhat.com>
7917
7918         c-stack: avoid defining an unused static function
7919         * lib/c-stack.c (find_stack_direction): Do not define this function
7920         when it will not be used.
7921
7922         diffseq: avoid spurious gcc warnings
7923         * lib/diffseq.h (IF_LINT2): Define.
7924         (compareseq): Use it to initialize two members of "part".
7925         This avoids two used-uninitialized warnings.
7926
7927 2009-11-21  Jim Meyering  <meyering@redhat.com>
7928
7929         c-stack: avoid "ignoring return value of `write'" warning
7930         * lib/c-stack.c: Include "ignore-value.h".
7931         (die): Explicitly ignore each write return value.
7932         * modules/c-stack (Depends-on): Add ignore-value.
7933
7934 2009-11-21  Bruno Haible  <bruno@clisp.org>
7935
7936         diffseq: reduce scope of variable 'best'.
7937         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7938         variable, earlier used for two different purposes.
7939
7940 2009-11-21  Jim Meyering  <meyering@redhat.com>
7941
7942         diffseq: remove useless assignment to "best"
7943         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7944         assignment.  At that point "best" is already guaranteed to be zero.
7945
7946 2009-11-20  Eric Blake  <ebb9@byu.net>
7947
7948         build: mention ftp redirector in release announcements
7949         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7950         values that used to come from cfg.mk; mention FTP redirect URL.
7951         * build-aux/announce-gen: Mention the mirror list.
7952         Suggested by Karl Berry.
7953
7954         nanosleep: improve port to mingw
7955         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7956         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7957         LIB_NANOSLEEP, but only when needed.
7958         * modules/select (Link): Document LIBSOCKET.
7959         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7960         enough.
7961
7962         nanosleep: work around cygwin bug
7963         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7964         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7965         bug.
7966         (getnow): Delete, not needed.
7967         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7968         LIB_CLOCK_GETTIME.
7969         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7970         clock-time, gettime.
7971         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7972         bug.
7973         * modules/nanosleep-tests: New test.
7974         * tests/test-nanosleep.c: New file.
7975
7976         sleep: work around cygwin bug
7977         * lib/sleep.c (rpl_sleep): Work around the bug.
7978         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7979         (gl_PREREQ_SLEEP): Delete unused macro.
7980         * modules/sleep (Depends-on): Add verify.
7981         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7982         * modules/unistd (Makefile.am): Substitute witness.
7983         * lib/unistd.in.h (sleep): Update prototype.
7984         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7985         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7986         * modules/sleep-tests (Depends-on): Check for alarm.
7987
7988 2009-11-20  Jim Meyering  <meyering@redhat.com>
7989
7990         maint.mk: improve sc_prohibit_magic_number_exit
7991         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7992         so it does not match uses like System.exit(1).
7993         Add comments showing how to correct all offenders.
7994
7995 2009-11-19  Eric Blake  <ebb9@byu.net>
7996
7997         xalloc-die-tests: add missing library
7998         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7999
8000         test-xvasprintf: silence compiler warnings
8001         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8002         empty string from gcc.
8003
8004 2009-11-19  Jim Meyering  <meyering@redhat.com>
8005
8006         xfreopen: new module, from coreutils
8007         * modules/xfreopen: New module.
8008         * lib/xfreopen.c: New file.
8009         * lib/xfreopen.h: New file.
8010         * MODULES.html.sh (File stream based Input/Output"): Add it.
8011
8012 2009-11-19  Eric Blake  <ebb9@byu.net>
8013
8014         manywarnings: depend on warnings
8015         * modules/manywarnings (Depends-on): Add warnings.
8016
8017         build: avoid compiler warnings
8018         * lib/select.c (rpl_select): Delete unused variable.
8019         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8020
8021 2009-11-18  Eric Blake  <ebb9@byu.net>
8022
8023         tests: avoid false negative with --with-packager
8024         * tests/test-version-etc.sh: Discard packager information.
8025         * tests/test-argp-version-etc-1.sh: Likewise.
8026         Reported by Mike Frysinger.
8027
8028         utimens: fix regression on Solaris
8029         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8030         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8031         can only change fd timestamps via futimesat.  Instead, use an
8032         additional witness macro to avoid BSD bug.
8033         Reported by Jim Meyering.
8034
8035 2009-11-17  Eric Blake  <ebb9@byu.net>
8036
8037         usleep: use it to simplify tests
8038         * modules/stat-time-tests (Depends-on): Add usleep.
8039         (configure.ac): Drop usleep check.
8040         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8041         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8042         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8043         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8044         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8045         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8046         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8047         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8048         Likewise.
8049         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8050         * tests/test-lchown.h (nap): Likewise.
8051         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8052         * tests/test-stat-time.c (nap): Likewise.
8053         * tests/test-utimens-common.h (nap): Update comments.
8054
8055         usleep: new module
8056         * modules/usleep: New file.
8057         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8058         * lib/usleep.c (usleep): Likewise.
8059         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8060         * modules/unistd (Makefile.am): Substitute witnesses.
8061         * lib/unistd.in.h (usleep): Add declaration.
8062         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8063         * MODULES.html.sh (Date and time): Likewise.
8064         * modules/usleep-tests (Depends-on): New test.
8065         * tests/test-usleep.c: New file.
8066
8067         chown: work around OpenBSD bug
8068         * lib/chown.c (rpl_chown): Work around the bug.
8069         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8070         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8071         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8072         * modules/chown (Depends-on): Add stdbool.
8073         * modules/lchown (Depends-on): Likewise.
8074         * doc/posix-functions/chown.texi (chown): Document the bug.
8075         * doc/posix-functions/lchown.texi (lchown): Likewise.
8076         * tests/test-lchown.h (test_chown): Relax test.
8077
8078         mkstemp: avoid conflict with C++ keyword template
8079         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8080         * lib/mkostemp.c (mkostemp): Likewise.
8081         * lib/mkostemps.c (mkostemps): Likewise.
8082         * lib/mkstemp.c (mkstemp): Likewise.
8083         * lib/mkstemps.c (mkstemps): Likewise.
8084
8085         xalloc-die-tests: optimize
8086         * tests/test-xalloc-die.sh: Reduce number of processes.
8087
8088 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8089
8090         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8091         patch from ludo@gnu.org (Ludovic Courtès).
8092
8093 2009-11-17  Jim Meyering  <meyering@redhat.com>
8094
8095         version-etc: use proper license string
8096         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8097         * modules/version-etc-fsf: Likewise.
8098
8099 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8100
8101         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8102         printed to stdout.  Deal with EOL differences.
8103
8104 2009-11-17  Eric Blake  <ebb9@byu.net>
8105
8106         unsetenv: work around Solaris bug
8107         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8108         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8109         Reported by Jim Meyering.
8110
8111         vasnprintf: avoid compiler warnings
8112         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8113         variables.
8114         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8115
8116 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8117
8118         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8119         settings since xalloc-die is no longer the self test,
8120         xalloc-die.sh is.
8121
8122 2009-11-17  Jim Meyering  <meyering@redhat.com>
8123
8124         test-xalloc-die.sh: make the code agree with the commit log
8125         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8126         at the end, just in case you happen to have a test-xalloc-die
8127         program in some other PATH directory.
8128
8129         test-xalloc-die.sh: fix a portability bug
8130         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8131         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8132         Otherwise, argv[0] (as often seen in diagnostics) would be too
8133         system-dependent, sometimes with, and sometimes without the leading "./".
8134
8135         version-etc-fsf: relax license to LGPLv3+
8136         * modules/version-etc-fsf (License): Relax license.
8137
8138 2009-11-16  Eric Blake  <ebb9@byu.net>
8139
8140         xalloc-die-tests: avoid printing null pointer
8141         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8142         shell script.
8143         * tests/test-xalloc-die.c (program_name): Declare.
8144         * tests/test-xalloc-die.sh (tmpfiles): New file.
8145
8146         setenv, unsetenv: work around various bugs
8147         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8148         (setenv) [HAVE_SETENV]: Work around bugs.
8149         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8150         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8151         for bugs.
8152         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8153         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8154         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8155         * modules/stdlib (Makefile.am): Update substitutions.
8156         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8157         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8158         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8159         * modules/setenv-tests: New test.
8160         * modules/unsetenv-tests: Likewise.
8161         * tests/test-setenv.c: New file.
8162         * tests/test-unsetenv.c: Likewise.
8163
8164 2009-11-16  Jim Meyering  <meyering@redhat.com>
8165
8166         version-etc: relax license to LGPLv3+
8167         * modules/version-etc (License): Relax license.
8168
8169         better AC_REQUIRE expanded-before-required-warning avoidance
8170         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8171         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8172         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8173         which is no longer needed.
8174
8175 2009-11-16  Eric Blake  <ebb9@byu.net>
8176
8177         test-freading: clean up temporary file
8178         * tests/test-freading.c (main): Remove file on success, and use
8179         ASSERT more liberally.
8180         Reported by Jim Meyering.
8181
8182 2009-11-16  Jim Meyering  <meyering@redhat.com>
8183
8184         avoid new AC_REQUIRE expanded-before-required warnings
8185         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8186         merely using it.
8187         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8188         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8189
8190 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8191
8192         * tests/test-xalloc-die.c: New file.
8193         * modules/xalloc-die-tests: New file.
8194         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8195         XFAIL_TESTS so it can be appended by modules.
8196
8197 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8198
8199         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8200         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8201
8202 2009-11-14  Eric Blake  <ebb9@byu.net>
8203
8204         fnmatch: avoid compiler warning
8205         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8206         to silence compiler warning about mismatch signedness in ?:.
8207         Reported by Robert Millan.
8208
8209         intprops: add double-inclusion guard
8210         * lib/intprops.h: Allow idempotent includes.
8211         Suggested by Bruce Korb.
8212
8213         openat: detect Solaris fchownat bug
8214         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8215         penalizing glibc chownat when only lchownat is broken.
8216         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8217         trailing slash bugs.
8218         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8219         * modules/openat-tests (Files): Include more files.
8220         (Depends-on): Add mgetgroups, sleep, stat-time.
8221         (configure.ac): Add additional checks.
8222         (Makefile.am): Build new test.
8223         * tests/test-fchownat.c: New file.
8224
8225         lchown: detect Solaris and FreeBSD bug
8226         * lib/lchown.c (rpl_lchown): Work around bug.
8227         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8228         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8229         * modules/unistd (Makefile.am): Populate it.
8230         * lib/unistd.in.h (lchown): Update declaration.
8231         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8232         * modules/lchown-tests: New file.
8233         * tests/test-lchown.h (test_lchown): Likewise.
8234         * tests/test-lchown.c (main): Likewise.
8235
8236         chown: detect Solaris and FreeBSD bug
8237         * lib/chown.c (rpl_chown): Work around bug.
8238         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8239         (gl_PREREQ_CHOWN): Delete.
8240         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8241         * modules/unistd (Makefile.am): Populate it.
8242         * lib/unistd.in.h (chown): Update declaration.
8243         * lib/lchown.c (chown): Update client.
8244         * modules/lchown (Depends-on): Add lstat.
8245         * doc/posix-functions/chown.texi (chown): Document the bug.
8246         * doc/posix-functions/getgroups.texi (getgroups): Document
8247         getgroups pitfall.
8248         * modules/chown-tests: New file.
8249         * tests/test-chown.h (test_chown): Likewise.
8250         * tests/test-chown.c (main): Likewise.
8251
8252 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8253
8254         gnulib-tool: correctly detect absence of m4 directories
8255         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8256
8257 2009-11-14  Jim Meyering  <meyering@redhat.com>
8258
8259         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8260         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8261
8262 2009-11-14  John W. Eaton  <jwe@gnu.org>
8263
8264         strftime.h: wrap funtion declaration in extern "C" block
8265         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8266
8267 2009-11-13  Eric Blake  <ebb9@byu.net>
8268
8269         getgroups: avoid compiler warning
8270         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8271
8272         getgroups: work around FreeBSD bug
8273         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8274         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8275         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8276         * tests/test-getgroups.c (main): Fix buffer overrun.
8277
8278         getgroups: avoid compilation failure
8279         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8280         * modules/getgroups (Depends-on): Add stdint.
8281
8282 2009-11-13  Jim Meyering  <meyering@redhat.com>
8283
8284         test-getgroups: avoid compilation failure
8285         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8286
8287 2009-11-13  Eric Blake  <ebb9@byu.net>
8288
8289         mgetgroups: new module, taken from coreutils
8290         * modules/mgetgroups: New file.
8291         * lib/mgetgroups.h: Likewise.
8292         * lib/mgetgroups.c (mgetgroups): Likewise.
8293         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8294         * MODULES.html.sh (Users and groups): Mention it.
8295
8296         getgroups: don't expose GETGROUPS_T to user
8297         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8298         an element at a time if GETGROUPS_T is wrong size.
8299         * lib/getugroups.h (getugroups): Change signature.
8300         * lib/unistd.in.h (getgroups): Likewise.
8301         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8302         signature needs fixing.
8303         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8304         AC_TYPE_GETGROUPS.
8305         * modules/group-member (Depends-on): Add getgroups.
8306         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8307         (group_member): Rely on getgroups replacement.
8308         * lib/getugroups.c (getugroups): Use gid_t.
8309         * tests/test-getgroups.c (main): Likewise.
8310         * NEWS: Mention the signature change.
8311         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8312         problem with signature.
8313         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8314         GETGROUPS_T is still useful for setgroups.
8315
8316         getgroups, getugroups: provide stubs for mingw
8317         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8318         * lib/getugroups.c (getugroups): Likewise.
8319         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8320         function.  Modernize replacement scheme.
8321         (gl_PREREQ_GETGROUPS): Delete.
8322         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8323         * modules/getgroups (configure.ac): Declare witness.
8324         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8325         * modules/unistd (Depends-on): Substitute witness.
8326         * lib/unistd.in.h (getgroups): Declare replacement.
8327
8328         getgroups: avoid calling exit
8329         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8330         drop xalloc.
8331         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8332         dependencies.
8333         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8334         exiting, in the rare case of malloc failure.
8335
8336         getgroups: fix logic error
8337         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8338         has more than 20 groups.
8339         * modules/getgroups-tests: New test.
8340         * tests/test-getgroups.c: New file.
8341
8342 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8343
8344         * tests/test-base64.c: Improve.
8345
8346 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8347
8348         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8349         Blake <ebb9@byu.net>.
8350
8351 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8352
8353         * tests/test-xvasprintf.c: Add %s%s related checks.
8354
8355 2009-11-12  Eric Blake  <ebb9@byu.net>
8356
8357         version-etc: match standards.texi style
8358         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8359         and use <> only for URLs.
8360
8361 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8362
8363         fts: do not fail on a submount during traversal
8364         * lib/fts.c (fts_build): Read the stat info again after opening
8365         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8366         Original report at http://bugzilla.redhat.com/501848.
8367
8368 2009-11-12  Jim Meyering  <meyering@redhat.com>
8369
8370         bootstrap: sync from coreutils
8371         * build-aux/bootstrap (bootstrap_epilogue): New function.
8372         Use git_modules_config in one more place.  This make bootstrap's
8373         --gnulib-srcdir option more useful for testing.
8374
8375         bootstrap: generalize autoheader check
8376         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8377         AC_CONFIG_HEADERS.
8378
8379 2009-11-11  Eric Blake  <ebb9@byu.net>
8380
8381         mkfifoat: use new modules for Solaris and BSD bugs
8382         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8383         * lib/mkfifoat.c (mknodat): Split...
8384         * lib/mknodat.c (mknodat): ...into new file.
8385         * modules/mkfifoat (Files): Ship new file.
8386         (Depends-on): Add mkfifo, mknod.
8387         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8388         (Depends-on): Add symlink.
8389         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8390         redundant with test_mkfifo.h.
8391         (do_mkfifoat, do_mknodat): New helpers.
8392
8393         mknod: new module
8394         * modules/mknod: New file.
8395         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8396         * lib/mknod.c (mknod): Likewise.
8397         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8398         defaults.
8399         * modules/sys_stat (Makefile.am): Substitute them.
8400         * lib/sys_stat.in.h (mknod): Declare replacement.
8401         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8402         Document it.
8403         * doc/posix-functions/mknod.texi (mknod): Likewise.
8404         * modules/mknod-tests: New test.
8405         * tests/test-mknod.c: Likewise.
8406
8407         mkfifo: new module
8408         * modules/mkfifo: New file.
8409         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8410         * lib/mkfifo.c (mkfifo): Likewise.
8411         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8412         defaults.
8413         * modules/sys_stat (Makefile.am): Substitute them.
8414         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8415         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8416         Document it.
8417         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8418         * modules/mkfifo-tests: New test.
8419         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8420         from test-mkfifoat.c.
8421         * tests/test-mkfifo.c: New file.
8422
8423         readlink: detect FreeBSD bug
8424         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8425         slash on symlink.
8426         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8427         * tests/test-readlink.h (test_readlink): Enhance test.
8428
8429         symlink: detect FreeBSD bug
8430         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8431         slash on symlink.
8432         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8433         * tests/test-symlink.h (test_symlink): Enhance test.
8434
8435 2009-11-10  Eric Blake  <ebb9@byu.net>
8436
8437         link: detect FreeBSD bug
8438         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8439         symlink.
8440         * doc/posix-functions/link.texi (link): Document the bug.
8441         * tests/test-link.h (test_link): Enhance test.
8442         * tests/test-linkat.c (main): Update caller.
8443
8444         unlink, remove: detect FreeBSD bug
8445         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8446         slash on symlink.
8447         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8448         * doc/posix-functions/remove.texi (remove): Likewise.
8449         * tests/test-unlink.h (test_unlink): Enhance test.
8450         * tests/test-remove.c (main): Likewise.
8451
8452 2009-11-09  Eric Blake  <ebb9@byu.net>
8453
8454         rename: detect FreeBSD bug
8455         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8456         slash on symlink.
8457         * modules/renameat-tests (Depends-on): Add filenamecat.
8458         * tests/test-rename.h (test_rename): Allow one more errno.
8459         * tests/test-renameat.c (main): Likewise.
8460         * doc/posix-functions/rename.texi (rename): Document the bug.
8461
8462         open: detect FreeBSD bug
8463         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8464         symlink.
8465         * doc/posix-functions/open.texi (open): Document the bug.
8466         * doc/posix-functions/utimes.texi (utimes): Likewise.
8467         * tests/test-open.h (test_open): Add parameters, and test symlink
8468         handling.
8469         * tests/test-open.c (main): Adjust caller.
8470         * tests/test-fcntl-safer.c (main): Likewise.
8471         * modules/open-tests (Depends-on): Add stdbool, symlink.
8472         * modules/fcntl-safer-tests (Depends-on): Likewise.
8473         * tests/test-openat.c (main): Add test-open tests.
8474
8475         stat: detect FreeBSD bug
8476         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8477         symlink.
8478         * doc/posix-functions/stat.texi (stat): Document the bug.
8479         * tests/test-stat.h (test_stat_func): Add argument.
8480         * tests/test-stat.c (main): Adjust caller.
8481         * tests/test-fstatat.c (main): Likewise.
8482         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8483         Reported by Jim Meyering.
8484
8485 2009-11-09  James Youngman  <jay@gnu.org>
8486
8487         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8488         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8489
8490 2009-11-08  Jim Meyering  <meyering@redhat.com>
8491
8492         utimens: remove invalid futimesat call
8493         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8494         It used the file descriptor of the target file as the DIR_FD
8495         parameter and NULL as the file name.  That caused failure with
8496         errno == EFAULT on FreeBSD-8.0-rc2
8497
8498 2009-11-07  Eric Blake  <ebb9@byu.net>
8499
8500         fflush, freadseek: use fseeko, not fseek
8501         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8502         (clear_ungetc_buffer): Avoid potential problems on large files.
8503         * lib/freadseek.c (freadseek): Likewise.
8504         * modules/freadseek (Depends-on): Add fseeko.
8505         * modules/fseek (configure.ac): Set a witness.
8506         * tests/test-fflush.c (main): Use fseeko.
8507         * tests/test-fpurge.c (fseek): Disable link warning.
8508         * tests/test-freadable.c (fseek): Likewise.
8509         * tests/test-freading.c (fseek): Likewise.
8510         * tests/test-fseeko.c (fseek): Likewise.
8511         * tests/test-ftell.c (fseek): Likewise.
8512         * tests/test-ftello.c (fseek): Likewise.
8513         * tests/test-fwritable.c (fseek): Likewise.
8514         * tests/test-fwriting.c (fseek): Likewise.
8515
8516 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8517
8518         * modules/memchr (Depends-on): Drop getpagesize dependency.
8519
8520 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8521
8522         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8523         Reported by Ludovic Courtès.
8524         * build-aux/pmccabe2html: Improve example usage.
8525         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8526
8527 2009-11-06  Jim Meyering  <meyering@redhat.com>
8528
8529         do-release-commit-and-tag: New module.
8530         Automate the release-commit and tag process.
8531         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8532         * modules/do-release-commit-and-tag: New file.
8533         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8534
8535 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8536
8537         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8538         because test-select.c uses inet_pton.
8539
8540 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8541
8542         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8543         GETADDRINFO_LIB.  Bump serial number.
8544         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8545         Suggested by Eric Blake <ebb9@byu.net>.
8546
8547 2009-11-05  Eric Blake  <ebb9@byu.net>
8548
8549         strtod: detect darwin bug
8550         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8551         Reported by Leo Davis.
8552
8553         freopen-safer: new module
8554         * modules/freopen-safer: New module.
8555         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8556         * lib/freopen-safer.c (freopen_safer): New file.
8557         * lib/stdio-safer.h (freopen_safer): New declaration.
8558         * lib/stdio--.h (freopen): New override.
8559         * MODULES.html.sh (File stream based Input/Output): Mention it.
8560         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8561         freopen-safer module.
8562         * doc/posix-functions/stderr.texi (stderr): Likewise.
8563         * doc/posix-functions/stdin.texi (stdin): Likewise.
8564         * doc/posix-functions/stdout.texi (stdout): Likewise.
8565         * modules/freopen-safer-tests: New test.
8566         * tests/test-reopen-safer.c: New file.
8567
8568 2009-11-05  Jim Meyering  <meyering@redhat.com>
8569
8570         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8571         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8572
8573 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8574
8575         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8576
8577 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8578
8579         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8580
8581 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8582
8583         Fix link error.
8584         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8585         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8586
8587 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8588
8589         * tests/test-func.c: Also test value of __func__.
8590
8591 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8592
8593         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8594         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8595
8596 2009-11-05  Bruno Haible  <bruno@clisp.org>
8597
8598         Fix link error.
8599         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8600         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8601         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8602
8603 2009-11-05  Bruno Haible  <bruno@clisp.org>
8604
8605         Tests for module 'inet_pton'.
8606         * modules/inet_pton-tests: New file.
8607         * tests/test-inet_pton.c: New file.
8608
8609 2009-11-05  Bruno Haible  <bruno@clisp.org>
8610
8611         Tests for module 'inet_ntop'.
8612         * modules/inet_ntop-tests: New file.
8613         * tests/test-inet_ntop.c: New file.
8614
8615 2009-11-04  Eric Blake  <ebb9@byu.net>
8616
8617         stdlib-safer: wrap all mkstemp variants
8618         * modules/mkostemp (configure.ac): Set witness.
8619         * modules/mkostemps (configure.ac): Likewise.
8620         * modules/mkstemps (configure.ac): Likewise.
8621         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8622         (mkstemps_safer): Wrap more functions.
8623         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8624         wrapping.
8625         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8626         (mkstemps_safer): Implement the wrappers.
8627
8628         mkstemps, mkostemps: new modules
8629         * modules/mkostemps: New module.
8630         * modules/mkstemps: Likewise.
8631         * lib/mkostemps.c (mkostemps): New file.
8632         * lib/mkstemps.c (mkstemps): Likewise.
8633         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8634         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8635         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8636         * modules/stdlib (Makefile.am): Substitute them.
8637         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8638         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8639         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8640         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8641         * MODULES.html.sh (File system functions): Mention them.
8642
8643         tempname: resync from glibc
8644         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8645         same values for __GT_FILE as glibc.  Abort even when assertions
8646         are disabled.
8647         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8648         match its value otherwise.  Allow idempotent inclusion.
8649         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8650         * lib/mkostemp.c (mkostemp): Likewise.
8651         * lib/mkstemp.c (mkstemp): Likewise.
8652         * lib/tmpfile.c (tmpfile): Likewise.
8653         * NEWS: Document this.
8654
8655         utimens: fix use of futimens on older Linux
8656         * lib/utimens.c (fdutimens): Use updated, rather than original,
8657         timespec to avoid bug in older Linux kernel.
8658         Reported by Simon Josefsson.
8659
8660 2009-11-04  Bruno Haible  <bruno@clisp.org>
8661
8662         Make num_processors more flexible and consistent.
8663         * lib/nproc.h (enum nproc_query): New type.
8664         (num_processors): Add a 'query' argument.
8665         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8666         (num_processors): Add a 'query' argument. Test the value of the
8667         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8668         mingw, count the number of CPUs available for the current process.
8669         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8670         Check for sched_getaffinity and sched_getaffinity_np.
8671         * modules/nproc (Depends-on): Add c-ctype, extensions.
8672         * NEWS: Mention the change.
8673
8674 2009-11-03  Bruno Haible  <bruno@clisp.org>
8675
8676         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8677
8678 2009-11-03  Jim Meyering  <meyering@redhat.com>
8679
8680         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8681         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8682         if it is defined.
8683
8684 2009-11-02  Eric Blake  <ebb9@byu.net>
8685
8686         mktime, timegm: share common declaration
8687         * lib/mktime-internal.h: New file.
8688         * lib/mktime.c: Use it rather than open-coding a declaration.
8689         * lib/timegm.c: Likewise.
8690         * modules/mktime (Files): Ship it.
8691         * modules/timegm (Files): Likewise.
8692         Suggested by Bruno Haible.
8693
8694         test-update-copyright: update test to match script changes
8695         * tests/test-update-copyright.sh: Avoid hard-coding perl
8696         location.  Don't update *.bak created by earlier runs.
8697
8698 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8699             Simon Josefsson  <simon@josefsson.org>
8700             Bruno Haible  <bruno@clisp.org>
8701
8702         Fix link error on Solaris 8.
8703         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8704         also in libnsl. Define also INET_PTON_LIB.
8705         * modules/inet_pton (Link): New section.
8706
8707 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8708             Bruno Haible  <bruno@clisp.org>
8709
8710         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8711         * modules/inet_ntop (Link): New section.
8712         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8713
8714 2009-11-02  Eric Blake  <ebb9@byu.net>
8715
8716         maint: avoid compiler warnings in m4 macros
8717         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8718         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8719
8720 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8721
8722         * m4/pmccabe2html.m4: Remove file.
8723         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8724         function.  Change maintainer.
8725         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8726         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8727         Courtès).
8728
8729 2009-10-31  Eric Blake  <ebb9@byu.net>
8730
8731         fseeko: fix m4 regression
8732         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8733         regression from 2009-10-27.
8734         Reported by Ralf Wildenhues.
8735
8736 2009-10-31  Jim Meyering  <meyering@redhat.com>
8737
8738         inttostr: aesthetics and improved (compile-time) safety
8739         Define inttype_is_signed rather than inttype_is_unsigned,
8740         since the sole use is via "#if inttype_is_signed".
8741         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8742         inttype_is_unsigned.
8743         * lib/offtostr.c (inttype_is_signed): Likewise.
8744         * lib/uinttostr.c (inttype_is_signed): Likewise.
8745         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8746         * lib/inttostr.c (inttostr): Use verify to cross-check the
8747         inttype_is_signed value and the signedness of the actual type.
8748         * modules/inttostr (Depends-on): Add verify.
8749
8750 2009-10-30  Eric Blake  <ebb9@byu.net>
8751
8752         build: avoid compiler warnings
8753         * lib/fchmodat.c (lchmod): Mark unused variables.
8754         * lib/getopt.c (_getopt_initialize): Likewise.
8755         * lib/mktime.c (__mktime_internal): Provide prototype.
8756         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8757         older gcc that do not understand #pragma GCC diagnostic.
8758         * lib/uinttostr.c (inttype_is_unsigned): Define.
8759         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8760
8761 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8762
8763         stat: fix compilation on AIX
8764         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8765         only see struct stat64.
8766
8767 2009-10-30  Eric Blake  <ebb9@byu.net>
8768
8769         exclude: make more robust
8770         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8771         rather than masking a coding bug.
8772         Suggested by Bruno Haible.
8773
8774 2009-10-30  Jim Meyering  <meyering@redhat.com>
8775
8776         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8777         Rather than putting #!/usr/bin/perl on the first line,
8778         start with a variant of what's recommended by "man perlrun" that
8779         invokes the first "perl" program from your shell's search path.
8780         * build-aux/gitlog-to-changelog: Replace #!... as above.
8781         Add a "Local Variables" perl mode setting.
8782         Prompted by a patch from Ludovic Courtès.
8783         Improved by Eric Blake.
8784         * build-aux/useless-if-before-free: Likewise.
8785         * build-aux/announce-gen: Likewise.
8786         * build-aux/update-copyright: Likewise.
8787
8788 2009-10-29  Eric Blake  <ebb9@byu.net>
8789
8790         filenamecat-lgpl: adjust clients
8791         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8792         filenamecat.
8793         * modules/renameat (Depends-on): Likewise.
8794
8795         filenamecat: split into filenamecat-lgpl
8796         * modules/filenamecat-lgpl: New module.
8797         * modules/filenamecat (Files): Move library-safe files into
8798         filenamecat-lgpl.
8799         (Depends-on): Add filenamecat-lgpl.
8800         (configure.ac): Declare witness.
8801         * lib/filenamecat.h (file_name_concat): Only declare when using
8802         GPL module.
8803         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8804         Move...
8805         * lib/filenamecat-lgpl.c: ...into new file.
8806         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8807         (gl_FILE_NAME_CONCAT): Use it.
8808         * MODULES.html.sh (File system functions): Mention new module.
8809
8810         argp: avoid memory leak
8811         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8812         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8813         base_name, since the latter malloc()s and can call exit().
8814         Leak introduced 2006-07-03.
8815
8816         dirname-lgpl: adjust clients that don't need full dirname
8817         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8818         * modules/filenamecat (Depends-on): Likewise.
8819         * modules/linkat (Depends-on): Likewise.
8820         * modules/mkancesdirs (Depends-on): Likewise.
8821         * modules/mkdir (Depends-on): Likewise.
8822         * modules/openat (Depends-on): Likewise.
8823         * modules/savewd (Depends-on): Likewise.
8824         * modules/rename (Depends-on): Likewise.
8825         (License): Relax license.
8826         * modules/mkdir-tests (Depends-on): Drop progname.
8827         (Makefile.am): Delete unneeded LDADD.
8828         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8829
8830         dirname: split into dirname-lgpl
8831         * modules/dirname-lgpl: New module.
8832         * modules/dirname (Files): Move library-safe files into
8833         dirname-lgpl.
8834         (Depends-on): Add dirname-lgpl.
8835         (configure.ac): Declare witness.
8836         * modules/double-slash-root (License): Relax license.
8837         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8838         module.
8839         * lib/dirname.c (dir_len, mdir_name): Move...
8840         * lib/dirname-lgpl.c: ...into new file.
8841         * lib/basename.c (last_component, base_len): Move...
8842         * lib/basename-lgpl.c: ...into new file.
8843         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8844         (gl_DIRNAME): Use it.
8845         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8846         Mention new module.
8847         * modules/dirname-tests (Depends-on): Add progname.
8848         * tests/test-dirname.c (program_name): Delete.
8849
8850         mkdir: make safe for libraries
8851         * modules/mkdir (Depends-on): Drop xalloc.
8852         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8853         exit.
8854
8855         tests: avoid some compiler warnings
8856         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8857         literals.
8858         * tests/test-memchr.c (main): Avoid type mismatch.
8859         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8860         * tests/test-base64.c (main): Likewise.
8861         * tests/test-getdelim.c (main): Likewise.
8862         * tests/test-gethostname.c (main): Likewise.
8863         * tests/test-getline.c (main): Likewise.
8864         * tests/test-netinet_in.c (main): Likewise.
8865         * tests/test-select.c (open_server_socket, main): Likewise.
8866         * tests/test-select-stdin.c (main): Likewise.
8867         * tests/test-sockets.c (main): Likewise.
8868         * tests/test-strsignal.c (main): Likewise.
8869         * tests/test-sys_select.c (main): Likewise.
8870         * tests/test-sys_socket.c (main): Likewise.
8871         * tests/test-u64.c (main): Likewise.
8872         * tests/test-xfprintf-posix.c (main): Likewise.
8873         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8874
8875         sockets: avoid compiler warning
8876         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8877
8878         maint: detect usage(1) and other suspicious exits
8879         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8880
8881 2009-10-29  Jim Meyering  <meyering@redhat.com>
8882
8883         timespec: long-to-int truncation could make timespec_cmp malfunction
8884         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8885         a multiple of 2^32 nanoseconds as no difference.
8886
8887 2009-10-28  Jim Meyering  <meyering@redhat.com>
8888
8889         fprintftime: wrap macro code argument in "do {...} while(0)"
8890         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8891         cpy macro must be a statement that can be followed by a semicolon.
8892         Now that the else clause contains a comment and is hence longer
8893         than one line, I require curly braces.  That in turn requires
8894         that we wrap this code block in the standard do...while(0).
8895
8896         fprintftime: remove stray semicolon from previous change
8897         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8898
8899         fprintftime: avoid a warning about ignored fwrite return value
8900         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8901         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8902         that is unsafe.
8903         * modules/fprintftime (Depends-on): Add ignore-value.
8904
8905         exclude: avoid an unwarranted warning
8906         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8907
8908 2009-10-27  Eric Blake  <ebb9@byu.net>
8909
8910         fseek: avoid compilation failure when fflush is replaced
8911         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8912         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8913         module is in use.
8914         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8915         module is not in use; since REPLACE_FSEEK worked otherwise.
8916         (GNULIB_FTELLO): Likewise for ftell.
8917         Reported by Ian Beckwith and others.
8918
8919 2009-10-27  Bruno Haible  <bruno@clisp.org>
8920
8921         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8922         Reported by Jim Meyering.
8923
8924 2009-10-27  Jim Meyering  <jim@meyering.net>
8925             Bruno Haible  <bruno@clisp.org>
8926
8927         Avoid warning despite dropping the return value of fwrite.
8928         * lib/unicodeio.c: Include ignore-value.h.
8929         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8930         * modules/unicodeio (Depends-on): Add ignore-value.
8931
8932 2009-10-26  Eric Blake  <ebb9@byu.net>
8933
8934         areadlinkat: fix fallback path
8935         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8936         pointer and zero.
8937
8938 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8939
8940         Use a better IO block size for modern systems
8941         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8942         * lib/md2.c: Likewise.
8943         * lib/md4.c: Likewise.
8944         * lib/md5.c: Likewise.
8945         * lib/sha1.c: Likewise.
8946         * lib/sha256.c: Likewise.
8947         * lib/sha512.c: Likewise.
8948
8949 2009-10-22  Eric Blake  <ebb9@byu.net>
8950
8951         tests: avoid several compiler warnings
8952         * tests/test-getcwd.c (main): Avoid buffer underflow.
8953         * tests/test-getdate.c (main): String literals are not safe with
8954         putenv, so use setenv.  Declare unused argument.
8955         * modules/getdate-tests (Depends-on): Add setenv.
8956         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8957         problems with string literals in char *.
8958         * tests/test-hash.c (main): Avoid shadowing declaration.
8959         (insert_new): Treat string literals as char const *.
8960         * tests/test-getopt.h (test_getopt): Likewise.
8961         (getopt_loop): Alter types to minimize casting elsewhere.
8962         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8963         (test_getopt_long_posix): Likewise.
8964         (do_getopt_long): Add wrapper to minimize casting.
8965         * tests/test-atexit.c (clear_temp_file): Use void.
8966         * tests/test-areadlink-with-size.c (main): Declare unused
8967         arguments.
8968         * tests/test-areadlink.c (main): Likewise.
8969         * tests/test-areadlinkat-with-size.c (main): Likewise.
8970         * tests/test-areadlinkat.c (main): Likewise.
8971         * tests/test-canonicalize-lgpl.c (main): Likewise.
8972         * tests/test-canonicalize.c (main): Likewise.
8973         * tests/test-dirent-safer.c (main): Likewise.
8974         * tests/test-dirname.c (main): Likewise.
8975         * tests/test-dup2.c (main): Likewise.
8976         * tests/test-fchdir.c (main): Likewise.
8977         * tests/test-fcntl-h.c (main): Likewise.
8978         * tests/test-fcntl-safer.c (main): Likewise.
8979         * tests/test-fdopendir.c (main): Likewise.
8980         * tests/test-fdutimensat.c (main): Likewise.
8981         * tests/test-fflush.c (main): Likewise.
8982         * tests/test-filenamecat.c (main): Likewise.
8983         * tests/test-filevercmp.c (main): Likewise.
8984         * tests/test-fopen-safer.c (main): Likewise.
8985         * tests/test-fopen.c (main): Likewise.
8986         * tests/test-fpending.c (main): Likewise.
8987         * tests/test-fpurge.c (main): Likewise.
8988         * tests/test-freading.c (main): Likewise.
8989         * tests/test-fstatat.c (main): Likewise.
8990         * tests/test-fsync.c (main): Likewise.
8991         * tests/test-futimens.c (main): Likewise.
8992         * tests/test-getndelim2.c (main): Likewise.
8993         * tests/test-gettimeofday.c (main): Likewise.
8994         * tests/test-getopt.c (main): Likewise.
8995         * tests/test-i-ring.c (main): Likewise.
8996         * tests/test-inttypes.c (main): Likewise.
8997         * tests/test-link.c (main): Likewise.
8998         * tests/test-lstat.c (main): Likewise.
8999         * tests/test-math.c (main): Likewise.
9000         * tests/test-md5.c (main): Likewise.
9001         * tests/test-memchr2.c (main): Likewise.
9002         * tests/test-memrchr.c (main): Likewise.
9003         * tests/test-mkdir.c (main): Likewise.
9004         * tests/test-mkdirat.c (main): Likewise.
9005         * tests/test-mkfifoat.c (main): Likewise.
9006         * tests/test-open.c (main): Likewise.
9007         * tests/test-openat-safer.c (main): Likewise.
9008         * tests/test-openat.c (main): Likewise.
9009         * tests/test-quotearg.c (main): Likewise.
9010         * tests/test-rawmemchr.c (main): Likewise.
9011         * tests/test-readlink.c (main): Likewise.
9012         * tests/test-remove.c (main): Likewise.
9013         * tests/test-rename.c (main): Likewise.
9014         * tests/test-renameat.c (main): Likewise.
9015         * tests/test-rmdir.c (main): Likewise.
9016         * tests/test-sha1.c (main): Likewise.
9017         * tests/test-signal.c (main): Likewise.
9018         * tests/test-sigaction.c (main): Likewise.
9019         * tests/test-stat.c (main): Likewise.
9020         * tests/test-stat-time.c (main): Likewise.
9021         * tests/test-stddef.c (main): Likewise.
9022         * tests/test-stdint.c (main): Likewise.
9023         * tests/test-stdio.c (main): Likewise.
9024         * tests/test-stdlib.c (main): Likewise.
9025         * tests/test-strchrnul.c (main): Likewise.
9026         * tests/test-strerror.c (main): Likewise.
9027         * tests/test-string.c (main): Likewise.
9028         * tests/test-strtod.c (main): Likewise.
9029         * tests/test-strverscmp.c (main): Likewise.
9030         * tests/test-symlink.c (main): Likewise.
9031         * tests/test-symlinkat.c (main): Likewise.
9032         * tests/test-sys_stat.c (main): Likewise.
9033         * tests/test-sys_time.c (main): Likewise.
9034         * tests/test-time.c (main): Likewise.
9035         * tests/test-unistd.c (main): Likewise.
9036         * tests/test-unlink.c (main): Likewise.
9037         * tests/test-unlinkat.c (main): Likewise.
9038         * tests/test-utimens.c (main): Likewise.
9039         * tests/test-utimensat.c (main): Likewise.
9040         * tests/test-version-etc.c (main): Likewise.
9041         * tests/test-wchar.c (main): Likewise.
9042         * tests/test-wctype.c (main): Likewise.
9043         * tests/test-xprintf-posix.c (main): Likewise.
9044         * tests/test-posixtm.c (main): Likewise.
9045         (STREQ): Delete unused macro.
9046         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9047         shadowed variables.
9048         * tests/test-memchr.c (main): Likewise.
9049
9050 2009-10-21  Eric Blake  <ebb9@byu.net>
9051
9052         areadlinkat: avoid failure on older glibc
9053         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9054         rather than mis-comparing 0 against FUNC_RESULT of char*.
9055
9056 2009-10-21  Bruno Haible  <bruno@clisp.org>
9057
9058         * modules/stpncpy (License): Relicense under LGPLv2+.
9059         Reported by David Lutterkort <lutter@redhat.com>.
9060
9061 2009-10-20  Eric Blake  <ebb9@byu.net>
9062
9063         utimensat: work around Solaris 9 bug
9064         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9065         has trailing slash bugs.
9066         * tests/test-lutimens.h (test_lutimens): Enhance test.
9067         * tests/test-utimens.h (test_utimens): Likewise.
9068         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9069         * doc/posix-functions/utimes.texi (utimes): Likewise.
9070         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9071         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9072         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9073         * doc/posix-functions/futimens.texi (futimens): Likewise.
9074
9075         fdutimensat: new module
9076         * modules/fdutimensat: New file.
9077         * lib/fdutimensat.c (fdutimensat): Likewise.
9078         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9079         * MODULES.html.sh (File system functions): Mention module.
9080         * modules/fdutimensat-tests: New test.
9081         * tests/test-fdutimensat.c: Likewise.
9082
9083         doc: regenerate INSTALL
9084         * doc/INSTALL: Reflect recent autoconf update.
9085         * doc/INSTALL.ISO: Likewise.
9086         * doc/INSTALL.UTF-8: Likewise.
9087
9088 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9089
9090         acl: warn if ACL support is not detected
9091         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9092
9093 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9094
9095         * lib/nproc.h: Add extern "C" block for C++.
9096
9097 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9098             Bruno Haible  <bruno@clisp.org>
9099
9100         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9101         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9102         * doc/posix-functions/isalpha.texi: Likewise.
9103         * doc/posix-functions/isblank.texi: Likewise.
9104         * doc/posix-functions/iscntrl.texi: Likewise.
9105         * doc/posix-functions/isdigit.texi: Likewise.
9106         * doc/posix-functions/isgraph.texi: Likewise.
9107         * doc/posix-functions/islower.texi: Likewise.
9108         * doc/posix-functions/isprint.texi: Likewise.
9109         * doc/posix-functions/ispunct.texi: Likewise.
9110         * doc/posix-functions/isspace.texi: Likewise.
9111         * doc/posix-functions/isupper.texi: Likewise.
9112         * doc/posix-functions/isxdigit.texi: Likewise.
9113
9114 2009-10-18  Bruno Haible  <bruno@clisp.org>
9115
9116         Tests for module 'isblank'.
9117         * modules/isblank-tests: New file.
9118         * tests/test-isblank.c: New file.
9119
9120         New module 'isblank'.
9121         * lib/isblank.c: New file.
9122         * m4/isblank.m4: New file.
9123         * modules/isblank: New file.
9124         * doc/posix-functions/isblank.texi: Mention the new module.
9125
9126 2009-10-18  Bruno Haible  <bruno@clisp.org>
9127
9128         New module 'ctype'.
9129         * lib/ctype.in.h: New file.
9130         * m4/ctype.m4: New file.
9131         * modules/ctype: New file.
9132         * doc/posix-headers/ctype.texi: Mention the new module.
9133
9134 2009-10-18  Jim Meyering  <meyering@redhat.com>
9135
9136         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9137         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9138         right after its initialization, rather than farther down.
9139         Keeping these in close proximity makes it easier to ensure
9140         that each such variable is initialized.  E.g.,
9141
9142             LIB_CLOCK_GETTIME=
9143             AC_SUBST([LIB_CLOCK_GETTIME])
9144
9145         This change also increments these serial numbers.
9146         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9147         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9148         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9149
9150 2009-10-18  Bruno Haible  <bruno@clisp.org>
9151
9152         Don't let environment variables perturb build.
9153         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9154         (gl_PREREQ_GETHRXTIME): ... not here.
9155
9156 2009-10-18  Bruno Haible  <bruno@clisp.org>
9157
9158         Avoid symlink attack in localcharset module.
9159         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9160         (O_NOFOLLOW): Define fallback.
9161         (get_charset_aliases): Don't open the file if it is a symbolic link.
9162         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9163         gl_FCNTL_H.
9164         (gl_FCNTL_H): Require it.
9165         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9166         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9167         Reported by Fergal Glynn <fglynn@veracode.com>.
9168
9169 2009-10-18  Bruno Haible  <bruno@clisp.org>
9170
9171         Implement nproc for mingw.
9172         * lib/nproc.c: Include <windows.h>
9173         (num_processors): On native Windows platforms, try GetSystemInfo.
9174
9175 2009-10-18  Bruno Haible  <bruno@clisp.org>
9176
9177         Implement nproc for IRIX.
9178         * lib/nproc.c: Include <sys/sysmp.h>.
9179         (num_processors): On IRIX systems, try sysmp.
9180         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9181
9182 2009-10-18  Bruno Haible  <bruno@clisp.org>
9183
9184         Implement nproc for HP-UX.
9185         * lib/nproc.c: Include <sys/pstat.h>
9186         (num_processors): On HP-UX systems, try pstat_getdynamic.
9187         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9188         pstat_getdynamic.
9189
9190 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9191             Bruno Haible  <bruno@clisp.org>
9192
9193         Implement nproc for NetBSD, OpenBSD.
9194         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9195         (ARRAY_SIZE): New macro.
9196         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9197         * m4/nproc.m4: New file.
9198         * modules/nproc (Files): Add m4/nproc.m4.
9199         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9200         (Makefile.am): Instead, augment lib_SOURCES.
9201
9202 2009-10-18  Bruno Haible  <bruno@clisp.org>
9203
9204         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9205         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9206         sys/param.h.
9207
9208 2009-10-16  Eric Blake  <ebb9@byu.net>
9209
9210         utimensat: new module
9211         * modules/utimensat: New file.
9212         * lib/utimensat.c (utimensat): Likewise.
9213         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9214         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9215         so we can work around Linux bugs.
9216         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9217         * modules/sys_stat (Makefile.am): Substitute them.
9218         * lib/sys_stat.in.h (utimensat): Declare it.
9219         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9220         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9221         * modules/utimensat-tests: New test.
9222         * tests/test-utimensat.c: Likewise.
9223
9224         utimens: let lutimens work on non-symlinks
9225         * lib/utimens.c (lutimens): Fall back to utimens rather than
9226         failing with ENOSYS, when file is not a symlink.
9227         (utimens): Reduce redirection.
9228         * tests/test-lutimens.h (test_lutimens): Update test to cover
9229         non-symlinks.
9230         * tests/test-utimens.h (test_utimens): Update test to cover
9231         symlinks.
9232         * tests/test-utimens.c (main): Update caller.
9233
9234         utimens: cache whether utimensat syscall works
9235         * lib/utimens.c (utimensat_works_really): New cache variable.
9236         (fdutimens, lutimens): Use it to avoid failing syscall.
9237
9238         test-stat-time, test-utimens: improve portability
9239         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9240         ext4 on alpha, and for cygwin.
9241         * tests/test-utimens-common.h: New file.
9242         (nap): Factor delays into single function.
9243         * tests/test-lutimens.h (test_lutimens): Use new header.
9244         * tests/test-futimens.h (test_futimens): Likewise.
9245         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9246         timestamps to occur from same machine, as was done previously for
9247         test_utimens.
9248         * modules/utimens-tests (Files): Ship new file.
9249         * modules/futimens-tests (Files): Likewise.
9250         Reported in part by Jim Meyering.
9251
9252         sys_stat: sort replacement declarations
9253         * lib/sys_stat.in.h: Sort declarations.
9254         * lib/futimens.c (futimens): Fix typo.
9255
9256 2009-10-15  Jim Meyering  <meyering@redhat.com>
9257
9258         don't let environment settings perturb build
9259         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9260         could cause a configure-time and/or build-time malfunction.
9261         Typically, a configure-time function-in-library test is performed
9262         via code like this:
9263
9264           LIB_VAR=
9265           AC_SUBST([LIB_VAR])
9266           prefix_saved_LIBS=$LIBS
9267             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9268                        [test "$ac_cv_search_FUNC" = "none required" ||
9269                         LIB_VAR=$ac_cv_search_FUNC])
9270           LIBS=$prefix_saved_LIBS
9271
9272         However, in each of the files affected by this change, the LIB_VAR=
9273         initialization was omitted.  Thus, when set in the environment, its
9274         value would propagate into generated Makefiles when FUNC is not found
9275         in LIB_NAME.
9276         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9277         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9279
9280 2009-10-14  Eric Blake  <ebb9@byu.net>
9281
9282         fchdir: avoid infinite recursion in mingw
9283         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9284         recursing.
9285
9286         test-stat-time: port to mingw
9287         * tests/test-stat-time.c (force_unlink): Return a value.
9288         (test_ctime) [W32]: Fix compilation error.
9289         (nap): Don't call usleep with too large an argument.  Use
9290         force_unlink.
9291         * doc/pastposix-functions/usleep.texi (usleep): Document the
9292         portability issue.
9293
9294 2009-10-13  Jim Meyering  <meyering@redhat.com>
9295
9296         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9297         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9298         * modules/pipe-filter-ii: Likewise.
9299         * modules/sys_socket-tests: Likewise.
9300         * modules/tsearch-tests: Likewise.
9301         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9302         (check): Depend on it.
9303
9304 2009-10-12  Eric Blake  <ebb9@byu.net>
9305
9306         utimens-tests: port to NFS file systems
9307         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9308         comparisons to avoid spurious failures from timestamp drift
9309         between NFS machines.
9310
9311 2009-10-12  Eric Blake  <ebb9@byu.net>
9312
9313         stat-time-tests: minor cleanups
9314         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9315         * tests/test-stat-time.c (nap): Separate assignment from call.
9316         Suggested by Paolo Bonzini and Bruno Haible.
9317
9318         sys_stat: guarantee struct timespec
9319         * lib/sys_stat.in.h (includes): Always include <time.h>
9320         * modules/sys_stat (Depends-on): Add time.
9321         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9322         mode_t permission values.
9323         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9324         get at subsecond timestamps.
9325
9326 2009-10-10  Eric Blake  <ebb9@byu.net>
9327
9328         futimens: new module
9329         * modules/futimens: New file.
9330         * lib/futimens.c (futimens): Likewise.
9331         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9332         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9333         we can work around Linux bugs.
9334         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9335         * modules/sys_stat (Makefile.am): Substitute them.
9336         * lib/sys_stat.in.h (futimens): Declare it.
9337         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9338         * doc/posix-functions/futimens.texi (futimens): Likewise.
9339         * modules/futimens-tests: New test.
9340         * tests/test-futimens.c: Likewise.
9341
9342         utimens: introduce fdutimens
9343         * lib/utimens.h (fdutimens): New prototype.
9344         * lib/utimens.c (gl_futimens): Move guts...
9345         (fdutimens): ...to new interface.
9346         * tests/test-utimens.c (do_fdutimens): Use it.
9347
9348         utimens: add UTIME_NOW and UTIME_OMIT support
9349         * lib/utimens.c (validate_timespec, update_timespec): New helper
9350         functions.
9351         (gl_futimens, lutimens): Use them.
9352         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9353         stdbool, sys_stat.
9354         (Link): Mention resulting library dependency.
9355         * modules/utimecmp (Link): Likewise.
9356         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9357         (Makefile.am): Pick up library dependency.
9358         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9359         definition.
9360         * tests/test-sys_stat.c: Test the definitions.
9361         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9362         * NEWS: Document library dependency.
9363
9364         utimecmp: support symlink timestamps
9365         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9366         hashing when possible.  Use pathconf when available.
9367         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9368         * modules/utimecmp (Depends-on): Add lstat.
9369
9370         utimens: add lutimens interface
9371         * lib/utimens.c (lutimens): New function.
9372         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9373         * lib/utimens.h (lutimens): Declare new interface.
9374         * tests/test-utimens.c (main): Enhance test.
9375         * tests/test-lutimens.h (test_lutimens): New file.
9376         * modules/utimens-tests (Files): Distribute it.
9377         (Depends-on): Add symlink.
9378         (configure.ac): Check for usleep.
9379
9380         utimens: validate futimens usage
9381         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9382         fewer syscalls on failure later on.  Avoid compiler warning on
9383         mingw.
9384         * modules/utimens (Depends-on): Add dup2.
9385
9386         utimens: add test
9387         * modules/utimens-tests: New test.
9388         * tests/test-utimens.h: New file.
9389         * tests/test-futimens.h: Likewise.
9390         * tests/test-utimens.c: Likewise.
9391
9392         doc: mention timestamp portability issues
9393         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9394         instead.
9395         * doc/posix-functions/utime.texi (utime): Likewise.
9396         * doc/posix-functions/utimes.texi (utimes): Likewise.
9397         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9398         instead.
9399         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9400         module.
9401         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9402         Mention weakness with symlink timestamps.
9403         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9404         to utimensat/futimens instead.
9405         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9406
9407         test-dup2: enhance test
9408         * tests/test-dup2.c (main): Also check AT_FDCWD.
9409
9410         test-stat-time: avoid more spurious failures
9411         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9412         xfs; and avoid race if the two timestamps cross quantization edge.
9413
9414         relocatable: prefer 'file system' over 'filesystem'
9415         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9416         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9417         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9418         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9419         * lib/relocatable.c (compute_curr_prefix): Likewise.
9420
9421 2009-10-10  Jim Meyering  <meyering@redhat.com>
9422
9423         stat-time-tests: check for the usleep function
9424         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9425
9426 2009-10-10  Bruno Haible  <bruno@clisp.org>
9427
9428         * modules/xnanosleep: Put the Link section after the Include section.
9429
9430 2009-10-09  Eric Blake  <ebb9@byu.net>
9431
9432         dup2: work around FreeBSD 6.1 bug
9433         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9434         * doc/posix-functions/dup2.texi (dup2): Document it.
9435         Reported by Nelson H. F. Beebe and Jim Meyering.
9436
9437         test-stat-time: port to buggy NFS clients
9438         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9439         (test_ctime): Also skip test if mtime and ctime are skewed.
9440
9441         maint: prefer 'file system' over 'filesystem'
9442         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9443         * doc/posix-functions/lstat.texi (lstat): Likewise.
9444         * lib/file-has-acl.c (file_has_acl): Likewise.
9445         * lib/fwriteerror.c [TEST]: Likewise.
9446         * tests/test-areadlink.h (test_areadlink): Likewise.
9447         * tests/test-areadlinkat-with-size.c (main): Likewise.
9448         * tests/test-areadlinkat.c (main): Likewise.
9449         * tests/test-canonicalize-lgpl.c (main): Likewise.
9450         * tests/test-canonicalize.c (main): Likewise.
9451         * tests/test-fstatat.c (main): Likewise.
9452         * tests/test-linkat.c (main): Likewise.
9453         * tests/test-lstat.h (test_lstat_func): Likewise.
9454         * tests/test-mkdir.h (test_mkdir): Likewise.
9455         * tests/test-readlink.h (test_readlink): Likewise.
9456         * tests/test-remove.c (main): Likewise.
9457         * tests/test-rename.h (test_rename): Likewise.
9458         * tests/test-renameat.c (main): Likewise.
9459         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9460         * tests/test-symlink.h (test_symlink): Likewise.
9461         * tests/test-symlinkat.c (main): Likewise.
9462         * tests/test-unlink.h (test_unlink_func): Likewise.
9463         * tests/test-unlinkat.c (main): Likewise.
9464
9465         maint: make realtime library usage explicit
9466         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9467         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9468         * modules/settime (Link): Likewise.
9469         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9470
9471         test-stat-time: speed up execution
9472         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9473         warning on mingw.
9474         (nap): New helper function.
9475         (prepare_test): Use it to reduce sleep time.
9476         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9477         execution.
9478         * modules/stat-time-tests (configure.ac): Check for usleep.
9479
9480 2009-10-09  Jim Meyering  <meyering@redhat.com>
9481
9482         selinux-h: always use getfilecon wrappers
9483         * lib/getfilecon.c: New file.
9484         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9485         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9486         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9487         (fgetfilecon): Provide a stub.
9488         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9489         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9490         file unconditionally.
9491         When <selinux/selinux.h> is found, arrange to use wrappers.
9492         * modules/selinux-h (Files): Add getfilecon.c.
9493         (Makefile.am): Substitute include-next-related bits
9494         into the now-always-generated selinux/selinux.h file.
9495         * doc/glibc-functions/lgetfilecon.texi: New file.
9496         * doc/glibc-functions/fgetfilecon.texi: New file.
9497         * doc/glibc-functions/getfilecon.texi: New file.
9498         * doc/glibc-functions/getfilecon-desc.texi: New file.
9499         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9500         which to pull in the new files.
9501         * MODULES.html.sh (Misc): Add selinux-h.
9502
9503 2009-10-08  Jim Meyering  <meyering@redhat.com>
9504
9505         unistd: fix comment typo
9506         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9507
9508 2009-10-08  Eric Blake  <ebb9@byu.net>
9509
9510         areadlink: use SIZE_MAX consistently
9511         * modules/areadlink (Depends-on): Add stdint.
9512         * modules/areadlink-with-size (Depends-on): Likewise.
9513         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9514         gives NULL; drop sys/types, since unistd gives size_t; and add
9515         stdint for SIZE_MAX.
9516         (SIZE_MAX): Rely on headers.
9517         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9518         and add stdint.
9519         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9520         (SIZE_MAX): Likewise.
9521         (INITIAL_BUF_SIZE): Turn into enum.
9522         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9523
9524 2009-10-08  Jim Meyering  <meyering@redhat.com>
9525
9526         areadlinkat: avoid compilation failure
9527         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9528         Fix typo in comment.
9529
9530 2009-10-07  Eric Blake  <ebb9@byu.net>
9531
9532         areadlinkat-with-size: new module
9533         * modules/areadlinkat-with-size: New module.
9534         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9535         * lib/areadlink.h (areadlinkat): Declare it.
9536         * MODULES.html.sh (File system functions): Mention it.
9537         * modules/areadlinkat-with-size-tests: New test.
9538         * tests/test-areadlinkat-with-size.c: New file.
9539
9540         xreadlinkat: new module
9541         * modules/xreadlinkat: New module.
9542         * lib/xreadlinkat.c (xreadlinkat): New file.
9543         * lib/xreadlink.h (xreadlinkat): Declare it.
9544         * MODULES.html.sh (File system functions): Mention it.
9545
9546         areadlinkat: new module
9547         * lib/at-func.c (FUNC_FAIL): New define.
9548         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9549         * modules/areadlinkat: New module.
9550         * lib/linkat.c (areadlinkat): Move...
9551         * lib/areadlinkat.c (areadlinkat): ...to new file.
9552         * lib/areadlink.h (areadlinkat): Declare it.
9553         * modules/linkat (Depends-on): Add areadlinkat.
9554         * MODULES.html.sh (File system functions): Mention it.
9555         * modules/areadlinkat-tests: New test.
9556         * tests/test-areadlinkat.c: New file.
9557
9558         areadlink, areadlink-with-size: add tests
9559         * modules/areadlink-tests: New test.
9560         * modules/areadlink-with-size-tests: Likewise.
9561         * tests/test-areadlink.h: New file.
9562         * tests/test-areadlink.c: Likewise.
9563         * tests/test-areadlink-with-size.c: Likewise.
9564
9565         maint: minor cleanups
9566         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9567         _UNUSED_PARAMETER_ instead.
9568         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9569         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9570         * modules/linkat-tests (Files): Distribute test-link.h.
9571
9572         openat, utimens: whitespace cleanup
9573         * lib/openat.c: Prefer space throughout, rather than mix of 8
9574         spaces vs. tabs.
9575         * lib/at-func.c: Likewise.
9576         * lib/utimens.c: Likewise.
9577
9578         openat: avoid using wrong fd
9579         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9580         working directory chooses same fd.
9581         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9582
9583         mkdir, mkdirat: fix cygwin 1.5.x bug
9584         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9585         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9586         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9587         bug.
9588         (gl_PREREQ_MKDIR): Delete unused macro.
9589         * modules/mkdir (Files): Track file rename.
9590         (configure.ac): Update macro name.
9591         * modules/openat (Depends-on): Add mkdir.
9592         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9593
9594         mkdir, mkdirat: add tests
9595         * modules/mkdir-tests: New test.
9596         * tests/test-mkdir.h: New file.
9597         * tests/test-mkdir.c: Likewise.
9598         * tests/test-mkdirat.c: Likewise.
9599         * modules/openat-tests (Files): Add new files.
9600         (Makefile.am): Run new test.
9601
9602 2009-10-06  Eric Blake  <ebb9@byu.net>
9603
9604         doc: tweak *at function documentation
9605         * doc/posix-functions/faccessat.texi (faccessat): Mention
9606         known issue with replacement.
9607         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9608         * doc/posix-functions/linkat.texi (linkat): Likewise.
9609         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9610         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9611         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9612         * doc/posix-functions/renameat.texi (renameat): Likewise.
9613         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9614
9615         openat: fix GNU/Hurd bug in unlinkat
9616         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9617         broken.
9618         * doc/posix-functions/unlink.texi (unlink): Document this.
9619         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9620
9621         fdopendir: fix GNU/Hurd bug
9622         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9623         allowing non-directory fds.
9624         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9625         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9626         * modules/dirent (Makefile.am): Substitute it.
9627         * lib/dirent.in.h (fdopendir): Declare replacement.
9628         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9629         * tests/test-fdopendir.c (main): Test something other than
9630         /dev/null, since on Hurd that behaves like a directory.
9631
9632         test-symlink: port to GNU/Hurd
9633         * tests/test-symlink.h (test_symlink): Relax expected errno.
9634
9635         doc: tweak more cygwin information
9636         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9637         now compatible with glibc.
9638         * doc/posix-functions/getopt.texi (getopt): Likewise.
9639
9640         getopt-gnu: add another test
9641         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9642         guarantee behavior relied on by m4.
9643         * tests/test-getopt.c (main): Use it.
9644         * modules/getopt-posix-tests (Depends-on): Add setenv.
9645         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9646
9647         getopt: fix compilation on darwin
9648         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9649         include.
9650         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9651         Reported by Ludovic Courtès.
9652
9653 2009-10-06  Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/size_max (Description): Discourage its use.
9656         Reported by Simon Josefsson.
9657
9658 2009-10-06  Jim Meyering  <meyering@redhat.com>
9659
9660         linkat: avoid compilation failure
9661         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9662
9663 2009-10-05  Eric Blake  <ebb9@byu.net>
9664
9665         linkat: support Linux 2.6.17
9666         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9667         linkat on Linux, but allow cache variable override.
9668         * lib/linkat.c (rpl_linkat): Define override.
9669         * modules/linkat (Depends-on): Add symlinkat.
9670         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9671         * modules/unistd (Makefile.am): Substitute it.
9672         * lib/unistd.in.h (linkat): Declare replacement.
9673         Reported by Pádraig Brady.
9674
9675         quotearg: port test to systems with C.UTF-8 locale
9676         * tests/test-quotearg.c (struct result_strings): Add another
9677         member, differentiating between C.ASCII and C.UTF-8 handling.
9678         (compare_strings): Add parameter.
9679         (main): Adjust all callers.
9680
9681         getopt: avoid clash with FreeBSD _getopt_internal
9682         * lib/getopt.in.h (_getopt_internal): Override the name.
9683         * lib/getopt_int.h (includes): Pick up any overrides.
9684         Reported by Reuben Thomas.
9685
9686         hash: allow C89 compilation
9687         * lib/hash.c (check_tuning): Move declaration before statement.
9688         Reported by Reuben Thomas.
9689
9690 2009-10-05  Karl Berry  <karl@gnu.org>
9691
9692         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9693
9694 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9695             Bruno Haible  <bruno@clisp.org>
9696
9697         * lib/uname.c (uname): Use a table-driven algorithm to compute
9698         Windows NT versions.
9699
9700 2009-10-04  Bruno Haible  <bruno@clisp.org>
9701
9702         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9703         program_invocation_short_name.
9704         * modules/progname (configure.ac): Test for presence of
9705         program_invocation_short_name.
9706         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9707
9708 2009-10-04  Bruno Haible  <bruno@clisp.org>
9709
9710         * lib/progname.c (set_program_name): Fix comment.
9711         Reported by Jim Meyering.
9712
9713 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9714             Bruno Haible  <bruno@clisp.org>
9715
9716         * lib/uname.c: Include <string.h>.
9717         (uname): Do only one call to GetVersionEx in the common case.
9718
9719 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9720             Bruno Haible  <bruno@clisp.org>
9721
9722         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9723         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9724         (uname): Add support for Windows CE and various non-x86 CPU types.
9725
9726 2009-10-03  Bruno Haible  <bruno@clisp.org>
9727
9728         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9729         invocation to tests/configure.ac.
9730         Reported by Ian Beckwith <ianb@erislabs.net>.
9731
9732 2009-10-02  Eric Blake  <ebb9@byu.net>
9733
9734         fchdir: avoid compiler warning
9735         * lib/fchdir.c (canonicalize_file_name)
9736         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9737
9738         test-open: support mingw errno values
9739         * tests/test-open.h (test_open): Relax test.
9740         * tests/test-fopen.h (test_fopen): Likewise.
9741         * tests/test-openat-safer.c (main): Likewise.
9742
9743         open: fix opening directory on mingw
9744         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9745
9746         test-open: on GNU/Hurd, /dev/null is a directory
9747         * tests/test-fopen.h (main): Rename...
9748         (test_fopen): ...to this.  Use a guaranteed non-directory when
9749         confirming open behavior on trailing slash.
9750         * tests/test-openat-safer.c (main): Likewise.
9751         * tests/test-open.h (main): Likewise....
9752         (test_open): ...to this.
9753         * tests/test-fopen.c (main): Adjust caller.
9754         * tests/test-fopen-safer.c (main): Likewise.
9755         * tests/test-open.c (main): Likewise.
9756         * tests/test-fcntl-safer.c (main): Likewise.
9757         Reported by Samuel Thibault.
9758
9759         rename, fchdir: don't ignore chdir failure
9760         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9761         * lib/rename.c (rpl_rename) [W32]: Likewise.
9762         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9763         an empty destination directory if source cannot be renamed,
9764         although there is still possibility for failure.
9765         * doc/posix-functions/rename.texi (rename): Document the race.
9766         Reported by Jim Meyering.
9767
9768         maint: cleanup whitespace in recent commits
9769         * lib/rename.c (rpl_rename): Remove tabs.
9770         * tests/test-link.h (test_link): Likewise.
9771         * lib/fchdir.c (get_name): Likewise.
9772         Reported by Jim Meyering.
9773
9774 2009-10-02  Ben Pfaff  <blp@gnu.org>
9775
9776         relocatable-prog-wrapper: Add missing dependency on
9777         double-slash-root.
9778         * modules/relocatable-prog-wrapper: Add dependency.
9779         Reported by Ian Beckwith <ianb@erislabs.net>.
9780
9781 2009-10-02  Eric Blake  <ebb9@byu.net>
9782
9783         renameat: fix Solaris bugs
9784         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9785         needed fixing.
9786         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9787         * modules/stdio (Makefile.am): Substitute it.
9788         * lib/stdio.in.h (renameat): Declare replacement.
9789         * lib/renameat.c (rpl_renameat): Implement fix.
9790
9791         renameat: new module
9792         * modules/renameat: New file.
9793         * lib/renameat.c (renameat): Likewise.
9794         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9795         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9796         * modules/stdio (Makefile.am): Substitute them.
9797         * lib/stdio.in.h (renameat): Declare it.
9798         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9799         * doc/posix-functions/renameat.texi (renameat): Likewise.
9800         * modules/renameat-tests: New test.
9801         * tests/test-renameat.c: Likewise.
9802
9803         rename: fix mingw bugs
9804         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9805         directory overwrite bugs.
9806
9807         rename: fix another cygwin 1.5 bug
9808         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9809         checks.
9810         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9811         unnecessary cygwin workarounds.  Also work around bug with moving
9812         full directory onto an empty one.
9813         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9814
9815         rename-dest-slash: merge into rename module
9816         * modules/rename-dest-slash (Status): Mark obsolete.
9817         (Depends-on): Add rename.
9818         (Files): Let rename do it all.
9819         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9820         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9821         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9822         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9823         * lib/rename.c (rpl_rename): Update comments.
9824
9825         rename: fix cygwin 1.5.x bugs
9826         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9827         * lib/rename.c (rpl_rename): Work around them.
9828         * modules/rename (Depends-on): Add same-inode.
9829
9830         rename: fix Solaris 10 bug
9831         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9832         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9833         was the only bug.
9834
9835         rename: fix Solaris 9 bug
9836         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9837         on non-directory.  Avoid calling exit.
9838         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9839         strdup.
9840         * modules/rename-tests (Depends-on): Drop lstat.
9841         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9842         (gl_PREREQ_RENAME): Delete unused macro.
9843
9844         rename-dest-slash: fix NetBSD bug
9845         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9846         links.
9847         * modules/rename-dest-slash (Depends-on): Add same-inode.
9848
9849         rename-tests: new test, exposes several platform bugs
9850         * modules/rename-tests: New file.
9851         * tests/test-rename.h: Likewise.
9852         * tests/test-rename.c: Likewise.
9853         * doc/posix-functions/rename.texi (rename): Improve documentation,
9854         including bugs that will eventually be fixed in gnulib.
9855
9856 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9857
9858         * lib/uname.c: Include <stdlib.h>
9859         (uname): Assume version info is available.
9860
9861 2009-10-02  Jim Meyering  <meyering@redhat.com>
9862
9863         gnu-web-doc-update: correct --help output
9864         * build-aux/gnu-web-doc-update: Make --help output relevant.
9865
9866         gnu-web-doc-update: add standard options
9867         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9868
9869         gnu-web-doc-update: New module.
9870         Use this script to automatically update the on-line web documentation
9871         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9872         * modules/gnu-web-doc-update: New file, from coreutils.
9873         * build-aux/gnu-web-doc-update: New script.
9874
9875 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9876
9877         link: LoadLibrary is not needed.
9878         * lib/link.c: Use GetModuleHandle.
9879
9880 2009-10-01  Eric Blake  <ebb9@byu.net>
9881
9882         getopt: bump serial number
9883         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9884         change.
9885
9886         tests: tighten link, rmdir, and remove tests
9887         * tests/test-link.h (includes): No need to use <config.h> here.
9888         Clean up if directory hard link was created, otherwise test for
9889         trailing '.'.
9890         * tests/test-linkat.c (main): Simplify.
9891         * tests/test-remove.c (main): Enhance test for trailing '.'.
9892         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9893
9894 2009-10-01  Jim Meyering  <meyering@redhat.com>
9895
9896         maint.mk: requiring "make major" was annoying, for a "minor" release.
9897         What is intended is "stable", to contrast with alpha and beta,
9898         so require "make stable", not "make major".
9899         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9900         (get_tool_versions): Likewise.
9901         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9902
9903 2009-09-30  Ben Pfaff  <blp@gnu.org>
9904
9905         Fix broken build of replacement for Windows tmpfile().
9906         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9907         flags argument added along with the 'mkostemp' module.
9908
9909 2009-09-28  Bruno Haible  <bruno@clisp.org>
9910
9911         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9912         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9913         to 'remove_elt'.
9914         (gl_list_remove): Update.
9915         * lib/gl_list.c (gl_list_remove): Update.
9916         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9917         to 'remove_elt'.
9918         (gl_oset_remove): Update.
9919         * lib/gl_list.c (gl_oset_remove): Update.
9920         Reported by Eric Blake.
9921
9922 2009-09-28  Eric Blake  <ebb9@byu.net>
9923
9924         doc: mention yet more cygwin 1.7 status
9925         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9926         cygwin.
9927         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9928         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9929
9930         argp: fix test failure
9931         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9932         that are not upper-case.  Pass correct range to tolower.
9933
9934 2009-09-27  Jim Meyering  <meyering@redhat.com>
9935
9936         test-yesno: work around sparc-dash here-document infelicity
9937         Without this change, the literal \177 byte in a here document
9938         would make dash 0.5.5.1-3 access uninitialized memory.
9939         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9940         Instead, use a marker, "@", and filter through tr to create the desired
9941         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9942
9943 2009-09-27  Bruno Haible  <bruno@clisp.org>
9944
9945         Disable untested support for new flavours of ACLs on AIX.
9946         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9947         progress.
9948         * lib/set-mode-acl.c (qset_acl): Likewise.
9949
9950 2008-12-07  Bruno Haible  <bruno@clisp.org>
9951
9952         Add support for new flavours of ACLs on AIX. (Untested.)
9953         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9954         (file_has_acl): Add support for newer AIX.
9955         * lib/set-mode-acl.c (qset_acl): Likewise.
9956         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9957         Rainer Tammer <tammer@tammer.net>.
9958
9959 2009-09-26  Eric Blake  <ebb9@byu.net>
9960
9961         argp: fix compilation of getopt
9962         * lib/getopt.in.h (includes): Use different guard than glibc.
9963         Reported by Sergey Poznyakoff.
9964
9965         doc: mention more cygwin 1.7 status
9966         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9967         bug.
9968         * doc/posix-functions/execl.texi (execl): Likewise.
9969         * doc/posix-functions/execle.texi (execle): Likewise.
9970         * doc/posix-functions/execlp.texi (execlp): Likewise.
9971         * doc/posix-functions/execv.texi (execv): Likewise.
9972         * doc/posix-functions/execve.texi (execve): Likewise.
9973         * doc/posix-functions/execvp.texi (execvp): Likewise.
9974         * doc/glibc-functions/canonicalize_file_name.texi
9975         (canonicalize_file_name): Cygwin 1.7 now provides this.
9976         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9977         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9978         on AT_SYMLINK_NOFOLLOW.
9979
9980 2009-09-24  Eric Blake  <ebb9@byu.net>
9981
9982         test-linkat: make test more robust
9983         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9984
9985         getopt: fix inclusion guards for cygwin
9986         * modules/getopt-posix (Depends-on): Add include-next.
9987         (Makefile.am): Substitute more items in replacement header.
9988         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9989         <getopt.h>.
9990         * lib/getopt.in.h (includes): Use split inclusion guard, and
9991         prefer <getopt.h> over include <unistd.h> when one is present.
9992         (option): Also override name of 'struct option'.
9993
9994         same-inode: revert prior change; it is not yet ready
9995         * NEWS: Undo mention of this change.
9996         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9997         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9998         * lib/cycle-check.c (cycle_check): Likewise.
9999         * lib/same.c (same_name): Likewise.
10000         * lib/at-func2.c (at_func2): Likewise.
10001
10002 2009-09-23  Eric Blake  <ebb9@byu.net>
10003
10004         linkat: new module
10005         * modules/linkat: New file.
10006         * lib/at-func2.c (at_func2): Likewise.
10007         * lib/linkat.c (linkat): Likewise.
10008         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10009         * lib/openat-priv.h (at_func2): Add declaration.
10010         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10011         * modules/unistd (Makefile.am): Substitute them.
10012         * lib/unistd.in.h (linkat): Declare it.
10013         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10014         * doc/posix-functions/linkat.texi (linkat): Likewise.
10015         * doc/posix-functions/link.texi (link): Tweak wording.
10016         * tests/test-link.c (main): Move guts...
10017         * tests/test-link.h (test_link): ...into new file.
10018         * modules/linkat-tests: New test.
10019         * tests/test-linkat.c: Likewise.
10020         * modules/link-tests (Files): Ship new file.
10021         (Depends-on): Add stdbool.
10022
10023         dirname: add library-safe mdir_name
10024         * lib/dirname.h (mdir_name): New prototype.
10025         * lib/dirname.c (dir_name): Move guts...
10026         (mdir_name): ...to new function that avoids xalloc_die.
10027
10028         fchdir: another mingw fix
10029         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10030         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10031         on mingw (where it has not yet been ported), and make it optional
10032         elsewhere.
10033         (_gl_register_fd): Use it.
10034
10035         same-inode: make SAME_INODE tri-state, to port to mingw
10036         * NEWS: Mention this change.
10037         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10038         st_ino always being 0.
10039         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10040         * lib/cycle-check.c (cycle_check): Likewise.
10041         * lib/same.c (same_name): Likewise.
10042
10043         lstat: avoid mingw compilation error
10044         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10045         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10046         lstat ourselves.
10047         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10048         was adequate.
10049         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10050         the checks for lstat.
10051         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10052
10053         link: fix test failure on Solaris 9
10054         * lib/link.c (rpl_link): Don't assume link will catch bogus
10055         trailing slash on source.
10056
10057         test-symlinkat: enhance test
10058         * tests/test-readlink.c (main): Move guts...
10059         * tests/test-readlink.h (test_readlink): ...into new file.
10060         * tests/test-symlink.c (main): Move guts...
10061         * tests/test-symlink.h (test_symlink): ...into new file.
10062         * tests/test-symlinkat.c (main): Use new files for further
10063         coverage.
10064         (do_symlink, do_readlink): New helper functions.
10065         * modules/symlink-tests (Files): Ship new file.
10066         (Depends-on): Add stdbool.
10067         * modules/readlink-tests (Files): Ship new file.
10068         (Depends-on): Add stdbool.
10069         * modules/symlinkat-tests (Files): Use new files.
10070
10071 2009-09-23  Eric Blake  <ebb9@byu.net>
10072
10073         readlink: document portability issue with symlink length
10074         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10075         systems have bogus st_size on symlinks, and mention the
10076         areadlink-with-size module.
10077         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10078         * doc/posix-functions/readlink.texi (readlink): Mention the
10079         areadlink module, and ERANGE failure.
10080         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10081         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10082
10083         readlink: fix Solaris 9 bug with trailing slash
10084         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10085         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10086         * doc/posix-functions/readlink.texi (readlink): Document this.
10087         * modules/readlink-tests: New test.
10088         * tests/test-readlink.c: Likewise.
10089
10090         readlink: fix cygwin 1.5.x bug with return type
10091         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10092         * lib/unistd.in.h (readlink): Use ssize_t.
10093         * lib/readlink.c (readlink): Likewise.
10094         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10095         * modules/unistd (Makefile.am): Substitute it.
10096         * lib/unistd.in.h (readlink): Declare replacement.
10097         * doc/posix-functions/readlink.texi (readlink): Document this.
10098
10099         symlink: use throughout gnulib
10100         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10101         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10102         symlink is not used.
10103         * modules/symlinkat (Depends-on): Add symlink.
10104         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10105         * modules/canonicalize-tests (Depends-on): Likewise.
10106         * modules/lstat-tests (Depends-on): Likewise.
10107         * modules/openat-tests (Depends-on): Likewise.
10108         * modules/remove-tests (Depends-on): Likewise.
10109         * modules/rmdir-tests (Depends-on): Likewise.
10110         * modules/unlink-tests (Depends-on): Likewise.
10111         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10112         * tests/test-canonicalize.c (symlink): Likewise.
10113         * tests/test-fstatat.c (symlink): Likewise.
10114         * tests/test-lstat.c (symlink): Likewise.
10115         * tests/test-remove.c (symlink): Likewise.
10116         * tests/test-rmdir.c (symlink): Likewise.
10117         * tests/test-unlink.c (symlink): Likewise.
10118         * tests/test-unlinkat.c (symlink): Likewise.
10119
10120         symlink: new module, for Solaris 9 bug
10121         * modules/symlink: New file.
10122         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10123         * lib/symlink.c: Likewise.
10124         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10125         * modules/unistd (Makefile.am): Substitute them.
10126         * lib/unistd.in.h (symlink): Declare replacement.
10127         * MODULES.html.sh (File system functions): Mention it.
10128         * doc/posix-functions/symlink.texi (symlink): Likewise.
10129         * modules/symlink-tests: New test.
10130         * tests/test-symlink.c: Likewise.
10131
10132 2009-09-23  Bruno Haible  <bruno@clisp.org>
10133
10134         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10135         when needed.
10136         Test case: gnulib-tool --import --with-tests atexit inttypes.
10137         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10138
10139 2009-09-23  Bruno Haible  <bruno@clisp.org>
10140
10141         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10142         subcommand, not in a subshell.
10143
10144 2009-09-22  Eric Blake  <ebb9@byu.net>
10145
10146         unistd: sort replacement declarations
10147         * lib/unistd.in.h: Sort declarations.
10148
10149         open, openat: minor optimization
10150         * lib/open.c (open): If open succeeded, len is non-zero.
10151         * lib/openat.c (rpl_openat): Likewise.
10152
10153         link-follow: ensure correct result
10154         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10155         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10156         distinguish between possible failures.
10157
10158 2009-09-21  Eric Blake  <ebb9@byu.net>
10159
10160         fts: avoid compiler warning
10161         * lib/fts.c (dirent_inode_sort_may_be_useful)
10162         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10163
10164 2009-09-19  Bruno Haible  <bruno@clisp.org>
10165
10166         * lib/progreloc.c (canonicalize_file_name): New declaration.
10167
10168 2009-09-19  Eric Blake  <ebb9@byu.net>
10169
10170         link: fix quoting
10171         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10172
10173         openat: fix openat bugs on Solaris 9
10174         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10175         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10176         * modules/openat (Depends-on): Add open.
10177         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10178         * modules/fcntl-h (Makefile.am): Substitute it.
10179         * lib/fcntl.in.h (openat): Declare replacement.
10180         * doc/posix-functions/openat.texi (openat): Document this.
10181
10182         openat: move fstatat and unlinkat into correct files
10183         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10184         compiled.
10185         * lib/openat.c (fstatat, unlinkat): Move...
10186         * lib/fstatat.c (fstatat): ...into correct files.
10187         * lib/unlinkat.c (unlinkat): Likewise.
10188
10189         openat: fix unlinkat bugs on Solaris 9
10190         * lib/unlinkat.c (unlinkat): New file.
10191         * modules/openat (Depends-on): Add unlink.
10192         (Files): Distribute it.
10193         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10194         trailing slash behavior is broken.
10195         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10196         * modules/unistd (Makefile.am): Substitute it.
10197         * lib/unistd.in.h (unlinkat): Declare replacement.
10198         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10199
10200         openat: fix fstatat bugs on Solaris 9
10201         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10202         stat.
10203         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10204
10205         test-unlinkat: enhance test, to expose Solaris 9 bug
10206         * tests/test-unlink.c (main): Factor guts...
10207         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10208         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10209         * tests/test-rmdir.c (main): Adjust caller.
10210         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10211         (unlinker): New helper function.
10212         (rmdirat): Enhance check.
10213         * modules/rmdir-tests (Depends-on): Add stdbool.
10214         * modules/unlink-tests (Depends-on): Likewise.
10215         (Files): Add test-unlink.h.
10216         * modules/openat-tests (Files): Likewise.
10217         (Depends-on): Add unlinkdir.
10218
10219         test-fstatat: new test, to expose Solaris 9 bugs
10220         * tests/test-stat.c (main): Factor guts...
10221         * tests/test-stat.h (test_stat_func): ...into new file.
10222         * tests/test-lstat.c (main): Factor guts...
10223         * tests/test-lstat.h (test_lstat_func): ...into new file.
10224         * tests/test-fstatat.c: New file.
10225         * modules/stat-tests (Files): Add test-stat.h.
10226         * modules/lstat-tests (Files): Add test-lstat.h.
10227         (Depends-on): Add stdbool.
10228         * modules/openat-tests (Depends-on): Add pathmax.
10229         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10230         (Makefile.am): Run new test.
10231
10232         remove: new module, for mingw and Solaris 9 bugs
10233         * modules/remove: New file.
10234         * lib/remove.c: Likewise.
10235         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10236         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10237         * modules/stdio (Makefile.am): Use them.
10238         * lib/stdio.in.h (remove): Declare replacement.
10239         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10240         * doc/posix-functions/remove.texi (remove): Likewise.
10241         * modules/remove-tests: New test.
10242         * tests/test-remove.c: Likewise.
10243
10244         unlink: new module, for Solaris 9 bug
10245         * modules/unlink: New file.
10246         * lib/unlink.c: Likewise.
10247         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10248         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10249         * modules/unistd (Makefile.am): Use them.
10250         * lib/unistd.in.h (stat): Declare replacement.
10251         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10252         * doc/posix-functions/unlink.texi (unlink): Likewise.
10253         * modules/unlink-tests: New test.
10254         * tests/test-unlink.c: Likewise.
10255
10256         lstat: fix Solaris 9 bug
10257         * lib/lstat.c (lstat): Also check for trailing slash on
10258         non-symlink, non-directories.  Use stat module to simplify logic.
10259         * doc/posix-functions/lstat.texi (lstat): Document it.
10260         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10261         (configure.ac): Check for symlink.
10262         * tests/test-lstat.c (main): Add more tests.
10263
10264         stat: add as dependency to other modules
10265         * modules/chown (Depends-on): Add stat.
10266         * modules/euidaccess (Depends-on): Likewise.
10267         * modules/fchdir (Depends-on): Likewise.
10268         * modules/isdir (Depends-on): Likewise.
10269         * modules/link (Depends-on): Likewise.
10270         * modules/lstat (Depends-on): Likewise.
10271         * modules/mkdir-p (Depends-on): Likewise.
10272         * modules/modechange (Depends-on): Likewise.
10273         * modules/open (Depends-on): Likewise.
10274         * modules/readlink (Depends-on): Likewise.
10275         * modules/same (Depends-on): Likewise.
10276
10277         stat: fix Solaris 9 bug
10278         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10279         slash.
10280         * lib/stat.c (rpl_stat): Work around it.
10281         * doc/posix-functions/stat.texi (stat): Update documentation.
10282
10283         stat: new module, for mingw bug
10284         * modules/stat: New file.
10285         * lib/stat.c: Likewise.
10286         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10287         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10288         * modules/sys_stat (Makefile.am): Use them.
10289         * lib/sys_stat.in.h (stat): Declare replacement.
10290         * lib/openat.c (fstatat): Deal with lstat and stat being function
10291         macros.
10292         * modules/openat (Depends-on): Add inline.
10293         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10294         * doc/posix-functions/stat.texi (stat): Likewise.
10295         * modules/stat-tests: New test.
10296         * tests/test-stat.c: Likewise.
10297
10298 2009-09-19  Jim Meyering  <meyering@redhat.com>
10299
10300         syntax-check: detect unnecessary inclusion of canonicalize.h
10301         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10302
10303 2009-09-19  Eric Blake  <ebb9@byu.net>
10304
10305         canonicalize-lgpl: adjust clients to use correct header
10306         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10307         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10308         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10309         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10310         * lib/progreloc.c (includes): Likewise.
10311
10312 2009-09-19  Jim Meyering  <meyering@redhat.com>
10313
10314         test-posixtm.c: correct a comment
10315         * tests/test-posixtm.c: Correct first-line comment.
10316         Spotted by Eric Blake.
10317
10318 2009-09-16  Jim Meyering  <meyering@redhat.com>
10319
10320         posixtm-tests: make T const-correct; add a test case
10321         * tests/test-posixtm.c (T): Declare const.
10322         Add a test for -(2^31+1).
10323         Remove useless can-succeed-only-in-2002 test.
10324
10325         posixtm-tests: adjust the sole failing test
10326         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10327         expected output matches what mktime now produces.  Cross-checked via
10328         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10329
10330         posixtm: move #ifdef'd tests into a new module
10331         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10332         * tests/test-posixtm.c: ... this new file.
10333         * modules/posixtm-tests: New module.
10334
10335 2009-09-19  Eric Blake  <ebb9@byu.net>
10336
10337         openat: simplify use of at-func.c
10338         * lib/at-func.c (includes): Include prerequisites here, to
10339         simplify requirements on client files.
10340         * lib/openat-priv.h: Add double-inclusion guard.
10341         * lib/faccessat.c (includes): Simplify.
10342         * lib/fchmodat.c (includes): Likewise.
10343         * lib/fchownat.c (includes): Likewise.
10344         * lib/mkdirat.c (includes): Likewise.
10345         * lib/mkfifoat.c (includes): Likewise.
10346         * lib/symlinkat.c (includes): Likewise.
10347
10348         openat: allow return of fd 0
10349         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10350         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10351         unistd-safer.
10352         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10353         <fcntl.h>; this module does not leak fds.
10354         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10355         must be allowed to return 0, leaving openat_safer to add the
10356         safety.
10357         (openat_permissive): Avoid writing to just-opened fd 2 if
10358         restoring the current directory fails.
10359         * lib/openat-die.c (openat_restore_fail): Add comment.
10360         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10361         (save_cwd): Guarantee safe fd, but without use of open_safer.
10362         * tests/test-openat.c: New test.
10363         * modules/openat-tests (Files, Makefile.am): Distribute and build
10364         new file.
10365
10366         relocatable-prog-wrapper: fix build
10367         * modules/relocatable-prog-wrapper (Files): Update name of
10368         canonicalize m4 file, broken on 2009-09-17.
10369         Reported by emad hajjar <aleppos@hotmail.com>.
10370
10371 2009-09-19  Bruno Haible  <bruno@clisp.org>
10372
10373         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10374         * lib/safe-alloc.c: Likewise.
10375         Reported by Ian Beckwith <ianb@erislabs.net>.
10376
10377 2009-09-18  Bruno Haible  <bruno@clisp.org>
10378
10379         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10380         Reported by <erobles@sensacd.com.mx>.
10381
10382 2009-09-17  Eric Blake  <ebb9@byu.net>
10383
10384         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10385         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10386         slashes when checking if last component is missing.
10387         * tests/test-canonicalize.c (main): Test this.
10388
10389         canonicalize, canonicalize-lgpl: honor // if distinct from /
10390         * modules/canonicalize (Files): Add double-slash-root.m4.
10391         * modules/canonicalize-lgpl (Files): Likewise.
10392         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10393         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10394         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10395         fallback definition.
10396         (canonicalize_filename_mode): Use it to protect //.
10397         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10398         (__realpath): Likewise.
10399         * tests/test-canonicalize.c (main): Test this.
10400         * tests/test-canonicalize-lgpl.c (main): Likewise.
10401         * modules/canonicalize-tests (Depends-on): Add same-inode.
10402         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10403
10404         canonicalize-lgpl: fix glibc bug with trailing slash
10405         * m4/canonicalize-lgpl.m4: Move contents...
10406         * m4/canonicalize.m4: ...here.
10407         (gl_CANONICALIZE_LGPL): Factor realpath check...
10408         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10409         glibc 2.3.5 bug, fixed 2005-04-27.
10410         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10411         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10412         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10413         * modules/canonicalize-lgpl (Files): Manage file rename.
10414         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10415         * modules/stdlib (Makefile.am): Substitute witness.
10416         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10417         is needed.
10418         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10419         replacement is required.
10420         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10421         * doc/glibc-functions/canonicalize_file_name.texi
10422         (canonicalize_file_name): Document this.
10423         * doc/posix-functions/realpath.texi (realpath): Likewise.
10424
10425         canonicalize-lgpl: reject non-directory with trailing slash
10426         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10427         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10428         catches failures in glibc 2.3.5.
10429         * tests/test-canonicalize.c (main): Likewise.
10430
10431         canonicalize-lgpl: use native realpath if it works
10432         * lib/canonicalize-lgpl.c (realpath): Guard with
10433         FUNC_REALPATH_WORKS.
10434         * lib/stdlib.in.h (realpath): Make declaration optional based on
10435         HAVE_REALPATH.
10436         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10437         native realpath works.
10438         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10439         * modules/stdlib (Makefile.am): Substitute witness.
10440
10441         canonicalize, canonicalize-lgpl: use <stdlib.h>
10442         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10443         (Include): Mention <stdlib.h>.
10444         (configure.ac): Mention functions we provide.
10445         * modules/canonicalize (configure.ac): Likewise.
10446         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10447         realpath if canonicalize_file_name is missing.
10448         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10449         * modules/stdlib (Makefile.am): Substitute witnesses.
10450         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10451         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10452         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10453         * NEWS: Document this.
10454         * doc/glibc-functions/canonicalize_file_name.texi
10455         (canonicalize_file_name): Likewise.
10456         * doc/posix-functions/realpath.texi (realpath): Likewise.
10457         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10458
10459         test-canonicalize: consolidate into single C program
10460         * tests/test-canonicalize.sh: Delete; move setup into...
10461         * tests/test-canonicalize.c (main): ...the program, making it
10462         easier to run in debugger.  Add some tests.
10463         * modules/canonicalize-tests (Files): Remove unused file.
10464         (Depends-on): Add progname.
10465         (configure.ac, Makefile.am): Simplify.
10466
10467         test-canonicalize-lgpl: consolidate into single C program
10468         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10469         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10470         easier to run in debugger.  Add some tests.
10471         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10472         (configure.ac, Makefile.am): Simplify.
10473
10474         canonicalize: avoid resolvepath
10475         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10476         unnecessary checks.
10477         * lib/canonicalize.c (includes): Simplify.
10478         (canonicalize_file_name): Drop resolvepath implementation.
10479         * modules/canonicalize (Depends-on): Drop filenamecat.
10480
10481         canonicalize: don't lose errno
10482         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10483         over calls to free.
10484
10485         canonicalize: simplify errno handling
10486         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10487         assignment.
10488
10489         canonicalize, canonicalize-lgpl: update module dependencies
10490         * modules/canonicalize (Depends-on): Add extensions, lstat,
10491         pathmax, stdlib.
10492         (Files): Drop pathmax.h.
10493         (configure.ac): Adjust macro name.
10494         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10495         lstat, stdlib, sys_stat.
10496         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10497         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10498         extensions.
10499         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10500         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10501         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10502         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10503         declaration, if available.
10504         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10505         we can rely on the readlink module.
10506         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10507         (includes): Use <unistd.h> unconditionally.
10508
10509 2009-09-17  Eric Blake  <ebb9@byu.net>
10510
10511         maint: make Include sections of modules consistent
10512         * modules/alloca: Use only header name; no need to list #include.
10513         * modules/alloca-opt: Likewise.
10514         * modules/arpa_inet: Likewise.
10515         * modules/canon-host: Likewise.
10516         * modules/configmake: Likewise.
10517         * modules/dirent: Likewise.
10518         * modules/eealloc: Likewise.
10519         * modules/environ: Likewise.
10520         * modules/fchdir: Likewise.
10521         * modules/fcntl: Likewise.
10522         * modules/fcntl-h: Likewise.
10523         * modules/gethrxtime: Likewise.
10524         * modules/gettime: Likewise.
10525         * modules/ignore-value: Likewise.
10526         * modules/inet_ntop: Likewise.
10527         * modules/inet_pton: Likewise.
10528         * modules/inttypes: Likewise.
10529         * modules/isnand-nolibm: Likewise.
10530         * modules/isnanf-nolibm: Likewise.
10531         * modules/mbchar: Likewise.
10532         * modules/mbfile: Likewise.
10533         * modules/mbiter: Likewise.
10534         * modules/mbuiter: Likewise.
10535         * modules/netdb: Likewise.
10536         * modules/netinet_in: Likewise.
10537         * modules/nproc: Likewise.
10538         * modules/pagealign_alloc: Likewise.
10539         * modules/poll: Likewise.
10540         * modules/printf-frexp: Likewise.
10541         * modules/pthread: Likewise.
10542         * modules/putenv: Likewise.
10543         * modules/random_r: Likewise.
10544         * modules/relocatable-prog: Likewise.
10545         * modules/search: Likewise.
10546         * modules/select: Likewise.
10547         * modules/selinux-h: Likewise.
10548         * modules/settime: Likewise.
10549         * modules/signal: Likewise.
10550         * modules/size_max: Likewise.
10551         * modules/socklen: Likewise.
10552         * modules/ssize_t: Likewise.
10553         * modules/stdarg: Likewise.
10554         * modules/stdbool: Likewise.
10555         * modules/stddef: Likewise.
10556         * modules/stdint: Likewise.
10557         * modules/stdio: Likewise.
10558         * modules/stdlib: Likewise.
10559         * modules/string: Likewise.
10560         * modules/strings: Likewise.
10561         * modules/sys_file: Likewise.
10562         * modules/sys_ioctl: Likewise.
10563         * modules/sys_select: Likewise.
10564         * modules/sys_socket: Likewise.
10565         * modules/sys_stat: Likewise.
10566         * modules/sys_time: Likewise.
10567         * modules/sys_times: Likewise.
10568         * modules/sys_utsname: Likewise.
10569         * modules/sys_wait: Likewise.
10570         * modules/sysexits: Likewise.
10571         * modules/time: Likewise.
10572         * modules/times: Likewise.
10573         * modules/tmpfile: Likewise.
10574         * modules/trim: Likewise.
10575         * modules/unistd: Likewise.
10576         * modules/wchar: Likewise.
10577         * modules/wctype: Likewise.
10578
10579 2009-09-17  Bruno Haible  <bruno@clisp.org>
10580
10581         Make getdate.y compile on QNX and NetBSD 5 / i386.
10582         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10583         TIME_T_FITS_IN_LONG_INT.
10584         * lib/getdate.y (long_time_t): New type.
10585         (relative_time): Change type of 'seconds' field to long_time_t.
10586         (get_date): Update types of local variables. Check against overflow
10587         during conversion from long_time_t to time_t.
10588         Reported by Matt Kraai <kraai@ftbfs.org>
10589         and Hasso Tepper <hasso@netbsd.org>.
10590
10591 2009-09-17  Bruno Haible  <bruno@clisp.org>
10592
10593         * modules/COPYING: Update copyright years.
10594         * modules/README: Likeiwse.
10595         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10596         Reported by Ian Beckwith <ianb@erislabs.net>.
10597
10598 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10599
10600         * users.txt: Update references for gnuit package.
10601
10602 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10603
10604         * m4/getdelim.m4: Fix typo in copyright line.
10605
10606 2009-09-17  Bruno Haible  <bruno@clisp.org>
10607
10608         * lib/atoll.c: Use the standard header with GPL copyright.
10609         * lib/argz.in.h: Likewise.
10610         * lib/glob.c: Likewise.
10611         * lib/glob-libc.h: Likewise.
10612         * lib/random_r.c: Likewise.
10613         * lib/siglist.h: Likewise.
10614         * lib/strsignal.c: Likewise.
10615         Reported by Ian Beckwith <ianb@erislabs.net>.
10616
10617 2009-09-17  Eric Blake  <ebb9@byu.net>
10618
10619         rmdir: ensure correct dependency order
10620         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10621
10622 2009-09-17  Bruno Haible  <bruno@clisp.org>
10623
10624         Disable assertion that fails on NetBSD 5 / i386.
10625         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10626         Reported by Sam Steingold <sds@gnu.org>
10627         and Hasso Tepper <hasso@netbsd.org>.
10628
10629 2009-09-16  Eric Blake  <ebb9@byu.net>
10630
10631         unlinkdir: port to mingw
10632         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10633         on which no one can unlink a directory.
10634
10635         stdlib: sort witness names
10636         * modules/stdlib (Makefile.am): Sort replacements.
10637         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10638         * lib/stdlib.in.h: Likewise.
10639
10640         parse-duration-tests: avoid link failure
10641         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10642         LIBINTL.
10643         Reported by Tom G. Christensen.
10644
10645         openat-tests: ensure unlinkat behaves like rmdir
10646         * tests/test-rmdir.c (main): Factor guts...
10647         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10648         * modules/rmdir-tests (Files): Ship new file.
10649         * modules/openat-tests: New test.
10650         * tests/test-unlinkat.c: Likewise.
10651
10652         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10653         * modules/rmdir-errno (Status, Notice): Now obsolete.
10654
10655         rmdir: work around cygwin 1.5.x and mingw bugs
10656         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10657         * lib/rmdir.c (rmdir): Work around it.
10658         * modules/rmdir (Status, Notice): No longer obsolete.
10659         (Files): Add dos.m4.
10660         (Depends-on): Add unistd.
10661         (configure.ac): Set witnesses.
10662         (License): Relax to LGPLv2+.
10663         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10664         * modules/unistd (Makefile.am): Substitute witnesses.
10665         * lib/unistd.in.h (rmdir): Declare replacement.
10666         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10667         * modules/rmdir-tests: New tests.
10668         * tests/test-rmdir.c: Likewise.
10669
10670 2009-09-15  Eric Blake  <ebb9@byu.net>
10671
10672         fchdir: improve use of replacement functions
10673         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10674         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10675         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10676         REPLACE_CLOSEDIR.
10677         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10678         * modules/sys_stat (Makefile.am): Substitute correct witness.
10679         * modules/dirent (Makefile.am): Likewise.
10680         * modules/unistd (Makefile.am): Likewise.
10681         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10682         * lib/unistd.in.h (dup): Likewise.
10683         * lib/sys_stat.in.h (fstat): Likewise.
10684
10685         maint: ignore gnulib-tool temp files
10686         * .gitignore: Ignore files created during gnulib-tool --test.
10687
10688 2009-09-13  Jim Meyering  <meyering@redhat.com>
10689
10690         posixtm: don't reject a time that specify "60" as the number of seconds
10691         * lib/posixtm.c (posixtime): The code to reject invalid dates
10692         would also reject a time specified with the .60 suffix.
10693         But POSIX allows that, in order to accommodate leap seconds.
10694         So don't reject it.
10695         (main): Adjust tests accordingly.
10696         * modules/posixtm (Depends-on): Add stpcpy.
10697
10698 2009-09-11  Jim Meyering  <meyering@redhat.com>
10699
10700         announce-gen: include [$release_type] in emitted Subject:
10701         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10702         e.g., [stable] in the emitted Subject: line.
10703
10704 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10705
10706         Remove obsolete macros from several modules.
10707         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10708         obsolete Autoconf macros with their modern counterparts.
10709         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10710         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10711         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10712         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10713         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10714         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10715         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10716         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10717         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10718         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10719         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10720         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10721         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10722         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10723         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10724         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10725         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10726         * m4/time_r.m4 (gl_TIME_R): Likewise.
10727         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10728         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10729         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10730
10731         Fix copyright header in build-aux scripts.
10732         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10733         recommendation.
10734         * build-aux/ncftpput-ftp: Likewise.
10735         * build-aux/update-copyright: Likewise.
10736
10737 2009-09-09  Eric Blake  <ebb9@byu.net>
10738
10739         test-link: allow Linux choice of errno
10740         * tests/test-link.c (main): Relax test for alternate error.
10741
10742         strndup: fix improper m4 caching
10743         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10744         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10745         (gl_PREREQ_STRNDUP): Delete.
10746         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10747         * modules/string (Makefile.am): Substitute it.
10748         * lib/string.in.h (strndup): Modernize prototype.
10749
10750         getcwd: port to mingw
10751         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10752         different from the POSIX assumptions made throughout the getcwd
10753         module; fortunately, the mingw getcwd does not need replacement.
10754         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10755         * modules/getcwd-tests: New test.
10756         * tests/test-getcwd.c: Likewise.
10757
10758         link: fix platform bugs
10759         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10760         * lib/link.c (link): Work around them.  Fix related mingw bug.
10761         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10762         * modules/unistd (Makefile.am): Substitute it.
10763         * lib/unistd.in.h (link): Declare replacement.
10764         * doc/posix-functions/link.texi (link): Document this.
10765         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10766
10767         test-link: consolidate into single C program, test more cases
10768         * tests/test-link.sh: Delete.
10769         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10770         at least Cygwin and Solaris.
10771         * modules/link-tests (Files): Remove unused file.
10772         (Depends-on): Add errno, sys_stat.
10773         (Makefile.am): Simplify.
10774
10775 2009-09-08  Bruno Haible  <bruno@clisp.org>
10776
10777         Work around towlower, towupper bug on mingw.
10778         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10779         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10780         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10781         * doc/posix-functions/towupper.texi: Likewise.
10782         Reported by Eric Blake.
10783
10784 2009-09-08  Jim Meyering  <meyering@redhat.com>
10785
10786         build: don't try to run autoheader if we don't use it
10787         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10788         is not used in configure.ac.
10789
10790 2009-09-08  Eric Blake  <ebb9@byu.net>
10791
10792         euidaccess: fix compilation error
10793         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10794
10795         rawmemchr: relax license
10796         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10797         okay.
10798         Reported by Jim Meyering.
10799
10800         mkfifoat: new module
10801         * modules/mkfifoat: New file.
10802         * lib/mkfifoat.c: Likewise.
10803         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10804         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10805         * modules/sys_stat (Makefile.am): Use them.
10806         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10807         * MODULES.html.sh (File system functions): Mention module.
10808         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10809         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10810         * modules/mkfifoat-tests: New test.
10811         * tests/test-mkfifoat.c: Likewise.
10812
10813         strchrnul: relax license
10814         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10815         okay.
10816         Reported by Jim Meyering.
10817
10818 2009-09-08  Eric Blake  <ebb9@byu.net>
10819
10820         fstatat: fix compilation on Solaris
10821         * lib/fstatat.c (includes): Add fcntl.h.
10822         Reported by Pádraig Brady.
10823
10824 2009-09-07  Eric Blake  <ebb9@byu.net>
10825
10826         rename: modernize replacement
10827         * modules/rename (Depends-on): Add stdio.
10828         (configure.ac): Declare witness.
10829         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10830         stdio take care of replacement.
10831         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10832         * modules/stdio (Makefile.am): Substitute them.
10833         * lib/stdio.in.h (rename): Declare replacement.
10834         * lib/rename.c (includes): Allow cross-compilation to non-windows
10835         machines.
10836         * doc/posix-functions/rename.texi (rename): Improve
10837         documentation.
10838
10839         stdio: sort witness names
10840         * modules/stdio (Makefile.am): Sort replacements.
10841         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10842         * lib/stdio.in.h: Likewise.
10843
10844         getcwd: minor cleanups
10845         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10846         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10847
10848         openat: provide more convenience names
10849         * modules/faccessat (configure.ac): Add C witness.
10850         * lib/unistd.in.h (readlinkat): Fix typo.
10851         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10852         convenience wrappers.
10853         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10854         wrappers in syntax checks.
10855
10856 2009-09-06  Eric Blake  <ebb9@byu.net>
10857
10858         doc: fix comments in recent patches
10859         * lib/faccessat.c: Mention correct function.
10860         * lib/fchmodat.c: Likewise.
10861         * lib/fchownat.c: Likewise.
10862         * lib/symlinkat.c: Likewise.
10863         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10864         constants.
10865
10866         faccessat, symlinkat: continue cleanup of previous patch
10867         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10868         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10869         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10870         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10871         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10872         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10873         set.
10874
10875 2009-09-06  Bruno Haible  <bruno@clisp.org>
10876
10877         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10878         (fstatat): Declare if GNULIB_FSTATAT is set.
10879         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10880         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10881         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10882         * modules/fcntl-h (Files): Remove m4/openat.m4.
10883         * modules/sys_stat (Files): Remove m4/openat.m4.
10884         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10885         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10886         * modules/unistd (Files): Remove m4/openat.m4.
10887         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10888         GNULIB_OPENAT.
10889         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10890         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10891         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10892         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10893         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10894         gl_OPENAT_DEFAULTS.
10895         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10896         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10897         Don't require gl_OPENAT_DEFAULTS.
10898         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10899         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10900         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10901         (gl_OPENAT_DEFAULTS): Remove macro.
10902
10903 2009-09-06  Bruno Haible  <bruno@clisp.org>
10904
10905         * modules/openat (configure.ac): Remove unneeded witness.
10906
10907 2009-09-06  Bruno Haible  <bruno@clisp.org>
10908
10909         Set errno to ENOSYS when a function is entirely unsupported.
10910         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10911         EOPNOTSUPP.
10912         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10913         * modules/chown (Depends-on): Remove errno.
10914
10915 2009-09-06  Bruno Haible  <bruno@clisp.org>
10916
10917         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10918
10919 2009-09-06  Bruno Haible  <bruno@clisp.org>
10920
10921         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10922
10923 2009-09-06  Ben Pfaff  <blp@gnu.org>
10924             Bruno Haible  <bruno@clisp.org>
10925
10926         Work around a glibc bug in strtok_r.
10927         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10928         Undefine if UNDEFINE_STRTOK_R is set.
10929         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10930         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10931         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10932         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10933         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10934         UNDEFINE_STRTOK_R.
10935         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10936
10937 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10938
10939         exclude: minor fix
10940         * lib/exclude.c: Include wctype.h
10941
10942 2009-09-06  Akim Demaille  <demaille@gostai.com>
10943
10944         bootstrap: improve error message
10945         * build-aux/bootstrap (find_tool): Upon failure, report the list
10946         of candidates.
10947         Honor the initial value of the envvar.
10948
10949 2009-09-05  Eric Blake  <ebb9@byu.net>
10950
10951         symlinkat: new module
10952         * modules/symlinkat: New file.
10953         * lib/symlinkat.c: Likewise.
10954         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10955         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10956         * modules/unistd (Makefile.am): Use them.
10957         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10958         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10959         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10960         * MODULES.html.sh (File system functions): Mention module.
10961         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10962         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10963         * modules/symlinkat-tests: New test.
10964         * tests/test-symlinkat.c: Likewise.
10965
10966         test-openat-safer: add more checks
10967         * tests/test-openat-safer.c (main): Check more code paths.
10968
10969 2009-09-05  Jim Meyering  <meyering@redhat.com>
10970
10971         syntax-check: detect unnecessary inclusion of openat.h
10972         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10973
10974 2009-09-05  Bruno Haible  <bruno@clisp.org>
10975
10976         Support towlower, towupper.
10977         * doc/posix-functions/towlower.texi: Mention module wctype.
10978         * doc/posix-functions/towupper.texi: Likewise.
10979         * lib/wctype.in.h (towlower, towupper): New functions.
10980         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10981         (ASSERT): New macro.
10982         (e): New variable.
10983         (main): Test also towlower, towupper. Test WEOF argument.
10984         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10985
10986 2009-09-05  Bruno Haible  <bruno@clisp.org>
10987
10988         Fix conversion behaviour when the input is invalid.
10989         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10990         mark occurring in first pass of indirect conversion.
10991         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10992         input.
10993         Found by clang's static analyzer.
10994
10995 2009-09-05  Bruno Haible  <bruno@clisp.org>
10996
10997         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10998         where direct conversion is possible.
10999
11000 2009-09-04  Eric Blake  <ebb9@byu.net>
11001
11002         openat: fail with ENOENT on empty name
11003         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11004         buffer.
11005
11006         link-follow: fix logic bug in prior patch
11007         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11008         reversed sense of yes and no in prior patch.  Avoid confusing
11009         compilation failure with desired semantics.
11010
11011         link-follow: accomodate mingw and cross-compilation
11012         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11013         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11014         cross-compilation results to -1, to make linkat easier to
11015         implement when cross-compiling.  Trivially support mingw.
11016         * modules/link-follow (configure.ac): Call new name.
11017         * NEWS: Mention this.
11018
11019 2009-09-03  Eric Blake  <ebb9@byu.net>
11020
11021         faccessat: compile replacement
11022         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11023         needed.
11024
11025         fts: fix compilation error
11026         * lib/fts.c (includes): Re-add "openat.h", for
11027         openat_needs_fchdir.
11028
11029         faccessat: new module
11030         * modules/faccessat: New file.
11031         * lib/faccessat.c: Likewise.
11032         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11033         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11034         * modules/unistd (Makefile.am): Use it.
11035         * lib/unistd.in.h (faccessat): Declare it.
11036         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11037         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11038         * MODULES.html.sh (File system functions): Mention it.
11039         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11040         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11041
11042         euidaccess: prefer POSIX over non-standard implementation
11043         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11044         * lib/euidaccess.c (euidaccess): Use it if available.
11045
11046         openat: make template easier to use
11047         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11048         AT_FUNC_F2 to be undefined.
11049         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11050         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11051         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11052         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11053         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11054         Likewise.
11055         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11056         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11057         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11058         Likewise.
11059
11060         openat: declare in POSIX headers
11061         * NEWS: Mention this.
11062         * modules/openat (configure.ac): Declare witnesses.
11063         (Depends-on): Add fcntl-h, sys_stat, unistd.
11064         (Include): Mention correct headers.
11065         * modules/fcntl-h (Depends-on): Add link-warning.
11066         (Files): Add openat.m4.
11067         (Makefile.am): Substitute witnesses.
11068         * modules/sys_stat (Files, Makefile.am): Likewise.
11069         * modules/unistd (Files, Makefile.am): Likewise.
11070         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11071         (gl_OPENAT_DEFAULTS): New macro.
11072         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11073         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11074         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11075         (SYS_STAT_H): Remove unused variable.
11076         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11077         * lib/fcntl--.h (includes): Remove unneeded header.
11078         * lib/openat-safer.c (includes): Likewise.
11079         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11080         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11081         appropriate headers.
11082         (__OPENAT_PREFIX): Delete.
11083         * lib/fcntl.in.h (openat): Provide declaration.
11084         (AT_FDCWD): Fix Solaris bug.
11085         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11086         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11087         * lib/fchmodat.c (includes):  Adjust to find declaration.
11088         * lib/fchownat.c (includes): Likewise.
11089         * lib/mkdirat.c (includes): Likewise.
11090         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11091         still visible.
11092
11093 2009-09-02  Eric Blake  <ebb9@byu.net>
11094
11095         errno: use consistently
11096         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11097         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11098         * lib/canonicalize.c (ELOOP): Likewise.
11099         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11100         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11101         * lib/lchown.c (EOPNOTSUPP): Likewise.
11102         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11103         * lib/savewd.c (ESTALE): Likewise.
11104         * lib/settime.c (ENOSYS): Likewise.
11105         * lib/utimens.c (ENOSYS): Likewise.
11106         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11107         * lib/chdir-safer.c (ELOOP): Likewise.
11108         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11109         * modules/c-stack (Depends-on): Add errno.
11110         * modules/canonicalize (Depends-on): Likewise.
11111         * modules/chdir-safer (Depends-on): Likewise.
11112         * modules/fdopendir (Depends-on): Likewise.
11113         * modules/inet_ntop (Depends-on): Likewise.
11114         * modules/inet_pton (Depends-on): Likewise.
11115         * modules/lchown (Depends-on): Likewise.
11116         * modules/openat (Depends-on): Likewise.
11117         * modules/savewd (Depends-on): Likewise.
11118         * modules/settime (Depends-on): Likewise.
11119         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11120
11121         fts: avoid leaking fds
11122         * modules/fts (Depends-on): Add cloexec.
11123         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11124         flag.
11125
11126         fts: make directory fds more robust
11127         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11128         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11129
11130         backupfile, chdir-long, fts, savedir: make safer
11131         * lib/backupfile.c (includes): Use "dirent--.h", since
11132         numbered_backup can write to stderr during readdir.
11133         * lib/savedir.c (includes): Likewise.
11134         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11135         emulation can write to stderr on failure.
11136         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11137         * lib/getcwd.c: Document why opendir_safer is unused.
11138         * lib/glob.c: Likewise.
11139         * lib/scandir.c: Likewise.
11140         * lib/openat-proc.c: Likewise, for open_safer.
11141         * modules/backupfile (Depends-on): Add dirent-safer.
11142         * modules/savedir (Depends-on): Likewise.
11143         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11144         * modules/chdir-long (Depends-on): Add openat-safer.
11145
11146         openat-safer: new module
11147         * modules/openat-safer: New file.
11148         * lib/openat-safer.c: Likewise.
11149         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11150         * lib/fcntl-safer.h (openat_safer): Declare.
11151         * lib/fcntl--.h (openat): Override.
11152         * MODULES.html.sh (File descriptor based I/O): Mention it.
11153         * lib/openat.h: Add double-inclusion guards.
11154         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11155         "fcntl--.h", so we can implement openat.
11156         * modules/openat-safer-tests: New test.
11157         * tests/test-openat-safer.c: New file.
11158
11159         dirent-safer: new module
11160         * modules/dirent-safer: New file.
11161         * lib/dirent--.h: Likewise.
11162         * lib/dirent-safer.h: Likewise.
11163         * lib/opendir-safer.c: Likewise.
11164         * m4/dirent-safer.m4: Likewise.
11165         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11166         * modules/dirent-safer-tests: New test.
11167         * tests/test-dirent-safer.c: New file.
11168         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11169
11170         fdopendir: optimize on mingw
11171         * lib/unistd.in.h (_gl_directory_name): New prototype.
11172         * lib/fchdir.c (_gl_directory_name): Implement it.
11173         (fchdir): Use it to simplify implementation.
11174         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11175         fchdir, when available, to avoid calling [f]chdir().
11176
11177         fdopendir: split into its own module
11178         * lib/openat.c (fdopendir): Move...
11179         * lib/fdopendir.c: ...into new file.
11180         * modules/fdopendir: New module.
11181         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11182         * modules/openat (Depends-on): Add fdopendir.
11183         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11184         fdopendir here.
11185         * modules/savedir (Depends-on): Only need fdopendir, not full
11186         openat.
11187         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11188         * lib/openat.h (fdopendir): Drop prototype.
11189         * lib/dirent.in.h (fdopendir): Provide prototype.
11190         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11191         * modules/dirent (Makefile.am): Substitute them.
11192         * MODULES.html.sh (File system functions): Mention it.
11193         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11194         * modules/fdopendir-tests: New file.
11195         * tests/test-fdopendir.c: Likewise.
11196
11197         fchdir: use more consistent macro convention
11198         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11199         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11200         REPLACE_FCHDIR, rather than relying on config.h macros.
11201         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11202         inside a single make-time REPLACE_FCHDIR block, rather than using
11203         the config.h FCHDIR_REPLACEMENT.
11204         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11205         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11206         Manage fstat replacement.
11207         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11208         REPLACE_FCHDIR.
11209         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11210         (Makefile.am): Substitute REPLACE_FCHDIR.
11211         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11212         FCHDIR_REPLACEMENT.
11213         * lib/dup-safer.c (dup_safer): Likewise.
11214         * lib/dup2.c (rpl_dup2): Likewise.
11215         * lib/dup3.c (rpl_dup3): Likewise.
11216         * lib/open.c (rpl_open): Likewise.
11217
11218         fchdir: simplify error handling, and support dup3
11219         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11220         stdbool, malloc-posix, realloc-posix.
11221         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11222         (ensure_dirs_slot): Return false on allocation failure.
11223         (rpl_dup2): Delete.
11224         (_gl_register_dup): New function.
11225         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11226         (_gl_register_fd): Close fd on allocation failure.
11227         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11228         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11229         prototype.
11230         (rpl_dup2_fchdir): Delete prototype.
11231         * lib/open.c (open): Update caller.
11232         * lib/dup2.c (dup2): Track fchdir metadata.
11233         * lib/dup3.c (dup3): Likewise.
11234         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11235         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11236
11237 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11238
11239         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11240         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11241         don't pass arguments to AC_OUTPUT.
11242
11243 2009-09-02  Bruno Haible  <bruno@clisp.org>
11244
11245         * modules/mkdtemp (License): Relicense under LGPLv2+.
11246         Reported by Paolo Bonzini.
11247
11248 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11249
11250         Replace uses of obsolete autoconf macros in Jim's modules.
11251         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11252         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11253         can evoke a warning from autoconf when run with -Wobsolete
11254         enabled.  They were declared obsolete for good reasons (see
11255         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11256         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11257         should not continue using the deprecated macros.
11258         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11259         obsolete Autoconf macros with modern counterparts.
11260         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11261         * m4/dos.m4 (gl_AC_DOS): Likewise.
11262         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11263         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11264         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11265         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11266         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11267         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11268         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11269         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11270         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11271         Likewise.
11272         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11273         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11274         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11275         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11276         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11277         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11278
11279 2009-09-01  Eric Blake  <ebb9@byu.net>
11280
11281         fchdir: fix off-by-one bug in previous patch
11282         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11283         (_gl_unregister_fd): Delete useless if.
11284
11285 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11286
11287         maint.mk: sort the list of syntax-check rules
11288         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11289         easier to get a sense of progress when the rules are run sequentially
11290         and take a long time.
11291
11292 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11293
11294         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11295         * modules/netinet_in: Likewise.
11296         * modules/sys_file: Likewise.
11297         * modules/sys_ioctl: Likewise.
11298         * modules/sys_select: Likewise.
11299         * modules/sys_socket: Likewise.
11300         * modules/sys_stat: Likewise.
11301         * modules/sys_time: Likewise.
11302         * modules/sys_times: Likewise.
11303         * modules/sys_utsname: Likewise.
11304         * modules/sys_wait: Likewise.
11305
11306 2009-09-01  Jim Meyering  <meyering@redhat.com>
11307
11308         fts: help ensure that return values are not ignored
11309         * lib/fts_.h (__GNUC_PREREQ): Define.
11310         (__attribute_warn_unused_result__): Define.
11311         (fts_children, fts_close, fts_open, fts_read): Declare with
11312         __attribute_warn_unused_result__.
11313
11314         fts: fts_close now fails also when closing a dir file descriptor fails
11315         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11316         and propagate to caller, along with errno.
11317
11318         announce-gen: correct formatting in --help output
11319         * build-aux/announce-gen (usage): Move the one-line description in
11320         --help output "up", to where it belongs, just after Usage:.
11321
11322 2009-08-31  Eric Blake  <ebb9@byu.net>
11323
11324         fchdir: port to mingw
11325         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11326         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11327         opened, then use a substitute.
11328         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11329         replacement.
11330         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11331         (_gl_register_fd): No need to check stat if open already filters
11332         all directories.
11333         (fchdir): Fix error condition to match POSIX.
11334         * modules/fchdir (Depends-on): Add sys_stat.
11335         * doc/posix-functions/open.texi (open): Document the limitation.
11336         * modules/fchdir-tests: New file.
11337         * tests/test-fchdir.c: Likewise.
11338
11339         canonicalize: allow cross-testing from cygwin to mingw
11340         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11341         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11342         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11343         Likewise.
11344         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11345         target does not support symlinks.
11346         * tests/test-canonicalize-lgpl.sh: Likewise.
11347
11348         chown: avoid compilation warning on mingw
11349         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11350         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11351         mingw.
11352         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11353         * modules/chown (Depends-on): Add errno.
11354
11355 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11356
11357         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11358         command.
11359
11360 2009-08-31  Jim Meyering  <meyering@redhat.com>
11361
11362         canonicalize: remove useless initialization
11363         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11364         initialization of local, "end".
11365
11366 2009-08-30  Bruno Haible  <bruno@clisp.org>
11367
11368         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11369         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11370         ENOSYS.
11371
11372 2009-08-30  Bruno Haible  <bruno@clisp.org>
11373
11374         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11375         /usr/xpg4/bin/tr when it exists.
11376         * tests/test-pipe-filter-gi1.sh: Likewise.
11377
11378 2009-08-30  Bruno Haible  <bruno@clisp.org>
11379
11380         Work around deficient /usr/bin/id program on Solaris.
11381         * tests/test-file-has-acl.sh (ID): New variable.
11382         * tests/test-set-mode-acl.sh (ID): Likewise.
11383         * tests/test-copy-acl.sh (ID): Likewise.
11384         * tests/test-copy-file.sh (ID): Likewise.
11385
11386 2009-08-30  Bruno Haible  <bruno@clisp.org>
11387
11388         New module 'xstriconveh'.
11389         * lib/xstriconveh.h: New file.
11390         * lib/xstriconveh.c: New file.
11391         * modules/xstriconveh: New file.
11392
11393 2009-08-30  Bruno Haible  <bruno@clisp.org>
11394
11395         Make it easier to use mem_cd_iconveh.
11396         * lib/striconveh.h (iconveh_t): New type.
11397         (iconveh_open, iconveh_close): New declarations.
11398         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11399         with a single 'const iconveh_t *' argument.
11400         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11401         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11402         with a single 'const iconveh_t *' argument.
11403         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11404         * tests/test-striconveh.c (main): Update.
11405         * NEWS: Mention the change.
11406
11407 2009-08-30  Bruno Haible  <bruno@clisp.org>
11408
11409         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11410         problem.
11411
11412 2009-08-30  Bruno Haible  <bruno@clisp.org>
11413
11414         Work around iconv_open problem on Solaris.
11415         * lib/iconv_open-solaris.gperf: New file.
11416         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11417         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11418         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11419         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11420         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11421         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11422
11423 2009-08-29  Jim Meyering  <meyering@redhat.com>
11424
11425         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11426         * top/maint.mk (cvs-check): Remove target; it was just an alias
11427         to the better-named vc-diff-check.
11428         (maintainer-distcheck): Remove rule.  It was used only from
11429         the (alpha/beta/major) target, and all of its commands but one
11430         were coreutils-specific.
11431         (vc-dist): Remove rule.
11432         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11433         Run vc-diff-check, not vc-dist.
11434         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11435
11436 2009-08-27  Bruno Haible  <bruno@clisp.org>
11437
11438         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11439         of 0.
11440
11441 2009-08-27  Bruno Haible  <bruno@clisp.org>
11442
11443         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11444         compilers.
11445         * doc/func.texi: Document the SunPRO C bug.
11446
11447 2009-08-27  Bruno Haible  <bruno@clisp.org>
11448
11449         Fix link error on Solaris.
11450         * tests/test-parse-duration.c (xstrdup): Remove function.
11451
11452 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11453
11454         ignore-value: handle pointer types, too
11455         * lib/ignore-value.h (__attribute__): Remove definition.
11456         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11457         of a more concise and more-often effective "(void) i" statement.
11458         (ignore_ptr): New function to suppress warnings from functions that
11459         return pointers, and to make it explicit that one function doesn't
11460         handle all cases.
11461
11462 2009-08-25  Bruno Haible  <bruno@clisp.org>
11463
11464         dup2: work around a Linux bug.
11465         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11466         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11467         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11468         Reported by Simon Josefsson.
11469
11470 2009-08-25  Jim Meyering  <meyering@redhat.com>
11471
11472         libguestfs uses gnulib
11473         * users.txt: Add libguestfs.
11474
11475 2009-08-24  Eric Blake  <ebb9@byu.net>
11476
11477         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11478         * lib/pipe2.c (includes): Add binary-io.h.
11479         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11480
11481 2009-08-24  Bruno Haible  <bruno@clisp.org>
11482
11483         Tolerate declared but missing accept4 syscall.
11484         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11485         available.
11486         * lib/sys_socket.in.h (accept4): If the function is already present,
11487         override it.
11488         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11489         * modules/accept4 (Makefile.am): Compile accept4.c always.
11490         Reported by Paolo Bonzini and Eric Blake.
11491
11492 2009-08-23  Bruno Haible  <bruno@clisp.org>
11493
11494         New module 'accept4'.
11495         * lib/sys_socket.in.h (accept4): New declaration.
11496         * lib/accept4.c: New file.
11497         * m4/accept4.m4: New file.
11498         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11499         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11500         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11501         HAVE_ACCEPT4.
11502         * modules/accept4: New file.
11503         * doc/glibc-functions/accept4.texi: Mention the new module.
11504
11505 2009-08-24  Jim Meyering  <meyering@redhat.com>
11506
11507         progname: also set global program_invocation_name, when possible
11508         Before this change, a libtool-enabled program that calls glibc's
11509         error function would report the program name as
11510         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11511         * modules/progname (configure.ac): Check for a declaration of
11512         program_invocation_name.
11513         * lib/progname.c:  Include <errno.h>.
11514         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11515         Set program_invocation_name.
11516
11517 2009-08-23  Bruno Haible  <bruno@clisp.org>
11518
11519         * lib/dup3.c: Include <string.h>.
11520
11521 2009-08-23  Bruno Haible  <bruno@clisp.org>
11522
11523         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11524         * lib/pipe2.c (pipe2): Likewise.
11525         Suggested by Eric Blake.
11526
11527 2009-08-23  Bruno Haible  <bruno@clisp.org>
11528
11529         Tolerate declared but missing dup3 syscall.
11530         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11531         * lib/unistd.in.h (dup3): If the function is already present,
11532         override it.
11533         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11534         * modules/dup3 (Makefile.am): Compile dup3.c always.
11535         Reported by Paolo Bonzini.
11536
11537 2009-08-23  Bruno Haible  <bruno@clisp.org>
11538
11539         Tolerate declared but missing pipe2 syscall.
11540         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11541         available.
11542         * lib/unistd.in.h (pipe2): If the function is already present,
11543         override it.
11544         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11545         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11546         Reported by Paolo Bonzini.
11547
11548 2009-08-23  Bruno Haible  <bruno@clisp.org>
11549
11550         * lib/pipe2.c (pipe2): Move #ifs inside function.
11551
11552 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11553
11554         quotearg: document limitations of quote_these_too
11555         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11556         those limitations are created.
11557         * lib/quotearg.h (set_char_quoting): Document that digits and
11558         letters that are special after backslash are not permitted.
11559         (quotearg_char): Cross-reference set_char_quoting documentation.
11560
11561 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11562
11563         quotearg: implement custom_quoting_style
11564         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11565         right_quote fields.
11566         (set_custom_quoting): New public function.
11567         (quotearg_buffer_restyled): Add left_quote and right_quote
11568         arguments, handle them very much like locale quoting, and update
11569         all uses.
11570         (quotearg_n_custom): New public function.
11571         (quotearg_n_custom_mem): New public function.
11572         (quotearg_custom): New public function.
11573         (quotearg_custom_mem): New public function.
11574         * lib/quotearg.h: Prototype and document new public functions.
11575         (enum quoting_style): For escape_quoting_style and
11576         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11577         ignored even though they're otherwise like c_quoting_style.
11578         Add custom_quoting_style member and document with comparison to
11579         clocale_quoting_style.
11580         * tests/test-quotearg.c (custom_quotes): New array.
11581         (custom_results): New array.
11582         (main): Extend to test custom quoting.
11583
11584 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11585
11586         quotearg: fix right quote escaping when it's in quote_these_too
11587         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11588         quote, be sure to prepend only one backslash.
11589         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11590         (main): Test it.
11591
11592 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11593
11594         quotearg-tests: test escaping of embedded locale quotes
11595         * tests/test-quotearg.c (struct result_strings): Add member for
11596         new input.
11597         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11598         (inputs): Add new input.
11599         (results_g): Add expected results.
11600         (flag_results): Likewise.
11601         (locale_results): Likewise.
11602         (compare_strings): Check those.
11603
11604 2009-08-23  Bruno Haible  <bruno@clisp.org>
11605
11606         Tests for module 'dup3'.
11607         * modules/dup3-tests: New file.
11608         * tests/test-dup3.c: New file.
11609
11610         New module 'dup3'.
11611         * lib/unistd.in.h (dup3): New declaration.
11612         * lib/dup3.c: New file.
11613         * m4/dup3.m4: New file.
11614         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11615         HAVE_DUP3.
11616         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11617         * modules/dup3: New file.
11618         * doc/glibc-functions/dup3.texi: Mention the new module.
11619
11620 2009-08-23  Bruno Haible  <bruno@clisp.org>
11621
11622         Tweak the dup2 test.
11623         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11624         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11625         the test file is still empty. Fix argument order of lseek.
11626
11627 2009-08-23  Bruno Haible  <bruno@clisp.org>
11628
11629         Avoid test link errors when the modules getopt-gnu, gettext are used.
11630         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11631         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11632
11633 2009-08-23  Bruno Haible  <bruno@clisp.org>
11634
11635         Fix getdtablesize() on mingw.
11636         * lib/getdtablesize.c (getdtablesize): Implement differently.
11637         * lib/unistd.in.h (getdtablesize): Improve comment.
11638
11639 2009-08-23  Bruno Haible  <bruno@clisp.org>
11640
11641         New module 'mkostemp'.
11642         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11643         * lib/stdlib.in.h (mksotemp): New declaration.
11644         * lib/mkostemp.c: New file, from glibc with modifications.
11645         * lib/tempname.h (GT_FILE): Remove outdated comment.
11646         (gen_tempname): Add flags argument.
11647         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11648         (__GT_FILE): Map to 1.
11649         (small_open, large_open): Remove macros.
11650         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11651         * lib/mkstemp.c (mkstemp): Update.
11652         * lib/mkdtemp.c (mkdtemp): Likewise.
11653         * m4/mkostemp.m4: New file.
11654         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11655         HAVE_MKOSTEMP.
11656         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11657         HAVE_MKOSTEMP.
11658         * modules/mkostemp: New file, based on modules/mkstemp.
11659         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11660         * NEWS: Mention the change.
11661
11662 2009-08-23  Bruno Haible  <bruno@clisp.org>
11663
11664         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11665         Reported by Eric Blake.
11666
11667 2009-08-23  Bruno Haible  <bruno@clisp.org>
11668
11669         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11670         Reported by Eric Blake.
11671
11672 2009-08-23  Bruno Haible  <bruno@clisp.org>
11673
11674         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11675         * modules/pipe2 (Depends-on): Likewise.
11676
11677 2009-08-23  Eric Blake  <ebb9@byu.net>
11678
11679         fcntl-h: add O_TTY_INIT support
11680         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11681         * tests/test-fcntl-h.c (o): Test it.
11682         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11683
11684         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11685         * modules/fcntl: Move <fcntl.h> header replacement...
11686         * modules/fcntl-h: ...to new name, so as not to collide with
11687         like-named function.
11688         * tests/test-fcntl.c: Rename...
11689         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11690         * modules/fcntl-tests: Rename...
11691         * modules/fcntl-h-tests: ...to this.  Update test file name.
11692         * modules/chdir-long (Depends-on): Update clients.
11693         * modules/chdir-safer (Depends-on): Likewise.
11694         * modules/fcntl-safer (Depends-on): Likewise.
11695         * modules/fts (Depends-on): Likewise.
11696         * modules/mkancesdirs (Depends-on): Likewise.
11697         * modules/mkdir-p (Depends-on): Likewise.
11698         * modules/open (Depends-on): Likewise.
11699         * modules/savewd (Depends-on): Likewise.
11700         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11701         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11702
11703 2009-08-22  Bruno Haible  <bruno@clisp.org>
11704
11705         * modules/binary-io (License): Relicense under LGPL.
11706         * modules/pipe2 (License): Likewise.
11707
11708 2009-08-22  Bruno Haible  <bruno@clisp.org>
11709
11710         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11711         return value.
11712         * lib/pipe-filter-gi.c (filter_init): Likewise.
11713         Reported by Eric Blake.
11714
11715 2009-08-22  Bruno Haible  <bruno@clisp.org>
11716
11717         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11718         * modules/pipe (Depends-on): Add pipe2.
11719
11720 2009-08-22  Bruno Haible  <bruno@clisp.org>
11721
11722         Tests for module 'pipe2'.
11723         * modules/pipe2-tests: New file.
11724         * tests/test-pipe2.c: New file.
11725
11726         New module 'pipe2'.
11727         * lib/unistd.in.h (pipe2): New declaration.
11728         * lib/pipe2.c: New file.
11729         * m4/pipe2.m4: New file.
11730         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11731         HAVE_PIPE2.
11732         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11733         * modules/pipe2: New file.
11734         * doc/glibc-functions/pipe2.texi: Mention the new module.
11735
11736 2009-08-22  Bruno Haible  <bruno@clisp.org>
11737
11738         Reference some new glibc functions.
11739         * doc/glibc-functions/accept4.texi: New file.
11740         * doc/glibc-functions/dup3.texi: New file.
11741         * doc/glibc-functions/mkostemp.texi: New file.
11742         * doc/glibc-functions/pipe2.texi: New file.
11743         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11744         (Glibc sys/socket.h): Refer to accept4.
11745         (Glibc unistd.h): Refer to dup3, pipe2.
11746         Reported by Eric Blake.
11747
11748 2009-08-22  Jim Meyering  <meyering@redhat.com>
11749             Bruno Haible  <bruno@clisp.org>
11750
11751         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11752         This makes it so packages using automake-1.11's silent-rules option
11753         can print e.g., a single "GEN    configmake.h" line, rather than
11754         the 30+ statements that perform the job.  If you want to see the
11755         actual commands, you can still run "make V=1".
11756         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11757         so that make output is abbreviated when those variables are defined
11758         appropriately.
11759         * modules/argz: Likewise.
11760         * modules/arpa_inet: Likewise.
11761         * modules/byteswap: Likewise.
11762         * modules/configmake: Likewise.
11763         * modules/dirent: Likewise.
11764         * modules/errno: Likewise.
11765         * modules/fcntl: Likewise.
11766         * modules/float: Likewise.
11767         * modules/fnmatch: Likewise.
11768         * modules/getopt-posix: Likewise.
11769         * modules/glob: Likewise.
11770         * modules/iconv_open: Likewise.
11771         * modules/inttypes: Likewise.
11772         * modules/localcharset: Likewise.
11773         * modules/locale: Likewise.
11774         * modules/math: Likewise.
11775         * modules/netdb: Likewise.
11776         * modules/netinet_in: Likewise.
11777         * modules/poll: Likewise.
11778         * modules/posix_spawnp-tests: Likewise.
11779         * modules/sched: Likewise.
11780         * modules/search: Likewise.
11781         * modules/selinux-h: Likewise.
11782         * modules/signal: Likewise.
11783         * modules/spawn: Likewise.
11784         * modules/stdarg: Likewise.
11785         * modules/stdbool: Likewise.
11786         * modules/stddef: Likewise.
11787         * modules/stdint: Likewise.
11788         * modules/stdio: Likewise.
11789         * modules/stdlib: Likewise.
11790         * modules/string: Likewise.
11791         * modules/strings: Likewise.
11792         * modules/sys_file: Likewise.
11793         * modules/sys_ioctl: Likewise.
11794         * modules/sys_select: Likewise.
11795         * modules/sys_socket: Likewise.
11796         * modules/sys_stat: Likewise.
11797         * modules/sys_time: Likewise.
11798         * modules/sys_times: Likewise.
11799         * modules/sys_utsname: Likewise.
11800         * modules/sys_wait: Likewise.
11801         * modules/sysexits: Likewise.
11802         * modules/time: Likewise.
11803         * modules/unistd: Likewise.
11804         * modules/wchar: Likewise.
11805         * modules/wctype: Likewise.
11806
11807 2009-08-22  Jim Meyering  <meyering@redhat.com>
11808
11809         announce-gen: detect write failure
11810         * build-aux/announce-gen: Add Coda at end.
11811         Remove equivalent-but-more-verbose block at top.
11812
11813 2009-08-19  Akim Demaille  <demaille@gostai.com>
11814
11815         bootstrap: --help to stdout.
11816         * bootstrap (usage): Don't send --help to stderr.
11817         Use a here doc instead of a long string.
11818
11819 2009-08-21  Eric Blake  <ebb9@byu.net>
11820
11821         test-popen-safer: split from test-popen
11822         * tests/test-popen.c (main): Move...
11823         * tests/test-popen.h: ...into new file.
11824         * tests/test-popen-safer2.c: New file.
11825         * modules/popen-tests (Files): Add test-popen.h.
11826         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11827         Suggested by Bruno Haible.
11828
11829         test-fcntl-safer: split from test-open
11830         * tests/test-open.c (main): Move...
11831         * tests/test-open.h: ...into new file.
11832         * tests/test-fcntl-safer.c: New file.
11833         * modules/open-tests (Files): Add test-open.h.
11834         * modules/fcntl-safer-tests: New file.
11835         Suggested by Bruno Haible.
11836
11837         test-fopen-safer: split from test-fopen
11838         * tests/test-fopen.c (main): Move...
11839         * tests/test-fopen.h: ...into new file.
11840         * tests/test-fopen-safer.c: New file.
11841         * modules/fopen-tests (Files): Add test-fopen.h.
11842         * modules/fopen-safer-tests: New file.
11843         Suggested by Bruno Haible.
11844
11845 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11846
11847         popen-safer: test O_CLOEXEC at run-time.
11848         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11849
11850 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11851
11852         fcntl: move more flags to the header
11853         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11854         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11855         * lib/fcntl.in.h: Do both things here.
11856
11857 2009-08-21  Jim Meyering  <meyering@redhat.com>
11858
11859         consistently remove $@-t before redirecting to it
11860         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11861         * modules/alloca-opt: Likewise.
11862         * modules/byteswap: Likewise.
11863         * modules/fnmatch: Likewise.
11864         * modules/getopt-posix: Likewise.
11865         * modules/glob: Likewise.
11866         * modules/poll: Likewise.
11867         * modules/posix_spawnp-tests: Likewise.
11868         * modules/sys_socket: Likewise.
11869         * modules/sysexits: Likewise.
11870
11871 2009-08-21  Eric Blake  <ebb9@byu.net>
11872
11873         popen: simplify access to original popen
11874         * lib/popen.c (rpl_popen): No need to worry about popen being a
11875         macro.
11876         Reported by Bruno Haible.
11877
11878 2009-08-20  Eric Blake  <ebb9@byu.net>
11879
11880         build: avoid some compiler warnings
11881         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11882         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11883         type.
11884         (new_exclude_segment, excluded_file_pattern_p)
11885         (excluded_file_name_p): Reduce scope.
11886         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11887         old-style declaration.
11888
11889 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11890
11891         * tests/test-exclude1.sh: Handle Windows EOL.
11892         * tests/test-exclude2.sh: Likewise.
11893         * tests/test-exclude3.sh: Likewise.
11894         * tests/test-exclude4.sh: Likewise.
11895         * tests/test-exclude5.sh: Likewise.
11896         * tests/test-exclude6.sh: Likewise.
11897         * tests/test-exclude7.sh: Likewise.
11898
11899 2009-08-19  Akim Demaille  <demaille@gostai.com>
11900
11901         bootstrap: find sha1sum when named gsha1sum.
11902         * bootstrap (find_tool): New.
11903         ($SHA1SUM): New.
11904         Use it.
11905
11906 2009-08-20  Jim Meyering  <meyering@redhat.com>
11907
11908         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11909         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11910         expression that converts "." in a file name to "\." in the resulting
11911         regexp.  Start with a dummy statement, so that prior shell variable
11912         definitions are expanded portably.  Reported by Simon Josefsson.
11913
11914 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11915
11916         Fix polling for writeability of a screen buffer.
11917         * lib/poll.c: Distinguish input and screen buffers for the
11918         Win32 implementation.
11919         * lib/select.c: Likewise.
11920
11921 2009-08-19  Eric Blake  <ebb9@byu.net>
11922
11923         popen-safer: prevent popen from clobbering std descriptors
11924         * modules/popen-safer: New file.
11925         * lib/popen-safer.c: Likewise.
11926         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11927         * lib/stdio--.h (popen): Provide override.
11928         * lib/stdio-safer.h (popen_safer): Provide declaration.
11929         * tests/test-popen.c (includes): Partially test this.
11930         * modules/popen-safer-tests: New file, for more tests.
11931         * tests/test-popen-safer.c: Likewise.
11932         * MODULES.html.sh (file stream based Input/Output): Mention it.
11933
11934         tests: test some of the *-safer modules
11935         * modules/fopen-safer (Depends-on): Add fopen.
11936         * modules/fcntl-safer (Depends-on): Add fcntl.
11937         * modules/stdlib-safer (Depends-on): Add stdlib.
11938         (configure.ac): Set indicator.
11939         * modules/unistd-safer (configure.ac): Likewise.
11940         * modules/tmpfile-safer (configure.ac): Likewise.
11941         (Depends-on): Add tmpfile.
11942         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11943         active.
11944         * tests/test-fopen.c (includes): Test safer versions when they are
11945         in use.
11946         * tests/test-open.c (includes): Likewise.
11947
11948         popen: fix cygwin 1.5 bug when stdin closed
11949         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11950         * modules/popen: New file.
11951         * modules/popen-tests: Likewise.
11952         * tests/test-popen.c: Likewise.
11953         * m4/popen.m4: Likewise.
11954         * lib/popen.c: Likewise.
11955         * lib/stdio.in.h (popen): New declaration.
11956         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11957         * modules/stdio (Makefile.am): Likewise.
11958         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11959
11960 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11961
11962         maint.mk: give full control over update-copyright exclusions
11963         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11964         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11965         (update-copyright): Don't force inclusion of top-level
11966         ChangeLog.  Don't force exclusion of all COPYING files, but make
11967         them the default exclusion instead.
11968
11969 2009-08-16  Bruno Haible  <bruno@clisp.org>
11970
11971         Fix test failures on Solaris 10.
11972         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11973         tests when Solaris iconv() is used.
11974         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11975         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11976         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11977         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11978         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11979
11980 2009-08-16  Bruno Haible  <bruno@clisp.org>
11981
11982         Fix test failures on Solaris 10.
11983         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11984         'tr' program and pass it as first argument.
11985         * tests/test-pipe-filter-gi1.sh: Likewise.
11986         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11987         program as first argument.
11988         * tests/test-pipe-filter-gi1.c (main): Likewise.
11989
11990 2009-08-16  Eric Blake  <ebb9@byu.net>
11991
11992         fpurge: fix previous commits
11993         * modules/fpurge (Makefile.am): Make replacement conditional,
11994         partially reverting 2007-04-29 change; missed in previous
11995         attempt.
11996         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11997         is missing.
11998
11999 2009-08-16  Bruno Haible  <bruno@clisp.org>
12000
12001         Clarify fpurge's effect on the file position.
12002         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12003         * tests/test-fpurge.c (main): Make a second pass for checking the file
12004         position.
12005
12006 2009-08-16  Bruno Haible  <bruno@clisp.org>
12007
12008         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12009         declaration of fpurge is missing.
12010         * tests/test-fpurge.c (main): Check that the file has not more contents
12011         than expected. Close the file before removing it.
12012
12013 2009-08-15  Eric Blake  <ebb9@byu.net>
12014
12015         fpurge: don't wrap working cygwin implementation
12016         * lib/fpurge.c (fpurge): Fix comment typo.
12017         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12018         1.7 to avoid replacement.
12019         * tests/test-fpurge.c (main): Enhance test.
12020
12021 2009-08-15  Eric Blake  <ebb9@byu.net>
12022         and Jim Meyering  <meyering@redhat.com>
12023
12024         test-update-copyright: skip if perl is insufficient
12025         * tests/test-update-copyright.sh: Failure to run maintainer tool
12026         should not cause testsuite failure on cygwin 1.5.
12027
12028 2009-08-14  Eric Blake  <ebb9@byu.net>
12029
12030         doc: mention more functions added in cygwin 1.7.0
12031         * doc/posix-headers/limits.texi (limits.h): Update for recent
12032         cygwin additions.
12033         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12034         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12035         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12036         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12037         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12038
12039 2009-08-14  Eric Blake  <ebb9@byu.net>
12040
12041         maint.mk: simplify update-copyright rule
12042         * top/maint.mk (update-copyright-local): Delete, and document how
12043         to do it in cfg.mk instead.
12044         (update-copyright-exclude-regexp): Delete, and document how to do
12045         it in .x-update-copyright instead.
12046         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12047         exclude ChangeLog.
12048
12049 2009-08-14  Bruno Haible  <bruno@clisp.org>
12050
12051         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12052
12053 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12054
12055         maint.mk: support update-copyright-env
12056         * top/maint.mk (update-copyright-env): Define place-holder.
12057         (update-copyright): Expand $(update-copyright-env) before
12058         invoking update-copyright.
12059
12060 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12061
12062         update-copyright: implement forced reformatting
12063         * build-aux/update-copyright: Implement and document
12064         UPDATE_COPYRIGHT_FORCE.
12065         * tests/test-update-copyright.sh: Test it.
12066
12067 2009-08-14  Eric Blake  <ebb9@byu.net>
12068         and Bruno Haible  <bruno@clisp.org>
12069
12070         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12071         * tests/test-locale.c: Revert previous patch related to NULL.
12072         * tests/test-stdio.c: Likewise.
12073         * tests/test-stdlib.c: Likewise.
12074         * tests/test-string.c: Likewise.
12075         * tests/test-unistd.c: Likewise.
12076         * modules/time-tests (Depends-on): Add verify.
12077         * modules/wchar-tests (Depends-on): Likewise.
12078         * tests/test-time.c: Test for NULL compliance.
12079         * tests/test-wchar.c: Likewise.
12080         * modules/locale (Depends-on): Add stddef.
12081         * modules/stdio (Depends-on): Likewise.
12082         * modules/stdlib (Depends-on): Likewise.
12083         * modules/string (Depends-on): Likewise.
12084         * modules/time (Depends-on): Likewise.
12085         * modules/unistd (Depends-on): Likewise.
12086         * modules/wchar (Depends-on): Likewise.
12087         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12088         * lib/stdlib.in.h (includes): Likewise.
12089         * lib/string.in.h (includes): Likewise.
12090         * lib/time.in.h (includes): Likewise.
12091         * lib/unistd.in.h (includes): Likewise.
12092         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12093         replaced.
12094         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12095         * m4/stddef_h.m4: New file.
12096         * modules/stddef: Likewise.
12097         * lib/stddef.in.h: Likewise.
12098         * modules/stddef-tests: Likewise.
12099         * tests/test-stddef.c: Likewise.
12100         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12101         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12102         * doc/posix-headers/locale.texi (locale.h): Likewise.
12103         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12104         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12105         * doc/posix-headers/string.texi (string.h): Likewise.
12106         * doc/posix-headers/time.texi (time.h): Likewise.
12107         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12108         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12109
12110 2009-08-14  Eric Blake  <ebb9@byu.net>
12111
12112         doc: improve git diff of texinfo files
12113         * .gitattributes: Add rule for *.texi files, with hint on how to
12114         use it.
12115         Copied from m4, and based on a report by Bruno Haible.
12116
12117 2009-08-14  Bruno Haible  <bruno@clisp.org>
12118
12119         Disable multithread support by default on Cygwin 1.5.x for real.
12120         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12121
12122 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12123
12124         update-copyright: much ado about intervals
12125         * build-aux/update-copyright: Implement and document
12126         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12127         of copyright year intervals.
12128         Also, document UPDATE_COPYRIGHT_YEAR.
12129         * tests/test-update-copyright.sh: Test it.
12130
12131         update-copyright: convert 2-digit to 4-digit years
12132         * build-aux/update-copyright: Implement and document.
12133         * tests/test-update-copyright.sh: Update.
12134
12135 2009-08-14  Jim Meyering  <meyering@redhat.com>
12136
12137         test-exclude: avoid coreutils "make check" failure
12138         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12139         just as in test-argmatch.c.
12140
12141 2009-08-13  Eric Blake  <ebb9@byu.net>
12142
12143         test-dup2: fix bad assumption
12144         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12145         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12146
12147         test-version-etc: fix CRLF portability issue
12148         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12149         recognize \r.
12150         * tests/test-argp-version-etc-1.sh: Likewise.
12151
12152         getopt: update client modules
12153         * modules/argp (Depends-on): Use getopt-gnu.
12154         * modules/git-merge-changelog (Depends-on): Likewise.
12155         * modules/long-options (Depends-on): Likewise.
12156         * modules/xstrtol (Depends-on): Likewise.
12157
12158 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12159
12160         * tests/test-version-etc.sh: Don't fail on different
12161         project/version.  Don't fail on CRLF differences.  Rewrite to use
12162         multiple -e instead of multiple sed forks, suggested by Eric Blake
12163         <ebb9@byu.net>.
12164         * tests/test-argp-version-etc-1.sh: Likewise.
12165
12166 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12167
12168         * tests/test-version-etc.sh: Don't fail on different
12169         project/version.
12170
12171 2009-08-12  Bruno Haible  <bruno@clisp.org>
12172
12173         Tests for modules 'getopt-posix', 'getopt-gnu'.
12174         * modules/getopt-posix-tests: New file.
12175         * tests/test-getopt.c: New file.
12176         * tests/test-getopt.h: New file.
12177         * tests/test-getopt_long.h: New file.
12178
12179         New modules 'getopt-posix', 'getopt-gnu'.
12180         * modules/getopt-gnu: New file, renamed from modules/getopt.
12181         * modules/getopt-posix: New file.
12182         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12183         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12184         (gl_GETOPT): Remove macro.
12185         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12186         Disable the test against BSD systems that declare optreset. Test
12187         against mingw bug. Test against lack of support of optional arguments
12188         on many platforms.
12189         * doc/glibc-headers/getopt.texi: Update module name and list of
12190         relevant platforms.
12191         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12192         'getopt-gnu' and more portability problems.
12193         * NEWS: Mention the changes.
12194
12195 2009-08-12  Bruno Haible  <bruno@clisp.org>
12196
12197         Ensure that optarg etc. get declared by <unistd.h>.
12198         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12199         AC_USE_SYSTEM_EXTENSIONS.
12200         * modules/getopt (Depends-on): Add 'extensions'.
12201
12202 2009-08-12  Bruno Haible  <bruno@clisp.org>
12203
12204         Avoid test link errors.
12205         * modules/pipe-filter-ii-tests (Makefile.am): Define
12206         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12207         * modules/pipe-filter-gi-tests (Makefile.am): Define
12208         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12209         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12210
12211 2009-08-12  Bruno Haible  <bruno@clisp.org>
12212
12213         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12214         gl_GETOPT_SUBSTITUTE before.
12215         (gl_GETOPT): Use it.
12216         * m4/argp.m4 (gl_ARGP): Update.
12217         Reported by Sergey Poznyakoff.
12218
12219         * m4/getopt.m4: Reorder macros.
12220         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12221         (gl_GETOPT_SUBSTITUTE): Remove macro.
12222
12223 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12224
12225         Minor improvement in gitlog-to-changelog
12226
12227         * build-aux/gitlog-to-changelog: New option `--format' makes
12228         output format string configurable.
12229
12230 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12231
12232         Optimize exclude: use hash tables for non-wildcard patterns.
12233
12234         * lib/exclude.c: Include hash.h and mbuiter.h
12235         (struct exclude_pattern, exclude_segment): New data types.
12236         (struct exclude): Rewrite.
12237         (fnmatch_pattern_has_wildcards): New function.
12238         (new_exclude_segment, free_exclude_segment): New functions.
12239         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12240         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12241         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12242         * modules/exclude: Depend on hash and mbuiter.
12243
12244         * modules/exclude-tests: New file.
12245         * tests/test-exclude.c: New file.
12246         * tests/test-exclude1.sh: New file.
12247         * tests/test-exclude2.sh: New file.
12248         * tests/test-exclude3.sh: New file.
12249         * tests/test-exclude4.sh: New file.
12250         * tests/test-exclude5.sh: New file.
12251         * tests/test-exclude6.sh: New file.
12252         * tests/test-exclude7.sh: New file.
12253
12254 2009-08-12  Bruno Haible  <bruno@clisp.org>
12255
12256         Ensure that getopt() gets declared by <unistd.h>.
12257         * lib/unistd.in.h: Conditionally include getopt.h.
12258         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12259         Set GNULIB_UNISTD_H_GETOPT.
12260         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12261         GNULIB_UNISTD_H_GETOPT.
12262         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12263
12264 2009-08-12  Bruno Haible  <bruno@clisp.org>
12265
12266         Clarify logic.
12267         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12268         gl_replace_getopt instead of GETOPT_H.
12269
12270 2009-08-12  Bruno Haible  <bruno@clisp.org>
12271
12272         * m4/getopt.m4: Add comments.
12273
12274 2009-08-12  Bruno Haible  <bruno@clisp.org>
12275
12276         Disable multithread support by default on Cygwin 1.5.x.
12277         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12278         set gl_use_threads=no if not specified otherwise.
12279
12280 2009-08-11  Bruno Haible  <bruno@clisp.org>
12281
12282         Avoid compilation error on NetBSD 5.0.
12283         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12284         * tests/test-stdio.c: Likewise.
12285         * tests/test-stdlib.c: Likewise.
12286         * tests/test-string.c: Likewise.
12287         * tests/test-unistd.c: Likewise.
12288         Reported by Greg Troxel <gdt@ir.bbn.com>
12289         at <https://savannah.gnu.org/support/?106973>.
12290
12291 2009-08-11  Bruno Haible  <bruno@clisp.org>
12292
12293         * modules/dup2-tests (Depends-on): Remove close.
12294
12295         Undo 2009-07-19 commit.
12296         * modules/acl-tests (Depends-on): Remove close.
12297         * modules/binary-io-tests (Depends-on): Likewise.
12298         * modules/closein-tests (Depends-on): Likewise.
12299         * modules/flock-tests (Depends-on): Likewise.
12300         * modules/fsync-tests (Depends-on): Likewise.
12301         * modules/lseek-tests (Depends-on): Likewise.
12302         * modules/pipe-tests (Depends-on): Likewise.
12303         * modules/posix_spawn-tests (Depends-on): Likewise.
12304         * modules/posix_spawnp-tests (Depends-on): Likewise.
12305         * modules/stat-time-tests (Depends-on): Likewise.
12306         * modules/yesno-tests (Depends-on): Likewise.
12307
12308 2009-08-10  Bruno Haible  <bruno@clisp.org>
12309
12310         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12311
12312 2009-08-10  Bruno Haible  <bruno@clisp.org>
12313
12314         Fix a gcc warning.
12315         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12316
12317 2009-08-10  Bruno Haible  <bruno@clisp.org>
12318
12319         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12320         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12321         not only the first time.
12322         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12323         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12324         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12325         is 1, not only the the first time.
12326
12327 2009-08-10  Bruno Haible  <bruno@clisp.org>
12328
12329         Make it possible to use module 'gethostname' without module 'close'.
12330         * lib/unistd.in.h (close): Evoke a link error only if
12331         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12332         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12333         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12334         * modules/unistd (Makefile.am): Substitute
12335         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12336         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12337         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12338         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12339         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12340         * modules/sys_ioctl (Makefile.am): Substitute
12341         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12342         * modules/socket (configure.ac): On native Windows, set
12343         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12344         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12345         Reported by Sam Steingold <sds@gnu.org>.
12346
12347 2009-08-10  Bruno Haible  <bruno@clisp.org>
12348
12349         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12350         * modules/ioctl (configure.ac): Likewise.
12351
12352 2009-08-10  Bruno Haible  <bruno@clisp.org>
12353
12354         Avoid collision between gnulib wrapper and libintl wrapper.
12355         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12356         already defined in intl/printf.c.
12357         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12358         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12359
12360 2009-08-09  Bruno Haible  <bruno@clisp.org>
12361
12362         Make <sys/select.h> really self-contained, also on Solaris 10.
12363         * lib/sys_select.in.h: Include <string.h>.
12364         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12365         Solaris 10 problem.
12366         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12367         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12368         Reported by Jim Meyering.
12369
12370 2009-08-09  Bruno Haible  <bruno@clisp.org>
12371
12372         Avoid warnings from 'aclocal' that are due to a use of macro name
12373         AM_XGETTEXT_OPTION that is not defined in automake.
12374         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12375         automake.
12376         * modules/error (configure.ac): Likewise.
12377         * modules/propername (configure.ac): Likewise.
12378         * modules/vasprintf (configure.ac): Likewise.
12379         * modules/verror (configure.ac): Likewise.
12380         * modules/xprintf (configure.ac): Likewise.
12381         * modules/xvasprintf (configure.ac): Likewise.
12382
12383 2009-08-08  Bruno Haible  <bruno@clisp.org>
12384
12385         Avoid compilation error in C++ mode.
12386         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12387         Reported by Sam Steingold <sds@gnu.org>.
12388
12389 2009-08-08  Bruno Haible  <bruno@clisp.org>
12390
12391         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12392         for the various Unix platforms.
12393         * doc/posix-headers/limits.texi: Update platforms list regarding
12394         HOST_NAME_MAX.
12395         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12396
12397 2009-08-07  Jim Meyering  <meyering@redhat.com>
12398
12399         selinux-at: fix typo in a comment
12400         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12401         Spotted by Paolo Bonzini.
12402
12403         selinux-at: remove redundant m4 code, add documentation
12404         * modules/selinux-at (configure.ac): Remove redundant code.
12405         LIB_SELINUX is already set via the dependent module, selinux-h.
12406         (Include): Add quotes around selinux-at.h.
12407         * lib/selinux-at.h: Add documentation.
12408         Reported by Bruno Haible in
12409         http://marc.info/?l=gnulib-bug&m=124958988300749
12410
12411 2009-08-07  Bruno Haible  <bruno@clisp.org>
12412
12413         Avoid link error on MacOS X 10.3 and 10.4.
12414         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12415         on non-ELF systems.
12416         * lib/argp-pv.c (argp_program_version): Likewise.
12417         Reported by Simon Josefsson.
12418
12419 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12420
12421         * tests/test-version-etc.sh: Use $EXEEXT.
12422
12423 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12424
12425         update-copyright: update documentation to point to maint.mk
12426         * build-aux/update-copyright: Here.
12427
12428 2009-08-06  Jim Meyering  <meyering@redhat.com>
12429
12430         maint.mk: support update-copyright-local
12431         * top/maint.mk (update-copyright-local): Define place-holder.
12432         (update-copyright): Depend on $(update-copyright-local).
12433
12434 2009-08-06  Jim Meyering  <meyering@redhat.com>
12435
12436         selinux-at: new module
12437         Initially written for coreutils, this module will soon be
12438         used by findutils, too.
12439         * MODULES.html.sh [Misc]: Add selinux-at.
12440         * lib/selinux-at.h: New file, from coreutils.
12441         * lib/selinux-at.c: Likewise.
12442         * modules/selinux-at: Likewise.
12443         (License): Change from LGPL to GPL, since it depends
12444         on the GPL'd openat module.
12445
12446         doc: update README
12447         * README: Remove references to cogito.
12448         Remove cvs-repo-updating instructions from 2007.
12449         Don't imply that CVS is better if you have limited disk space.
12450
12451 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12452
12453         update-copyright: support C-style comments
12454         * build-aux/update-copyright: Implement and document.
12455         * tests/test-update-copyright.sh: Test.
12456
12457 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12458
12459         update-copyright: support omitted "(C)"
12460         * build-aux/update-copyright: Implement and document.  Also,
12461         allow variable whitespace before "(C)".
12462         * tests/test-update-copyright.sh: Test.
12463
12464 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12465
12466         update-copyright: don't trip on non-FSF copyright statements
12467         * build-aux/update-copyright: Fix so that the first correctly
12468         formatted FSF copyright statement is recognized no matter what
12469         appears before it.  Update documentation.
12470         * tests/test-update-copyright.sh: Test that.
12471
12472 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12473
12474         update-copyright: clean up code a little
12475         * build-aux/update-copyright: Append "_re" to the name of any
12476         variable holding a regular expression.
12477         Replace "old" and "new" with "stmt" in variable names.
12478         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12479         handled correctly.
12480         Format code more consistently.
12481
12482 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12483
12484         update-copyright-tests: improve portability
12485         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12486         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12487
12488 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12489
12490         update-copyright: support @copyright{} and &copy;
12491         * build-aux/update-copyright: Implement and document.
12492         * tests/test-update-copyright.sh: Test.
12493
12494 2009-08-04  Jim Meyering  <meyering@redhat.com>
12495
12496         update-copyright-tests: correctly test EOL=\r\n handling
12497         * tests/test-update-copyright.sh: Put \r at the end of some lines
12498         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12499
12500         maint.mk: make update-copyright exclusion list more configurable
12501         * top/maint.mk (update-copyright): Default to excluding COPYING,
12502         but allow an override, in case someone does want to update that file.
12503
12504         maint.mk: don't update copyright date in COPYING
12505         * top/maint.mk (update-copyright): Exclude COPYING.
12506
12507         maint.mk: add a copyright-updating rule
12508         * top/maint.mk (update-copyright): New rule.
12509         Derived from coreutils/Makefile.am.
12510
12511         update-copyright: rename some variables
12512         * build-aux/update-copyright: Rename a few variables for clarity.
12513         Tweak syntax.  List Joel E. Denny as coauthor.
12514
12515 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12516
12517         update-copyright: fix bug for 2-digit last year and add tests
12518         * build-aux/update-copyright: Fix bug.
12519         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12520         specified.
12521         * modules/update-copyright-tests: New
12522         * tests/test-update-copyright.sh: New.
12523
12524 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12525
12526         update-copyright: handle leading tabs in line prefix
12527         * build-aux/update-copyright: Count leading tabs as 8 spaces
12528         when computing margin.  This helps with the formatting of
12529         ChangeLogs, for example.
12530         Fix documentation a little.
12531
12532 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12533
12534         update-copyright: support EOL=\r\n
12535         * build-aux/update-copyright: Implement that.
12536
12537 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12538
12539         update-copyright: automatically format copyright statements
12540         * build-aux/update-copyright: Implement that.
12541         Also, be a little more predictable and safer by always failing
12542         when the full copyright format is not perfectly recognized as an
12543         unbroken whole.  Discussed at
12544         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12545         Rewrite documentation.
12546
12547 2009-08-03  Bruno Haible  <bruno@clisp.org>
12548
12549         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12550
12551 2009-08-02  Bruno Haible  <bruno@clisp.org>
12552
12553         Tests for module 'uname'.
12554         * modules/uname-tests: New file.
12555         * tests/test-uname.c: New file.
12556
12557         New module 'uname'.
12558         * lib/uname.c: New file.
12559         * m4/uname.m4: New file.
12560         * modules/uname: New file.
12561         * doc/posix-functions/uname.texi: Mention the new module.
12562
12563 2009-08-02  Bruno Haible  <bruno@clisp.org>
12564
12565         Tests for module 'sys_utsname'.
12566         * modules/sys_utsname-tests: New file.
12567         * tests/test-sys_utsname.c: New file.
12568
12569         New module 'sys_utsname'.
12570         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12571         * m4/sys_utsname_h.m4: New file.
12572         * modules/sys_utsname: New file.
12573         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12574
12575 2009-08-02  Bruno Haible  <bruno@clisp.org>
12576
12577         Implicitly initialize the sockets library.
12578         * lib/gethostname.c: Include sockets.h.
12579         (rpl_gethostname): Invoke gl_sockets_startup.
12580         * lib/socket.c: Include sockets.h.
12581         (rpl_socket): Invoke gl_sockets_startup.
12582         * modules/gethostname (Depends-on): Add sockets.
12583         * modules/socket (Depends-on): Likewise.
12584         * tests/test-poll.c: Don't include sockets.h.
12585         (main): Don't invoke gl_sockets_startup.
12586         * tests/test-select.c: Don't include sockets.h.
12587         (main): Don't invoke gl_sockets_startup.
12588
12589 2009-08-02  Bruno Haible  <bruno@clisp.org>
12590
12591         Allow multiple calls to gl_sockets_startup.
12592         * lib/sockets.c (initialized_sockets_version): New variable.
12593         (gl_sockets_startup): Do nothing if already called for this or a higher
12594         version.
12595         (gl_sockets_cleanup): Reset initialized_sockets_version.
12596
12597 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12598
12599         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12600         different project/version.
12601
12602 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12603             Bruno Haible  <bruno@clisp.org>
12604
12605         Tests for module 'pipe-filter-gi'.
12606         * modules/pipe-filter-gi-tests: New file.
12607         * tests/test-pipe-filter-gi1.sh: New file.
12608         * tests/test-pipe-filter-gi1.c: New file.
12609         * tests/test-pipe-filter-gi2.sh: New file.
12610         * tests/test-pipe-filter-gi2-main.c: New file.
12611         * tests/test-pipe-filter-gi2-child.c: New file.
12612
12613         New module 'pipe-filter-gi'.
12614         * lib/pipe-filter-gi.c: New file.
12615         * modules/pipe-filter-gi: New file.
12616
12617 2009-08-02  Bruno Haible  <bruno@clisp.org>
12618             Paolo Bonzini  <bonzini@gnu.org>
12619
12620         Tests for module 'pipe-filter-ii'.
12621         * modules/pipe-filter-ii-tests: New file.
12622         * tests/test-pipe-filter-ii1.sh: New file.
12623         * tests/test-pipe-filter-ii1.c: New file.
12624         * tests/test-pipe-filter-ii2.sh: New file.
12625         * tests/test-pipe-filter-ii2-main.c: New file.
12626         * tests/test-pipe-filter-ii2-child.c: New file.
12627
12628         New module 'pipe-filter-ii'.
12629         * lib/pipe-filter.h: New file.
12630         * lib/pipe-filter-ii.c: New file.
12631         * lib/pipe-filter-aux.h: New file.
12632         * modules/pipe-filter-ii: New file.
12633
12634 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12635
12636         * lib/gc-libgcrypt.c: Change copyright to FSF.
12637         * lib/gc-gnulib.c: Likewise.
12638
12639 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12640
12641         * lib/gethostname.c: Include limits.h.
12642
12643 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12644             Bruno Haible  <bruno@clisp.org>
12645
12646         Ensure HOST_NAME_MAX as part of the gethostname module.
12647         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12648         define also HOST_NAME_MAX.
12649         * tests/test-gethostname.c: Include <limits.h>.
12650         (main): Check also HOST_NAME_MAX.
12651         * doc/posix-headers/limits.texi: Document the mingw problem.
12652
12653 2009-08-02  Bruno Haible  <bruno@clisp.org>
12654
12655         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12656         Add comments.
12657
12658 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12659
12660         * lib/gethostname.c: Add Windows wrapper.
12661         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12662         * modules/gethostname: Depend on sys_socket & errno, for also
12663         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12664         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12665
12666 2009-07-31  Jim Meyering  <meyering@redhat.com>
12667
12668         getloadavg: fix symbol name in comment
12669         * lib/getloadavg.c: Correct a typo I introduced when adding
12670         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12671         Matt Kraai spotted the problem.
12672
12673 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12674
12675         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12676         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12677         code also if ! defined N_NAME_POINTER.
12678         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12679         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12680         but the n_name member is a 12-byte array.
12681
12682 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12683
12684         update-copyright: generalize comment handling
12685         * build-aux/update-copyright: Handle copyright statements
12686         within more comment styles.
12687         Document usage.
12688         Report any file with an external copyright holder or parse failure.
12689
12690 2009-07-29  Jim Meyering  <meyering@redhat.com>
12691
12692         mktime: correct setting of REPLACE_MKTIME
12693         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12694
12695         update-copyright: new module
12696         * modules/update-copyright: New file.
12697         * build-aux/update-copyright: New file.
12698         * MODULES.html.sh (maint+release support): Add update-copyright.
12699
12700 2009-07-27  Bruno Haible  <bruno@clisp.org>
12701
12702         Fix compilation error when <ctime> is used and mktime is replaced.
12703         * lib/time.in.h (mktime): New declaration.
12704         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12705         REPLACE_MKTIME instead of defining mktime in config.h.
12706         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12707         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12708         Reported by Ross McFarland <rwmcfa1@neces.com>.
12709
12710 2009-07-27  Bruno Haible  <bruno@clisp.org>
12711
12712         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12713         Reported by Matt Kraai <mkraai@beckman.com>.
12714
12715 2009-07-25  Jim Meyering  <meyering@redhat.com>
12716
12717         maint.mk: avoid warnings about missing files
12718         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12719         diagnostic when .prev-version does not exist.
12720         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12721         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12722         nonexistent cfg.mk.
12723         Suggestions from Simon Josefsson.
12724
12725 2009-07-25  Bruno Haible  <bruno@clisp.org>
12726
12727         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12728         defined as macros. Needed on QNX 6.4.1.
12729         Reported by Matt Kraai <mkraai@beckman.com>.
12730
12731 2009-07-23  Jim Meyering  <meyering@redhat.com>
12732
12733         maint.mk: invoke "make dist" with a working value of XZ_OPT
12734         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12735
12736 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12737
12738         Make fseeko.c compile on QNX.
12739         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12740
12741 2009-07-22  Peter Simons  <simons@cryp.to>
12742
12743         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12744         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12745         * lib/md4.h: Likewise.
12746         * lib/md5.h: Likewise.
12747         * lib/sha1.h: Likewise.
12748         * lib/sha256.h: Likewise.
12749         * lib/sha512.h: Likewise.
12750
12751         tests-sha1: don't assign literal string to 'char *' variable
12752         * tests/test-sha1.c (main): Declare locals with "const" to match
12753         attributes of the right hand side.
12754
12755 2009-07-21  Eric Blake  <ebb9@byu.net>
12756
12757         dup2: fix more mingw problems
12758         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12759         fd to itself.
12760         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12761         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12762         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12763         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12764         care of mingw bugs.
12765
12766 2009-07-21  Jim Meyering  <meyering@redhat.com>
12767
12768         vc-list-files: avoid failure when /bin/sh is dash
12769         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12770         On some Debian based systems, /bin/sh is a symlink to dash, and running
12771         this command would omit the "/" following each 'tests' prefix:
12772           dash -x build-aux/vc-list-files -C . tests
12773         That is because bash and dash work differently:
12774           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12775           bash ok
12776           dash odd
12777
12778 2009-07-21  Eric Blake  <ebb9@byu.net>
12779
12780         dup2-tests: test previous patch
12781         * modules/dup2-tests: New file.
12782         * tests/test-dup2.c: Likewise.
12783         * tests/test-open.c (main): Avoid unspecified behavior.
12784         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12785         test.
12786
12787         dup2: work around mingw and cygwin 1.5 bug
12788         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12789         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12790         * modules/unistd (Makefile.am): Substitute it.
12791         * lib/unistd.in.h (dup2): Declare the replacement.
12792         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12793         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12794         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12795         * modules/execute (Depends-on): Add dup2.
12796         * modules/fseterr (Depends-on): Likewise.
12797         * modules/pipe (Depends-on): Likewise.
12798         * modules/posix_spawn-internal (Depends-on): Likewise.
12799
12800 2009-07-21  Bruno Haible  <bruno@clisp.org>
12801
12802         * modules/.gitattributes: New file.
12803
12804 2009-07-20  Bruno Haible  <bruno@clisp.org>
12805
12806         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12807         (main): Use it.
12808
12809 2009-07-20  Eric Blake  <ebb9@byu.net>
12810
12811         test-pipe: make a bit more robust.
12812         * tests/test-pipe.c (myerr): Allow error messages regardless of
12813         what we do to stderr.
12814         (test_pipe): Rearrange to avoid deadlock.
12815         (child_main): Try a larger read, to ensure we avoided deadlock.
12816         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12817         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12818         if misused.
12819
12820 2009-07-19  Jim Meyering  <meyering@redhat.com>
12821
12822         fts: avoid false-positive cycle-detection
12823         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12824         for each new command line argument.
12825
12826 2009-07-19  Bruno Haible  <bruno@clisp.org>
12827
12828         Fix build error on mingw with the modules sys_select and unistd.
12829         * modules/acl-tests (Depends-on): Add close.
12830         * modules/binary-io-tests (Depends-on): Likewise.
12831         * modules/closein-tests (Depends-on): Likewise.
12832         * modules/flock-tests (Depends-on): Likewise.
12833         * modules/fsync-tests (Depends-on): Likewise.
12834         * modules/lseek-tests (Depends-on): Likewise.
12835         * modules/pipe-tests (Depends-on): Likewise.
12836         * modules/posix_spawn-tests (Depends-on): Likewise.
12837         * modules/posix_spawnp-tests (Depends-on): Likewise.
12838         * modules/stat-time-tests (Depends-on): Likewise.
12839         * modules/yesno-tests (Depends-on): Likewise.
12840
12841 2009-07-19  Bruno Haible  <bruno@clisp.org>
12842
12843         Unify conditionals.
12844         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12845         macros, not at the compiler macros.
12846         * lib/pipe.c: Likewise.
12847         * lib/execute.c: Likewise.
12848         * lib/spawni.c: Likewise.
12849
12850 2009-07-19  Bruno Haible  <bruno@clisp.org>
12851
12852         Fix handling of closed stdin/stdout/stderr on mingw.
12853         * lib/w32spawn.h: Include unistd.h.
12854         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12855         file descriptor with O_NOINHERIT flag.
12856         (fd_safer_noinherit): New function, based on fd-safer.c.
12857         (dup_safer_noinherit): New function, based on dup-safer.c.
12858         (undup_safer_noinherit): New function.
12859         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12860         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12861         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12862         instead of fd_safer.
12863         * tests/test-pipe.c: Include <windows.h>.
12864         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12865
12866         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12867         from main.
12868         (test_pipe): Pass an extra argument for disambiguation.
12869         (main): Invoke parent_main or child_main.
12870
12871         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12872         consistently.
12873
12874 2009-07-18  Eric Blake  <ebb9@byu.net>
12875
12876         test-pipe: fix mingw build
12877         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12878
12879 2009-07-18  Bruno Haible  <bruno@clisp.org>
12880
12881         * modules/pipe-tests (Makefile.am): Fix typo.
12882
12883 2009-07-18  Eric Blake  <ebb9@byu.net>
12884
12885         error: fix mingw build
12886         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12887         Reported by Bruno Haible.
12888
12889         error: avoid undefined use of stdout
12890         * lib/error.c (error, error_at_line): Check that fd 1 is open
12891         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12892         is handling faults and the close_stdout module wants to report the
12893         detection of closed stdout as an error.
12894
12895 2009-07-17  Eric Blake  <ebb9@byu.net>
12896
12897         pipe: be robust in face of closed fds
12898         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12899         should cause child to misbehave.
12900         * modules/pipe-tests: New module.
12901         * tests/test-pipe.c: New file.
12902         * tests/test-pipe.sh: New file.
12903         Reported by Akim Demaille.
12904
12905 2009-07-14  Bruno Haible  <bruno@clisp.org>
12906
12907         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12908         Reported by anonymous kc.
12909
12910 2009-07-07  Jim Meyering  <meyering@redhat.com>
12911
12912         maint.mk: don't look for translatable strings in *.m4 or *.mk
12913         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12914         when searching for translatable strings.
12915
12916 2009-07-05  Jim Meyering  <meyering@redhat.com>
12917
12918         remove superfluous parentheses in STREQ definition
12919         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12920         * lib/getugroups.c (STREQ): Likewise.
12921         * lib/fnmatch.c (STREQ): Likewise.
12922         Spotted by Bruno Haible.
12923
12924 2009-07-04  Jim Meyering  <meyering@redhat.com>
12925
12926         argv-iter: new module
12927         * MODULES.html.sh: Add argv-iter.
12928         * lib/argv-iter.c, lib/argv-iter.h: New files.
12929         * modules/argv-iter: New file.
12930         * modules/argv-iter-tests: New file.
12931         * tests/test-argv-iter.c: Test it.
12932
12933 2009-07-04  Bruno Haible  <bruno@clisp.org>
12934
12935         Fix assertion.
12936         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12937         contains more exact copies of a given entry than file2, leave the extra
12938         copies unpaired rather than aborting.
12939         Reported by Eric Blake.
12940
12941 2009-07-02  Bruno Haible  <bruno@clisp.org>
12942
12943         Speedup git-merge-changelog for git cherry-pick.
12944         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12945         (entries_mapping_get): New function, extracted from compute_mapping.
12946         (entries_mapping_reverse_get): New function.
12947         (compute_mapping): Add a 'full' argument. Return the result in a
12948         'struct entries_mapping'.
12949         (main): Update. Access the mappings through entries_mapping_get.
12950         Reported by Eric Blake.
12951
12952 2009-07-02  Bruno Haible  <bruno@clisp.org>
12953
12954         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12955         best_i.
12956
12957 2009-07-02  Bruno Haible  <bruno@clisp.org>
12958
12959         Speed up approximate search for matching ChangeLog entries.
12960         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12961         argument. Call fstrcmp_bounded instead of fstrcmp.
12962         (compute_mapping, try_split_merged_entry, main): Update callers.
12963
12964 2009-07-02  Bruno Haible  <bruno@clisp.org>
12965
12966         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12967
12968 2009-06-30  Bruno Haible  <bruno@clisp.org>
12969
12970         Reduce the number of uc_is_cased calls.
12971         * lib/unicase.h (casing_suffix_context_t): Add
12972         'first_char_except_ignorable' field.
12973         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12974         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12975         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12976         Update initializer.
12977         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12978         case-ignorable characters.
12979         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12980         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12981         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12982         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12983         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12984
12985 2009-06-30  Bruno Haible  <bruno@clisp.org>
12986
12987         Tests for module 'unicase/ignorable'.
12988         * modules/unicase/ignorable-tests: New file.
12989         * tests/unicase/test-ignorable.c: New file, generated by
12990         gen-uni-tables.
12991
12992         Tests for module 'unicase/cased'.
12993         * modules/unicase/cased-tests: New file.
12994         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12995         * tests/unicase/test-predicate-part1.h: New file, derived from
12996         tests/unictype/test-predicate-part1.h.
12997         * tests/unicase/test-predicate-part2.h: New file, same as
12998         tests/unictype/test-predicate-part2.h.
12999
13000         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13001         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13002         (output_casing_properties): New function.
13003         (main): Call it.
13004         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13005         * lib/unicase/cased.c: Include unictype/bitmap.h.
13006         (uc_is_cased): Define through a bitmap lookup.
13007         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13008         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13009         (uc_is_case_ignorable): Define through a bitmap lookup.
13010         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13011         lib/unictype/bitmap.h.
13012         (Depends-on): Add inline. Clean up.
13013         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13014         lib/unictype/bitmap.h.
13015         (Depends-on): Add inline. Clean up.
13016         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13017         recognition.
13018         * tests/unicase/test-u16-tolower.c (main): Likewise.
13019         * tests/unicase/test-u32-tolower.c (main): Likewise.
13020
13021 2009-06-30  Bruno Haible  <bruno@clisp.org>
13022
13023         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13024         * lib/unicase/u16-casemap.c: Likewise.
13025         * lib/unicase/u32-casemap.c: Likewise.
13026
13027 2009-06-29  Bruno Haible  <bruno@clisp.org>
13028
13029         Define u32_casefold as a wrapper around u32_ct_casefold.
13030         * lib/unicase/u32-casefold.c: Update.
13031         * modules/unicase/u32-casefold (Depends-on): Add
13032         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13033         unicase/empty-suffix-context. Clean up.
13034
13035         Define u16_casefold as a wrapper around u16_ct_casefold.
13036         * lib/unicase/u16-casefold.c: Update.
13037         * modules/unicase/u16-casefold (Depends-on): Add
13038         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13039         unicase/empty-suffix-context. Clean up.
13040
13041         Define u8_casefold as a wrapper around u8_ct_casefold.
13042         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13043         * lib/unicase/u8-casefold.c: Update.
13044         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13045         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13046
13047         Define u32_totitle as a wrapper around u32_ct_totitle.
13048         * lib/unicase/u32-totitle.c: Update.
13049         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13050         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13051
13052         Define u16_totitle as a wrapper around u16_ct_totitle.
13053         * lib/unicase/u16-totitle.c: Update.
13054         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13055         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13056
13057         Define u8_totitle as a wrapper around u8_ct_totitle.
13058         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13059         functions.
13060         (FUNC): Delegate to U_CT_TOTITLE.
13061         * lib/unicase/u8-totitle.c: Update.
13062         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13063         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13064
13065         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13066         invocation.
13067         * modules/unicase/u32-tolower (Depends-on): Add
13068         unicase/empty-prefix-context, unicase/empty-suffix-context.
13069
13070         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13071         invocation.
13072         * modules/unicase/u16-tolower (Depends-on): Add
13073         unicase/empty-prefix-context, unicase/empty-suffix-context.
13074
13075         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13076         * modules/unicase/u8-tolower (Depends-on): Add
13077         unicase/empty-prefix-context, unicase/empty-suffix-context.
13078
13079         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13080         invocation.
13081         * modules/unicase/u32-toupper (Depends-on): Add
13082         unicase/empty-prefix-context, unicase/empty-suffix-context.
13083
13084         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13085         invocation.
13086         * modules/unicase/u16-toupper (Depends-on): Add
13087         unicase/empty-prefix-context, unicase/empty-suffix-context.
13088
13089         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13090         * modules/unicase/u8-toupper (Depends-on): Add
13091         unicase/empty-prefix-context, unicase/empty-suffix-context.
13092
13093         New module 'unicase/u32-ct-casefold'.
13094         * lib/unicase/u32-ct-casefold.c: New file.
13095         * modules/unicase/u32-ct-casefold: New file.
13096
13097         New module 'unicase/u16-ct-casefold'.
13098         * lib/unicase/u16-ct-casefold.c: New file.
13099         * modules/unicase/u16-ct-casefold: New file.
13100
13101         New module 'unicase/u8-ct-casefold'.
13102         * lib/unicase/u8-ct-casefold.c: New file.
13103         * lib/unicase/u-ct-casefold.h: New file, derived from
13104         lib/unicase/u-casefold.h.
13105         * modules/unicase/u8-ct-casefold: New file.
13106
13107         New module 'unicase/u32-ct-totitle'.
13108         * lib/unicase/u32-ct-totitle.c: New file.
13109         * modules/unicase/u32-ct-totitle: New file.
13110
13111         New module 'unicase/u16-ct-totitle'.
13112         * lib/unicase/u16-ct-totitle.c: New file.
13113         * modules/unicase/u16-ct-totitle: New file.
13114
13115         New module 'unicase/u8-ct-totitle'.
13116         * lib/unicase/u8-ct-totitle.c: New file.
13117         * lib/unicase/u-ct-totitle.h: New file, derived from
13118         lib/unicase/u-totitle.h.
13119         * modules/unicase/u8-ct-totitle: New file.
13120
13121         New module 'unicase/u32-ct-tolower'.
13122         * lib/unicase/u32-ct-tolower.c: New file.
13123         * modules/unicase/u32-ct-tolower: New file.
13124
13125         New module 'unicase/u16-ct-tolower'.
13126         * lib/unicase/u16-ct-tolower.c: New file.
13127         * modules/unicase/u16-ct-tolower: New file.
13128
13129         New module 'unicase/u8-ct-tolower'.
13130         * lib/unicase/u8-ct-tolower.c: New file.
13131         * modules/unicase/u8-ct-tolower: New file.
13132
13133         New module 'unicase/u32-ct-toupper'.
13134         * lib/unicase/u32-ct-toupper.c: New file.
13135         * modules/unicase/u32-ct-toupper: New file.
13136
13137         New module 'unicase/u16-ct-toupper'.
13138         * lib/unicase/u16-ct-toupper.c: New file.
13139         * modules/unicase/u16-ct-toupper: New file.
13140
13141         New module 'unicase/u8-ct-toupper'.
13142         * lib/unicase/u8-ct-toupper.c: New file.
13143         * modules/unicase/u8-ct-toupper: New file.
13144
13145         Add context arguments to u*_casemap functions.
13146         * lib/unicase/unicasemap.h: Include unicase.h.
13147         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13148         suffix_context arguments.
13149         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13150         functions.
13151         (FUNC): Add prefix_context and suffix_context arguments. Use
13152         uc_is_cased and uc_is_case_ignorable.
13153         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13154         * lib/unicase/u16-casemap.c: Likewise.
13155         * lib/unicase/u32-casemap.c: Likewise.
13156         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13157         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13158         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13159         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13160         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13161         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13162
13163         New module 'unicase/u32-suffix-context'.
13164         * lib/unicase/u32-suffix-context.c: New file.
13165         * modules/unicase/u32-suffix-context: New file.
13166
13167         New module 'unicase/u16-suffix-context'.
13168         * lib/unicase/u16-suffix-context.c: New file.
13169         * modules/unicase/u16-suffix-context: New file.
13170
13171         New module 'unicase/u8-suffix-context'.
13172         * lib/unicase/u8-suffix-context.c: New file.
13173         * lib/unicase/u-suffix-context.h: New file.
13174         * modules/unicase/u8-suffix-context: New file.
13175
13176         New module 'unicase/empty-suffix-context'.
13177         * lib/unicase/empty-suffix-context.c: New file.
13178         * modules/unicase/empty-suffix-context: New file.
13179
13180         New module 'unicase/u32-prefix-context'.
13181         * lib/unicase/u32-prefix-context.c: New file.
13182         * modules/unicase/u32-prefix-context: New file.
13183
13184         New module 'unicase/u16-prefix-context'.
13185         * lib/unicase/u16-prefix-context.c: New file.
13186         * modules/unicase/u16-prefix-context: New file.
13187
13188         New module 'unicase/u8-prefix-context'.
13189         * lib/unicase/u8-prefix-context.c: New file.
13190         * lib/unicase/u-prefix-context.h: New file.
13191         * lib/unicase/context.h: New file.
13192         * modules/unicase/u8-prefix-context: New file.
13193
13194         New module 'unicase/empty-prefix-context'.
13195         * lib/unicase/empty-prefix-context.c: New file.
13196         * modules/unicase/empty-prefix-context: New file.
13197
13198         New module 'unicase/ignorable'.
13199         * lib/unicase/ignorable.c: New file.
13200         * modules/unicase/ignorable: New file.
13201
13202         New module 'unicase/cased'.
13203         * lib/unicase/caseprop.h: New file.
13204         * lib/unicase/cased.c: New file.
13205         * modules/unicase/cased: New file.
13206
13207         New functions for case mapping of substrings.
13208         * lib/unicase.h (casing_prefix_context_t): New type.
13209         (unicase_empty_prefix_context): New variable.
13210         (u8_casing_prefix_context, u16_casing_prefix_context,
13211         u32_casing_prefix_context, u8_casing_prefixes_context,
13212         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13213         declarations.
13214         (casing_suffix_context_t): New type.
13215         (unicase_empty_suffix_context): New variable.
13216         (u8_casing_suffix_context, u16_casing_suffix_context,
13217         u32_casing_suffix_context, u8_casing_suffixes_context,
13218         u16_casing_suffixes_context, u32_casing_suffixes_context,
13219         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13220         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13221         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13222         declarations.
13223
13224 2009-06-28  Jim Meyering  <meyering@redhat.com>
13225
13226         boostrap: indent only with spaces
13227         * build-aux/bootstrap: Indent only with spaces, never TABs.
13228
13229         bootstrap: split long lines
13230         * build-aux/bootstrap: Keep line length < 80.
13231
13232         bootstrap: sync from coreutils
13233         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13234         just as autoreconf does.  Verify a list of prerequisite
13235         package-name,version-number pairs if defined in bootstrap.conf.
13236         Refer to README-prereq, if prerequisites are not satisfied.
13237
13238 2009-06-27  Eric Blake  <ebb9@byu.net>
13239
13240         tests: add test for bogus NULL definition
13241         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13242         * tests/test-stdlib.c: Likewise.
13243         * tests/test-string.c: Likewise.
13244         * tests/test-locale.c: Likewise.
13245         * tests/test-unistd.c: Likewise.
13246         * modules/stdio-tests (Depends-on): Add verify.
13247         * modules/stdlib-tests (Depends-on): Likewise.
13248         * modules/string-tests (Depends-on): Likewise.
13249         * modules/locale-tests (Depends-on): Likewise.
13250         * modules/unistd-tests (Depends-on): Likewise.
13251
13252 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13253
13254         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13255         self-explaining comment.
13256         * m4/selinux-selinux-h: Update serial.
13257         (gl_LIBSELINUX): New macro, adding a warning for missing development
13258         packages to code extracted from...
13259         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13260         Add warning for missing development packages here, too.
13261
13262 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13263
13264         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13265
13266 2009-06-25  Eric Blake  <ebb9@byu.net>
13267
13268         version-etc: fix regression
13269         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13270         gcc.
13271         (version_etc): Use it, to catch bugs with trailing NULL.
13272         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13273         (version_etc_va): Fix logic bug.
13274         * modules/version-etc-tests: Add test.
13275         * tests/test-version-etc.c: New file.
13276         * tests/test-version-etc.sh: Likewise.
13277
13278 2009-06-25  Sam Steingold  <sds@gnu.org>
13279
13280         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13281         mbtowc declaration.
13282
13283 2009-06-25  Eric Blake  <ebb9@byu.net>
13284
13285         fpurge: migrate into <stdio.h>
13286         * lib/fpurge.h: Delete...
13287         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13288         * lib/fpurge.c (fpurge): Change declaring header.
13289         * modules/fpurge (Files): Drop deleted file.
13290         (Depends-on): Add stdio.
13291         (configure.ac): Set witness.
13292         * modules/stdio (Makefile.am): Support fpurge macros.
13293         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13294         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13295         * lib/fflush.c: Update client.
13296         * tests/test-fpurge.c: Likewise.
13297         * NEWS: Mention the change.
13298
13299 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13300
13301         * lib/argp-version-etc.c (program_authors): Add const
13302         qualifier.
13303         * lib/version-etc.c: Fix typos in the comments.
13304         * modules/argp-version-etc: Depends on version-etc.
13305
13306 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13307
13308         argp-version-etc: new module.
13309
13310         * lib/argp-version-etc.c: New file.
13311         * lib/argp-version-etc.h: New file.
13312         * modules/argp-version-etc: New file.
13313         * modules/argp-version-etc-tests: New file.
13314         * tests/test-argp-version-etc.c: New test.
13315         * tests/test-argp-version-etc-1.sh: New test.
13316
13317 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13318
13319         Provide additional interfaces and documentation for version-etc
13320         module.
13321
13322         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13323         interfaces.
13324         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13325         prototypes.
13326
13327 2009-06-24  Bruno Haible  <bruno@clisp.org>
13328
13329         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13330         HAVE_LIB${NAME} macro.
13331         Reported by Sam Steingold <sds@gnu.org>.
13332
13333 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13334
13335         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13336         needed.
13337
13338 2009-06-21  Bruno Haible  <bruno@clisp.org>
13339
13340         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13341         work.
13342         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13343         together with LIB${NAME}, LTLIB${NAME}.
13344         Reported by Sam Steingold <sds@gnu.org>.
13345
13346 2009-06-20  Jim Meyering  <meyering@redhat.com>
13347
13348         tests: make sc_require_test_exit_idiom more generic
13349         * top/maint.mk (Exit_witness_file): New overridable variable.
13350         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13351         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13352
13353 2009-06-19  Jim Meyering  <meyering@redhat.com>
13354
13355         hash: reverse order of src/dst parameters in an internal interface
13356         * lib/hash.c (transfer_entries): Reverse order of parameters to
13357         put DST before SRC.  Adjust callers.
13358
13359         tests: test-hash: avoid wholesale duplication
13360         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13361         Instead, use a loop and add a single conditional.
13362
13363         tests: test-hash: allow seed selection via a command line argument
13364         * tests/test-hash.c (get_seed): New function.
13365         (main): Use it.
13366
13367 2009-06-19  Eric Blake  <ebb9@byu.net>
13368
13369         hash: avoid memory leak on allocation failure
13370         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13371         failure.  Factor repeated algorithm...
13372         (transfer_entries): ...into new helper routine.
13373         (hash_delete): React to hash_rehash return value.
13374
13375         hash: reduce memory pressure in hash_rehash no-op case
13376         * lib/hash.c (next_prime): Avoid overflow.
13377         (hash_initialize): Factor bucket size computation...
13378         (compute_bucket_size): ...into new helper function.
13379         (hash_rehash): Use new function and open coding to reduce memory
13380         pressure, and avoid a memory leak in USE_OBSTACK code.
13381         Reported by Jim Meyering.
13382
13383 2009-06-18  Eric Blake  <ebb9@byu.net>
13384
13385         hash: make rotation more obvious
13386         * modules/hash (Depends-on): Add bitrotate and stdint.
13387         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13388         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13389         (SIZE_MAX): Rely on headers for definition.
13390         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13391         (raw_hasher): Use rotr_sz.
13392         Suggested by Jim Meyering.
13393
13394         hash: fix memory leak in last patch
13395         * lib/hash.c (hash_rehash): Avoid memory leak.
13396
13397         hash: avoid no-op rehashing
13398         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13399
13400         hash: provide default callback functions
13401         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13402         (hash_initialize): Use them as defaults.
13403         * tests/test-hash.c (main): Test this.
13404
13405         hash: minor optimization
13406         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13407         when possible.
13408         (hash_initialize): Document this promise.
13409         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13410         * tests/test-hash.c (hash_compare_strings): Test this.
13411
13412 2009-06-18  Bruno Haible  <bruno@clisp.org>
13413
13414         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13415         going to be replaced anyway.
13416
13417 2009-06-18  Bruno Haible  <bruno@clisp.org>
13418
13419         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13420         in one place.
13421         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13422         be replaced anyway.
13423
13424 2009-06-18  Eric Blake  <ebb9@byu.net>
13425
13426         hash: check for resize before insertion
13427         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13428         threshold before insertion, so that a pathological hash_rehash
13429         that fills every bucket can still trigger another rehash.
13430
13431 2009-06-18  Jim Meyering  <meyering@redhat.com>
13432
13433         hash-tests: add a loop around the small tests
13434         * tests/test-hash.c (main): Repeat small tests with selected
13435         small initial table sizes.
13436
13437 2009-06-17  Eric Blake  <ebb9@byu.net>
13438
13439         hash: minor cleanups
13440         * lib/hash.h (hash_entry): Make opaque, by moving...
13441         * lib/hash.c (hash_entry): ...here.
13442         (hash_insert): Clarify restrictions on what can be inserted.
13443         (hash_get_next): Clarify when it is safe to remove an element
13444         during traversal.
13445         (check_tuning): Skip verification when tuning is known safe.
13446         (hash_initialize): Clarify restrictions on tuning.
13447
13448 2009-06-17  Jim Meyering  <jim@meyering.net>
13449         and Eric Blake  <ebb9@byu.net>
13450
13451         hash-tests: new module
13452         * modules/hash-tests: New file.
13453         * tests/test-hash.c: New file.
13454
13455 2009-06-17  Eric Blake  <ebb9@byu.net>
13456
13457         strstr-simple: document new module
13458         * MODULES.html.sh: Document new module.
13459
13460         strstr, strcasestr: replace on platforms with broken memchr
13461         * modules/strstr: Split into...
13462         * modules/strstr-simple: ...new module that does not care about
13463         performance, but does care about glibc bug.
13464         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13465         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13466         if platform memchr is broken, per Debian bug 521737.
13467         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13468         memchr.
13469         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13470         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13471         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13472         * modules/mountlist (Depends-on): Add strstr-simple.
13473         * modules/gen-uni-tables (Depends-on): Likewise.
13474         * modules/argz (Depends-on): Add strstr.
13475
13476 2009-06-17  Bruno Haible  <bruno@clisp.org>
13477
13478         * modules/posix_spawn-internal (Depends-on): Add errno.
13479
13480 2009-06-17  Bruno Haible  <bruno@clisp.org>
13481
13482         Define missing ESTALE on Interix 3.5.
13483         * lib/errno.in.h (ESTALE): Assign a value if missing.
13484         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13485         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13486         missing.
13487         * doc/posix-headers/errno.texi: Mention the Interix bug.
13488         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13489
13490 2009-06-15  Eric Blake  <ebb9@byu.net>
13491
13492         memchr, memchr2: add valgrind exception
13493         * lib/memchr.valgrind: New file.
13494         * lib/memchr2.valgrind: New file.
13495         * modules/memchr (Files): Distribute valgrind file.
13496         * modules/memchr2 (Files): Likewise.
13497
13498         docs: memchr is no longer obsolete
13499         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13500         * lib/string.in.h (memchr): Simplify logic.
13501
13502 2009-06-14  Jim Meyering  <meyering@redhat.com>
13503
13504         link-follow: fix the "checking..." message to not mention trailing slash
13505         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13506         never considered trailing slashes.
13507
13508 2009-06-14  Bruno Haible  <bruno@clisp.org>
13509
13510         * m4/memchr.m4: Mention also the bug on IA-64.
13511         * doc/posix-functions/memchr.texi: Likewise.
13512
13513 2009-06-12  Eric Blake  <ebb9@byu.net>
13514
13515         memchr: detect broken x86_64 and alpha implementations
13516         * modules/memchr-tests (Depends-on): Move mmap detection...
13517         * modules/memchr (Depends-on): ...here.
13518         (configure.ac): Set indicator.
13519         * lib/string.in.h (memchr): Declare replacement.
13520         * modules/string (Makefile.am): Trigger replacement.
13521         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13522         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13523         bugs.
13524         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13525         * modules/getpagesize (License): Relax license.
13526
13527 2009-06-11  Bruno Haible  <bruno@clisp.org>
13528
13529         * lib/idpriv.h: Add more references.
13530
13531 2009-06-08  Bruno Haible  <bruno@clisp.org>
13532
13533         Tests for module 'idpriv-droptemp'.
13534         * modules/idpriv-droptemp-tests: New file.
13535         * tests/test-idpriv-droptemp.sh: New file.
13536         * tests/test-idpriv-droptemp.su.sh: New file.
13537         * tests/test-idpriv-droptemp.c: New file.
13538
13539         New module 'idpriv-droptemp'.
13540         * lib/idpriv-droptemp.c: New file.
13541         * modules/idpriv-droptemp: New file.
13542
13543 2009-06-08  Bruno Haible  <bruno@clisp.org>
13544
13545         Tests for module 'idpriv-drop'.
13546         * modules/idpriv-drop-tests: New file.
13547         * tests/test-idpriv-drop.sh: New file.
13548         * tests/test-idpriv-drop.su.sh: New file.
13549         * tests/test-idpriv-drop.c: New file.
13550
13551         New module 'idpriv-drop'.
13552         * lib/idpriv.h: New file.
13553         * lib-idpriv-drop.c: New file.
13554         * m4/idpriv.m4: New file.
13555         * modules/idpriv-drop: New file.
13556
13557 2009-06-08  Bruno Haible  <bruno@clisp.org>
13558
13559         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13560         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13561         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13562         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13563         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13564         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13565         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13566
13567 2009-06-08  Eric Blake  <ebb9@byu.net>
13568
13569         test-strstr: use memory fence, when possible
13570         * tests/test-strstr.c (main): Use memory fence, in order to be
13571         more likely to trigger Debian bug 521737.
13572         * modules/strstr-tests (Files): Pull in additional files.
13573
13574         memchr: no longer obsolete, for wider field testing
13575         * modules/memchr (Status, Notice): Delete, this module is no
13576         longer obsolete.
13577         * modules/vasnprintf (Depends-on): Add memchr.
13578
13579 2009-06-07  Jim Meyering  <meyering@redhat.com>
13580
13581         hash: declare some functions with the warn_unused_result attribute
13582         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13583
13584 2009-06-07  Bruno Haible  <bruno@clisp.org>
13585
13586         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13587         Reported by Eric Blake.
13588
13589 2009-06-06  Eric Blake  <ebb9@byu.net>
13590
13591         test-alignof: fix typo with long double
13592         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13593         compiler error.
13594
13595 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13596
13597         Escape non-texinfo { and }s.
13598         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13599         markup error.
13600
13601 2009-06-04  Jim Meyering  <meyering@redhat.com>
13602
13603         gitlog-to-changelog: don't infloop on an empty commit log
13604         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13605         Reported by Boris Petersen <transacid@centerim.org>.
13606
13607 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13608
13609         version-etc: extend for packagers
13610         Add three new configure options, intended for packagers:
13611           --with-packager="packager name"
13612           --with-packager-version="packager-specific version"
13613           --with-packager-bug-reports="packager bug reporting"
13614         An example with coreutils:
13615           $ ./configure \
13616             --with-packager=Gentoo \
13617             --with-packager-bug-report=http://bugs.gentoo.org/ \
13618             --with-packager-version="patchset 1.6"
13619           $ ./src/ls --version | head -n2
13620           ls (GNU coreutils) 7.1-dirty
13621           Packaged by Gentoo (patchset 1.6)
13622         Note that the bug reporting info via --help doesn't show up because
13623         coreutils uses its own custom emit_bug_reporting_address() implementation
13624         in src/system.h.  If it didn't, it'd look like:
13625           $ ./src/ls --help | tail -n4
13626           Report bugs to <bug-coreutils@gnu.org>.
13627           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13628           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13629           General help using GNU software: <http://www.gnu.org/gethelp/>.
13630         * lib/version-etc.c: Print new information, if provided.
13631         * m4/version-etc.m4: New file.
13632         * modules/version-etc (Files): Add m4/version-etc.m4.
13633         (configure.ac): Add gl_VERSION_ETC.
13634
13635 2009-05-31  Bruno Haible  <bruno@clisp.org>
13636
13637         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13638         and 'int64_t'.
13639         * modules/alignof-tests (Dependencies): Add stdint.
13640         Reported by Eric Blake.
13641
13642 2009-05-31  Bruno Haible  <bruno@clisp.org>
13643
13644         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13645         restriction due to compiler bugs.
13646         Reported by Eric Blake.
13647
13648 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13649             Bruno Haible  <bruno@clisp.org>
13650
13651         Fix test-alignof failure.
13652         * lib/alignof.h (alignof_slot): New macro.
13653         (alignof_type): New macro, with the same semantics as the previous
13654         'alignof'.
13655         (alignof): Alias to alignof_slot.
13656         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13657         check that the results are usable as constant expressions.
13658
13659 2009-05-31  Bruno Haible  <bruno@clisp.org>
13660
13661         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13662         * tests/test-memchr.c (main): Check that memchr does not read past the
13663         first occurrence of the byte.
13664         * tests/test-strstr.c (main): Update comment.
13665         Suggested by Eric Blake.
13666
13667 2009-05-30  Bruno Haible  <bruno@clisp.org>
13668
13669         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13670         detail how to use dumpbin.
13671         Reported by David Byron <dbyron@dbyron.com>.
13672
13673 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13674
13675         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13676
13677 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13678
13679         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13680
13681 2009-05-28  Bruno Haible  <bruno@clisp.org>
13682
13683         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13684         build-aux/ files.
13685
13686 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13687
13688         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13689
13690 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13691
13692         * gnulib-tool (sed_transform_main_lib_file)
13693         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13694         regexps.
13695
13696 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13697
13698         * tests/test-strstr.c: Add another self-test.
13699         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13700         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13701
13702 2009-05-23  Bruno Haible  <bruno@clisp.org>
13703
13704         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13705         change.
13706
13707 2009-05-21  Bruno Haible  <bruno@clisp.org>
13708
13709         Simplify use of mode_t varargs.
13710         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13711         uses 'mode_t' or 'int'.
13712         * lib/openat.c (openat): Likewise.
13713         * lib/open-safer.c (open_safer): Likewise.
13714         * m4/mode_t.m4: New file.
13715         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13716         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13717         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13718         * modules/open (Files): Add m4/mode_t.m4.
13719         * modules/openat (Files): Likewise.
13720         * modules/fcntl-safer (Files): Likewise.
13721         Suggested by Eric Blake.
13722
13723 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13724
13725         * doc/glibc-functions/fallocate.texi: New file.
13726         * doc/gnulib.texi: Include it.
13727
13728 2009-05-21  Eric Blake  <ebb9@byu.net>
13729             Bruno Haible  <bruno@clisp.org>
13730
13731         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13732         invocations.
13733         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13734
13735 2009-05-21  Eric Blake  <ebb9@byu.net>
13736             Bruno Haible  <bruno@clisp.org>
13737
13738         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13739         include_next. Fix of 2008-11-20 commit.
13740         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13741         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13742         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13743         NEXT_MATH_H.
13744         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13745         instead of NEXT_MATH_H.
13746
13747 2009-05-21  Bruno Haible  <bruno@clisp.org>
13748
13749         Avoid redefinition warnings for SIZE_MAX.
13750         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13751         Reported by Simon Josefsson.
13752
13753 2009-05-21  Bruno Haible  <bruno@clisp.org>
13754
13755         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13756         AC_CACHE_VAL.
13757
13758 2009-05-20  Bruno Haible  <bruno@clisp.org>
13759
13760         Make zeroptr.h work on mingw.
13761         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13762         mprotect.
13763         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13764         * modules/memchr2-tests (configure.ac): Likewise.
13765         * modules/memcmp-tests (configure.ac): Likewise.
13766         * modules/memmem-tests (configure.ac): Likewise.
13767         * modules/memrchr-tests (configure.ac): Likewise.
13768         Reported by Simon Josefsson.
13769
13770 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13771
13772         * tests/test-glob.c: Include string.h for strcmp prototype.
13773
13774 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13775
13776         * modules/getdelim (Depends-on): Add explicit stdint, although it
13777         was implicitly already pulled in via realloc-posix.
13778         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13779
13780 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13781
13782         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13783         G. Christensen" <tgc@jupiterrise.com>.
13784         * m4/sys_socket_h.m4: Check for sa_family_t.
13785         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13786         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13787         * tests/test-sys_socket.c: Check that sa_family_t works.
13788
13789 2009-05-18  Eric Blake  <ebb9@byu.net>
13790
13791         maint.mk: allow gnulib_dir in VPATH build
13792         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13793
13794 2009-05-15  Jim Meyering  <meyering@redhat.com>
13795
13796         maint.mk: Give gnulib_dir a default definition.
13797         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13798         Thus, most packages no longer need to specify this variable in cfg.mk
13799
13800 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13801
13802         rename.m4: fix typos that would make non-mingw cross-configure fail
13803         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13804
13805 2009-05-13  Eric Blake  <ebb9@byu.net>
13806
13807         mmap-anon: avoid out-of-order autoconf expansion
13808         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13809         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13810         * modules/memchr-tests (Depends-on): Add extensions.
13811         * modules/memchr2-tests (Depends-on): Add extensions.
13812         * modules/memcmp-tests (Depends-on): Add extensions.
13813         * modules/memmem-tests (Depends-on): Add extensions.
13814         * modules/memrchr-tests (Depends-on): Add extensions.
13815
13816 2009-05-13  Bruno Haible  <bruno@clisp.org>
13817
13818         Make some tests ISO C 99 compliant.
13819         * tests/zerosize-ptr.h: New file.
13820         * tests/test-memchr.c: Include zerosize-ptr.h.
13821         (main): Use a zero-size object pointer instead of NULL.
13822         * tests/test-memchr2.c: Include zerosize-ptr.h.
13823         (main): Use a zero-size object pointer instead of NULL.
13824         * tests/test-memcmp.c: Include zerosize-ptr.h.
13825         (main): Use a zero-size object pointer instead of NULL.
13826         * tests/test-memmem.c: Include zerosize-ptr.h.
13827         (main): Use a zero-size object pointer instead of NULL.
13828         * tests/test-memrchr.c: Include zerosize-ptr.h.
13829         (main): Use a zero-size object pointer instead of NULL.
13830         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13831         m4/mmap-anon.m4.
13832         (Depends-on): Add getpagesize.
13833         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13834         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13835         m4/mmap-anon.m4.
13836         (Depends-on): Add getpagesize.
13837         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13838         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13839         m4/mmap-anon.m4.
13840         (Depends-on): Add getpagesize.
13841         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13842         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13843         m4/mmap-anon.m4.
13844         (Depends-on): Add getpagesize.
13845         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13846         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13847         m4/mmap-anon.m4.
13848         (Depends-on): Add getpagesize.
13849         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13850
13851 2009-05-12  Bruno Haible  <bruno@clisp.org>
13852
13853         Tests for module 'alignof'.
13854         * modules/alignof-tests: New file.
13855         * tests/test-alignof.c: New file.
13856
13857 2009-05-12  Bruno Haible  <bruno@clisp.org>
13858
13859         Fix alignof macro.
13860         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13861         vendor compilers that are always correct.
13862
13863 2009-05-12  Bruno Haible  <bruno@clisp.org>
13864
13865         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13866         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13867         not whether its fully works.
13868
13869 2009-05-12  Bruno Haible  <bruno@clisp.org>
13870
13871         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13872
13873 2009-05-12  Jim Meyering  <meyering@redhat.com>
13874
13875         * top/maint.mk: Adjust backslash alignment.
13876
13877 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13878
13879         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13880
13881 2009-05-11  Eric Blake  <ebb9@byu.net>
13882
13883         argp: avoid undefined behavior
13884         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13885         macros.
13886
13887 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13888
13889         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13890         user.name to prevent git commit from complaining.
13891
13892 2009-05-10  Bruno Haible  <bruno@clisp.org>
13893
13894         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13895         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13896         it rewrites every file name only once.
13897         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13898
13899 2009-05-08  Bruno Haible  <bruno@clisp.org>
13900
13901         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13902         instead of 'max'.
13903
13904 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13905
13906         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13907         sockaddr_storage test.
13908
13909 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13910
13911         * modules/sys_socket (Makefile.am): Substitute
13912         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13913         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13914         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13915         * tests/test-sys_socket.c: Check sockaddr_storage.
13916
13917 2009-05-08  Bruno Haible  <bruno@clisp.org>
13918
13919         New module 'alignof'.
13920         * lib/alignof.h: New file.
13921         * modules/alignof: New file.
13922
13923 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13924             Bruno Haible  <bruno@clisp.org>
13925
13926         Fix test-file-has-acl on FreeBSD.
13927         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13928         mask is implicitly added.
13929         * tests/test-file-has-acl.c: Include <signal.h>.
13930         (main): Terminate the test after 5 seconds.
13931         * modules/acl-tests (configure.ac): Check for alarm function.
13932
13933 2009-05-04  Bruno Haible  <bruno@clisp.org>
13934
13935         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13936         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13937         * modules/errno (configure.ac): Drop AC_REQUIRE.
13938         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13939         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13940
13941 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13942
13943         * modules/glob-tests: New module.
13944         * tests/test-glob.c: Add.
13945
13946 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13947
13948         * modules/fnmatch-tests: New module.
13949         * tests/test-fnmatch.c: Add.
13950
13951 2009-05-04  Eric Blake  <ebb9@byu.net>
13952
13953         maint: make the new no-submodule-changes rule VPATH-safe
13954         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13955
13956 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13957             Bruno Haible  <bruno@clisp.org>
13958
13959         acl: Fix infinite loop on FreeBSD.
13960         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13961         of return value from acl_get_entry.
13962         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13963         Likewise.
13964
13965 2009-05-03  Bruno Haible  <bruno@clisp.org>
13966
13967         * lib/acl-internal.h (acl_entries): Clarify return value.
13968         * lib/acl_entries.c (acl_entries): Likewise.
13969
13970 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13971
13972         Bug fix in acl module.
13973         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13974
13975 2009-05-03  Bruno Haible  <bruno@clisp.org>
13976
13977         Create gperf-generated file in the source dir, not in the build dir.
13978         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13979         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13980         * modules/unicase/locale-language (unicase/locale-languages.h):
13981         Likewise.
13982         * modules/unicase/special-casing (unicase/special-casing-table.h):
13983         Likewise.
13984         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13985         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13986         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13987         Reported by Ralf Wildenhues.
13988
13989 2009-05-03  Bruno Haible  <bruno@clisp.org>
13990
13991         * modules/fnmatch (Description, configure.ac): Taken from
13992         fnmatch-posix.
13993         * modules/fnmatch-posix: Turn into a symbolic reference to the
13994         'fnmatch' module, and deprecate.
13995         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13996
13997 2009-05-03  Bruno Haible  <bruno@clisp.org>
13998
13999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14000         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14001         Reported by Ralf Wildenhues.
14002
14003 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14004
14005         * m4/fnmatch.m4: Fix fnmatch re-define.
14006
14007 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14008
14009         priv-set: new module and tests; adapt write-any-file
14010         * lib/priv-set.c: New file.
14011         * lib/priv-set.h: New file.
14012         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14013         * lib/write-any-file.c: Simplify by using priv-set module.
14014         * m4/priv-set.m4: New file.
14015         * modules/priv-set: New file.
14016         * modules/unlinkdir: Add dependency on priv-set module.
14017         * modules/write-any-file: Likewise.
14018
14019         Tests for module 'priv-set'.
14020         * modules/priv-set-tests: New file.
14021         * tests/test-priv-set.c: New file.
14022
14023 2009-05-03  Jim Meyering  <meyering@redhat.com>
14024             Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14027         use the converted UTF-8 variant of the name instead.
14028
14029 2009-05-03  Jim Meyering  <meyering@redhat.com>
14030
14031         tests: tighten some getdate tests
14032         * tests/test-getdate.c (main): Tighten tests: require equality,
14033         not just greater than.  Set TZ envvar to UTC0.
14034
14035 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14036
14037         getdate: correctly interpret "next monday" when run on a Monday
14038         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14039         that e.g., "next tues" (when run on a tuesday) results in a date
14040         that is one week in the future, and not today's date.
14041         I.e., add a week when the wday is the same as the current one.
14042         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14043         and earlier by Martin Bernreuther and Jan Minář.
14044         * tests/test-getdate.c (main): Check that "next DAY" is always in
14045         the future and that "last DAY" is always in the past.
14046
14047 2009-05-02  Jim Meyering  <meyering@redhat.com>
14048
14049         build: ensure that a release build fails when a submodule is unclean
14050         * top/maint.mk (no-submodule-changes): New rule.
14051         (alpha beta major): Depend on it.
14052
14053 2009-05-02  Bruno Haible  <bruno@clisp.org>
14054
14055         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14056         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14057         shell variable gl_fnmatch_required to detect which variant is
14058         requested.
14059         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14060         gl_FUNC_FNMATCH_POSIX.
14061         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14062         exclude fnmatch-posix.
14063
14064 2009-05-02  Bruno Haible  <bruno@clisp.org>
14065
14066         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14067         * modules/mbsrtowcs (License): Change to LGPLv2+.
14068         * modules/strnlen1 (License): Likewise.
14069         Reported by Simon Josefsson.
14070
14071 2009-05-02  Bruno Haible  <bruno@clisp.org>
14072
14073         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14074         "cross".
14075         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14076         gnulib-tool was called with option --source-base=lib.
14077
14078 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14079
14080         Use automake *-local hooks without commands, for extensibility.
14081         * modules/localcharset (Makefile.am): Rename install-exec-local
14082         rule to install-exec-localcharset, and make it a prerequisite of
14083         install-exec-local.  Likewise, rename the uninstall-local rule to
14084         uninstall-localcharset, and make it a prerequisite of the former.
14085
14086 2009-05-01  Bruno Haible  <bruno@clisp.org>
14087
14088         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14089         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14090         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14091         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14092         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14093         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14094         m4/locale-zh.m4, m4/codeset.m4.
14095
14096         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14097         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14098         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14099         m4/locale-zh.m4.
14100
14101         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14102         REPLACE_WCRTOMB if mbstate_t must be replaced.
14103         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14104         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14105
14106 2009-05-01  Bruno Haible  <bruno@clisp.org>
14107
14108         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14109         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14110         dngettext, dcngettext, textdomain, bindtextdomain,
14111         bind_textdomain_codeset): Undefine before redefining.
14112
14113 2009-04-30  Bruno Haible  <bruno@clisp.org>
14114
14115         Fix bug introduced on 2009-04-25.
14116         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14117         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14118         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14119         is defined.
14120         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14121         is defined.
14122         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14123         is defined.
14124         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14125
14126 2009-04-28  Bruno Haible  <bruno@clisp.org>
14127
14128         Comment tweaks.
14129         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14130         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14131         * lib/unicase.h (u*_casexfrm): Likewise.
14132         Reported by Paolo Bonzini.
14133
14134 2009-04-28  Bruno Haible  <bruno@clisp.org>
14135
14136         Fix a compilation error.
14137         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14138         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14139         Reported by Jim Meyering.
14140
14141 2009-04-27  Bruno Haible  <bruno@clisp.org>
14142
14143         New module 'libunistring'.
14144         * modules/libunistring: New file.
14145         * m4/libunistring.m4: New file.
14146         * MODULES.html.sh (Unicode string functions): Add it.
14147
14148 2009-04-27  Eric Blake  <ebb9@byu.net>
14149
14150         maint.mk: allow package-specific header to provide <config.h>
14151         * top/maint.mk (sc_require_config_h): New variable.
14152         (sc_require_config_h, sc_require_config_h_first): Use it.
14153
14154 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14155
14156         * top/maint.mk (sc_avoid_if_before_free): Except
14157         useless-if-before-free script.
14158
14159 2009-04-27  Eric Blake  <ebb9@byu.net>
14160
14161         maintainer-makefile: depend on all required helper scripts
14162         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14163         useless-if-before-free.
14164         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14165         version, rather than assuming gnulib checkout is available.
14166         Reported by Simen Josefsson.
14167
14168 2009-04-26  Bruno Haible  <bruno@clisp.org>
14169
14170         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14171         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14172         "../" or "..".
14173
14174 2009-04-26  Bruno Haible  <bruno@clisp.org>
14175
14176         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14177         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14178         AC_LIB_HAVE_LINKFLAGS.
14179
14180 2009-04-26  Bruno Haible  <bruno@clisp.org>
14181
14182         Simplify calling convention of u*_conv_from_encoding.
14183         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14184         u32_conv_from_encoding): Expect a resultbuf argument and return the
14185         result directly as a pointer.
14186         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14187         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14188         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14189         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14190         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14191         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14192         Update.
14193         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14194         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14195         * lib/vasnprintf.c (VASNPRINTF): Update.
14196         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14197         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14198         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14199         * NEWS: Mention the change.
14200
14201 2009-04-26  Bruno Haible  <bruno@clisp.org>
14202
14203         Simplify calling convention of u*_conv_to_encoding.
14204         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14205         u32_conv_to_encoding): Expect a resultbuf argument and return the
14206         result directly as a pointer.
14207         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14208         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14209         freeing scaled_offsets if mem_iconveha failed.
14210         * lib/unicase/u-casexfrm.h (FUNC): Update.
14211         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14212         * lib/vasnprintf.c (VASNPRINTF): Update.
14213         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14214         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14215         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14216         * NEWS: Mention the change.
14217
14218 2009-04-26  Bruno Haible  <bruno@clisp.org>
14219
14220         Avoid test failures on AIX and OSF/1.
14221         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14222         malloc(0).
14223         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14224         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14225         Likewise.
14226         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14227         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14228         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14229         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14230         * doc/posix-functions/malloc.texi: Document the portability problem
14231         related to malloc(0).
14232
14233 2009-04-26  Bruno Haible  <bruno@clisp.org>
14234
14235         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14236         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14237         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14238
14239 2009-04-25  Bruno Haible  <bruno@clisp.org>
14240
14241         Avoid link error when creating a namespace clean library.
14242         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14243         as macro with arguments if already defined as an alias.
14244         * lib/signbitf.c (gl_signbitf): Don't undefine.
14245         * lib/signbitd.c (gl_signbitd): Don't undefine.
14246         * lib/signbitl.c (gl_signbitl): Don't undefine.
14247
14248 2009-04-25  Jim Meyering  <meyering@redhat.com>
14249
14250         vc-list-files: fix another quoting bug
14251         * build-aux/vc-list-files: Avoid sed backslash expansion
14252         of pathological directory names.
14253
14254 2009-04-25  Eric Blake  <ebb9@byu.net>
14255
14256         vc-list-files: fix shell quoting error
14257         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14258         timestamp.
14259
14260 2009-04-25  Jim Meyering  <meyering@redhat.com>
14261
14262         vc-list-files: restore lost functionality with subdir argument
14263         * build-aux/vc-list-files: When given a non-"." sub-directory
14264         argument, substitute the $dir/ prefix back onto each resulting name.
14265         Otherwise, coreutils' root_tests check would fail.
14266
14267 2009-04-24  Eric Blake  <ebb9@byu.net>
14268
14269         vc-list-files: ignore git symlinks
14270         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14271         than ls-files, to ignore git symlinks.
14272
14273         maint.mk: import improvements from m4
14274         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14275         (move_if_change): Delete unused macro.
14276         (news-date-check, vc-diff-check): Support VPATH builds.
14277         (announcement): Likewise.  Split --bootstrap-tools list...
14278         (boostrap-tools): ...into separate list, which can be overridden
14279         in cfg.mk.
14280         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14281         requiring dependency on useless-if-before-free module.
14282         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14283         Support VPATH builds.
14284
14285 2009-04-24  Jim Meyering  <meyering@redhat.com>
14286
14287         maint.mk: remove coreutils-specific rules and variables
14288         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14289         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14290         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14291
14292         maint.mk: remove obsolete rule
14293         * top/maint.mk (rel-check): Remove rule.
14294         (WGET, WGETFLAGS): Remove now-unused variables.
14295
14296 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14297
14298         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14299         consistency.
14300
14301         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14302         '$(PATH_SEPARATOR)' instead of ':'.
14303
14304 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14305
14306         * lib/getopt1.c (main): Use 'const' for static array.
14307
14308 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14309
14310         * top/maint.mk: Sync with coreutils.
14311         * NEWS: Explain incompatibilities.
14312
14313 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14314             Bruno Haible  <bruno@clisp.org>
14315
14316         Fix cross-compilation results.
14317         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14318         statement, as third argument of AC_TRY_RUN.
14319         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14320         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14321         Likewise.
14322         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14323         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14324         Likewise.
14325         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14326         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14327         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14328
14329 2009-04-20  Bruno Haible  <bruno@clisp.org>
14330
14331         Avoid test failure on mingw.
14332         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14333
14334 2009-04-20  Bruno Haible  <bruno@clisp.org>
14335
14336         Avoid compilation error on mingw.
14337         * modules/localename-tests (Depends-on): Add locale.
14338
14339 2009-04-19  Bruno Haible  <bruno@clisp.org>
14340
14341         Support for building a shared library on Windows platforms.
14342         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14343         (main): Test the presence of UNINORM_NFC here.
14344         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14345         (main): Test the presence of UNINORM_NFD here.
14346         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14347         (main): Test the presence of UNINORM_NFKC here.
14348         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14349         (main): Test the presence of UNINORM_NFKD here.
14350
14351 2009-04-19  Bruno Haible  <bruno@clisp.org>
14352
14353         Avoid a compiler warning.
14354         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14355         Change type of variable 'sequence'.
14356
14357 2009-04-19  Bruno Haible  <bruno@clisp.org>
14358
14359         * modules/configmake (Makefile.am): When the contents of configmake.h
14360         does not change, arrange to preserve its modification time.
14361
14362 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14363
14364         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14365         gettext domain.
14366
14367 2009-04-16  Jim Meyering  <meyering@redhat.com>
14368
14369         useless-if-before-free: improve conversion code
14370         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14371         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14372
14373 2009-04-14  Bruno Haible  <bruno@clisp.org>
14374
14375         * modules/fcntl (Depends-on): Add extensions.
14376         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14377
14378 2009-04-12  Ben Pfaff  <blp@gnu.org>
14379
14380         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14381         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14382
14383 2009-03-20  Ben Pfaff  <blp@gnu.org>
14384
14385         Make rename replace existing destinations on Windows.
14386         * m4/rename.m4: Add test for Mingw.
14387         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14388         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14389         * doc/posix-functions/rename.texi: Document.
14390
14391 2009-04-10  Bruno Haible  <bruno@clisp.org>
14392
14393         New include file "iconveh.h".
14394         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14395         * lib/striconveh.h: Include it.
14396         (enum iconv_ilseq_handler): Remove definition.
14397         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14398         striconveh.h.
14399         * lib/striconveha.c: Include striconveh.h.
14400         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14401         * modules/striconveh (Files): Add lib/iconveh.h.
14402         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14403         lib/striconveh.h.
14404
14405 2009-04-10  Bruno Haible  <bruno@clisp.org>
14406
14407         * lib/uniconv.h: Update comment.
14408
14409 2009-04-10  Bruno Haible  <bruno@clisp.org>
14410
14411         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14412         always.
14413         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14414         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14415         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14416         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14417         "unistring-notinline.h", so that the function gets defined always.
14418         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14419         * lib/unistr/u8-uctomb.c: Likewise.
14420         * lib/unistr/u16-mbtouc.c: Likewise.
14421         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14422         * lib/unistr/u16-uctomb.c: Likewise.
14423         * lib/unistr/u32-mbtouc.c: Likewise.
14424         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14425         * lib/unistr/u32-uctomb.c: Likewise.
14426
14427 2009-04-10  Bruno Haible  <bruno@clisp.org>
14428
14429         Mark 'utime' obsolete.
14430         * modules/utime (Status, Notice): New sections.
14431         Suggested by Jim Meyering.
14432
14433         Fix cross-compile guess for utime test.
14434         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14435         autoconf.
14436         * doc/posix-functions/utime.texi: Give more precisions.
14437         Reported by Jan <ipif@ymail.com>.
14438
14439 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14440
14441         filevercmp: correct today's change
14442         * lib/filevercmp.c: Also handle coreutils' test inputs.
14443         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14444
14445         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14446         for reporting it.
14447         * lib/filevercmp.c: Special handle for "", "." and "..".
14448         * tests/test-filevercmp.c: Enlarge the set suite.
14449
14450 2009-04-07  Jim Meyering  <meyering@redhat.com>
14451
14452         useless-if-before-free: show how to remove braced useless free, too
14453         * build-aux/useless-if-before-free: still only in a comment, though.
14454
14455 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14456
14457         maint.mk: import changes to syntax-check macros from coreutils
14458         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14459         Use them in the relevant macros.
14460
14461 2009-04-06  Bruno Haible  <bruno@clisp.org>
14462
14463         Fix unportable use of bit-fields.
14464         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14465         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14466         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14467
14468 2009-04-06  Bruno Haible  <bruno@clisp.org>
14469
14470         Avoid test failures on AIX and OSF/1.
14471         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14472         that malloc(0) = NULL.
14473         * tests/unicase/test-u8-tolower.c (check): Likewise.
14474         * tests/unicase/test-u8-totitle.c (check): Likewise.
14475         * tests/unicase/test-u8-toupper.c (check): Likewise.
14476         * tests/unicase/test-u16-casefold.c (check): Likewise.
14477         * tests/unicase/test-u16-tolower.c (check): Likewise.
14478         * tests/unicase/test-u16-totitle.c (check): Likewise.
14479         * tests/unicase/test-u16-toupper.c (check): Likewise.
14480         * tests/unicase/test-u32-casefold.c (check): Likewise.
14481         * tests/unicase/test-u32-tolower.c (check): Likewise.
14482         * tests/unicase/test-u32-totitle.c (check): Likewise.
14483         * tests/unicase/test-u32-toupper.c (check): Likewise.
14484         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14485         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14486         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14487         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14488         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14489         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14490         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14491         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14492         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14493         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14494         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14495         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14496
14497 2009-04-05  Bruno Haible  <bruno@clisp.org>
14498
14499         Work around an autoconf limitation.
14500         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14501         comment line if it would be longer than 3 KB.
14502
14503 2009-04-05  Bruno Haible  <bruno@clisp.org>
14504
14505         Avoid test failure with libiconv-1.13.
14506         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14507         of the expected test results.
14508
14509 2009-04-05  Bruno Haible  <bruno@clisp.org>
14510
14511         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14512         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14513         that it should be installed.
14514
14515 2009-04-05  Bruno Haible  <bruno@clisp.org>
14516
14517         * gnulib-tool: New option --copy-file.
14518         (func_usage): Document it.
14519         (func_dest_tmpfilename): Moved out of func_import.
14520         (func_add_file, func_update_file): New functions, extracted from
14521         func_import.
14522         (func_import): Update.
14523
14524 2009-04-05  Karl Berry  <karl@gnu.org>
14525
14526         * README: prominently mention gnulib-tool.
14527         Rearrange sections so getting the code is near the top.
14528
14529 2009-04-05  Bruno Haible  <bruno@clisp.org>
14530
14531         * lib/unicase.h: Mention u*_cmp2.
14532         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14533         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14534         * lib/unicase/ulc-casecmp.c: Likewise.
14535         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14536         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14537         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14538         unistr/u8-cmp.
14539         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14540         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14541         unistr/u16-cmp.
14542         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14543         unistr/u32-cmp.
14544
14545         * lib/uninorm.h: Mention u*_cmp2.
14546         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14547         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14548         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14549         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14550         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14551         unistr/u8-cmp.
14552         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14553         unistr/u16-cmp.
14554         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14555         unistr/u32-cmp.
14556
14557         New module 'unistr/u32-cmp2'.
14558         * lib/unistr/u32-cmp2.c: New file.
14559         * modules/unistr/u32-cmp2: New file.
14560
14561         New module 'unistr/u16-cmp2'.
14562         * lib/unistr/u16-cmp2.c: New file.
14563         * modules/unistr/u16-cmp2: New file.
14564
14565         New module 'unistr/u8-cmp2'.
14566         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14567         * lib/unistr/u8-cmp2.c: New file.
14568         * lib/unistr/u-cmp2.h: New file.
14569         * modules/unistr/u8-cmp2: New file.
14570
14571 2009-04-05  Bruno Haible  <bruno@clisp.org>
14572
14573         * lib/unictype.h (uc_property_is_valid): New macro.
14574         * tests/unictype/test-pr_byname.c (main): Use it.
14575
14576         * lib/unistr.h: Doc fixes.
14577         * lib/uniconv.h: Doc fixes.
14578         * lib/unictype.h: Doc fixes.
14579
14580 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14581
14582         Port coreutils 7.2 to Solaris 8.
14583
14584         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14585         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14586         for Solaris 8.  This is a bit of a hack, as it means it's the
14587         caller's responsibility to add -lnsl if needed, but most likely it
14588         won't be needed since only getaddrinfo uses this and getaddrinfo
14589         isn't needed on Solaris 8.
14590
14591         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14592         problem to Solaris 8 encountered with coreutils 7.2, which
14593         resulted in a message "fnmatch.c:292: warning: passing argument 4
14594         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14595         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14596
14597 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14598
14599         * m4/ld-version-script.m4: Add FIXME comment.
14600
14601 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14602
14603         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14604         SOVERSION variable.
14605
14606 2009-04-02  Bruno Haible  <bruno@clisp.org>
14607
14608         * Makefile (info, html, dvi, pdf): Combine the rules.
14609         Suggested by Jim Meyering.
14610
14611 2009-04-01  Bruno Haible  <bruno@clisp.org>
14612
14613         * Makefile (info, html, dvi, pdf): New targets.
14614         Reported by Reuben Thomas <rrt@sc3d.org>.
14615
14616 2009-04-01  Bruno Haible  <bruno@clisp.org>
14617
14618         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14619         can be put into PATH.
14620         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14621
14622 2009-04-01  Bruno Haible  <bruno@clisp.org>
14623
14624         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14625
14626 2009-04-01  Bruno Haible  <bruno@clisp.org>
14627
14628         Rename module 'visibility'.
14629         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14630         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14631         * doc/gnulib.texi: Update.
14632         * MODULES.html.sh (Misc): Update.
14633         * NEWS: Mention the change.
14634
14635 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14636
14637         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14638         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14639         Eric Blake <ebb9@byu.net> for review.
14640         * MODULES.html.sh: Add lib-msvc-compat.
14641         * doc/gnulib.texi: Link to new section.
14642         * m4/ld-output-def.m4: New file.
14643         * doc/ld-output-def.texi: New file.
14644
14645 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14646
14647         Rename ld-version-script to lib-symbol-versions.  Suggested by
14648         Bruno Haible <bruno@clisp.org>.
14649         * modules/ld-version-script: Renamed to lib-symbol-versions.
14650         * doc/ld-version-script.texi: Fix module name.
14651         * MODULES.html.sh: Add lib-symbol-versions.
14652
14653 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14654
14655         * modules/u64-tests: New file.
14656         * tests/test-u64.c: New file.
14657
14658 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14659
14660         * MODULES.html.sh: Mention u64.
14661         * modules/u64: New module.
14662         * modules/crypto/sha512: Depend on u64 module instead of providing
14663         u64.h.
14664
14665 2009-03-27  Eric Blake  <ebb9@byu.net>
14666
14667         test-strerror: make debugging EAI_SYSTEM easier
14668         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14669         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14670         failure was EAI_SYSTEM.
14671
14672 2009-03-25  Bruno Haible  <bruno@clisp.org>
14673
14674         Fix a problem with --enable-relocatable on Solaris 7.
14675         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14676         since 2008-02-24.
14677
14678 2009-03-25  Eric Blake  <ebb9@byu.net>
14679
14680         test-sockets: avoid gcc warning
14681         * tests/test-sockets.c (main): Silence compiler warning.
14682
14683 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         New modules nproc, pthread, contributed by Glen Lenker.
14686
14687         * MODULES.html.sh: Add pthread, nproc.
14688         * lib/nproc.c: New file.
14689         * lib/nproc.h: New file.
14690         * lib/pthread.in.h: New file.
14691         * m4/pthread.m4: New file.
14692         * modules/nproc: New file.
14693         * modules/pthread: New file.
14694
14695 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14696
14697         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14698         New variable.
14699
14700 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14701
14702         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14703         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14704         * tests/test-filevercmp.c: Add tests for backup suffixes.
14705
14706 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14707
14708         * modules/stdlib (Depends-on): Add stdint, needed when defining
14709         struct random_data on, for example, HP-UX 10.20.  Reported by
14710         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14711
14712 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14713
14714         * lib/readline.c (readline): Call fflush on stdout after printing
14715         prompt.
14716
14717 2009-03-20  Bruno Haible  <bruno@clisp.org>
14718
14719         Remove dependency from 'close' module to -lws2_32 on native Windows.
14720         * lib/close-hook.h: New file.
14721         * lib/close-hook.c: New file.
14722         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14723         w32sock.h.
14724         (_gl_close_fd_maybe_socket): Remove function.
14725         (rpl_close): Invoke execute_all_close_hooks instead of
14726         _gl_close_fd_maybe_socket.
14727         * lib/sockets.c: Include close-hook.h, w32sock.h.
14728         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14729         (close_sockets_hook): New variable.
14730         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14731         (gl_sockets_cleanup): Unregister it.
14732         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14733         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14734         * modules/close-hook: New file.
14735         * modules/close (Files): Remove lib/w32sock.h.
14736         (Depends-on): Add close-hook.
14737         (Link): Remove section.
14738         * modules/sockets (Files): Add lib/w32sock.h.
14739         (Depends-on): Add close-hook.
14740         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14741         invocation.
14742         * NEWS: Mention that LIB_CLOSE is gone.
14743
14744 2009-03-23  Eric Blake  <ebb9@byu.net>
14745
14746         signal-tests: test previous patch
14747         * tests/test-signal.c: New file.
14748         * modules/signal-tests: Likewise.
14749
14750         signal.h: always support 'volatile sig_atomic_t'
14751         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14752         (gl_SIGNAL_H_DEFAULTS): Add a default.
14753         * modules/signal (Makefile.am): Substitute if needed.
14754         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14755         users can blindly add volatile.
14756         * doc/posix-headers/signal.texi (signal.h): Document it.
14757         Reported by Matthew Woehlke.
14758
14759 2009-03-23  Jim Meyering  <meyering@redhat.com>
14760
14761         pathmax: PATH_MAX: use pathconf only when available
14762         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14763         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14764         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14765         This avoids a link failure in a PSP cross-compilation environment
14766         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14767
14768         * lib/vasnprintf.c (divide): Fix typo in comment.
14769
14770 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14771
14772         * gnulib-tool (func_filter_filelist): Fix comment.
14773
14774 2009-03-20  Bruno Haible  <bruno@clisp.org>
14775
14776         Make sockets.h self-contained.
14777         * lib/sockets.c: Include sockets.h first.
14778         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14779
14780 2009-03-19  Eric Blake  <ebb9@byu.net>
14781
14782         doc: mention more functions added in cygwin 1.7.0
14783         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14784         addition.
14785         * doc/posix-functions/log2f.texi: Likewise.
14786
14787 2009-03-19  Jim Meyering  <meyering@redhat.com>
14788
14789         fsusage: avoid syntax error due to statement-before-declaration
14790         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14791         after all declarations.  Reported by Matthew Woehlke in
14792         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14793
14794 2009-03-18  Eric Blake  <ebb9@byu.net>
14795
14796         build-aux/compile: sync from automake
14797         * build-aux/compile: New file, from automake.
14798         * config/srclist.txt: Mention build-aux/compile.
14799
14800 2009-03-17  Bruno Haible  <bruno@clisp.org>
14801
14802         * lib/git-merge-changelog.c: Fix typo in comment.
14803         Reported by Reuben Thomas <rrt@sc3d.org>.
14804
14805 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14806
14807         * m4/regex.m4: update and improve help for
14808         --without-included-regex.
14809
14810 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14811
14812         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14813         failure on missing include files.
14814
14815 2009-03-17  Eric Blake  <ebb9@byu.net>
14816
14817         doc: mention more functions added in cygwin 1.7.0
14818         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14819         addition.
14820         * doc/posix-functions/fwscanf.texi: Likewise.
14821         * doc/posix-functions/swprintf.texi: Likewise.
14822         * doc/posix-functions/swscanf.texi: Likewise.
14823         * doc/posix-functions/vfwprintf.texi: Likewise.
14824         * doc/posix-functions/vfwscanf.texi: Likewise.
14825         * doc/posix-functions/vswprintf.texi: Likewise.
14826         * doc/posix-functions/vswscanf.texi: Likewise.
14827         * doc/posix-functions/vwprintf.texi: Likewise.
14828         * doc/posix-functions/vwscanf.texi: Likewise.
14829         * doc/posix-functions/wcscasecmp.texi: Likewise.
14830         * doc/posix-functions/wcsdup.texi: Likewise.
14831         * doc/posix-functions/wcsftime.texi: Likewise.
14832         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14833         * doc/posix-functions/wprintf.texi: Likewise.
14834         * doc/posix-functions/wscanf.texi: Likewise.
14835         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14836
14837 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14838
14839         maint.mk: really add $(AM_MAKEFLAGS)
14840         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14841         was inadvertently omitted in the last commit.
14842         Spotted by Bruno Haible.
14843
14844         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14845         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14846         $(AM_MAKEFLAGS)' rather than plain `make'.
14847
14848         gnulib-tool: execute $MAKE not make
14849         * gnulib-tool: Default $MAKE to 'make'.
14850         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14851         than make.  Initialize $MAKE in the do-autobuild script.
14852
14853         gnulib-tool: use $MAKE not make in generated files
14854         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14855         make, in generated files.  Initialize $MAKE in the do-autobuild
14856         script.
14857
14858         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14859
14860         GNUmakefile: disable parallelism only for multiple, recursive targets
14861         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14862         additions in the Makefile.
14863         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14864         by Automake.
14865         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14866         are listed on the command line and at least one of them is
14867         listed in $(ALL_RECURSIVE_TARGETS).
14868
14869 2009-03-14  Bruno Haible  <bruno@clisp.org>
14870
14871         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14872         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14873         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14874         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14875         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14876         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14877         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14878         unistr/u8-uctomb.
14879         * modules/unistr/u8-strchr (Depends-on): Likewise.
14880         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14881         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14882         unistr/u16-uctomb.
14883         * modules/unistr/u16-strchr (Depends-on): Likewise.
14884         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14885
14886 2009-03-12  Bruno Haible  <bruno@clisp.org>
14887
14888         Work around select() bug on Interix 3.5.
14889         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14890         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14891         * m4/select.m4: New file.
14892         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14893         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14894         * modules/select (Files): Add m4/select.m4.
14895         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14896         * modules/nanosleep (Depends-on): Add select.
14897         * modules/poll (Depends-on): Likewise.
14898         * doc/posix-functions/select.texi: Mention the Interix bug.
14899         Reported by Markus Duft <mduft@gentoo.org>.
14900
14901         * lib/select.c: Renamed from lib/winsock-select.c.
14902         * modules/select (Files): Add lib/select.c, remove
14903         lib/winsock-select.c.
14904         (configure.ac): Update.
14905
14906 2009-03-12  Jim Meyering  <meyering@redhat.com>
14907
14908         avoid gcc warnings about unused macro definitions
14909         * lib/readtokens.c (STREQ): Remove unused definition.
14910         * lib/xmalloc.c (SIZE_MAX): Likewise.
14911         * lib/openat-die.c (N_): Likewise.
14912         * lib/mountlist.c (SIZE_MAX): Remove definition.
14913         Instead, include <stdint.h>.
14914         * lib/readutmp.c: Likewise.
14915         * modules/readutmp (Depends-on): Add stdint.
14916         * modules/mountlist (Depends-on): Add stdint.
14917         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14918
14919 2009-03-10  Bruno Haible  <bruno@clisp.org>
14920
14921         Tests for module 'mbmemcasecoll'.
14922         * modules/mbmemcasecoll-tests: New file.
14923         * tests/test-mbmemcasecoll1.sh: New file.
14924         * tests/test-mbmemcasecoll2.sh: New file.
14925         * tests/test-mbmemcasecoll3.sh: New file.
14926         * tests/test-mbmemcasecoll.c: New file.
14927
14928         New module 'mbmemcasecoll'.
14929         * lib/mbmemcasecoll.h: New file.
14930         * lib/mbmemcasecoll.c: New file.
14931         * modules/mbmemcasecoll: New file.
14932
14933         * tests/test-mbmemcasecmp.h: New file, extracted from
14934         tests/test-mbmemcasecmp.c.
14935         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14936         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14937         (main): Update.
14938         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14939
14940 2009-03-09  Bruno Haible  <bruno@clisp.org>
14941
14942         Tests for module 'mbmemcasecmp'.
14943         * modules/mbmemcasecmp-tests: New file.
14944         * tests/test-mbmemcasecmp1.sh: New file.
14945         * tests/test-mbmemcasecmp2.sh: New file.
14946         * tests/test-mbmemcasecmp3.sh: New file.
14947         * tests/test-mbmemcasecmp.c: New file.
14948
14949         New module 'mbmemcasecmp'.
14950         * lib/mbmemcasecmp.h: New file.
14951         * lib/mbmemcasecmp.c: New file.
14952         * modules/mbmemcasecmp: New file.
14953
14954 2009-03-09  Bruno Haible  <bruno@clisp.org>
14955
14956         Tests for module 'unicase/ulc-casecoll'.
14957         * modules/unicase/ulc-casecoll-tests: New file.
14958         * tests/unicase/test-ulc-casecoll1.sh: New file.
14959         * tests/unicase/test-ulc-casecoll2.sh: New file.
14960         * tests/unicase/test-ulc-casecoll.c: New file.
14961
14962         New module 'unicase/ulc-casecoll'.
14963         * lib/unicase.h (ulc_casecoll): New declaration.
14964         * lib/unicase/ulc-casecoll.c: New file.
14965         * modules/unicase/ulc-casecoll: New file.
14966
14967         New module 'unicase/ulc-casexfrm'.
14968         * lib/unicase.h (ulc_casexfrm): New declaration.
14969         * lib/unicase/ulc-casexfrm.c: New file.
14970         * modules/unicase/ulc-casexfrm: New file.
14971
14972 2009-03-09  Bruno Haible  <bruno@clisp.org>
14973
14974         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14975         invocations.
14976
14977         * m4/mbscasecmp.m4: Remove file.
14978         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14979         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14980
14981         * m4/mbscasestr.m4: Remove file.
14982         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14983         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14984
14985         * m4/mbschr.m4: Remove file.
14986         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14987         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14988
14989         * m4/mbscspn.m4: Remove file.
14990         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14991         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14992
14993         * m4/mbslen.m4: Remove file.
14994         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14995         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14996
14997         * m4/mbsncasecmp.m4: Remove file.
14998         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14999         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15000
15001         * m4/mbsnlen.m4: Remove file.
15002         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15003         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15004
15005         * m4/mbspbrk.m4: Remove file.
15006         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15007         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15008
15009         * m4/mbspcasecmp.m4: Remove file.
15010         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15011         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15012
15013         * m4/mbsrchr.m4: Remove file.
15014         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15015         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15016
15017         * m4/mbssep.m4: Remove file.
15018         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15019         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15020
15021         * m4/mbsspn.m4: Remove file.
15022         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15023         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15024
15025         * m4/mbsstr.m4: Remove file.
15026         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15027         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15028
15029         * m4/mbstok_r.m4: Remove file.
15030         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15031         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15032
15033         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15034
15035         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15036         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15037
15038         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15039
15040 2009-03-08  Bruno Haible  <bruno@clisp.org>
15041
15042         Tests for module 'unicase/ulc-casecmp'.
15043         * modules/unicase/ulc-casecmp-tests: New file.
15044         * tests/unicase/test-ulc-casecmp1.sh: New file.
15045         * tests/unicase/test-ulc-casecmp2.sh: New file.
15046         * tests/unicase/test-ulc-casecmp.c: New file.
15047
15048         New module 'unicase/ulc-casecmp'.
15049         * lib/unicase.h (ulc_casecmp): New declaration.
15050         * lib/unicase/ulc-casecmp.c: New file.
15051         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15052         'const SRC_UNIT *'.
15053         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15054         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15055         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15056         * modules/unicase/ulc-casecmp: New file.
15057
15058         Tests for module 'unicase/u32-is-cased'.
15059         * modules/unicase/u32-is-cased-tests: New file.
15060         * tests/unicase/test-u32-is-cased.c: New file.
15061
15062         Tests for module 'unicase/u16-is-cased'.
15063         * modules/unicase/u16-is-cased-tests: New file.
15064         * tests/unicase/test-u16-is-cased.c: New file.
15065
15066         Tests for module 'unicase/u8-is-cased'.
15067         * modules/unicase/u8-is-cased-tests: New file.
15068         * tests/unicase/test-u8-is-cased.c: New file.
15069         * tests/unicase/test-is-cased.h: New file.
15070
15071         New module 'unicase/u32-is-cased'.
15072         * lib/unicase/u32-is-cased.c: New file.
15073         * modules/unicase/u32-is-cased: New file.
15074
15075         New module 'unicase/u16-is-cased'.
15076         * lib/unicase/u16-is-cased.c: New file.
15077         * modules/unicase/u16-is-cased: New file.
15078
15079         New module 'unicase/u8-is-cased'.
15080         * lib/unicase/u8-is-cased.c: New file.
15081         * lib/unicase/u-is-cased.h: New file.
15082         * modules/unicase/u8-is-cased: New file.
15083
15084         Tests for module 'unicase/u32-is-casefolded'.
15085         * modules/unicase/u32-is-casefolded-tests: New file.
15086         * tests/unicase/test-u32-is-casefolded.c: New file.
15087
15088         Tests for module 'unicase/u16-is-casefolded'.
15089         * modules/unicase/u16-is-casefolded-tests: New file.
15090         * tests/unicase/test-u16-is-casefolded.c: New file.
15091
15092         Tests for module 'unicase/u8-is-casefolded'.
15093         * modules/unicase/u8-is-casefolded-tests: New file.
15094         * tests/unicase/test-u8-is-casefolded.c: New file.
15095         * tests/unicase/test-is-casefolded.h: New file.
15096
15097         New module 'unicase/u32-is-casefolded'.
15098         * lib/unicase/u32-is-casefolded.c: New file.
15099         * modules/unicase/u32-is-casefolded: New file.
15100
15101         New module 'unicase/u16-is-casefolded'.
15102         * lib/unicase/u16-is-casefolded.c: New file.
15103         * modules/unicase/u16-is-casefolded: New file.
15104
15105         New module 'unicase/u8-is-casefolded'.
15106         * lib/unicase/u8-is-casefolded.c: New file.
15107         * modules/unicase/u8-is-casefolded: New file.
15108
15109         Tests for module 'unicase/u32-is-titlecase'.
15110         * modules/unicase/u32-is-titlecase-tests: New file.
15111         * tests/unicase/test-u32-is-titlecase.c: New file.
15112
15113         Tests for module 'unicase/u16-is-titlecase'.
15114         * modules/unicase/u16-is-titlecase-tests: New file.
15115         * tests/unicase/test-u16-is-titlecase.c: New file.
15116
15117         Tests for module 'unicase/u8-is-titlecase'.
15118         * modules/unicase/u8-is-titlecase-tests: New file.
15119         * tests/unicase/test-u8-is-titlecase.c: New file.
15120         * tests/unicase/test-is-titlecase.h: New file.
15121
15122         New module 'unicase/u32-is-titlecase'.
15123         * lib/unicase/u32-is-titlecase.c: New file.
15124         * modules/unicase/u32-is-titlecase: New file.
15125
15126         New module 'unicase/u16-is-titlecase'.
15127         * lib/unicase/u16-is-titlecase.c: New file.
15128         * modules/unicase/u16-is-titlecase: New file.
15129
15130         New module 'unicase/u8-is-titlecase'.
15131         * lib/unicase/u8-is-titlecase.c: New file.
15132         * modules/unicase/u8-is-titlecase: New file.
15133
15134         Tests for module 'unicase/u32-is-lowercase'.
15135         * modules/unicase/u32-is-lowercase-tests: New file.
15136         * tests/unicase/test-u32-is-lowercase.c: New file.
15137
15138         Tests for module 'unicase/u16-is-lowercase'.
15139         * modules/unicase/u16-is-lowercase-tests: New file.
15140         * tests/unicase/test-u16-is-lowercase.c: New file.
15141
15142         Tests for module 'unicase/u8-is-lowercase'.
15143         * modules/unicase/u8-is-lowercase-tests: New file.
15144         * tests/unicase/test-u8-is-lowercase.c: New file.
15145         * tests/unicase/test-is-lowercase.h: New file.
15146
15147         New module 'unicase/u32-is-lowercase'.
15148         * lib/unicase/u32-is-lowercase.c: New file.
15149         * modules/unicase/u32-is-lowercase: New file.
15150
15151         New module 'unicase/u16-is-lowercase'.
15152         * lib/unicase/u16-is-lowercase.c: New file.
15153         * modules/unicase/u16-is-lowercase: New file.
15154
15155         New module 'unicase/u8-is-lowercase'.
15156         * lib/unicase/u8-is-lowercase.c: New file.
15157         * modules/unicase/u8-is-lowercase: New file.
15158
15159         Tests for module 'unicase/u32-is-uppercase'.
15160         * modules/unicase/u32-is-uppercase-tests: New file.
15161         * tests/unicase/test-u32-is-uppercase.c: New file.
15162
15163         Tests for module 'unicase/u16-is-uppercase'.
15164         * modules/unicase/u16-is-uppercase-tests: New file.
15165         * tests/unicase/test-u16-is-uppercase.c: New file.
15166
15167         Tests for module 'unicase/u8-is-uppercase'.
15168         * modules/unicase/u8-is-uppercase-tests: New file.
15169         * tests/unicase/test-u8-is-uppercase.c: New file.
15170         * tests/unicase/test-is-uppercase.h: New file.
15171
15172         New module 'unicase/u32-is-uppercase'.
15173         * lib/unicase/u32-is-uppercase.c: New file.
15174         * modules/unicase/u32-is-uppercase: New file.
15175
15176         New module 'unicase/u16-is-uppercase'.
15177         * lib/unicase/u16-is-uppercase.c: New file.
15178         * modules/unicase/u16-is-uppercase: New file.
15179
15180         New module 'unicase/u8-is-uppercase'.
15181         * lib/unicase/u8-is-uppercase.c: New file.
15182         * modules/unicase/u8-is-uppercase: New file.
15183
15184         New module 'unicase/u32-is-invariant'.
15185         * lib/unicase/u32-is-invariant.c: New file.
15186         * modules/unicase/u32-is-invariant: New file.
15187
15188         New module 'unicase/u16-is-invariant'.
15189         * lib/unicase/u16-is-invariant.c: New file.
15190         * modules/unicase/u16-is-invariant: New file.
15191
15192         New module 'unicase/u8-is-invariant'.
15193         * lib/unicase/u8-is-invariant.c: New file.
15194         * lib/unicase/invariant.h: New file.
15195         * lib/unicase/u-is-invariant.h: New file.
15196         * modules/unicase/u8-is-invariant: New file.
15197
15198         Tests for module 'unicase/u32-casecoll'.
15199         * modules/unicase/u32-casecoll-tests: New file.
15200         * tests/unicase/test-u32-casecoll.c: New file.
15201
15202         Tests for module 'unicase/u16-casecoll'.
15203         * modules/unicase/u16-casecoll-tests: New file.
15204         * tests/unicase/test-u16-casecoll.c: New file.
15205
15206         Tests for module 'unicase/u8-casecoll'.
15207         * modules/unicase/u8-casecoll-tests: New file.
15208         * tests/unicase/test-u8-casecoll.c: New file.
15209
15210         New module 'unicase/u32-casecoll'.
15211         * lib/unicase/u32-casecoll.c: New file.
15212         * modules/unicase/u32-casecoll: New file.
15213
15214         New module 'unicase/u16-casecoll'.
15215         * lib/unicase/u16-casecoll.c: New file.
15216         * modules/unicase/u16-casecoll: New file.
15217
15218         New module 'unicase/u8-casecoll'.
15219         * lib/unicase/u8-casecoll.c: New file.
15220         * lib/unicase/u-casecoll.h: New file.
15221         * modules/unicase/u8-casecoll: New file.
15222
15223         New module 'unicase/u32-casexfrm'.
15224         * lib/unicase/u32-casexfrm.c: New file.
15225         * modules/unicase/u32-casexfrm: New file.
15226
15227         New module 'unicase/u16-casexfrm'.
15228         * lib/unicase/u16-casexfrm.c: New file.
15229         * modules/unicase/u16-casexfrm: New file.
15230
15231         New module 'unicase/u8-casexfrm'.
15232         * lib/unicase/u8-casexfrm.c: New file.
15233         * lib/unicase/u-casexfrm.h: New file.
15234         * modules/unicase/u8-casexfrm: New file.
15235
15236         Tests for module 'unicase/u32-casecmp'.
15237         * modules/unicase/u32-casecmp-tests: New file.
15238         * tests/unicase/test-u32-casecmp.c: New file.
15239
15240         Tests for module 'unicase/u16-casecmp'.
15241         * modules/unicase/u16-casecmp-tests: New file.
15242         * tests/unicase/test-u16-casecmp.c: New file.
15243
15244         Tests for module 'unicase/u8-casecmp'.
15245         * modules/unicase/u8-casecmp-tests: New file.
15246         * tests/unicase/test-u8-casecmp.c: New file.
15247         * tests/unicase/test-casecmp.h: New file.
15248
15249         New module 'unicase/u32-casecmp'.
15250         * lib/unicase/u32-casecmp.c: New file.
15251         * modules/unicase/u32-casecmp: New file.
15252
15253         New module 'unicase/u16-casecmp'.
15254         * lib/unicase/u16-casecmp.c: New file.
15255         * modules/unicase/u16-casecmp: New file.
15256
15257         New module 'unicase/u8-casecmp'.
15258         * lib/unicase/u8-casecmp.c: New file.
15259         * lib/unicase/u-casecmp.h: New file.
15260         * modules/unicase/u8-casecmp: New file.
15261
15262         Tests for module 'unicase/u32-casefold'.
15263         * modules/unicase/u32-casefold-tests: New file.
15264         * tests/unicase/test-u32-casefold.c: New file.
15265
15266         Tests for module 'unicase/u16-casefold'.
15267         * modules/unicase/u16-casefold-tests: New file.
15268         * tests/unicase/test-u16-casefold.c: New file.
15269
15270         Tests for module 'unicase/u8-casefold'.
15271         * modules/unicase/u8-casefold-tests: New file.
15272         * tests/unicase/test-u8-casefold.c: New file.
15273
15274         New module 'unicase/u32-casefold'.
15275         * lib/unicase/u32-casefold.c: New file.
15276         * modules/unicase/u32-casefold: New file.
15277
15278         New module 'unicase/u16-casefold'.
15279         * lib/unicase/u16-casefold.c: New file.
15280         * modules/unicase/u16-casefold: New file.
15281
15282         New module 'unicase/u8-casefold'.
15283         * lib/unicase/u8-casefold.c: New file.
15284         * lib/unicase/u-casefold.h: New file.
15285         * modules/unicase/u8-casefold: New file.
15286
15287         New module 'unicase/tocasefold'.
15288         * lib/unicase/casefold.h: New file.
15289         * lib/unicase/tocasefold.c: New file.
15290         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15291         * modules/unicase/tocasefold: New file.
15292
15293         Tests for module 'unicase/u32-totitle'.
15294         * modules/unicase/u32-totitle-tests: New file.
15295         * tests/unicase/test-u32-totitle.c: New file.
15296
15297         Tests for module 'unicase/u16-totitle'.
15298         * modules/unicase/u16-totitle-tests: New file.
15299         * tests/unicase/test-u16-totitle.c: New file.
15300
15301         Tests for module 'unicase/u8-totitle'.
15302         * modules/unicase/u8-totitle-tests: New file.
15303         * tests/unicase/test-u8-totitle.c: New file.
15304
15305         New module 'unicase/u32-totitle'.
15306         * lib/unicase/u32-totitle.c: New file.
15307         * modules/unicase/u32-totitle: New file.
15308
15309         New module 'unicase/u16-totitle'.
15310         * lib/unicase/u16-totitle.c: New file.
15311         * modules/unicase/u16-totitle: New file.
15312
15313         New module 'unicase/u8-totitle'.
15314         * lib/unicase/u8-totitle.c: New file.
15315         * lib/unicase/u-totitle.h: New file.
15316         * modules/unicase/u8-totitle: New file.
15317
15318         Tests for module 'unicase/u32-tolower'.
15319         * modules/unicase/u32-tolower-tests: New file.
15320         * tests/unicase/test-u32-tolower.c: New file.
15321
15322         Tests for module 'unicase/u16-tolower'.
15323         * modules/unicase/u16-tolower-tests: New file.
15324         * tests/unicase/test-u16-tolower.c: New file.
15325
15326         Tests for module 'unicase/u8-tolower'.
15327         * modules/unicase/u8-tolower-tests: New file.
15328         * tests/unicase/test-u8-tolower.c: New file.
15329
15330         New module 'unicase/u32-tolower'.
15331         * lib/unicase/u32-tolower.c: New file.
15332         * modules/unicase/u32-tolower: New file.
15333
15334         New module 'unicase/u16-tolower'.
15335         * lib/unicase/u16-tolower.c: New file.
15336         * modules/unicase/u16-tolower: New file.
15337
15338         New module 'unicase/u8-tolower'.
15339         * lib/unicase/u8-tolower.c: New file.
15340         * modules/unicase/u8-tolower: New file.
15341
15342         Tests for module 'unicase/u32-toupper'.
15343         * modules/unicase/u32-toupper-tests: New file.
15344         * tests/unicase/test-u32-toupper.c: New file.
15345
15346         Tests for module 'unicase/u16-toupper'.
15347         * modules/unicase/u16-toupper-tests: New file.
15348         * tests/unicase/test-u16-toupper.c: New file.
15349
15350         Tests for module 'unicase/u8-toupper'.
15351         * modules/unicase/u8-toupper-tests: New file.
15352         * tests/unicase/test-u8-toupper.c: New file.
15353
15354         New module 'unicase/u32-toupper'.
15355         * lib/unicase/u32-toupper.c: New file.
15356         * modules/unicase/u32-toupper: New file.
15357
15358         New module 'unicase/u16-toupper'.
15359         * lib/unicase/u16-toupper.c: New file.
15360         * modules/unicase/u16-toupper: New file.
15361
15362         New module 'unicase/u8-toupper'.
15363         * lib/unicase/u8-toupper.c: New file.
15364         * modules/unicase/u8-toupper: New file.
15365
15366         New module 'unicase/u32-casemap'.
15367         * lib/unicase/u32-casemap.c: New file.
15368         * modules/unicase/u32-casemap: New file.
15369
15370         New module 'unicase/u16-casemap'.
15371         * lib/unicase/u16-casemap.c: New file.
15372         * modules/unicase/u16-casemap: New file.
15373
15374         New module 'unicase/u8-casemap'.
15375         * lib/unicase/unicasemap.h: New file.
15376         * lib/unicase/u8-casemap.c: New file.
15377         * lib/unicase/u-casemap.h: New file.
15378         * modules/unicase/u8-casemap: New file.
15379
15380         New module 'unicase/special-casing'.
15381         * lib/unicase/special-casing.h: New file.
15382         * lib/unicase/special-casing.c: New file.
15383         * lib/unicase/special-casing-table.gperf: New file, generated by
15384         gen-uni-tables.c.
15385         * modules/unicase/special-casing: New file.
15386
15387         Tests for module 'unicase/locale-language'.
15388         * modules/unicase/locale-language-tests: New file.
15389         * tests/unicase/test-locale-language.sh: New file.
15390         * tests/unicase/test-locale-language.c: New file.
15391
15392         New module 'unicase/locale-language'.
15393         * lib/unicase/locale-language.c: New file.
15394         * lib/unicase/locale-languages.gperf: New file.
15395         * modules/unicase/locale-language: New file.
15396
15397         Generate more tables for case conversion and case folding.
15398         * lib/gen-uni-tables.c (SCC_*): New enum items.
15399         (struct special_casing_rule): New type.
15400         (casing_rules, num_casing_rules, allocated_casing_rules): New
15401         variables.
15402         (add_casing_rule, fill_casing_rules): New functions.
15403         (struct casefold_rule): New type.
15404         (casefolding_rules, num_casefolding_rules,
15405         allocated_casefolding_rules): New variables.
15406         (fill_casefolding_rules): New function.
15407         (unicode_casefold): New variable.
15408         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15409         sort_casing_rules, output_casing_rules): New functions.
15410         (main): Accept to more arguments: SpecialCasing.txt and
15411         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15412         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15413         Output mapping for casefolding.
15414
15415         * lib/unicase.h: Include stdbool.h, uninorm.h.
15416         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15417         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15418         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15419         arguments.
15420         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15421         resultp arguments.
15422         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15423         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15424         resultp arguments.
15425         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15426         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15427         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15428         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15429         declarations.
15430         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15431
15432 2009-03-08  Bruno Haible  <bruno@clisp.org>
15433
15434         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15435         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15436         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15437         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15438
15439 2009-03-07  Bruno Haible  <bruno@clisp.org>
15440
15441         Adjust u*_normcmp, u*_normcoll API.
15442         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15443         u16_normcoll, u32_normcoll): Change failure conventions.
15444         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15445         errno and return -1.
15446         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15447
15448 2009-03-07  Bruno Haible  <bruno@clisp.org>
15449
15450         Tests for module 'uninorm/u32-normcoll'.
15451         * modules/uninorm/u32-normcoll-tests: New file.
15452         * tests/uninorm/test-u32-normcoll.c: New file.
15453
15454         Tests for module 'uninorm/u16-normcoll'.
15455         * modules/uninorm/u16-normcoll-tests: New file.
15456         * tests/uninorm/test-u16-normcoll.c: New file.
15457
15458         Tests for module 'uninorm/u8-normcoll'.
15459         * modules/uninorm/u8-normcoll-tests: New file.
15460         * tests/uninorm/test-u8-normcoll.c: New file.
15461
15462 2009-03-07  Bruno Haible  <bruno@clisp.org>
15463
15464         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15465         tests/uninorm/test-u32-normcmp.c.
15466         * tests/uninorm/test-u32-normcmp.c: Include it.
15467         (test_nonascii): New function, extracted from main. Add some more
15468         tests.
15469         (main): Invoke test_ascii and test_nonascii.
15470         * modules/uninorm/u32-normcmp-tests (Files): Add
15471         tests/uninorm/test-u32-normcmp.h.
15472         (Depends-on): Remove uninorm/u32-normcmp.
15473
15474         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15475         tests/uninorm/test-u16-normcmp.c.
15476         * tests/uninorm/test-u16-normcmp.c: Include it.
15477         (test_nonascii): New function, extracted from main. Add some more
15478         tests.
15479         (main): Invoke test_ascii and test_nonascii.
15480         * modules/uninorm/u16-normcmp-tests (Files): Add
15481         tests/uninorm/test-u16-normcmp.h.
15482         (Depends-on): Remove uninorm/u16-normcmp.
15483
15484         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15485         tests/uninorm/test-u8-normcmp.c.
15486         * tests/uninorm/test-u8-normcmp.c: Include it.
15487         (test_nonascii): New function, extracted from main. Add some more
15488         tests.
15489         (main): Invoke test_ascii and test_nonascii.
15490         * modules/uninorm/u8-normcmp-tests (Files): Add
15491         tests/uninorm/test-u8-normcmp.h.
15492         (Depends-on): Remove uninorm/u8-normcmp.
15493
15494 2009-03-07  Bruno Haible  <bruno@clisp.org>
15495
15496         New module 'uninorm/u32-normcoll'.
15497         * lib/uninorm/u32-normcoll.c: New file.
15498         * modules/uninorm/u32-normcoll: New file.
15499
15500         New module 'uninorm/u16-normcoll'.
15501         * lib/uninorm/u16-normcoll.c: New file.
15502         * modules/uninorm/u16-normcoll: New file.
15503
15504         New module 'uninorm/u8-normcoll'.
15505         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15506         declarations.
15507         * lib/uninorm/u8-normcoll.c: New file.
15508         * lib/uninorm/u-normcoll.h: New file.
15509         * modules/uninorm/u8-normcoll: New file.
15510
15511         New module 'uninorm/u32-normxfrm'.
15512         * lib/uninorm/u32-normxfrm.c: New file.
15513         * modules/uninorm/u32-normxfrm: New file.
15514
15515         New module 'uninorm/u16-normxfrm'.
15516         * lib/uninorm/u16-normxfrm.c: New file.
15517         * modules/uninorm/u16-normxfrm: New file.
15518
15519         New module 'uninorm/u8-normxfrm'.
15520         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15521         declarations.
15522         * lib/uninorm/u8-normxfrm.c: New file.
15523         * lib/uninorm/u-normxfrm.h: New file.
15524         * modules/uninorm/u8-normxfrm: New file.
15525
15526 2009-03-07  Bruno Haible  <bruno@clisp.org>
15527
15528         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15529         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15530         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15531
15532 2009-03-07  Bruno Haible  <bruno@clisp.org>
15533
15534         New module 'memxfrm'.
15535         * lib/memxfrm.h: New file.
15536         * lib/memxfrm.c: New file.
15537         * modules/memxfrm: New file.
15538
15539 2009-03-07  Bruno Haible  <bruno@clisp.org>
15540
15541         New module 'memcmp2'.
15542         * lib/memcmp2.h: New file.
15543         * lib/memcmp2.c: New file.
15544         * modules/memcmp2: New file.
15545
15546 2009-03-07  Bruno Haible  <bruno@clisp.org>
15547
15548         Tests for module 'uninorm/decomposing-form'.
15549         * modules/uninorm/decomposing-form-tests: New file.
15550         * tests/uninorm/test-decomposing-form.c: New file.
15551
15552         New module 'uninorm/decomposing-form'.
15553         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15554         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15555         Add 'decomposing_variant' field.
15556         * lib/uninorm/decomposing-form.c: New file.
15557         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15558         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15559         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15560         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15561         * modules/uninorm/decomposing-form: New file.
15562         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15563         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15564
15565 2009-03-07  Bruno Haible  <bruno@clisp.org>
15566
15567         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15568         strings.
15569
15570 2009-03-06  Bruno Haible  <bruno@clisp.org>
15571
15572         Tests for module 'uninorm/u32-normcmp'.
15573         * tests/uninorm/test-u32-normcmp.c: New file.
15574         * modules/uninorm/u32-normcmp-tests: New file.
15575
15576         Tests for module 'uninorm/u16-normcmp'.
15577         * tests/uninorm/test-u16-normcmp.c: New file.
15578         * modules/uninorm/u16-normcmp-tests: New file.
15579
15580         Tests for module 'uninorm/u8-normcmp'.
15581         * tests/uninorm/test-u8-normcmp.c: New file.
15582         * modules/uninorm/u8-normcmp-tests: New file.
15583
15584         New module 'uninorm/u32-normcmp'.
15585         * lib/uninorm/u32-normcmp.c: New file.
15586         * modules/uninorm/u32-normcmp: New file.
15587
15588         New module 'uninorm/u16-normcmp'.
15589         * lib/uninorm/u16-normcmp.c: New file.
15590         * modules/uninorm/u16-normcmp: New file.
15591
15592         New module 'uninorm/u8-normcmp'.
15593         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15594         declarations.
15595         * lib/uninorm/u8-normcmp.c: New file.
15596         * lib/uninorm/u-normcmp.h: New file.
15597         * modules/uninorm/u8-normcmp: New file.
15598
15599 2009-03-06  Bruno Haible  <bruno@clisp.org>
15600
15601         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15602         Reported by Eric Blake.
15603
15604 2009-03-06  Eric Blake  <ebb9@byu.net>
15605             Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15608         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15609         condition.
15610         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15611         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15612         condition.
15613         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15614
15615 2009-03-06  Eric Blake  <ebb9@byu.net>
15616
15617         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15618         to avoid compiler warnings.
15619         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15620
15621 2009-03-05  Bruno Haible  <bruno@clisp.org>
15622
15623         * tests/test-ftell.c (main): Disable test beyond end of file on
15624         FreeMiNT.
15625         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15626
15627 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15628
15629         * lib/filevercmp.c: Move hidden files up in ordering.
15630         * tests/test-filevercmp.c: Add tests for hidden files.
15631
15632 2009-03-04  Bruno Haible  <bruno@clisp.org>
15633
15634         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15635         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15636         AM_CFLAGS.
15637         Reported by Simon Josefsson.
15638
15639 2009-03-03  Bruno Haible  <bruno@clisp.org>
15640
15641         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15642         Reported by Simon Josefsson.
15643
15644         * doc/ld-version-script.texi: Update node reference.
15645
15646 2009-03-03  Bruno Haible  <bruno@clisp.org>
15647
15648         * modules/visibility (License): Change to 'unlimited'.
15649         Suggested by Simon Josefsson.
15650
15651 2009-03-03  Jim Meyering  <meyering@redhat.com>
15652
15653         unlinkdir: cannot_unlink_dir may modify process state
15654         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15655         it's neither thread-safe nor appropriate for use in a library.
15656
15657 2009-03-03  Eric Blake  <ebb9@byu.net>
15658
15659         test-closein: silence test under Darwin
15660         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15661         care if it dies from EPIPE or EBADF.
15662
15663 2009-03-03  Bruno Haible  <bruno@clisp.org>
15664
15665         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15666         earlier.
15667         * doc/visibility.texi: Fix @node and @section.
15668
15669 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15670
15671         * doc/gnulib.texi: Link to sections for ld version script and
15672         visibility.
15673         * doc/visibility.texi: Add @node and @section.
15674         * modules/ld-version-script: New module.
15675         * m4/ld-version-script.m4: New file.
15676         * doc/ld-version-script.texi: New file.
15677
15678 2009-03-02  David Lutterkort  <lutter@redhat.com>
15679
15680         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15681         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15682
15683 2009-03-02  Bruno Haible  <bruno@clisp.org>
15684
15685         * doc/visibility.texi: Mention libtool's -export-symbols option.
15686
15687 2009-03-02  Jim Meyering  <meyering@redhat.com>
15688
15689         announce-gen: new option: --no-print-checksums
15690         * build-aux/announce-gen (usage): Describe it.
15691         (print_checksums): Print a newline here, not in the [*] footnote.
15692         (main): Honor it.
15693
15694 2009-03-01  Bruno Haible  <bruno@clisp.org>
15695
15696         Use socklen_t in the native Windows replacements prototypes.
15697         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15698         instead of 'int'.
15699         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15700         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15701         * modules/getsockopt (Depends-on): Add socklen.
15702         * modules/setsockopt (Depends-on): Add socklen.
15703
15704 2009-03-01  Bruno Haible  <bruno@clisp.org>
15705
15706         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15707         least 4.2.
15708
15709 2009-03-01  Eric Blake  <ebb9@byu.net>
15710             Bruno Haible  <bruno@clisp.org>
15711
15712         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15713         error messages.
15714         * lib/wait-process.c (wait_subprocess): Omit error message about
15715         deadly signal sent to the child of termsigp != NULL.
15716
15717 2009-03-01  Eric Blake  <ebb9@byu.net>
15718
15719         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15720
15721 2009-03-01  Bruno Haible  <bruno@clisp.org>
15722
15723         Avoid a gcc warning.
15724         * tests/test-sched.c (b): Make global.
15725         Reported by Eric Blake.
15726
15727 2009-01-19  Martin Lambers  <marlam@marlam.de>
15728
15729         Provide POSIX semantics for socket timeout options on W32.
15730         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15731         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15732         * modules/setsockopt: Depend on sys_time module for struct timeval.
15733         * modules/getsockopt: Depend on sys_time module for struct timeval.
15734
15735 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15736
15737         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15738         __USE_GNU, for consistency with netdb.in.h.
15739         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15740
15741 2009-03-01  Bruno Haible  <bruno@clisp.org>
15742
15743         More support for FreeMiNT.
15744         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15745         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15746
15747 2009-03-01  Bruno Haible  <bruno@clisp.org>
15748
15749         More support for FreeMiNT.
15750         * lib/fpurge.c (fpurge): Correct last commit.
15751         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15752
15753 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15754
15755         Fix unportable awk script in vc-list-files.
15756         * build-aux/vc-list-files: In the replacement awk script, use
15757         substr with a second argument of 1, not zero.
15758         Report by Simon Josefsson.
15759
15760 2009-02-28  Bruno Haible  <bruno@clisp.org>
15761
15762         More support for FreeMiNT.
15763         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15764         to FreeMiNT today.
15765         * lib/fwriting.c (fwriting): Likewise.
15766         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15767
15768 2009-02-28  Bruno Haible  <bruno@clisp.org>
15769
15770         * tests/test-freadseek.c (main): Disable test beyond end of file on
15771         FreeMiNT.
15772         * tests/test-ftello.c (main): Likewise.
15773         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15774
15775 2009-02-28  Bruno Haible  <bruno@clisp.org>
15776
15777         Add tentative support for FreeMiNT.
15778         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15779         * lib/fpurge.c (fpurge): Likewise.
15780         * lib/freadable.c (freadable): Likewise.
15781         * lib/freading.c (freading): Likewise.
15782         * lib/freadptr.c (freadptr): Likewise.
15783         * lib/freadseek.c (freadptrinc): Likewise.
15784         * lib/fseeko.c (rpl_fseeko): Likewise.
15785         * lib/fseterr.c (fseterr): Likewise.
15786         * lib/fwritable.c (fwritable): Likewise.
15787         * lib/fwriting.c (fwriting): Likewise.
15788         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15789         Hourihane.
15790         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15791
15792 2009-02-28  Bruno Haible  <bruno@clisp.org>
15793
15794         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15795         SIGCHLD.
15796         Reported by Jim Meyering.
15797
15798 2009-02-28  Bruno Haible  <bruno@clisp.org>
15799
15800         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15801         Mention the results of these tests on various platforms.
15802         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15803         order.
15804         * doc/posix-functions/printf.texi: Likewise.
15805         * doc/posix-functions/snprintf.texi: Likewise.
15806         * doc/posix-functions/sprintf.texi: Likewise.
15807         * doc/posix-functions/vfprintf.texi: Likewise.
15808         * doc/posix-functions/vprintf.texi: Likewise.
15809         * doc/posix-functions/vsnprintf.texi: Likewise.
15810         * doc/posix-functions/vsprintf.texi: Likewise.
15811         * doc/glibc-functions/obstack_printf.texi: Likewise.
15812         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15813
15814 2009-02-28  Bruno Haible  <bruno@clisp.org>
15815
15816         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15817         Reported by Loïc Minier <lool@dooz.org>.
15818
15819 2009-02-27  Bruno Haible  <bruno@clisp.org>
15820
15821         * gnulib-tool (func_import): Make the sed expression used to create the
15822         sed script for updating the .gitignore file POSIX compliant.
15823         Reported by Eric Blake.
15824
15825 2009-02-27  Bruno Haible  <bruno@clisp.org>
15826
15827         * gnulib-tool (sed): Don't alias as "sed --posix".
15828         Reported by Eric Blake.
15829
15830 2009-02-27  Bruno Haible  <bruno@clisp.org>
15831
15832         Avoid test link errors.
15833         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15834         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15835         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15836         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15837         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15838
15839 2009-02-27  Bruno Haible  <bruno@clisp.org>
15840
15841         Avoid spurious "(cached)" in configure output.
15842         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15843         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15844         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15845         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15846         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15847         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15848         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15849         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15850         Reported by Eric Blake.
15851
15852 2009-02-27  Eric Blake  <ebb9@byu.net>
15853
15854         printf: fix regression in previous patch
15855         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15856
15857 2009-02-27  Bruno Haible  <bruno@clisp.org>
15858
15859         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15860         value.
15861         * lib/stdint.in.h: Likewise.
15862         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15863
15864 2009-02-27  Eric Blake  <ebb9@byu.net>
15865
15866         doc: mention more functions added in cygwin 1.7.0
15867         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15868         addition.
15869         * doc/posix-functions/open_wmemstream.texi: Likewise.
15870         * doc/posix-functions/wcsnlen.texi: Likewise.
15871         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15872         * doc/posix-functions/wcstod.texi: Likewise.
15873         * doc/posix-functions/wcstof.texi: Likewise.
15874         * doc/posix-functions/wcstoimax.texi: Likewise.
15875         * doc/posix-functions/wcstok.texi: Likewise.
15876         * doc/posix-functions/wcstoumax.texi: Likewise.
15877
15878         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15879         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15880         * doc/posix-functions/fprintf.texi: Update.
15881         * doc/posix-functions/printf.texi: Update.
15882         * doc/posix-functions/snprintf.texi: Update.
15883         * doc/posix-functions/sprintf.texi: Update.
15884         * doc/posix-functions/vfprintf.texi: Update.
15885         * doc/posix-functions/vprintf.texi: Update.
15886         * doc/posix-functions/vsnprintf.texi: Update.
15887         * doc/posix-functions/vsprintf.texi: Update.
15888         * doc/glibc-functions/obstack_printf.texi: Update.
15889         * doc/glibc-functions/obstack_vprintf.texi: Update.
15890
15891 2009-02-26  Eric Blake  <ebb9@byu.net>
15892
15893         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15894         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15895         compilation bug by using runtime conversion.
15896         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15897         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15898         * modules/ceill-tests (Files): Use nan.h.
15899         * modules/floorl-tests (Files): Likewise.
15900         * modules/frexpl-tests (Files): Likewise.
15901         * modules/isnanl-tests (Files): Likewise.
15902         * modules/ldexpl-tests (Files): Likewise.
15903         * modules/roundl-tests (Files): Likewise.
15904         * modules/truncl-tests (Files): Likewise.
15905         * tests/test-ceill.c (main): Use a working NaN.
15906         * tests/test-floorl.c (main): Likewise.
15907         * tests/test-frexpl.c (main): Likewise.
15908         * tests/test-isnan.c (test_long_double): Likewise.
15909         * tests/test-isnanl.h (main): Likewise.
15910         * tests/test-ldexpl.h (main): Likewise.
15911         * tests/test-roundl.h (main): Likewise.
15912         * tests/test-truncl.h (main): Likewise.
15913         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15914
15915 2009-02-26  Eric Blake  <ebb9@byu.net>
15916             Bruno Haible  <bruno@clisp.org>
15917
15918         Work around a *printf bug with %ls on Solaris.
15919         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15920         precision is specified, sprintf stops converting the wide string
15921         argument when the number of bytes that have been produced by this
15922         conversion equals or exceeds the precision.
15923         * doc/posix-functions/fprintf.texi: Update.
15924         * doc/posix-functions/printf.texi: Update.
15925         * doc/posix-functions/snprintf.texi: Update.
15926         * doc/posix-functions/sprintf.texi: Update.
15927         * doc/posix-functions/vfprintf.texi: Update.
15928         * doc/posix-functions/vprintf.texi: Update.
15929         * doc/posix-functions/vsnprintf.texi: Update.
15930         * doc/posix-functions/vsprintf.texi: Update.
15931         * doc/glibc-functions/obstack_printf.texi: Update.
15932         * doc/glibc-functions/obstack_vprintf.texi: Update.
15933
15934 2009-02-26  Eric Blake  <ebb9@byu.net>
15935
15936         stdlib: favor compiler check of random.h
15937         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15938         to avoid an ObjC random.h installed by Swarm.
15939
15940 2009-02-26  Bruno Haible  <bruno@clisp.org>
15941
15942         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15943         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15944         Reported by Gary V. Vaughan <gary@gnu.org>.
15945
15946 2009-02-26  Bruno Haible  <bruno@clisp.org>
15947
15948         Fix *printf behaviour regarding the %ls directive.
15949         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15950         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15951         NEED_PRINTF_DIRECTIVE_LS.
15952         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15953         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15954         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15955         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15956         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15957         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15958         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15959         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15960         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15961         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15962         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15963         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15964         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15965         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15966         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15967         * doc/posix-functions/fprintf.texi: Update.
15968         * doc/posix-functions/printf.texi: Update.
15969         * doc/posix-functions/snprintf.texi: Update.
15970         * doc/posix-functions/sprintf.texi: Update.
15971         * doc/posix-functions/vfprintf.texi: Update.
15972         * doc/posix-functions/vprintf.texi: Update.
15973         * doc/posix-functions/vsnprintf.texi: Update.
15974         * doc/posix-functions/vsprintf.texi: Update.
15975         * doc/glibc-functions/obstack_printf.texi: Update.
15976         * doc/glibc-functions/obstack_vprintf.texi: Update.
15977         Reported by Eric Blake.
15978
15979 2009-02-25  Bruno Haible  <bruno@clisp.org>
15980
15981         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15982         with known value.
15983         Reported by Gary V. Vaughan <gary@gnu.org>.
15984
15985 2009-02-25  Bruno Haible  <bruno@clisp.org>
15986
15987         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15988         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15989         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15990         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15991         Reported by Gary V. Vaughan <gary@gnu.org>.
15992
15993 2009-02-25  Bruno Haible  <bruno@clisp.org>
15994
15995         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15996         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15997         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15998         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15999         Reported by Gary V. Vaughan <gary@gnu.org>.
16000
16001 2009-02-25  Eric Blake  <ebb9@byu.net>
16002
16003         tests: skip fseek/ftell tests if ungetc is broken
16004         * m4/ungetc.m4: New file.
16005         * modules/fseek-tests: Split test, so ungetc dependency is
16006         separate from rest of test.
16007         * modules/fseeko-tests: Likewise.
16008         * modules/ftell-tests: Likewise.
16009         * modules/ftello-tests: Likewise.
16010         * tests/test-fseek.c (main): Isolate ungetc dependency.
16011         * tests/test-fseeko.c (main): Likewise.
16012         * tests/test-ftell.c (main): Likewise.
16013         * tests/test-ftello.c (main): Likewise.
16014         * tests/test-fseek2.sh: New file.
16015         * tests/test-fseeko2.sh: Likewise.
16016         * tests/test-ftell2.sh: Likewise.
16017         * tests/test-ftello2.sh: Likewise.
16018
16019 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
16020
16021         test-getaddrinfo: fix usage of skip return code 77
16022         * tests/test-gettaddrinfo.c: Return skip code 77 only
16023         for first occurance of skip (4x77 is not 77)
16024
16025 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16026
16027         strtod: avoid C99 decl-after-statement
16028         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16029
16030 2009-02-24  Eric Blake  <ebb9@byu.net>
16031
16032         strtod: detect HP-UX 11.31 bug
16033         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16034         Reported by Gary V. Vaughan.
16035
16036 2009-02-23  Bruno Haible  <bruno@clisp.org>
16037
16038         Fix invalid read past end of memory block.
16039         * lib/vasnprintf.c (DCHAR_SET): Define.
16040         (local_wcslen): Define only when needed.
16041         (local_strnlen, local_wcsnlen): New functions.
16042         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16043         directives that involve a conversion ourselves.
16044         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16045         wcsnlen, mbrtowc, wcrtomb.
16046         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16047         * tests/test-vasprintf-posix.c (test_function): Likewise.
16048         * tests/test-snprintf-posix.h (test_function): Likewise.
16049         * tests/test-sprintf-posix.h (test_function): Likewise.
16050         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16051
16052 2009-02-22  Bruno Haible  <bruno@clisp.org>
16053
16054         Implement new clarified decomposition of Hangul syllables.
16055         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16056         of type LTV, return only a pairwise decomposition.
16057         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16058         Likewise.
16059         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16060         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16061         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16062
16063 2009-02-22  Bruno Haible  <bruno@clisp.org>
16064
16065         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16066         zero-length results and shrink excess allocated memory.
16067         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16068         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16069         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16070         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16071         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16072         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16073         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16074         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16075         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16076         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16077         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16078         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16079
16080 2009-02-21  Bruno Haible  <bruno@clisp.org>
16081
16082         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16083         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16084         spaces after a period. Put a space between a macro name and its
16085         argument list. Trivial rewordings.
16086         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16087         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16088         (main): Return 0 explicitly.
16089
16090 2009-02-21  Bruno Haible  <bruno@clisp.org>
16091
16092         Tests for module 'uninorm/filter'.
16093         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16094         * modules/uninorm/filter-tests: New file.
16095
16096         New module 'uninorm/filter'.
16097         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16098         uninorm_filter_flush, uninorm_filter_free): New declarations.
16099         * lib/uninorm/uninorm-filter.c: New file.
16100         * modules/uninorm/filter: New file.
16101
16102 2009-02-21  Bruno Haible  <bruno@clisp.org>
16103
16104         Tests for module 'uninorm/nfkc'.
16105         * tests/uninorm/test-nfkc.c: New file.
16106         * tests/uninorm/test-u8-nfkc.c: New file.
16107         * tests/uninorm/test-u16-nfkc.c: New file.
16108         * tests/uninorm/test-u32-nfkc.c: New file.
16109         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16110         * tests/uninorm/test-u32-nfkc-big.c: New file.
16111         * modules/uninorm/nfkc-tests: New file.
16112
16113         New module 'uninorm/nfkc'.
16114         * lib/uninorm/nfkc.c: New file.
16115         * modules/uninorm/nfkc: New file.
16116
16117         Tests for module 'uninorm/nfkd'.
16118         * tests/uninorm/test-nfkd.c: New file.
16119         * tests/uninorm/test-u8-nfkd.c: New file.
16120         * tests/uninorm/test-u16-nfkd.c: New file.
16121         * tests/uninorm/test-u32-nfkd.c: New file.
16122         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16123         * tests/uninorm/test-u32-nfkd-big.c: New file.
16124         * modules/uninorm/nfkd-tests: New file.
16125
16126         New module 'uninorm/nfkd'.
16127         * lib/uninorm/nfkd.c: New file.
16128         * modules/uninorm/nfkd: New file.
16129
16130         Tests for module 'uninorm/nfc'.
16131         * tests/uninorm/test-nfc.c: New file.
16132         * tests/uninorm/test-u8-nfc.c: New file.
16133         * tests/uninorm/test-u16-nfc.c: New file.
16134         * tests/uninorm/test-u32-nfc.c: New file.
16135         * tests/uninorm/test-u32-nfc-big.sh: New file.
16136         * tests/uninorm/test-u32-nfc-big.c: New file.
16137         * modules/uninorm/nfc-tests: New file.
16138
16139         New module 'uninorm/nfc'.
16140         * lib/uninorm/nfc.c: New file.
16141         * modules/uninorm/nfc: New file.
16142
16143         Tests for module 'uninorm/nfd'.
16144         * tests/uninorm/test-nfd.c: New file.
16145         * tests/uninorm/test-u8-nfd.c: New file.
16146         * tests/uninorm/test-u16-nfd.c: New file.
16147         * tests/uninorm/test-u32-nfd.c: New file.
16148         * tests/uninorm/test-u32-nfd-big.sh: New file.
16149         * tests/uninorm/test-u32-nfd-big.c: New file.
16150         * tests/uninorm/test-u32-normalize-big.h: New file.
16151         * tests/uninorm/test-u32-normalize-big.c: New file.
16152         * tests/uninorm/NormalizationTest.txt: New file, created from
16153         Unicode 5.1.0 NormalizationTest.txt.
16154         * modules/uninorm/nfd-tests: New file.
16155
16156         New module 'uninorm/nfd'.
16157         * lib/uninorm/nfd.c: New file.
16158         * modules/uninorm/nfd: New file.
16159
16160         New module 'uninorm/u32-normalize'.
16161         * lib/uninorm/u32-normalize.c: New file.
16162         * modules/uninorm/u32-normalize: New file.
16163
16164         New module 'uninorm/u16-normalize'.
16165         * lib/uninorm/u16-normalize.c: New file.
16166         * modules/uninorm/u16-normalize: New file.
16167
16168         New module 'uninorm/u8-normalize'.
16169         * lib/uninorm/u8-normalize.c: New file.
16170         * lib/uninorm/normalize-internal.h: New file.
16171         * lib/uninorm/u-normalize-internal.h: New file.
16172         * modules/uninorm/u8-normalize: New file.
16173
16174         New module 'uninorm/decompose-internal'.
16175         * lib/uninorm/decompose-internal.c: New file.
16176         * modules/uninorm/decompose-internal: New file.
16177
16178         Tests for module 'uninorm/composition'.
16179         * tests/uninorm/test-composition.c: New file.
16180         * modules/uninorm/composition-tests: New file.
16181
16182         New module 'uninorm/composition'.
16183         * lib/uninorm/composition.c: New file.
16184         * lib/uninorm/composition-table.gperf: New file, generated by
16185         gen-uni-tables.
16186         * modules/uninorm/composition: New file.
16187
16188         Tests for module 'uninorm/compat-decomposition'.
16189         * tests/uninorm/test-compat-decomposition.c: New file.
16190         * modules/uninorm/compat-decomposition-tests: New file.
16191
16192         New module 'uninorm/compat-decomposition'.
16193         * lib/uninorm/decompose-internal.h: New file.
16194         * lib/uninorm/compat-decomposition.c: New file.
16195         * modules/uninorm/compat-decomposition: New file.
16196
16197         Tests for module 'uninorm/canonical-decomposition'.
16198         * tests/uninorm/test-canonical-decomposition.c: New file.
16199         * modules/uninorm/canonical-decomposition-tests: New file.
16200
16201         New module 'uninorm/canonical-decomposition'.
16202         * lib/uninorm/canonical-decomposition.c: New file.
16203         * modules/uninorm/canonical-decomposition: New file.
16204
16205         Tests for module 'uninorm/decomposition'.
16206         * tests/uninorm/test-decomposition.c: New file.
16207         * modules/uninorm/decomposition-tests: New file.
16208
16209         New module 'uninorm/decomposition'.
16210         * lib/uninorm/decomposition.c: New file.
16211         * modules/uninorm/decomposition: New file.
16212
16213         New module 'uninorm/decomposition-table'.
16214         * lib/uninorm/decomposition-table.h: New file.
16215         * lib/uninorm/decomposition-table.c: New file.
16216         * lib/uninorm/decomposition-table1.h: New file, generated by
16217         gen-uni-tables.
16218         * lib/uninorm/decomposition-table2.h: New file, generated by
16219         gen-uni-tables.
16220         * modules/uninorm/decomposition-table: New file.
16221
16222         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16223         (UC_DECOMP_*): New enumeration items.
16224         (get_decomposition): New function.
16225         (struct decomp_table): New type.
16226         (output_decomposition, output_decomposition_tables): New functions.
16227         (unicode_composition_exclusions): New variable.
16228         (fill_composition_exclusions, debug_output_composition_tables): New
16229         functions.
16230         (main): Accept one more argument. Invoke fill_composition_exclusions.
16231         Output decomposition and composition tables.
16232
16233         New module 'uninorm/base'.
16234         * lib/uninorm.h: New file.
16235         * lib/unictype.h: Update comment.
16236         * modules/uninorm/base: New file.
16237
16238 2009-02-21  David Lutterkort  <lutter@redhat.com>
16239
16240         Tests for module 'safe-alloc'.
16241         * tests/test-safe-alloc.c: New file.
16242         * modules/safe-alloc-tests: New file.
16243
16244         New module 'safe-alloc'.
16245         * lib/safe-alloc.h: New file.
16246         * lib/safe-alloc.c: New file.
16247         * m4/safe-alloc.m4: New file.
16248         * modules/safe-alloc: New file.
16249         * doc/safe-alloc.texi: New file.
16250         * doc/gnulib.texi: Include it.
16251         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16252         safe-alloc.
16253
16254 2009-02-18  Bruno Haible  <bruno@clisp.org>
16255
16256         Fix link error on non-glibc systems.
16257         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16258         variable.
16259         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16260
16261 2009-02-18  Jim Meyering  <meyering@redhat.com>
16262
16263         fts: avoid used-uninitialized error due to recent change
16264         * lib/fts.c (fts_read): Guard uses of the new member,
16265         parent->fts_n_dirs_remaining, since it's not relevant for
16266         the parent of a directory specified on the command-line.
16267
16268 2009-02-17  James Youngman  <jay@gnu.org>
16269             Bruno Haible  <bruno@clisp.org>
16270
16271         * m4/include_next.m4: Reformulate comment.
16272
16273 2009-02-16  Jim Meyering  <meyering@redhat.com>
16274
16275         fts: add #if guards so that the fts_lgpl module still builds
16276         * lib/fts.c: Guard just-added hash-table-using parts with
16277         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16278         Reported by Simon Josefsson.
16279
16280 2009-02-15  Bruno Haible  <bruno@clisp.org>
16281
16282         * modules/array-mergesort-tests: New file.
16283         * tests/test-array-mergesort.c: New file.
16284
16285         New module 'array-mergesort'.
16286         * modules/array-mergesort: New file.
16287         * lib/array-mergesort.h: New file.
16288
16289 2009-02-15  Bruno Haible  <bruno@clisp.org>
16290
16291         Fix 2009-02-07 commit.
16292         * lib/gen-uni-tables.c (output_predicate, output_category,
16293         output_combclass, output_bidi_category, output_decimal_digit,
16294         output_digit, output_numeric, output_mirror, output_scripts,
16295         output_ident_category, output_simple_mapping): Fix format directives.
16296         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16297
16298 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16299
16300         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16301         fixes are available from IBM.
16302
16303 2009-02-13  Jim Meyering  <meyering@redhat.com>
16304
16305         fts: arrange not to stat non-directories in more cases
16306         This makes GNU find (when it doesn't need to stat each file)
16307         *much* more efficient at traversing reiserfs file systems.
16308         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16309         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16310         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16311         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16312         (leaf_optimization_applies): New function.
16313         (LCO_hash, LCO_compare): New helper functions.
16314         (link_count_optimize_ok): New function.
16315         (fts_stat): Initialize new member (if dir).
16316         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16317         we've just stat'ed a directory.  Skip the stat call when possible.
16318         ---
16319         Note this AFS-related exchange:
16320         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16321         and note find's pioctl call in find/fstype.c.
16322         But that is necessary only if you want to enable the
16323         optimization for AFS, and for now, I don't.
16324
16325         fts: move a function definition "up" (no semantic change)
16326         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16327         "up" to precede upcoming use of a related function.
16328
16329 2009-02-11  Jim Meyering  <meyering@redhat.com>
16330
16331         fts: correct internal computation of nlinks (optimization-related)
16332         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16333         whether the current entry is a directory, so don't test it.
16334
16335 2009-02-10  Bruno Haible  <bruno@clisp.org>
16336
16337         Tests for module 'uniwbrk/ulc-wordbreaks'.
16338         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16339         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16340         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16341
16342         Tests for module 'uniwbrk/u32-wordbreaks'.
16343         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16344         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16345
16346         Tests for module 'uniwbrk/u16-wordbreaks'.
16347         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16348         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16349
16350         Tests for module 'uniwbrk/u8-wordbreaks'.
16351         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16352         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16353
16354 2009-02-10  Bruno Haible  <bruno@clisp.org>
16355
16356         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16357         property.
16358         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16359         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16360         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16361
16362 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16363
16364         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16365         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16366
16367 2009-02-10  Bruno Haible  <bruno@clisp.org>
16368
16369         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16370         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16371         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16372         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16373         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16374         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16375
16376 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16377
16378         * lib/sockets.h (gl_fd_to_handle): New function.
16379
16380         * tests/test-sockets.c: Call gl_fd_to_handle.
16381
16382 2009-02-09  Bruno Haible  <bruno@clisp.org>
16383
16384         * doc/havelib.texi: Document the conventions on bi-arch systems.
16385
16386 2009-02-08  Bruno Haible  <bruno@clisp.org>
16387
16388         Document the AC_LIB_LINKFLAGS macro.
16389         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16390         * doc/gnulib.texi: Include it.
16391
16392 2009-02-08  Bruno Haible  <bruno@clisp.org>
16393
16394         Fix wrong order of sections, compared to TOC.
16395         * doc/gnulib.texi: Include relocatable-maint.texi after the
16396         "Regular expressions" node, not before.
16397
16398 2009-02-08  Bruno Haible  <bruno@clisp.org>
16399
16400         Tests for module 'unicase/totitle'.
16401         * modules/unicase/totitle-tests: New file.
16402
16403         Tests for module 'unicase/tolower'.
16404         * modules/unicase/tolower-tests: New file.
16405
16406         Tests for module 'unicase/toupper'.
16407         * modules/unicase/toupper-tests: New file.
16408         * tests/unicase/test-mapping-part1.h: New file.
16409         * tests/unicase/test-mapping-part2.h: New file.
16410
16411         New module 'unicase/totitle'.
16412         * modules/unicase/totitle: New file.
16413         * lib/unicase/totitle.c: New file.
16414
16415         New module 'unicase/tolower'.
16416         * modules/unicase/tolower: New file.
16417         * lib/unicase/tolower.c: New file.
16418
16419         New module 'unicase/toupper'.
16420         * modules/unicase/toupper: New file.
16421         * lib/unicase/toupper.c: New file.
16422         * lib/unicase/simple-mapping.h: New file.
16423
16424         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16425         (mapping_table): New structure.
16426         (output_simple_mapping): New function.
16427         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16428         * modules/gen-uni-tables (Description): Update.
16429         * lib/unicase/toupper.h: New file, automatically generated by
16430         gen-uni-tables.
16431         * lib/unicase/tolower.h: New file, automatically generated by
16432         gen-uni-tables.
16433         * lib/unicase/totitle.h: New file, automatically generated by
16434         gen-uni-tables.
16435         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16436         gen-uni-tables.
16437         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16438         gen-uni-tables.
16439         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16440         gen-uni-tables.
16441
16442         New module 'unicase/base'.
16443         * modules/unicase/base: New file.
16444         * lib/unicase.h: New file.
16445
16446 2009-02-08  Bruno Haible  <bruno@clisp.org>
16447
16448         New module 'uniwbrk/ulc-wordbreaks'.
16449         * modules/uniwbrk/ulc-wordbreaks: New file.
16450         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16451
16452         New module 'uniwbrk/u32-wordbreaks'.
16453         * modules/uniwbrk/u32-wordbreaks: New file.
16454         * lib/uniwbrk/u32-wordbreaks.c: New file.
16455
16456         New module 'uniwbrk/u16-wordbreaks'.
16457         * modules/uniwbrk/u16-wordbreaks: New file.
16458         * lib/uniwbrk/u16-wordbreaks.c: New file.
16459
16460         New module 'uniwbrk/u8-wordbreaks'.
16461         * modules/uniwbrk/u8-wordbreaks: New file.
16462         * lib/uniwbrk/u8-wordbreaks.c: New file.
16463         * lib/uniwbrk/u-wordbreaks.h: New file.
16464
16465         New module 'uniwbrk/table'.
16466         * modules/uniwbrk/table: New file.
16467         * lib/uniwbrk/wbrktable.h: New file.
16468         * lib/uniwbrk/wbrktable.c: New file.
16469
16470         New module 'uniwbrk/wordbreak-property'.
16471         * modules/uniwbrk/wordbreak-property: New file.
16472         * lib/uniwbrk/wordbreak-property.c: New file.
16473
16474         * lib/gen-uni-tables.c (WBP_*): New enum items.
16475         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16476         (unicode_org_wbp): New variable.
16477         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16478         New functions.
16479         (wbp_table): New structure.
16480         (output_wbp, output_wbrk_tables): New functions.
16481         (main): Accept additional argument. Invoke fill_org_wbp,
16482         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16483         output_wbrk_tables.
16484         * modules/gen-uni-tables (Description): Update.
16485         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16486         gen-uni-tables.
16487
16488         New module 'uniwbrk/base'.
16489         * modules/uniwbrk/base: New file.
16490         * lib/uniwbrk.h: New file.
16491
16492 2009-02-08  Bruno Haible  <bruno@clisp.org>
16493
16494         Update to Unicode 5.1.0.
16495         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16496         U+2185..U+2188.
16497         (is_property_default_ignorable_code_point): Don't include characters
16498         of category Cc or Cs and not-a-characters.
16499         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16500         U+0D79, U+109E, U+109F, U+A60C.
16501         * lib/unictype/bidi_of.h: Regenerated.
16502         * lib/unictype/blocks.h: Regenerated.
16503         * lib/unictype/categ_C.h: Regenerated.
16504         * lib/unictype/categ_Cf.h: Regenerated.
16505         * lib/unictype/categ_Cn.h: Regenerated.
16506         * lib/unictype/categ_L.h: Regenerated.
16507         * lib/unictype/categ_Ll.h: Regenerated.
16508         * lib/unictype/categ_Lm.h: Regenerated.
16509         * lib/unictype/categ_Lo.h: Regenerated.
16510         * lib/unictype/categ_Lu.h: Regenerated.
16511         * lib/unictype/categ_M.h: Regenerated.
16512         * lib/unictype/categ_Mc.h: Regenerated.
16513         * lib/unictype/categ_Me.h: Regenerated.
16514         * lib/unictype/categ_Mn.h: Regenerated.
16515         * lib/unictype/categ_N.h: Regenerated.
16516         * lib/unictype/categ_Nd.h: Regenerated.
16517         * lib/unictype/categ_Nl.h: Regenerated.
16518         * lib/unictype/categ_No.h: Regenerated.
16519         * lib/unictype/categ_P.h: Regenerated.
16520         * lib/unictype/categ_Pd.h: Regenerated.
16521         * lib/unictype/categ_Pe.h: Regenerated.
16522         * lib/unictype/categ_Pf.h: Regenerated.
16523         * lib/unictype/categ_Pi.h: Regenerated.
16524         * lib/unictype/categ_Po.h: Regenerated.
16525         * lib/unictype/categ_Ps.h: Regenerated.
16526         * lib/unictype/categ_S.h: Regenerated.
16527         * lib/unictype/categ_Sk.h: Regenerated.
16528         * lib/unictype/categ_Sm.h: Regenerated.
16529         * lib/unictype/categ_So.h: Regenerated.
16530         * lib/unictype/categ_of.h: Regenerated.
16531         * lib/unictype/combining.h: Regenerated.
16532         * lib/unictype/ctype_alnum.h: Regenerated.
16533         * lib/unictype/ctype_alpha.h: Regenerated.
16534         * lib/unictype/ctype_graph.h: Regenerated.
16535         * lib/unictype/ctype_lower.h: Regenerated.
16536         * lib/unictype/ctype_print.h: Regenerated.
16537         * lib/unictype/ctype_punct.h: Regenerated.
16538         * lib/unictype/ctype_upper.h: Regenerated.
16539         * lib/unictype/decdigit.h: Regenerated.
16540         * lib/unictype/digit.h: Regenerated.
16541         * lib/unictype/mirror.h: Regenerated.
16542         * lib/unictype/numeric.h: Regenerated.
16543         * lib/unictype/pr_alphabetic.h: Regenerated.
16544         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16545         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16546         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16547         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16548         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16549         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16550         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16551         * lib/unictype/pr_combining.h: Regenerated.
16552         * lib/unictype/pr_dash.h: Regenerated.
16553         * lib/unictype/pr_decimal_digit.h: Regenerated.
16554         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16555         * lib/unictype/pr_deprecated.h: Regenerated.
16556         * lib/unictype/pr_diacritic.h: Regenerated.
16557         * lib/unictype/pr_extender.h: Regenerated.
16558         * lib/unictype/pr_format_control.h: Regenerated.
16559         * lib/unictype/pr_grapheme_base.h: Regenerated.
16560         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16561         * lib/unictype/pr_grapheme_link.h: Regenerated.
16562         * lib/unictype/pr_id_continue.h: Regenerated.
16563         * lib/unictype/pr_id_start.h: Regenerated.
16564         * lib/unictype/pr_ideographic.h: Regenerated.
16565         * lib/unictype/pr_ignorable_control.h: Regenerated.
16566         * lib/unictype/pr_lowercase.h: Regenerated.
16567         * lib/unictype/pr_math.h: Regenerated.
16568         * lib/unictype/pr_numeric.h: Regenerated.
16569         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16570         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16571         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16572         * lib/unictype/pr_other_id_continue.h: Regenerated.
16573         * lib/unictype/pr_other_lowercase.h: Regenerated.
16574         * lib/unictype/pr_other_math.h: Regenerated.
16575         * lib/unictype/pr_punctuation.h: Regenerated.
16576         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16577         * lib/unictype/pr_soft_dotted.h: Regenerated.
16578         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16579         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16580         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16581         * lib/unictype/pr_uppercase.h: Regenerated.
16582         * lib/unictype/pr_xid_continue.h: Regenerated.
16583         * lib/unictype/pr_xid_start.h: Regenerated.
16584         * lib/unictype/pr_zero_width.h: Regenerated.
16585         * lib/unictype/scripts.h: Regenerated.
16586         * lib/unictype/scripts_byname.gperf: Regenerated.
16587         * lib/unictype/sy_java_ident.h: Regenerated.
16588         * lib/unilbrk/lbrkprop1.h: Regenerated.
16589         * lib/unilbrk/lbrkprop2.h: Regenerated.
16590         * tests/unictype/test-categ_C.c: Regenerated.
16591         * tests/unictype/test-categ_Cf.c: Regenerated.
16592         * tests/unictype/test-categ_Cn.c: Regenerated.
16593         * tests/unictype/test-categ_L.c: Regenerated.
16594         * tests/unictype/test-categ_Ll.c: Regenerated.
16595         * tests/unictype/test-categ_Lm.c: Regenerated.
16596         * tests/unictype/test-categ_Lo.c: Regenerated.
16597         * tests/unictype/test-categ_Lu.c: Regenerated.
16598         * tests/unictype/test-categ_M.c: Regenerated.
16599         * tests/unictype/test-categ_Mc.c: Regenerated.
16600         * tests/unictype/test-categ_Me.c: Regenerated.
16601         * tests/unictype/test-categ_Mn.c: Regenerated.
16602         * tests/unictype/test-categ_N.c: Regenerated.
16603         * tests/unictype/test-categ_Nd.c: Regenerated.
16604         * tests/unictype/test-categ_Nl.c: Regenerated.
16605         * tests/unictype/test-categ_No.c: Regenerated.
16606         * tests/unictype/test-categ_P.c: Regenerated.
16607         * tests/unictype/test-categ_Pd.c: Regenerated.
16608         * tests/unictype/test-categ_Pe.c: Regenerated.
16609         * tests/unictype/test-categ_Pf.c: Regenerated.
16610         * tests/unictype/test-categ_Pi.c: Regenerated.
16611         * tests/unictype/test-categ_Po.c: Regenerated.
16612         * tests/unictype/test-categ_Ps.c: Regenerated.
16613         * tests/unictype/test-categ_S.c: Regenerated.
16614         * tests/unictype/test-categ_Sk.c: Regenerated.
16615         * tests/unictype/test-categ_Sm.c: Regenerated.
16616         * tests/unictype/test-categ_So.c: Regenerated.
16617         * tests/unictype/test-ctype_alnum.c: Regenerated.
16618         * tests/unictype/test-ctype_alpha.c: Regenerated.
16619         * tests/unictype/test-ctype_graph.c: Regenerated.
16620         * tests/unictype/test-ctype_lower.c: Regenerated.
16621         * tests/unictype/test-ctype_print.c: Regenerated.
16622         * tests/unictype/test-ctype_punct.c: Regenerated.
16623         * tests/unictype/test-ctype_upper.c: Regenerated.
16624         * tests/unictype/test-decdigit.h: Regenerated.
16625         * tests/unictype/test-digit.h: Regenerated.
16626         * tests/unictype/test-numeric.h: Regenerated.
16627         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16628         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16629         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16630         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16631         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16632         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16633         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16634         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16635         * tests/unictype/test-pr_combining.c: Regenerated.
16636         * tests/unictype/test-pr_dash.c: Regenerated.
16637         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16638         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16639         * tests/unictype/test-pr_deprecated.c: Regenerated.
16640         * tests/unictype/test-pr_diacritic.c: Regenerated.
16641         * tests/unictype/test-pr_extender.c: Regenerated.
16642         * tests/unictype/test-pr_format_control.c: Regenerated.
16643         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16644         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16645         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16646         * tests/unictype/test-pr_id_continue.c: Regenerated.
16647         * tests/unictype/test-pr_id_start.c: Regenerated.
16648         * tests/unictype/test-pr_ideographic.c: Regenerated.
16649         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16650         * tests/unictype/test-pr_lowercase.c: Regenerated.
16651         * tests/unictype/test-pr_math.c: Regenerated.
16652         * tests/unictype/test-pr_numeric.c: Regenerated.
16653         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16654         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16655         Regenerated.
16656         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16657         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16658         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16659         * tests/unictype/test-pr_other_math.c: Regenerated.
16660         * tests/unictype/test-pr_punctuation.c: Regenerated.
16661         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16662         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16663         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16664         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16665         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16666         * tests/unictype/test-pr_uppercase.c: Regenerated.
16667         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16668         * tests/unictype/test-pr_xid_start.c: Regenerated.
16669         * tests/unictype/test-pr_zero_width.c: Regenerated.
16670
16671         Update to Unicode 5.1.0.
16672         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16673         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16674         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16675         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16676         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16677         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16678         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16679         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16680         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16681         (nonspacing_table_ind): Update.
16682         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16683
16684         Update to Unicode 5.1.0.
16685         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16686         code transform.
16687         * lib/uniname/uniname.c (unicode_character_name,
16688         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16689         * lib/uniname/uninames.h: Regenerated.
16690         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16691
16692 2009-02-07  Bruno Haible  <bruno@clisp.org>
16693
16694         Merge gen-ctype and gen-lbrk into a single program.
16695         * lib/gen-uni-tables.c: New file, incorporating
16696         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16697         Add directory prefixes to the names of the generated files.
16698         * lib/unictype/gen-ctype.c: Remove file.
16699         * lib/unilbrk/gen-lbrk.c: Remove file.
16700         * modules/gen-uni-tables: New file.
16701         * modules/unictype/gen-ctype: Remove file.
16702         * modules/unilbrk/gen-lbrk: Remove file.
16703
16704 2009-02-07  Bruno Haible  <bruno@clisp.org>
16705
16706         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16707
16708         New module 'unistr/u32-strcoll'.
16709         * modules/unistr/u32-strcoll: New file.
16710         * lib/unistr/u32-strcoll.c: New file.
16711
16712         New module 'unistr/u16-strcoll'.
16713         * modules/unistr/u16-strcoll: New file.
16714         * lib/unistr/u16-strcoll.c: New file.
16715
16716         New module 'unistr/u8-strcoll'.
16717         * modules/unistr/u8-strcoll: New file.
16718         * lib/unistr/u8-strcoll.c: New file.
16719         * lib/unistr/u-strcoll.h: New file.
16720
16721 2009-02-07  Bruno Haible  <bruno@clisp.org>
16722
16723         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16724         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16725         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16726         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16727         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16728         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16729
16730 2009-02-07  Bruno Haible  <bruno@clisp.org>
16731
16732         Make 64-bit clean.
16733         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16734         output_combclass, output_bidi_category, output_decimal_digit,
16735         output_digit, output_numeric, output_mirror, output_scripts,
16736         output_ident_category): Use proper width specifier in format strings.
16737
16738 2009-02-07  Bruno Haible  <bruno@clisp.org>
16739
16740         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16741         failure behaviour.
16742
16743 2009-02-07  Jim Meyering  <meyering@redhat.com>
16744
16745         regex: avoid compilation failure with upcoming gcc-4.4
16746         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16747         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16748         "... error: integer overflow in preprocessor expression".
16749
16750 2009-02-05  Ben Pfaff  <blp@gnu.org>
16751
16752         Fix link errors on Windows when close module is used.
16753         * modules/close: Add $(LIB_CLOSE) to Link section.
16754         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16755         $(LIB_CLOSE) on Windows.
16756
16757 2009-02-05  Jim Meyering  <meyering@redhat.com>
16758
16759         still avoid unused-parameter warnings, but do it cleanly
16760         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16761         (get_fs_usage): Cast to void instead.
16762         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16763         (dev_from_mount_options, read_file_system_list): Cast to void.
16764         Prompted by Bruno Haible.
16765
16766 2009-02-04  Jim Meyering  <meyering@redhat.com>
16767
16768         fsusage.c: correct copyright year
16769         * lib/fsusage.c: Reflect year in which the change is pushed into
16770
16771         avoid misc. warnings
16772         * lib/fsusage.c (UNUSED_PARAM): Define.
16773         (get_fs_usage): Mark parameter "disk" as unused.
16774         * lib/getugroups.c (getgrent): Use "void" in prototype.
16775         * lib/mountlist.c: Mark unused parameters.
16776         (read_file_system_list): Declare a local with "const".
16777         * lib/nanosleep.c (getnow): Declare static.
16778         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16779
16780         dirfd: set errno upon failure
16781         * lib/dirfd.c: Include <errno.h>.
16782         Set errno to ENOTSUP when returning -1.
16783         * modules/dirfd (Depends-on): Add errno.
16784         Suggested by John Kodis <kodis@comcast.net>.
16785
16786 2009-02-01  Bruno Haible  <bruno@clisp.org>
16787
16788         Don't assume sizeof (long) >= sizeof (void *).
16789         * lib/memcmp.c: Include stdint.h.
16790         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16791         srcp2 to 'const byte *'.
16792         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16793         types to uintptr_t.
16794         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16795         * modules/memcmp (Depends-on): Add stdint.
16796         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16797
16798 2009-01-30  Eric Blake  <ebb9@byu.net>
16799
16800         fix more require-before-expand issues
16801         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16802         expand, AC_PROG_AWK.
16803         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16804
16805 2009-01-28  Eric Blake  <ebb9@byu.net>
16806
16807         version-etc: use consistent URL formatting
16808         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16809         Improve formatting.  Use fputs for string without %.
16810
16811 2009-01-28  Jim Meyering  <meyering@redhat.com>
16812
16813         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16814         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16815         "underquoted definition of NAME" from autoconf-2.59.
16816
16817 2009-01-28  Bruno Haible  <bruno@clisp.org>
16818
16819         * doc/gnulib.texi: Add "Obsolete modules" to index.
16820
16821 2009-01-28  Jim Meyering  <meyering@redhat.com>
16822
16823         useless-if-before-free: recognize more variants
16824         * build-aux/useless-if-before-free: Also recognize e.g.,
16825         if (NULL != p) free (p);
16826
16827 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16828
16829         test-getaddrinfo: skip (don't fail) this test when there's no network
16830         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16831         on the presumption that it means you lack network access.
16832
16833 2009-01-26  Jim Meyering  <meyering@redhat.com>
16834
16835         fflush: avoid warnings on modern systems
16836         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16837         pos and result, into scopes where they're used.
16838
16839 2009-01-26  Eric Blake  <ebb9@byu.net>
16840
16841         Silence warning reintroduced by recent extensions patch.
16842         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16843         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16844         autoconf.
16845
16846         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16847         * m4/00gnulib.m4: New file.
16848         * gnulib-tool (func_get_filelist): Always use it.
16849         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16850         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16851
16852 2009-01-25  Bruno Haible  <bruno@clisp.org>
16853
16854         Make test-quotearg work on MacOS X and AIX.
16855         * tests/test-quotearg.sh: New file.
16856         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16857         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16858         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16859         include <libintl.h>.
16860         (fake_locale): Remove variable.
16861         (gettext, dgettext, dcgettext): Remove functions.
16862         (main): Instead of setting a fake locale, set a real locale. Call
16863         textdomain and bindtextdomain.
16864         * modules/quotearg-tests (Files): Add the new files.
16865         (Depends-on): Add gettext, setenv, unsetenv.
16866         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16867         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16868         Augment TESTS_ENVIRONMENT.
16869
16870 2009-01-25  Bruno Haible  <bruno@clisp.org>
16871
16872         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16873         fr_FR.ISO8859-1 locale on MacOS X.
16874         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16875         ja_JP.eucJP locale on MacOS X.
16876         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16877         zh_CN.GB18030 locale on MacOS X.
16878
16879 2009-01-25  Bruno Haible  <bruno@clisp.org>
16880
16881         Avoid link errors on MacOS X 10.3.
16882         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16883         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16884
16885 2009-01-25  Bruno Haible  <bruno@clisp.org>
16886
16887         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16888         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16889         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16890         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16891         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16892         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16893         posix_spawnattr_init, posix_spawnattr_setsigmask,
16894         posix_spawnattr_setflags, posix_spawnattr_destroy.
16895
16896         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16897         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16898         * modules/execute (Files): Remove m4/posix_spawn.m4.
16899         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16900         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16901         posix_spawnattr_init, posix_spawnattr_setsigmask,
16902         posix_spawnattr_setflags, posix_spawnattr_destroy.
16903
16904 2009-01-25  Bruno Haible  <bruno@clisp.org>
16905
16906         * lib/glthread/threadlib.c: Include <stdlib.h>.
16907
16908 2009-01-25  Bruno Haible  <bruno@clisp.org>
16909
16910         * lib/glthread/threadlib.c (dummy): New declaration.
16911
16912 2009-01-25  Bruno Haible  <bruno@clisp.org>
16913
16914         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16915         multibyte characters also for the GB18030 encoding. Don't crash when
16916         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16917
16918 2009-01-25  Bruno Haible  <bruno@clisp.org>
16919
16920         Avoid redefining 'struct random_data' on OSF/1 5.1.
16921         * lib/stdlib.in.h: Include <random.h> if it exists.
16922         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16923         HAVE_RANDOM_H. Include <random.h> when testing whether
16924         'struct random_data' exists.
16925         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16926
16927 2009-01-25  Bruno Haible  <bruno@clisp.org>
16928
16929         Don't install charset.alias on MacOS X >= 10.3.
16930         * lib/localcharset.c (DARWIN7): New macro.
16931         (get_charset_aliases): Hardcode the result for Darwin7.
16932         * modules/localcharset (install-exec-local): Don't install
16933         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16934
16935 2009-01-25  Bruno Haible  <bruno@clisp.org>
16936
16937         Don't install charset.alias on mingw and Cygwin.
16938         * modules/localcharset (install-exec-local): Don't install
16939         charset.alias on mingw and Cygwin, if the file does not yet exist.
16940         The result for these platforms is hardcoded in localcharset.c.
16941
16942 2009-01-25  Bruno Haible  <bruno@clisp.org>
16943
16944         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16945         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16946         before requiring AC_USE_SYSTEM_EXTENSIONS.
16947
16948 2009-01-25  Jim Meyering  <meyering@redhat.com>
16949
16950         c-strtod: avoid warnings
16951         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16952         "assignment discards qualifiers from pointer target type" warnings.
16953
16954 2009-01-24  Bruno Haible  <bruno@clisp.org>
16955
16956         Add support for non-UTF-8 locales on MacOS X.
16957         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16958         canonical encodings. For Darwin 7 and newer, don't map traditional
16959         encodings to UTF-8.
16960         Reported by Vincent Lefevre <vincent@vinc17.org>
16961         at <http://savannah.gnu.org/bugs/?25235>.
16962
16963 2009-01-24  Bruno Haible  <bruno@clisp.org>
16964
16965         * doc/gnulib.texi (Obsolete modules): New section.
16966         Reported by Mike Frysinger <vapier@gentoo.org>.
16967
16968 2009-01-24  Bruno Haible  <bruno@clisp.org>
16969
16970         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16971         (%.dvi): New rule.
16972
16973 2009-01-24  Bruno Haible  <bruno@clisp.org>
16974
16975         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16976         Reported by Eric Blake.
16977
16978 2009-01-24  Bruno Haible  <bruno@clisp.org>
16979
16980         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16981         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16982         Reported by Gary V. Vaughan <gary@gnu.org>.
16983
16984 2009-01-24  Bruno Haible  <bruno@clisp.org>
16985
16986         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16987
16988 2009-01-23  Bruno Haible  <bruno@clisp.org>
16989
16990         Make c-strtod, c-strtold usable in libraries.
16991         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16992         (C_STRTOD): Call strdup instead of xstrdup.
16993         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16994         * modules/c-strtold (Depends-on): Likewise.
16995         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16996         * NEWS: Mention the change.
16997         Reported by Michael Gold <mgold@ncf.ca>.
16998
16999 2009-01-23  Jim Meyering  <meyering@redhat.com>
17000
17001         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17002         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17003         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17004
17005 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17006
17007         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17008         GNU CoreUtils.
17009         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17010         * modules/version-etc (Description): Update.
17011
17012 2009-01-22  Bruno Haible  <bruno@clisp.org>
17013
17014         Cache the C locale object.
17015         * lib/c-strtod.c (c_locale_cache): New variable.
17016         (c_locale): New function.
17017         (C_STRTOD): Use it, and don't call freelocale.
17018         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17019         Suggested by Paolo Bonzini.
17020
17021 2009-01-21  Bruno Haible  <bruno@clisp.org>
17022
17023         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17024         conditions other than overflow.
17025
17026 2009-01-21  Bruno Haible  <bruno@clisp.org>
17027
17028         * lib/c-strtod.c: Include errno.h.
17029         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17030         value from STRTOD_L and STRTOD.
17031
17032 2009-01-21  Bruno Haible  <bruno@clisp.org>
17033         and Jim Meyering  <meyering@redhat.com>
17034
17035         nanosleep: skip configure test (fail it) for apple universal builds
17036         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17037         universal builds, assume that nanosleep does not work.
17038         * modules/nanosleep (Depends-on): Add multiarch.
17039
17040         mktime: skip configure test (fail it) for apple universal builds
17041         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17042         universal builds, assume that mktime does not work.
17043         * modules/mktime (Depends-on): Add multiarch.
17044
17045 2009-01-21  Eric Blake  <ebb9@byu.net>
17046
17047         multiarch: avoid expand-before-require warning
17048         * modules/multiarch (configure.ac): Require, rather than expand,
17049         gl_MULTIARCH.
17050         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17051         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17052         enforce that all clients require it.  Partial reversion of
17053         2008-12-29 patch.
17054
17055         error: avoid expand-before-require warning
17056         * modules/errno (configure.ac): Require, rather than expand,
17057         gl_HEADER_ERRNO_H.
17058         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17059         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17060         enforce that all clients require it.
17061
17062         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17063         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17064         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17065         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17066
17067 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17068
17069         Revert:
17070         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17071
17072         regex: do not depend on obsolete modules.
17073         * modules/regex: Remove memcmp and memmove.
17074
17075 2009-01-20  Bruno Haible  <bruno@clisp.org>
17076
17077         Make the 'link' module link on Windows NT 4.
17078         * lib/link.c (_WIN32_WINNT): Don't define.
17079         (CreateHardLinkFuncType): New type.
17080         (CreateHardLinkFunc, initialized): New variables.
17081         (initialize): New function.
17082         (link): Invoke CreateHardLink indirectly through the function pointer.
17083
17084 2009-01-20  Bruno Haible  <bruno@clisp.org>
17085
17086         Fix compilation failure on mingw.
17087         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17088
17089 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17090
17091         * doc/c-strtod.texi: Mention a couple of restrictions.
17092
17093 2009-01-20  Jim Meyering  <meyering@redhat.com>
17094
17095         gettimeofday: move more declarations out of functions
17096         * lib/gettimeofday.c: Move extern declarations of tzset and
17097         gmtime out of containing functions.  Prompted by Bruno Haible.
17098
17099 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17100
17101         regex: do not depend on obsolete modules.
17102         * modules/regex: Remove memcmp and memmove.
17103
17104 2009-01-19  Bruno Haible  <bruno@clisp.org>
17105
17106         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17107         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17108         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17109         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17110         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17111
17112 2009-01-19  Bruno Haible  <bruno@clisp.org>
17113
17114         * tests/test-link.c: Include <errno.h>.
17115         (main): Exit with code 77 when a hard link cannot be created due to
17116         the file system.
17117         * tests/test-link.sh: Skip test when a hard link cannot be created due
17118         to the file system.
17119         Suggested by Eric Blake.
17120
17121 2009-01-19  Martin Lambers  <marlam@marlam.de>
17122
17123         * modules/link-tests: New file.
17124         * tests/test-link.sh: New file.
17125         * tests/test-link.c: New file.
17126
17127 2009-01-19  Eric Blake  <ebb9@byu.net>
17128
17129         doc: mention another function added in cygwin 1.7.0
17130         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17131         Another new function in cygwin 1.7.
17132
17133 2009-01-19  Bruno Haible  <bruno@clisp.org>
17134
17135         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17136         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17137         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17138         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17139         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17140         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17141         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17142         * m4/md4.m4 (gl_MD4): Likewise.
17143         * m4/md5.m4 (gl_MD5): Likewise.
17144         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17145         * m4/sha1.m4 (gl_SHA1): Likewise.
17146         * m4/sha256.m4 (gl_SHA256): Likewise.
17147         * m4/sha512.m4 (gl_SHA512): Likewise.
17148
17149 2009-01-19  Bruno Haible  <bruno@clisp.org>
17150
17151         * modules/uniname/uniname-tests (Depends-on): Add progname.
17152         * tests/uniname/test-uninames.c: Include progname.h.
17153         (main): Call set_program_name.
17154
17155         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17156         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17157         (main): Call set_program_name.
17158
17159         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17160         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17161         (main): Call set_program_name.
17162
17163         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17164         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17165         (main): Call set_program_name.
17166
17167         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17168         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17169         (main): Call set_program_name.
17170
17171         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17172         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17173         (main): Call set_program_name.
17174
17175         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17176         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17177         (main): Call set_program_name.
17178
17179         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17180         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17181         (main): Call set_program_name.
17182
17183         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17184         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17185         (main): Call set_program_name.
17186
17187 2009-01-19  Eric Blake  <ebb9@byu.net>
17188
17189         test-unistd: test previous patch
17190         * tests/test-unistd.c: Test *_FILENO macros.
17191
17192         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17193         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17194         Guarantee a definition.
17195         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17196         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17197         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17198         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17199         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17200         Likewise.
17201         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17202         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17203         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17204         Likewise.
17205         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17206         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17207         (STDERR_FILENO): Likewise.
17208         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17209         (STDERR_FILENO): Likewise.
17210         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17211         (STDERR_FILENO): Likewise.
17212         Reported by Elbert Pol.
17213
17214 2009-01-19  Eric Blake  <ebb9@byu.net>
17215
17216         doc: mention more functions added in cygwin 1.7.0
17217         * doc/posix-functions/abort.texi (abort): Update wording related
17218         to cygwin.
17219         * doc/posix-functions/daylight.texi (daylight): Likewise.
17220         * doc/posix-functions/optarg.texi (optarg): Likewise.
17221         * doc/posix-functions/optarg.texi (opterr): Likewise.
17222         * doc/posix-functions/optarg.texi (optind): Likewise.
17223         * doc/posix-functions/optarg.texi (optopt): Likewise.
17224         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17225         worked in 1.5.x, and was withdrawn in 1.7.
17226         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17227         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17228         cygwin versions.
17229         * doc/posix-functions/perror.texi (perror): Likewise.
17230         * doc/posix-functions/printf.texi (printf): Likewise.
17231         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17232         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17233         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17234         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17235         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17236         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17237         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17238         Likewise.
17239         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17240         Likewise.
17241         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17242         this function.
17243         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17244         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17245         Likewise.
17246         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17247         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17248         * doc/posix-functions/confstr.texi (confstr): Likewise.
17249         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17250         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17251         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17252         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17253         * doc/posix-functions/fputws.texi (fputws): Likewise.
17254         * doc/posix-functions/fwide.texi (fwide): Likewise.
17255         * doc/posix-functions/getwc.texi (getwc): Likewise.
17256         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17257         * doc/posix-functions/putwc.texi (putwc): Likewise.
17258         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17259         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17260         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17261         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17262         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17263         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17264         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17265         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17266         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17267         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17268         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17269
17270 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17271
17272         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17273         * lib/ioctl.c: Include <sys/ioctl.h>.
17274
17275 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17276
17277         * modules/getdate-tests (Depends-on): Add progname.
17278         * tests/test-getdate.c: Use progname module, to avoid link errors
17279         on non-glibc systems.
17280
17281 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17282
17283         * modules/filenamecat-tests (Depends-on): Add progname.
17284         * modules/fstrcmp-tests (Depends-on): Likewise.
17285
17286         * tests/test-filenamecat.c: Use progname module, to avoid link
17287         errors on non-glibc systems.
17288         * tests/test-fstrcmp.c: Likewise.
17289
17290 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17291
17292         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17293         * lib/gettimeofday.c: Move extern declaration out of function.
17294
17295 2009-01-18  Bruno Haible  <bruno@clisp.org>
17296
17297         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17298         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17299         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17300
17301 2009-01-18  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/strftime.c (MEMPCPY): Remove unused macro.
17304         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17305
17306 2009-01-18  Martin Lambers  <marlam@marlam.de>
17307
17308         New module 'link'.
17309         * lib/unistd.in.h (link): New declaration.
17310         * lib/link.c: New file.
17311         * m4/link.m4: New file.
17312         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17313         HAVE_LINK.
17314         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17315         * modules/link: New file.
17316         * doc/posix-functions/link.texi: Mention the new module.
17317
17318 2009-01-18  Bruno Haible  <bruno@clisp.org>
17319
17320         * tests/test-avltree_list.c (main): Call set_program_name.
17321         * tests/test-avltree_oset.c (main): Likewise.
17322         * tests/test-obstack-printf.c: Include progname.h.
17323         (main): Call set_program_name.
17324         * tests/test-quotearg.c: Include progname.h.
17325         (main): Call set_program_name.
17326         * tests/test-xmemdup0.c: Include progname.h.
17327         (main): Call set_program_name.
17328
17329 2009-01-18  Bruno Haible  <bruno@clisp.org>
17330
17331         New module 'alphasort'.
17332         * lib/dirent.in.h (alphasort): New declaration.
17333         * lib/alphasort.c: New file, from glibc with modifications.
17334         * m4/alphasort.m4: New file.
17335         * modules/alphasort: New file.
17336         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17337         HAVE_ALPHASORT.
17338         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17339         HAVE_ALPHASORT.
17340         * doc/posix-functions/alphasort.texi: Mention the new module and the
17341         portability problems.
17342
17343 2009-01-18  Bruno Haible  <bruno@clisp.org>
17344
17345         New module 'scandir'.
17346         * lib/dirent.in.h (scandir): New declaration.
17347         * lib/scandir.c: New file, from glibc with modifications.
17348         * m4/scandir.m4: New file.
17349         * modules/scandir: New file.
17350         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17351         HAVE_SCANDIR.
17352         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17353         HAVE_SCANDIR.
17354         * doc/posix-functions/scandir.texi: Mention the new module and the
17355         portability problems.
17356
17357 2009-01-17  Bruno Haible  <bruno@clisp.org>
17358
17359         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17360         Update documentation.
17361         (func_remove_suffix): Escape all dots in the suffix. Update
17362         documentation.
17363         (func_filter_filelist): Update documentation.
17364         Reported by Ralf Wildenhues.
17365
17366 2009-01-17  Bruno Haible  <bruno@clisp.org>
17367
17368         * modules/dprintf-posix-tests: New file.
17369         * tests/test-dprintf-posix.sh: New file.
17370         * tests/test-dprintf-posix.c: New file.
17371
17372         New modules 'dprintf', 'dprintf-posix'.
17373         * lib/stdio.in.h (dprintf): New declaration.
17374         * lib/dprintf.c: New file.
17375         * m4/dprintf.m4: New file.
17376         * m4/dprintf-posix.m4: New file.
17377         * modules/dprintf: New file.
17378         * modules/dprintf-posix: New file.
17379         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17380         HAVE_DPRINTF, REPLACE_DPRINTF.
17381         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17382         HAVE_DPRINTF, REPLACE_DPRINTF.
17383         * doc/posix-functions/dprintf.texi: Mention the new modules.
17384
17385 2009-01-17  Bruno Haible  <bruno@clisp.org>
17386
17387         * modules/vdprintf-posix-tests: New file.
17388         * tests/test-vdprintf-posix.sh: New file.
17389         * tests/test-vdprintf-posix.c: New file.
17390
17391         New modules 'vdprintf', 'vdprintf-posix'.
17392         * lib/stdio.in.h (vdprintf): New declaration.
17393         * lib/vdprintf.c: New file.
17394         * m4/vdprintf.m4: New file.
17395         * m4/vdprintf-posix.m4: New file.
17396         * modules/vdprintf: New file.
17397         * modules/vdprintf-posix: New file.
17398         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17399         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17400         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17401         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17402         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17403
17404 2009-01-17  Bruno Haible  <bruno@clisp.org>
17405
17406         Fix replacement of fopen on mingw.
17407         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17408         mingw.
17409
17410 2009-01-17  Bruno Haible  <bruno@clisp.org>
17411
17412         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17413         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17414
17415 2009-01-17  Bruno Haible  <bruno@clisp.org>
17416
17417         Avoid test-fflush2.sh failure on mingw.
17418         * tests/test-fflush2.c: Include binary-io.h.
17419         (main): Put standard input into binary mode.
17420         * modules/fflush-tests (Depends-on): Add binary-io.
17421
17422 2009-01-17  Bruno Haible  <bruno@clisp.org>
17423
17424         * lib/wchar.in.h: In another particular situation, include only the
17425         system's <wchar.h> file.
17426         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17427         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17428         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17429
17430 2009-01-17  Bruno Haible  <bruno@clisp.org>
17431
17432         Support for stripping executables in --enable-relocatable.
17433         * build-aux/install-reloc: Expect one more argument, or an environment
17434         variable RELOC_STRIP_PROG. If set, strip the destination program and
17435         its wrapper.
17436         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17437         RELOC_STRIP_PROG.
17438         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17439         to set RELOCATABLE_STRIP.
17440         * NEWS: Mention the new Makefile requirement.
17441
17442 2009-01-17  Bruno Haible  <bruno@clisp.org>
17443
17444         * build-aux/install-reloc: Remove debugging information left over by
17445         C compiler on MacOS X.
17446
17447 2009-01-17  Bruno Haible  <bruno@clisp.org>
17448
17449         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17450         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17451         _NSGetExecutablePath.
17452
17453 2009-01-16  Jim Meyering  <meyering@redhat.com>
17454
17455         strerror: avoid warnings about discarding "const"
17456         * lib/strerror.c (rpl_strerror): Instead of returning a const
17457         string from each and every "case", use a variable, and add a single
17458         cast after the switch.
17459
17460 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17461
17462         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17463
17464 2009-01-16  Bruno Haible  <bruno@clisp.org>
17465
17466         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17467         array initializer syntax that also works in C++ mode.
17468         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17469
17470 2009-01-16  Jim Meyering  <meyering@redhat.com>
17471
17472         poll: suppress a warning
17473         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17474         to ignore "...unsigned expression < 0 is always false" warnings.
17475
17476 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17477
17478         poll: remove declarations of unused variables
17479         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17480         sockbuf and optlen.
17481
17482 2009-01-15  Bruno Haible  <bruno@clisp.org>
17483
17484         Make fflush-after-ungetc POSIX compliant on BSD systems.
17485         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17486         (clear_ungetc_buffer): Implement also for other systems.
17487         (rpl_fflush): On glibc systems, invoke
17488         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17489         clear_ungetc_buffer after fetching the stream's position, not before.
17490
17491 2009-01-15  Bruno Haible  <bruno@clisp.org>
17492
17493         Make fflush-after-ungetc POSIX compliant on glibc systems.
17494         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17495         after ungetc.
17496         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17497         (rpl_fflush): On glibc systems, simply call the system's fflush
17498         function after clearing the ungetc buffer.
17499         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17500         Instead, lseek only to the end of file, then use the system's fseeko
17501         for the rest. On glibc systems, reset the EOF indicator bit.
17502
17503 2009-01-15  Jim Meyering  <meyering@redhat.com>
17504
17505         openmp.m4: revert quote-adding change, for portability to older autoconf
17506         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17507         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17508         Simon Josefsson noticed the problem when using autoconf-2.61.
17509
17510 2009-01-15  Bruno Haible  <bruno@clisp.org>
17511
17512         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17513         * tests/test-fflush2.c (ASSERT): Always fail.
17514         (main): Add two tests for fflush() after ungetc(), taking into account
17515         the Austin Group's clarification.
17516         Suggested by Eric Blake.
17517
17518 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17519
17520         mktime.m4: remove K&R-style function prototypes
17521         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17522         for the Sun C++ compiler.
17523
17524 2009-01-14  Bruno Haible  <bruno@clisp.org>
17525
17526         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17527         while including <wchar.h>.
17528         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17529         the system's <wchar.h> file.
17530         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17531
17532 2009-01-14  Bruno Haible  <bruno@clisp.org>
17533
17534         * m4/csharp.m4: Don't mention gettext on the serial number line.
17535         * m4/csharpexec.m4: Likewise.
17536         * m4/eaccess.m4: Likewise.
17537         * m4/javaexec.m4: Likewise.
17538         * m4/sig_atomic_t.m4: Likewise.
17539         * m4/tmpdir.m4: Likewise.
17540         * m4/intldir.m4: Bump gettext version.
17541         * m4/lib-ld.m4: Likewise.
17542
17543 2009-01-14  Bruno Haible  <bruno@clisp.org>
17544
17545         * lib/progname.c (set_program_name): Add more comments.
17546         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17547
17548 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17549
17550         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17551         were sys/stat.h does not define it.
17552
17553 2009-01-14  Jim Meyering  <meyering@redhat.com>
17554
17555         many *.m4 files: improve m4 quoting
17556         99% of this change was performed by running the following commands:
17557         git ls-files | grep '\.m4$' | xargs perl -pi \
17558           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17559           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17560           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17561           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17562         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17563         The remainder were to add Copyright dates, increment serial numbers,
17564         undo some changes in comments, exclude m4/intl.m4, and add quotes
17565         around the "1" in ",1" where the unusual spacing prohibited the
17566         above regexps from doing the job.  For more details, see
17567         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17568         * m4/acl.m4: Modified.
17569         * m4/afs.m4: Likewise.
17570         * m4/alloca.m4: Likewise.
17571         * m4/argp.m4: Likewise.
17572         * m4/argz.m4: Likewise.
17573         * m4/atexit.m4: Likewise.
17574         * m4/bison-i18n.m4: Likewise.
17575         * m4/bison.m4: Likewise.
17576         * m4/byteswap.m4: Likewise.
17577         * m4/c-stack.m4: Likewise.
17578         * m4/c-strtod.m4: Likewise.
17579         * m4/calloc.m4: Likewise.
17580         * m4/canonicalize-lgpl.m4: Likewise.
17581         * m4/chown.m4: Likewise.
17582         * m4/clock_time.m4: Likewise.
17583         * m4/codeset.m4: Likewise.
17584         * m4/copy-file.m4: Likewise.
17585         * m4/csharp.m4: Likewise.
17586         * m4/csharpcomp.m4: Likewise.
17587         * m4/csharpexec.m4: Likewise.
17588         * m4/d-ino.m4: Likewise.
17589         * m4/d-type.m4: Likewise.
17590         * m4/dirfd.m4: Likewise.
17591         * m4/double-slash-root.m4: Likewise.
17592         * m4/eaccess.m4: Likewise.
17593         * m4/eealloc.m4: Likewise.
17594         * m4/environ.m4: Likewise.
17595         * m4/errno_h.m4: Likewise.
17596         * m4/euidaccess.m4: Likewise.
17597         * m4/execute.m4: Likewise.
17598         * m4/fatal-signal.m4: Likewise.
17599         * m4/fchdir.m4: Likewise.
17600         * m4/fcntl_h.m4: Likewise.
17601         * m4/fileblocks.m4: Likewise.
17602         * m4/filenamecat.m4: Likewise.
17603         * m4/findprog.m4: Likewise.
17604         * m4/flexmember.m4: Likewise.
17605         * m4/fnmatch.m4: Likewise.
17606         * m4/fopen.m4: Likewise.
17607         * m4/fpending.m4: Likewise.
17608         * m4/fprintf-posix.m4: Likewise.
17609         * m4/free.m4: Likewise.
17610         * m4/frexp.m4: Likewise.
17611         * m4/frexpl.m4: Likewise.
17612         * m4/fsusage.m4: Likewise.
17613         * m4/ftruncate.m4: Likewise.
17614         * m4/gc-camellia.m4: Likewise.
17615         * m4/gc-random.m4: Likewise.
17616         * m4/gc.m4: Likewise.
17617         * m4/getaddrinfo.m4: Likewise.
17618         * m4/getcwd-abort-bug.m4: Likewise.
17619         * m4/getcwd-path-max.m4: Likewise.
17620         * m4/getdate.m4: Likewise.
17621         * m4/getdomainname.m4: Likewise.
17622         * m4/getgroups.m4: Likewise.
17623         * m4/gethostname.m4: Likewise.
17624         * m4/gethrxtime.m4: Likewise.
17625         * m4/getline.m4: Likewise.
17626         * m4/getloadavg.m4: Likewise.
17627         * m4/getndelim2.m4: Likewise.
17628         * m4/getpass.m4: Likewise.
17629         * m4/gettext.m4: Likewise.
17630         * m4/gettime.m4: Likewise.
17631         * m4/gettimeofday.m4: Likewise.
17632         * m4/gnulib-common.m4: Likewise.
17633         * m4/group-member.m4: Likewise.
17634         * m4/host-os.m4: Likewise.
17635         * m4/iconv.m4: Likewise.
17636         * m4/iconv_open.m4: Likewise.
17637         * m4/inet_ntop.m4: Likewise.
17638         * m4/inet_pton.m4: Likewise.
17639         * m4/inline.m4: Likewise.
17640         * m4/intldir.m4: Likewise.
17641         * m4/intlmacosx.m4: Likewise.
17642         * m4/intmax.m4: Likewise.
17643         * m4/intmax_t.m4: Likewise.
17644         * m4/inttypes.m4: Likewise.
17645         * m4/inttypes_h.m4: Likewise.
17646         * m4/inttypes-pri.m4: Likewise.
17647         * m4/isapipe.m4: Likewise.
17648         * m4/isnand.m4: Likewise.
17649         * m4/isnanf.m4: Likewise.
17650         * m4/isnanl.m4: Likewise.
17651         * m4/javacomp.m4: Likewise.
17652         * m4/javaexec.m4: Likewise.
17653         * m4/jm-winsz1.m4: Likewise.
17654         * m4/jm-winsz2.m4: Likewise.
17655         * m4/lchown.m4: Likewise.
17656         * m4/lcmessage.m4: Likewise.
17657         * m4/ldexpl.m4: Likewise.
17658         * m4/lib-ld.m4: Likewise.
17659         * m4/lib-link.m4: Likewise.
17660         * m4/libsigsegv.m4: Likewise.
17661         * m4/link-follow.m4: Likewise.
17662         * m4/localcharset.m4: Likewise.
17663         * m4/locale-fr.m4: Likewise.
17664         * m4/locale-ja.m4: Likewise.
17665         * m4/locale-tr.m4: Likewise.
17666         * m4/locale-zh.m4: Likewise.
17667         * m4/lock.m4: Likewise.
17668         * m4/longlong.m4: Likewise.
17669         * m4/ls-mntd-fs.m4: Likewise.
17670         * m4/lstat.m4: Likewise.
17671         * m4/malloc.m4: Likewise.
17672         * m4/mathl.m4: Likewise.
17673         * m4/mbrtowc.m4: Likewise.
17674         * m4/mbstate_t.m4: Likewise.
17675         * m4/mbswidth.m4: Likewise.
17676         * m4/memchr.m4: Likewise.
17677         * m4/memcmp.m4: Likewise.
17678         * m4/memcpy.m4: Likewise.
17679         * m4/memmem.m4: Likewise.
17680         * m4/memmove.m4: Likewise.
17681         * m4/mempcpy.m4: Likewise.
17682         * m4/memrchr.m4: Likewise.
17683         * m4/memset.m4: Likewise.
17684         * m4/minmax.m4: Likewise.
17685         * m4/mkdir-slash.m4: Likewise.
17686         * m4/mkdtemp.m4: Likewise.
17687         * m4/mktime.m4: Likewise.
17688         * m4/mmap-anon.m4: Likewise.
17689         * m4/mountlist.m4: Likewise.
17690         * m4/nanosleep.m4: Likewise.
17691         * m4/nls.m4: Likewise.
17692         * m4/nocrash.m4: Likewise.
17693         * m4/open.m4: Likewise.
17694         * m4/openat.m4: Likewise.
17695         * m4/openmp.m4: Likewise.
17696         * m4/pathmax.m4: Likewise.
17697         * m4/perl.m4: Likewise.
17698         * m4/physmem.m4: Likewise.
17699         * m4/pipe.m4: Likewise.
17700         * m4/po.m4: Likewise.
17701         * m4/poll.m4: Likewise.
17702         * m4/posixtm.m4: Likewise.
17703         * m4/posixver.m4: Likewise.
17704         * m4/printf-frexp.m4: Likewise.
17705         * m4/printf-frexpl.m4: Likewise.
17706         * m4/printf-posix.m4: Likewise.
17707         * m4/printf-posix-rpl.m4: Likewise.
17708         * m4/printf.m4: Likewise.
17709         * m4/progtest.m4: Likewise.
17710         * m4/putenv.m4: Likewise.
17711         * m4/readline.m4: Likewise.
17712         * m4/readlink.m4: Likewise.
17713         * m4/readutmp.m4: Likewise.
17714         * m4/realloc.m4: Likewise.
17715         * m4/regex.m4: Likewise.
17716         * m4/relocatable.m4: Likewise.
17717         * m4/relocatable-lib.m4: Likewise.
17718         * m4/rename-dest-slash.m4: Likewise.
17719         * m4/rename.m4: Likewise.
17720         * m4/rmdir-errno.m4: Likewise.
17721         * m4/rmdir.m4: Likewise.
17722         * m4/roundf.m4: Likewise.
17723         * m4/roundl.m4: Likewise.
17724         * m4/rpmatch.m4: Likewise.
17725         * m4/save-cwd.m4: Likewise.
17726         * m4/selinux-selinux-h.m4: Likewise.
17727         * m4/setenv.m4: Likewise.
17728         * m4/settime.m4: Likewise.
17729         * m4/sig2str.m4: Likewise.
17730         * m4/sig_atomic_t.m4: Likewise.
17731         * m4/signalblocking.m4: Likewise.
17732         * m4/signbit.m4: Likewise.
17733         * m4/sigpipe.m4: Likewise.
17734         * m4/sockets.m4: Likewise.
17735         * m4/sockpfaf.m4: Likewise.
17736         * m4/st_dm_mode.m4: Likewise.
17737         * m4/stat-time.m4: Likewise.
17738         * m4/stdbool.m4: Likewise.
17739         * m4/stdint.m4: Likewise.
17740         * m4/stdint_h.m4: Likewise.
17741         * m4/stpcpy.m4: Likewise.
17742         * m4/stpncpy.m4: Likewise.
17743         * m4/strcase.m4: Likewise.
17744         * m4/strchrnul.m4: Likewise.
17745         * m4/strcspn.m4: Likewise.
17746         * m4/strdup.m4: Likewise.
17747         * m4/strftime.m4: Likewise.
17748         * m4/strndup.m4: Likewise.
17749         * m4/strnlen.m4: Likewise.
17750         * m4/strpbrk.m4: Likewise.
17751         * m4/strptime.m4: Likewise.
17752         * m4/strsep.m4: Likewise.
17753         * m4/strtod.m4: Likewise.
17754         * m4/strtoimax.m4: Likewise.
17755         * m4/strtok_r.m4: Likewise.
17756         * m4/strtol.m4: Likewise.
17757         * m4/strtoll.m4: Likewise.
17758         * m4/strtoul.m4: Likewise.
17759         * m4/strtoull.m4: Likewise.
17760         * m4/strtoumax.m4: Likewise.
17761         * m4/strverscmp.m4: Likewise.
17762         * m4/threadlib.m4: Likewise.
17763         * m4/timegm.m4: Likewise.
17764         * m4/tm_gmtoff.m4: Likewise.
17765         * m4/tmpdir.m4: Likewise.
17766         * m4/tmpfile.m4: Likewise.
17767         * m4/tzset.m4: Likewise.
17768         * m4/uintmax_t.m4: Likewise.
17769         * m4/unlinkdir.m4: Likewise.
17770         * m4/unlocked-io.m4: Likewise.
17771         * m4/uptime.m4: Likewise.
17772         * m4/userspec.m4: Likewise.
17773         * m4/utimbuf.m4: Likewise.
17774         * m4/utime.m4: Likewise.
17775         * m4/utimes-null.m4: Likewise.
17776         * m4/utimes.m4: Likewise.
17777         * m4/vararrays.m4: Likewise.
17778         * m4/vasnprintf.m4: Likewise.
17779         * m4/vfprintf-posix.m4: Likewise.
17780         * m4/vprintf-posix.m4: Likewise.
17781         * m4/wait-process.m4: Likewise.
17782         * m4/wchar_t.m4: Likewise.
17783         * m4/wint_t.m4: Likewise.
17784         * m4/write-any-file.m4: Likewise.
17785         * m4/yield.m4: Likewise.
17786
17787 2009-01-13  Bruno Haible  <bruno@clisp.org>
17788
17789         Avoid test-copy-file.sh failures when ACL support insufficient.
17790         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17791         TESTS_ENVIRONMENT.
17792         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17793         Reported by Jim Meyering.
17794
17795 2009-01-13  Bruno Haible  <bruno@clisp.org>
17796
17797         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17798         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17799         * modules/unistdio/u8-printf-parse (Files): Likewise.
17800         * modules/unistdio/u32-printf-parse (Files): Likewise.
17801         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17802
17803 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17804
17805         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17806         and m4/inttypes_h.m4 too.
17807
17808 2009-01-12  Eric Blake  <ebb9@byu.net>
17809
17810         tests: IRIX 6.2 cc can't compile -0.0 into .data
17811         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17812         rather than at compile-time.
17813         * tests/test-floorl.c (minus_zero): Likewise.
17814         * tests/test-frexpl.c (minus_zero): Likewise.
17815         * tests/test-isnan.c (minus_zerol): Likewise.
17816         * tests/test-isnanl.h (minus_zero): Likewise.
17817         * tests/test-ldexpl.c (minus_zero): Likewise.
17818         * tests/test-roundl.c (minus_zero): Likewise.
17819         * tests/test-signbit.c (minus_zerol): Likewise.
17820         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17821         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17822         * tests/test-truncl.c (minus_zero): Likewise.
17823         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17824         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17825         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17826
17827 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17828
17829         regex: fix glibc bug 9697
17830         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17831         handling.
17832
17833 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17834
17835         regex: fix glibc bug 697
17836         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17837         being NULL also if there are no backreferences.
17838
17839 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17840
17841         regex: merge glibc changes
17842         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17843         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17844         re_string_skip_chars, re_string_reconstruct): Likewise.
17845         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17846
17847 2009-01-07  Jim Meyering  <meyering@redhat.com>
17848
17849         poll: filter through cppi
17850         * lib/poll.c: Indent cpp directives to reflect nesting.
17851
17852 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17853
17854         poll: don't return uninitialized
17855         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17856
17857 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17858
17859         avoid compile failure on AIX 6.1
17860         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17861         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17862
17863 2009-01-04  Jim Meyering  <meyering@redhat.com>
17864
17865         remove duplicate inclusion of <stdio.h>
17866         * tests/test-fprintf-posix.c: Likewise.
17867         * tests/test-printf-posix.c: Likewise.
17868         * tests/test-snprintf-posix.c: Likewise.
17869         * tests/test-sprintf-posix.c: Likewise.
17870         * tests/test-vasprintf-posix.c: Likewise.
17871         * tests/test-vfprintf-posix.c: Likewise.
17872         * tests/test-vprintf-posix.c: Likewise.
17873         * tests/test-vsnprintf-posix.c: Likewise.
17874         * tests/test-vsprintf-posix.c: Likewise.
17875
17876 2009-01-03  Jim Meyering  <meyering@redhat.com>
17877
17878         gnulib-tool: fix sed-based filtering
17879         * gnulib-tool (func_filter_filelist): Remove extra backslash
17880         in sed_fff_filter definition.
17881
17882 2009-01-02  Jim Meyering  <meyering@redhat.com>
17883
17884         strftime: avoid compilation failure on Solaris 2.6
17885         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17886         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17887         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17888         be available.  Reported by Tom G. Christensen.  Details in
17889         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17890
17891 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17892             Bruno Haible  <bruno@clisp.org>
17893
17894         Speed up gnulib-tool by doing more string processing through shell
17895         built-ins.
17896         * gnulib-tool (fast_func_append): New variable.
17897         (func_remove_prefix, func_remove_suffix): New functions.
17898         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17899         (func_filter_filelist): New function.
17900         (func_get_dependencies): Use func_remove_suffix instead of sed.
17901         (func_get_automake_snippet): Use func_filter_filelist instead of a
17902         subshell and sed invocation.
17903
17904 2009-01-01  Bruno Haible  <bruno@clisp.org>
17905
17906         Fix a security bug.
17907         * gnulib-tool (func_import, import, update): Don't allow the characters
17908         '"', '$', '`', '\' in macro arguments that become part of commands that
17909         are evaluated.
17910
17911 2009-01-01  Bruno Haible  <bruno@clisp.org>
17912
17913         * gnulib-tool (func_reset_sigpipe): Add more comments.
17914
17915 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17916
17917         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17918         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17919         already know the answer.
17920
17921 2009-01-01  Jim Meyering  <meyering@redhat.com>
17922
17923         * lib/version-etc.c (version_etc_va): Update copyright year.
17924
17925 2008-12-30  Bruno Haible  <bruno@clisp.org>
17926
17927         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17928         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17929         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17930
17931 2008-12-29  Eric Blake  <ebb9@byu.net>
17932
17933         multiarch: avoid autoconf AC_REQUIRE bug
17934         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17935         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17936         2.63 and older.
17937         Reported by Bruno Haible, and analyzed in
17938         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17939
17940 2008-12-29  Bruno Haible  <bruno@clisp.org>
17941
17942         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17943         files in subdirectories correctly.
17944         Reported by Ralf Wildenhues.
17945
17946 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17947
17948         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17949         rather than 'join FILE -', for Solaris join.
17950
17951 2008-12-29  Bruno Haible  <bruno@clisp.org>
17952
17953         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17954         quoting.
17955         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17956         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17957         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17958         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17959         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17960         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17961         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17962         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17963         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17964         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17965         * m4/nls.m4 (AM_NLS): Likewise.
17966         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17967         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17968         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17969         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17970         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17971         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17972         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17973         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17974         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17975         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17976         * m4/xsize.m4 (gl_XSIZE): Likewise.
17977         Suggested by Jim Meyering.
17978
17979 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17980
17981         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17982         * lib/parse-duration.c: use a switch instead of cascading if's.
17983
17984 2008-12-29  Eric Blake  <ebb9@byu.net>
17985
17986         wchar.h: supply WEOF on Irix 5.3
17987         * lib/wchar.in.h (wint_t): Also supply WEOF.
17988         * lib/wctype.in.h (wint_t): Likewise.
17989         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17990         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17991         Reported by Tom G. Christensen.
17992
17993 2008-12-26  Bruno Haible  <bruno@clisp.org>
17994
17995         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17996         i486, i586, i686.
17997
17998 2008-12-26  Bruno Haible  <bruno@clisp.org>
17999
18000         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18001
18002 2008-12-26  Bruno Haible  <bruno@clisp.org>
18003
18004         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18005         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18006         not __STDC_CONSTANT_MACROS.
18007         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18008
18009 2008-12-25  Bruno Haible  <bruno@clisp.org>
18010
18011         Add support for universal builds to vasnprintf.
18012         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18013         universal builds, guess no.
18014         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18015         * modules/vasprintf-posix (Depends-on): Likewise.
18016         * modules/fprintf-posix (Depends-on): Likewise.
18017         * modules/vfprintf-posix (Depends-on): Likewise.
18018         * modules/snprintf-posix (Depends-on): Likewise.
18019         * modules/vsnprintf-posix (Depends-on): Likewise.
18020         * modules/sprintf-posix (Depends-on): Likewise.
18021         * modules/vsprintf-posix (Depends-on): Likewise.
18022         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18023         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18024         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18025         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18026         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18027         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18028         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18029
18030         Add support for universal builds to <inttypes.h>.
18031         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18032         _SCNu64_PREFIX): In Apple
18033         universal builds, define directly, using _LP64.
18034         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18035         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18036         * modules/inttypes (Depends-on): Add multiarch.
18037         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18038
18039         Add support for universal builds to <stdint.h>.
18040         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18041         universal builds, define directly, using _LP64.
18042         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18043         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18044         and size_t.
18045         * modules/stdint (Depends-on): Add multiarch.
18046         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18047
18048         New module 'multiarch'.
18049         * modules/multiarch: New file.
18050         * m4/multiarch.m4: New file.
18051
18052 2008-12-25  Bruno Haible  <bruno@clisp.org>
18053
18054         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18055
18056 2008-12-25  Bruno Haible  <bruno@clisp.org>
18057
18058         * modules/btowc (License): Relicense under LGPLv2+.
18059         * modules/mbsinit (License): Likewise.
18060         * modules/mbrtowc (License): Likewise.
18061         * modules/wcrtomb (License): Likewise.
18062         * modules/streq (License): Likewise.
18063         Reported by David Lutterkort <lutter@redhat.com>.
18064
18065 2008-12-23  Bruno Haible  <bruno@clisp.org>
18066
18067         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18068
18069 2008-12-23  Bruno Haible  <bruno@clisp.org>
18070
18071         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18072         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18073         GETADDRINFO_LIB, not in LIBS.
18074         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18075         * modules/canon-host (Link): Likewise.
18076         * NEWS: Mention the change.
18077         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18078         GETADDRINFO_LIB.
18079
18080 2008-12-22  Bruno Haible  <bruno@clisp.org>
18081
18082         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18083         * doc/posix-functions/iswalpha_l.texi: Likewise.
18084         * doc/posix-functions/iswblank_l.texi: Likewise.
18085         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18086         * doc/posix-functions/iswctype_l.texi: Likewise.
18087         * doc/posix-functions/iswdigit_l.texi: Likewise.
18088         * doc/posix-functions/iswgraph_l.texi: Likewise.
18089         * doc/posix-functions/iswlower_l.texi: Likewise.
18090         * doc/posix-functions/iswprint_l.texi: Likewise.
18091         * doc/posix-functions/iswpunct_l.texi: Likewise.
18092         * doc/posix-functions/iswspace_l.texi: Likewise.
18093         * doc/posix-functions/iswupper_l.texi: Likewise.
18094         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18095         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18096         * doc/posix-functions/open_wmemstream.texi: Likewise.
18097         * doc/posix-functions/swscanf.texi: Likewise.
18098         * doc/posix-functions/towctrans_l.texi: Likewise.
18099         * doc/posix-functions/towlower.texi: Likewise.
18100         * doc/posix-functions/towlower_l.texi: Likewise.
18101         * doc/posix-functions/towupper.texi: Likewise.
18102         * doc/posix-functions/towupper_l.texi: Likewise.
18103         * doc/posix-functions/vfwprintf.texi: Likewise.
18104         * doc/posix-functions/vfwscanf.texi: Likewise.
18105         * doc/posix-functions/vswscanf.texi: Likewise.
18106         * doc/posix-functions/vwprintf.texi: Likewise.
18107         * doc/posix-functions/vwscanf.texi: Likewise.
18108         * doc/posix-functions/wcpcpy.texi: Likewise.
18109         * doc/posix-functions/wcpncpy.texi: Likewise.
18110         * doc/posix-functions/wcscasecmp.texi: Likewise.
18111         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18112         * doc/posix-functions/wcscoll_l.texi: Likewise.
18113         * doc/posix-functions/wcsdup.texi: Likewise.
18114         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18115         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18116         * doc/posix-functions/wcsnlen.texi: Likewise.
18117         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18118         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18119         * doc/posix-functions/wctrans_l.texi: Likewise.
18120         * doc/posix-functions/wctype_l.texi: Likewise.
18121         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18122         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18123         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18124         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18125         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18126         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18127         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18128         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18129         * doc/glibc-functions/wcschrnul.texi: Likewise.
18130         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18131         * doc/glibc-functions/wcstod_l.texi: Likewise.
18132         * doc/glibc-functions/wcstof_l.texi: Likewise.
18133         * doc/glibc-functions/wcstol_l.texi: Likewise.
18134         * doc/glibc-functions/wcstold_l.texi: Likewise.
18135         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18136         * doc/glibc-functions/wcstoq.texi: Likewise.
18137         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18138         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18139         * doc/glibc-functions/wcstouq.texi: Likewise.
18140         * doc/glibc-functions/wmempcpy.texi: Likewise.
18141
18142 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18143             Eric Blake  <ebb9@byu.net>
18144             Paolo Bonzini  <bonzini@gnu.org>
18145             Bruno Haible  <bruno@clisp.org>
18146
18147         Make c-stack work on Haiku.
18148         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18149         (c_stack_action): Use SA_ONSTACK flag.
18150
18151 2008-12-22  Bruno Haible  <bruno@clisp.org>
18152
18153         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18154
18155 2008-12-22  Bruno Haible  <bruno@clisp.org>
18156
18157         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18158         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18159         being overridden.
18160         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18161         New macros.
18162         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18163         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18164         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18165         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18166
18167 2008-12-22  Bruno Haible  <bruno@clisp.org>
18168
18169         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18170         from test code.
18171
18172 2008-12-22  Eric Blake  <ebb9@byu.net>
18173
18174         Avoid gcc warnings on cygwin.
18175         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18176         Avoid unused variable.
18177         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18178         Likewise.
18179
18180 2008-12-22  Bruno Haible  <bruno@clisp.org>
18181
18182         Remove HAVE_MBRTOWC conditionals.
18183         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18184         (mbscasecmp): Assume mbrtowc function.
18185         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18186         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18187         * lib/mbschr.c: Include mbuiter.h unconditionally.
18188         (mbschr): Assume mbrtowc function.
18189         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18190         (mbscspn): Assume mbrtowc function.
18191         * lib/mbslen.c: Include mbuiter.h unconditionally.
18192         (mbslen): Assume mbrtowc function.
18193         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18194         (mbsncasecmp): Assume mbrtowc function.
18195         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18196         (mbsnlen): Assume mbrtowc function.
18197         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18198         (mbspbrk): Assume mbrtowc function.
18199         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18200         (mbspcasecmp): Assume mbrtowc function.
18201         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18202         (mbsrchr): Assume mbrtowc function.
18203         * lib/mbssep.c: Include mbuiter.h unconditionally.
18204         (mbssep): Assume mbrtowc function.
18205         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18206         (mbsspn): Assume mbrtowc function.
18207         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18208         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18209         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18210         (mbstok_r): Assume mbrtowc function.
18211         * lib/propername.c: Include mbuiter.h unconditionally.
18212         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18213         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18214         (trim2): Assume mbrtowc function.
18215         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18216         (mbsnwidth): Assume mbrtowc function.
18217         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18218         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18219         fallback definitions.
18220         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18221
18222 2008-12-22  Bruno Haible  <bruno@clisp.org>
18223
18224         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18225
18226 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18227
18228         * modules/regex: Request emulations for the mb*/wc* functions we need.
18229         * m4/regex.m4: Don't look for those functions here.
18230         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18231
18232 2008-12-22  Bruno Haible  <bruno@clisp.org>
18233
18234         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18235
18236 2008-12-21  Bruno Haible  <bruno@clisp.org>
18237
18238         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18239         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18240         (Include): Remove conditionalization.
18241         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18242         (Include): Remove conditionalization.
18243         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18244         (Include): Remove conditionalization.
18245         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18246         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18247         * NEWS: Mention the change.
18248         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18249         via Sergey Poznyakoff <gray@gnu.org.ua>.
18250
18251 2008-12-21  Bruno Haible  <bruno@clisp.org>
18252
18253         * MODULES.html.sh (Extended multibyte and wide character utilities
18254         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18255         wcrtomb, wcsrtombs.
18256         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18257         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18258         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18259         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18260
18261 2008-12-21  Bruno Haible  <bruno@clisp.org>
18262
18263         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18264
18265 2008-12-21  Bruno Haible  <bruno@clisp.org>
18266
18267         * modules/wcsnrtombs-tests: New file.
18268         * tests/test-wcsnrtombs1.sh: New file.
18269         * tests/test-wcsnrtombs2.sh: New file.
18270         * tests/test-wcsnrtombs3.sh: New file.
18271         * tests/test-wcsnrtombs4.sh: New file.
18272         * tests/test-wcsnrtombs.c: New file.
18273
18274         New module 'wcsnrtombs'.
18275         * lib/wchar.in.h (wcsnrtombs): New declaration.
18276         * lib/wcsnrtombs.c: New file.
18277         * lib/wcsrtombs-state.c: New file.
18278         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18279         (internal_state): Remove variable.
18280         * m4/wcsnrtombs.m4: New file.
18281         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18282         compilation units.
18283         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18284         HAVE_WCSNRTOMBS.
18285         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18286         HAVE_WCSNRTOMBS.
18287         * modules/wcsnrtombs: New file.
18288         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18289         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18290
18291 2008-12-21  Bruno Haible  <bruno@clisp.org>
18292
18293         * modules/wcsrtombs-tests: New file.
18294         * tests/test-wcsrtombs1.sh: New file.
18295         * tests/test-wcsrtombs2.sh: New file.
18296         * tests/test-wcsrtombs3.sh: New file.
18297         * tests/test-wcsrtombs4.sh: New file.
18298         * tests/test-wcsrtombs.c: New file.
18299
18300         New module 'wcsrtombs'.
18301         * lib/wchar.in.h (wcsrtombs): New declaration.
18302         * lib/wcsrtombs.c: New file.
18303         * m4/wcsrtombs.m4: New file.
18304         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18305         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18306         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18307         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18308         * modules/wcsrtombs: New file.
18309         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18310         bugs.
18311
18312 2008-12-21  Bruno Haible  <bruno@clisp.org>
18313
18314         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18315         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18316         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18317         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18318         if not correct.
18319         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18320         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18321         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18322         m4/locale-zh.m4, m4/codeset.m4.
18323         * doc/posix-functions/wcrtomb.texi: Document the bug.
18324
18325 2008-12-21  Bruno Haible  <bruno@clisp.org>
18326
18327         Work around a btowc() bug on IRIX 6.5.
18328         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18329         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18330         REPLACE_WTOBC if not.
18331         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18332         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18333         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18334
18335 2008-12-21  Bruno Haible  <bruno@clisp.org>
18336
18337         * modules/wcrtomb-tests: New file.
18338         * tests/test-wcrtomb.sh: New file.
18339         * tests/test-wcrtomb.c: New file.
18340
18341         New module 'wcrtomb'.
18342         * lib/wchar.in.h (wcrtomb): New declaration.
18343         * lib/wcrtomb.c: New file.
18344         * m4/wcrtomb.m4: New file.
18345         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18346         HAVE_WCRTOMB.
18347         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18348         HAVE_WCRTOMB.
18349         * modules/wcrtomb: New file.
18350         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18351
18352 2008-12-21  Bruno Haible  <bruno@clisp.org>
18353
18354         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18355         * modules/mbsrtowcs (Files): Likewise.
18356         * modules/wctob (Files): Likewise.
18357         * modules/c-strcase-tests (Files): Likewise.
18358         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18359         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18360         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18361         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18362         * modules/vasnprintf-posix-tests (Files): Likewise.
18363
18364 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18365
18366         gitlog-to-changelog: pass all command-line arguments to git-log
18367         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18368         it is sometimes convenient to filter the commits in various ways.
18369         gitlog-to-changelog only allows --since to specify a start date,
18370         but git-log itself supports many other filtering mechanisms.
18371         At the moment, I want to filter by branch name.  Rather than
18372         adding a --branch option to gitlog-to-changelog, it seems more
18373         flexible to simply pass all options directly to git-log and let
18374         git do the work.  Notice that this effectively makes --since a
18375         redundant option for gitlog-to-changelog, but removing it would
18376         require current usage to change since calls would then require
18377         an additional '--'.
18378
18379 2008-12-21  Bruno Haible  <bruno@clisp.org>
18380
18381         * modules/mbsnrtowcs-tests: New file.
18382         * tests/test-mbsnrtowcs1.sh: New file.
18383         * tests/test-mbsnrtowcs2.sh: New file.
18384         * tests/test-mbsnrtowcs3.sh: New file.
18385         * tests/test-mbsnrtowcs4.sh: New file.
18386         * tests/test-mbsnrtowcs.c: New file.
18387
18388         New module 'mbsnrtowcs'.
18389         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18390         * lib/mbsnrtowcs.c: New file.
18391         * lib/mbsrtowcs-state.c: New file.
18392         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18393         (internal_state): Remove variable.
18394         * m4/mbsnrtowcs.m4: New file.
18395         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18396         compilation units.
18397         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18398         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18399         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18400         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18401         * modules/mbsnrtowcs: New file.
18402         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18403         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18404         portability problem.
18405
18406 2008-12-21  Bruno Haible  <bruno@clisp.org>
18407
18408         Work around mbsrtowcs bug.
18409         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18410         (gl_FUNC_MBSRTOWCS): Invoke it.
18411         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18412         m4/locale-zh.m4.
18413         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18414
18415 2008-12-21  Bruno Haible  <bruno@clisp.org>
18416
18417         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18418
18419 2008-12-21  Bruno Haible  <bruno@clisp.org>
18420
18421         Update doc for AIX.
18422         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18423         16-bit wchar_t type.
18424         * doc/posix-functions/btowc.texi: Likewise.
18425         * doc/posix-functions/fgetwc.texi: Likewise.
18426         * doc/posix-functions/fgetws.texi: Likewise.
18427         * doc/posix-functions/fputwc.texi: Likewise.
18428         * doc/posix-functions/fputws.texi: Likewise.
18429         * doc/posix-functions/fwide.texi: Likewise.
18430         * doc/posix-functions/fwprintf.texi: Likewise.
18431         * doc/posix-functions/fwscanf.texi: Likewise.
18432         * doc/posix-functions/getwchar.texi: Likewise.
18433         * doc/posix-functions/getwc.texi: Likewise.
18434         * doc/posix-functions/iswalnum.texi: Likewise.
18435         * doc/posix-functions/iswalpha.texi: Likewise.
18436         * doc/posix-functions/iswblank.texi: Likewise.
18437         * doc/posix-functions/iswcntrl.texi: Likewise.
18438         * doc/posix-functions/iswctype.texi: Likewise.
18439         * doc/posix-functions/iswdigit.texi: Likewise.
18440         * doc/posix-functions/iswgraph.texi: Likewise.
18441         * doc/posix-functions/iswlower.texi: Likewise.
18442         * doc/posix-functions/iswprint.texi: Likewise.
18443         * doc/posix-functions/iswpunct.texi: Likewise.
18444         * doc/posix-functions/iswspace.texi: Likewise.
18445         * doc/posix-functions/iswupper.texi: Likewise.
18446         * doc/posix-functions/iswxdigit.texi: Likewise.
18447         * doc/posix-functions/mbrtowc.texi: Likewise.
18448         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18449         * doc/posix-functions/mbstowcs.texi: Likewise.
18450         * doc/posix-functions/mbtowc.texi: Likewise.
18451         * doc/posix-functions/putwchar.texi: Likewise.
18452         * doc/posix-functions/putwc.texi: Likewise.
18453         * doc/posix-functions/swprintf.texi: Likewise.
18454         * doc/posix-functions/tolower.texi: Likewise.
18455         * doc/posix-functions/toupper.texi: Likewise.
18456         * doc/posix-functions/towctrans.texi: Likewise.
18457         * doc/posix-functions/ungetwc.texi: Likewise.
18458         * doc/posix-functions/vswprintf.texi: Likewise.
18459         * doc/posix-functions/wcrtomb.texi: Likewise.
18460         * doc/posix-functions/wcscat.texi: Likewise.
18461         * doc/posix-functions/wcschr.texi: Likewise.
18462         * doc/posix-functions/wcscmp.texi: Likewise.
18463         * doc/posix-functions/wcscoll.texi: Likewise.
18464         * doc/posix-functions/wcscpy.texi: Likewise.
18465         * doc/posix-functions/wcscspn.texi: Likewise.
18466         * doc/posix-functions/wcsftime.texi: Likewise.
18467         * doc/posix-functions/wcslen.texi: Likewise.
18468         * doc/posix-functions/wcsncat.texi: Likewise.
18469         * doc/posix-functions/wcsncmp.texi: Likewise.
18470         * doc/posix-functions/wcsncpy.texi: Likewise.
18471         * doc/posix-functions/wcspbrk.texi: Likewise.
18472         * doc/posix-functions/wcsrchr.texi: Likewise.
18473         * doc/posix-functions/wcsrtombs.texi: Likewise.
18474         * doc/posix-functions/wcsspn.texi: Likewise.
18475         * doc/posix-functions/wcsstr.texi: Likewise.
18476         * doc/posix-functions/wcstod.texi: Likewise.
18477         * doc/posix-functions/wcstof.texi: Likewise.
18478         * doc/posix-functions/wcstoimax.texi: Likewise.
18479         * doc/posix-functions/wcstok.texi: Likewise.
18480         * doc/posix-functions/wcstold.texi: Likewise.
18481         * doc/posix-functions/wcstoll.texi: Likewise.
18482         * doc/posix-functions/wcstol.texi: Likewise.
18483         * doc/posix-functions/wcstombs.texi: Likewise.
18484         * doc/posix-functions/wcstoull.texi: Likewise.
18485         * doc/posix-functions/wcstoul.texi: Likewise.
18486         * doc/posix-functions/wcstoumax.texi: Likewise.
18487         * doc/posix-functions/wcswidth.texi: Likewise.
18488         * doc/posix-functions/wcsxfrm.texi: Likewise.
18489         * doc/posix-functions/wctob.texi: Likewise.
18490         * doc/posix-functions/wctomb.texi: Likewise.
18491         * doc/posix-functions/wctrans.texi: Likewise.
18492         * doc/posix-functions/wctype.texi: Likewise.
18493         * doc/posix-functions/wcwidth.texi: Likewise.
18494         * doc/posix-functions/wmemchr.texi: Likewise.
18495         * doc/posix-functions/wmemcmp.texi: Likewise.
18496         * doc/posix-functions/wmemcpy.texi: Likewise.
18497         * doc/posix-functions/wmemmove.texi: Likewise.
18498         * doc/posix-functions/wmemset.texi: Likewise.
18499         * doc/posix-functions/wprintf.texi: Likewise.
18500         * doc/posix-functions/wscanf.texi: Likewise.
18501
18502 2008-12-21  Bruno Haible  <bruno@clisp.org>
18503
18504         Update doc for HP-UX 11.11.
18505         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18506         in HP-UX version 11.00, not in all versions of HP-UX 11.
18507         * doc/posix-functions/fwide.texi: Likewise.
18508         * doc/posix-functions/fwprintf.texi: Likewise.
18509         * doc/posix-functions/fwscanf.texi: Likewise.
18510         * doc/posix-functions/inet_ntop.texi: Likewise.
18511         * doc/posix-functions/inet_pton.texi: Likewise.
18512         * doc/posix-functions/mbrlen.texi: Likewise.
18513         * doc/posix-functions/mbrtowc.texi: Likewise.
18514         * doc/posix-functions/mbsinit.texi: Likewise.
18515         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18516         * doc/posix-functions/swprintf.texi: Likewise.
18517         * doc/posix-functions/swscanf.texi: Likewise.
18518         * doc/posix-functions/towctrans.texi: Likewise.
18519         * doc/posix-functions/vfwprintf.texi: Likewise.
18520         * doc/posix-functions/vswprintf.texi: Likewise.
18521         * doc/posix-functions/vwprintf.texi: Likewise.
18522         * doc/posix-functions/wcrtomb.texi: Likewise.
18523         * doc/posix-functions/wcsrtombs.texi: Likewise.
18524         * doc/posix-functions/wcsstr.texi: Likewise.
18525         * doc/posix-functions/wctob.texi: Likewise.
18526         * doc/posix-functions/wctrans.texi: Likewise.
18527         * doc/posix-functions/wmemchr.texi: Likewise.
18528         * doc/posix-functions/wmemcmp.texi: Likewise.
18529         * doc/posix-functions/wmemcpy.texi: Likewise.
18530         * doc/posix-functions/wmemmove.texi: Likewise.
18531         * doc/posix-functions/wmemset.texi: Likewise.
18532         * doc/posix-functions/wprintf.texi: Likewise.
18533         * doc/posix-functions/wscanf.texi: Likewise.
18534
18535 2008-12-21  Bruno Haible  <bruno@clisp.org>
18536
18537         Work around a portability problem.
18538         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18539         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18540
18541 2008-12-20  Bruno Haible  <bruno@clisp.org>
18542
18543         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18544         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18545         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18546         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18547         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18548
18549         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18550         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18551         set.
18552         (GNULIB_defined_mbstate_t): New macro.
18553         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18554         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18555         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18556         reuses the system's mbrtowc function but works around the bugs.
18557         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18558         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18559         macros.
18560         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18561         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18562         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18563         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18564         REPLACE_MBSINIT if mbsinit needs to be overridden.
18565         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18566         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18567         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18568         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18569         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18570         m4/locale-zh.m4.
18571         (Depends): Add mbsinit.
18572         * modules/mbsinit (Depends): Add mbrtowc.
18573         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18574
18575 2008-12-20  Bruno Haible  <bruno@clisp.org>
18576
18577         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18578         so that there are no conversion errors on AIX.
18579         * tests/test-mbsrtowcs.c (main): LIkewise.
18580
18581 2008-12-20  Bruno Haible  <bruno@clisp.org>
18582
18583         Work around wctob bug on Solaris <= 9.
18584         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18585         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18586         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18587         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18588         * modules/wctob (Files): Add m4/locale-fr.m4.
18589         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18590
18591 2008-12-20  Bruno Haible  <bruno@clisp.org>
18592
18593         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18594         /dev/null.
18595         * tests/test-select-in.sh: Likewise.
18596         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18597
18598 2008-12-20  Bruno Haible  <bruno@clisp.org>
18599
18600         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18601         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18602         Cygwin 1.5.x.
18603
18604 2008-12-20  Bruno Haible  <bruno@clisp.org>
18605
18606         Ensure mbstate_t is defined on HP-UX 11.11.
18607         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18608         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18609         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18610         AC_USE_SYSTEM_EXTENSIONS.
18611         * modules/fnmatch (Depends-on): Add extensions.
18612         * modules/mbrlen (Depends-on): Likewise.
18613         * modules/mbrtowc (Depends-on): Likewise.
18614         * modules/mbsinit (Depends-on): Likewise.
18615         * modules/mbsrtowcs (Depends-on): Likewise.
18616         * modules/mbswidth (Depends-on): Likewise.
18617         * modules/quotearg (Depends-on): Likewise.
18618         * modules/strftime (Depends-on): Likewise.
18619
18620 2008-12-20  Bruno Haible  <bruno@clisp.org>
18621
18622         Ensure wctob is declared on IRIX 6.5.
18623         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18624         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18625         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18626         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18627         of HAVE_WCTOB.
18628         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18629         HAVE_WCTOB.
18630         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18631
18632 2008-12-19  Bruno Haible  <bruno@clisp.org>
18633
18634         * modules/mbsrtowcs-tests: New file.
18635         * tests/test-mbsrtowcs1.sh: New file.
18636         * tests/test-mbsrtowcs2.sh: New file.
18637         * tests/test-mbsrtowcs3.sh: New file.
18638         * tests/test-mbsrtowcs4.sh: New file.
18639         * tests/test-mbsrtowcs.c: New file.
18640
18641         New module 'mbsrtowcs'.
18642         * lib/wchar.in.h (mbsrtowcs): New declaration.
18643         * lib/mbsrtowcs.c: New file.
18644         * m4/mbsrtowcs.m4: New file.
18645         * modules/mbsrtowcs: New file.
18646         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18647         HAVE_MBSRTOWCS.
18648         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18649         HAVE_MBSRTOWCS.
18650         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18651
18652 2008-12-19  Bruno Haible  <bruno@clisp.org>
18653
18654         New module 'mbrlen'.
18655         * lib/wchar.in.h (mbrlen): New declaration.
18656         * lib/mbrlen.c: New file.
18657         * m4/mbrlen.m4: New file.
18658         * modules/mbrlen: New file.
18659         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18660         HAVE_MBRLEN.
18661         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18662         HAVE_MBRLEN.
18663         * doc/posix-functions/mbrlen.texi: Document the new module.
18664
18665 2008-12-19  Bruno Haible  <bruno@clisp.org>
18666
18667         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18668         * modules/mbrtowc (Depends-on): Add verify.
18669         Suggested by Paul Eggert.
18670
18671 2008-12-18  Bruno Haible  <bruno@clisp.org>
18672
18673         * modules/mbsinit-tests: New file.
18674         * tests/test-mbsinit.sh: New file.
18675         * tests/test-mbsinit.c: New file.
18676
18677 2008-12-18  Bruno Haible  <bruno@clisp.org>
18678
18679         * modules/mbrtowc-tests: New file.
18680         * tests/test-mbrtowc1.sh: New file.
18681         * tests/test-mbrtowc2.sh: New file.
18682         * tests/test-mbrtowc3.sh: New file.
18683         * tests/test-mbrtowc4.sh: New file.
18684         * tests/test-mbrtowc.c: New file.
18685
18686         New module 'mbrtowc'.
18687         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18688         mbsinit and mbrtowc.
18689         (mbrtowc): New declaration.
18690         * lib/mbrtowc.c: New file.
18691         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18692         * modules/mbrtowc: New file.
18693         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18694         HAVE_MBRTOWC.
18695         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18696         HAVE_MBRTOWC.
18697         * doc/posix-functions/mbrtowc.texi: Document the new module.
18698
18699 2008-12-18  Bruno Haible  <bruno@clisp.org>
18700
18701         New module 'wctob'.
18702         * lib/wchar.in.h (wctob): New declaration.
18703         * lib/wctob.c: New file.
18704         * m4/wctob.m4: New file.
18705         * modules/wctob: New file.
18706         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18707         HAVE_WCTOB.
18708         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18709         * doc/posix-functions/wctob.texi: Document the new module.
18710
18711 2008-12-18  Bruno Haible  <bruno@clisp.org>
18712
18713         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18714         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18715
18716 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18717
18718         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18719         G. Christensen" <tgc@jupiterrise.com>.
18720
18721         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18722         G. Christensen" <tgc@jupiterrise.com>.
18723
18724         * lib/flock.c: Need to include string.h.  Reported by "Tom
18725         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18726         <ebb9@byu.net>.
18727
18728 2008-12-18  Bruno Haible  <bruno@clisp.org>
18729
18730         * m4/locale-ja.m4: New file, from GNU gettext.
18731
18732 2008-12-17  Bruno Haible  <bruno@clisp.org>
18733
18734         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18735         Suggested by Eric Blake.
18736
18737 2008-12-17  Bruno Haible  <bruno@clisp.org>
18738
18739         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18740
18741 2008-12-17  Bruno Haible  <bruno@clisp.org>
18742
18743         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18744         * modules/mbsinit (Depends-on): Add verify.
18745         Suggested by Paul Eggert.
18746
18747 2008-12-17  Bruno Haible  <bruno@clisp.org>
18748
18749         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18750         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18751         gl_FUNC_MBRTOWC.
18752         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18753         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18754         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18755         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18756         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18757         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18758         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18759         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18760         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18761         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18762         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18763         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18764         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18765         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18766         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18767         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18768         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18769         * modules/trim (configure.ac): Likewise.
18770
18771 2008-12-17  Bruno Haible  <bruno@clisp.org>
18772
18773         * modules/btowc-tests: New file.
18774         * tests/test-btowc1.sh: New file.
18775         * tests/test-btowc2.sh: New file.
18776         * tests/test-btowc.c: New file.
18777
18778         New module 'btowc'.
18779         * lib/wchar.in.h (btowc): New declaration.
18780         * lib/btowc.c: New file.
18781         * m4/btowc.m4: New file.
18782         * modules/btowc: New file.
18783         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18784         HAVE_BTOWC.
18785         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18786         * doc/posix-functions/btowc.texi: Document the new module.
18787
18788 2008-12-17  Bruno Haible  <bruno@clisp.org>
18789
18790         New module 'mbsinit'.
18791         * lib/wchar.in.h (mbsinit): New declaration.
18792         * lib/mbsinit.c: New file.
18793         * m4/mbsinit.m4: New file.
18794         * modules/mbsinit: New file.
18795         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18796         HAVE_MBSINIT.
18797         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18798         HAVE_MBSINIT.
18799         * doc/posix-functions/mbsinit.texi: Document the new module.
18800
18801 2008-12-16  Bruno Haible  <bruno@clisp.org>
18802
18803         * lib/unistd.in.h: Add comment.
18804         * tests/test-environ.c: Don't include <stdlib.h>.
18805
18806 2008-12-16  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/parse-duration.h (parse_duration): Document return value
18809         convention.
18810         * lib/parse-duration.c: Include specification header first. Add
18811         comments.
18812         (_): Remove macro.
18813         (parse_year_month_day, parse_hour_minute_second): Move side effects
18814         outside of strchr call.
18815         (parse_non_iso8601): Move side effects outside of isspace call.
18816         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18817         call.
18818
18819 2008-12-16  Bruno Haible  <bruno@clisp.org>
18820
18821         * tests/test-parse-duration.sh: Produce no output when the test
18822         succeeds.
18823
18824 2008-12-16  Bruno Haible  <bruno@clisp.org>
18825
18826         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18827         expressions.
18828
18829 2008-12-15  Bruno Haible  <bruno@clisp.org>
18830
18831         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18832         * doc/glibc-functions/flistxattr.texi: Likewise.
18833         * doc/glibc-functions/fopencookie.texi: Likewise.
18834         * doc/glibc-functions/fremovexattr.texi: Likewise.
18835         * doc/glibc-functions/fsetxattr.texi: Likewise.
18836         * doc/glibc-functions/getxattr.texi: Likewise.
18837         * doc/glibc-functions/lgetxattr.texi: Likewise.
18838         * doc/glibc-functions/listxattr.texi: Likewise.
18839         * doc/glibc-functions/llistxattr.texi: Likewise.
18840         * doc/glibc-functions/lremovexattr.texi: Likewise.
18841         * doc/glibc-functions/lsetxattr.texi: Likewise.
18842         * doc/glibc-functions/removexattr.texi: Likewise.
18843         * doc/glibc-functions/setxattr.texi: Likewise.
18844         * doc/posix-functions/open_memstream.texi: Likewise.
18845
18846 2008-12-15  Eric Blake  <ebb9@byu.net>
18847
18848         Update doc for cygwin 1.7.
18849         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18850         functions.
18851         * doc/posix-functions/fchmodat.texi: Likewise.
18852         * doc/posix-functions/fchownat.texi: Likewise.
18853         * doc/posix-functions/fdopendir.texi: Likewise.
18854         * doc/posix-functions/fmemopen.texi: Likewise.
18855         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18856         * doc/posix-functions/fstatat.texi: Likewise.
18857         * doc/posix-functions/futimens.texi: Likewise.
18858         * doc/posix-functions/gai_strerror.texi: Likewise.
18859         * doc/posix-functions/getaddrinfo.texi: Likewise.
18860         * doc/posix-functions/getnameinfo.texi: Likewise.
18861         * doc/posix-functions/if_freenameindex.texi: Likewise.
18862         * doc/posix-functions/if_indextoname.texi: Likewise.
18863         * doc/posix-functions/if_nameindex.texi: Likewise.
18864         * doc/posix-functions/if_nametoindex.texi: Likewise.
18865         * doc/posix-functions/insque.texi: Likewise.
18866         * doc/posix-functions/linkat.texi: Likewise.
18867         * doc/posix-functions/llrint.texi: Likewise.
18868         * doc/posix-functions/llrintf.texi: Likewise.
18869         * doc/posix-functions/llrintl.texi: Likewise.
18870         * doc/posix-functions/lockf.texi: Likewise.
18871         * doc/posix-functions/lrintl.texi: Likewise.
18872         * doc/posix-functions/mkdirat.texi: Likewise.
18873         * doc/posix-functions/mkfifoat.texi: Likewise.
18874         * doc/posix-functions/mknodat.texi: Likewise.
18875         * doc/posix-functions/mq_close.texi: Likewise.
18876         * doc/posix-functions/mq_getattr.texi: Likewise.
18877         * doc/posix-functions/mq_notify.texi: Likewise.
18878         * doc/posix-functions/mq_open.texi: Likewise.
18879         * doc/posix-functions/mq_receive.texi: Likewise.
18880         * doc/posix-functions/mq_send.texi: Likewise.
18881         * doc/posix-functions/mq_setattr.texi: Likewise.
18882         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18883         * doc/posix-functions/mq_timedsend.texi: Likewise.
18884         * doc/posix-functions/mq_unlink.texi: Likewise.
18885         * doc/posix-functions/open_memstream.texi: Likewise.
18886         * doc/posix-functions/openat.texi: Likewise.
18887         * doc/posix-functions/posix_fadvise.texi: Likewise.
18888         * doc/posix-functions/posix_fallocate.texi: Likewise.
18889         * doc/posix-functions/posix_madvise.texi: Likewise.
18890         * doc/posix-functions/posix_memalign.texi: Likewise.
18891         * doc/posix-functions/posix_openpt.texi: Likewise.
18892         * doc/posix-functions/readlinkat.texi: Likewise.
18893         * doc/posix-functions/remque.texi: Likewise.
18894         * doc/posix-functions/renameat.texi: Likewise.
18895         * doc/posix-functions/rintl.texi: Likewise.
18896         * doc/posix-functions/sem_unlink.texi: Likewise.
18897         * doc/posix-functions/shm_open.texi: Likewise.
18898         * doc/posix-functions/shm_unlink.texi: Likewise.
18899         * doc/posix-functions/signgam.texi: Likewise.
18900         * doc/posix-functions/sigset.texi: Likewise.
18901         * doc/posix-functions/stpcpy.texi: Likewise.
18902         * doc/posix-functions/stpncpy.texi: Likewise.
18903         * doc/posix-functions/strerror.texi: Likewise.
18904         * doc/posix-functions/strtod.texi: Likewise.
18905         * doc/posix-functions/symlinkat.texi: Likewise.
18906         * doc/posix-functions/unlinkat.texi: Likewise.
18907         * doc/posix-functions/utimensat.texi: Likewise.
18908         * doc/glibc-functions/bindresvport.texi: Likewise.
18909         * doc/glibc-functions/dn_expand.texi: Likewise.
18910         * doc/glibc-functions/exp10.texi: Likewise.
18911         * doc/glibc-functions/exp10f.texi: Likewise.
18912         * doc/glibc-functions/fgetxattr.texi: Likewise.
18913         * doc/glibc-functions/flistxattr.texi: Likewise.
18914         * doc/glibc-functions/fopencookie.texi: Likewise.
18915         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18916         * doc/glibc-functions/fremovexattr.texi: Likewise.
18917         * doc/glibc-functions/fsetxattr.texi: Likewise.
18918         * doc/glibc-functions/getifaddrs.texi: Likewise.
18919         * doc/glibc-functions/getxattr.texi: Likewise.
18920         * doc/glibc-functions/lgetxattr.texi: Likewise.
18921         * doc/glibc-functions/listxattr.texi: Likewise.
18922         * doc/glibc-functions/llistxattr.texi: Likewise.
18923         * doc/glibc-functions/lremovexattr.texi: Likewise.
18924         * doc/glibc-functions/lsetxattr.texi: Likewise.
18925         * doc/glibc-functions/pow10.texi: Likewise.
18926         * doc/glibc-functions/pow10f.texi: Likewise.
18927         * doc/glibc-functions/rcmd_af.texi: Likewise.
18928         * doc/glibc-functions/removexattr.texi: Likewise.
18929         * doc/glibc-functions/res_init.texi: Likewise.
18930         * doc/glibc-functions/res_mkquery.texi: Likewise.
18931         * doc/glibc-functions/res_query.texi: Likewise.
18932         * doc/glibc-functions/res_querydomain.texi: Likewise.
18933         * doc/glibc-functions/res_send.texi: Likewise.
18934         * doc/glibc-functions/rresvport_af.texi: Likewise.
18935         * doc/glibc-functions/setxattr.texi: Likewise.
18936         * doc/glibc-functions/strcasestr.texi: Likewise.
18937
18938 2008-12-15  Bruno Haible  <bruno@clisp.org>
18939
18940         Fix compilation error on OSF/1 4.0.
18941         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18942         <sys/time.h>, simply delegate to the system header.
18943         Reported by Daniel Richard G. <oss@teragram.com>.
18944
18945 2008-12-15  Bruno Haible  <bruno@clisp.org>
18946
18947         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18948         * doc/posix-functions/fchmodat.texi: Likewise.
18949         * doc/posix-functions/fchownat.texi: Likewise.
18950         * doc/posix-functions/fdopendir.texi: Likewise.
18951         * doc/posix-functions/fstatat.texi: Likewise.
18952         * doc/posix-functions/mkdirat.texi: Likewise.
18953         * doc/posix-functions/unlinkat.texi: Likewise.
18954
18955 2008-12-14  Bruno Haible  <bruno@clisp.org>
18956
18957         Update doc for POSIX:2008.
18958         * doc/posix-functions/faccessat.texi: New file.
18959         * doc/posix-functions/fchmodat.texi: New file.
18960         * doc/posix-functions/fchownat.texi: New file.
18961         * doc/posix-functions/fdopendir.texi: New file.
18962         * doc/posix-functions/fstatat.texi: New file.
18963         * doc/posix-functions/futimens.texi: New file.
18964         * doc/posix-functions/linkat.texi: New file.
18965         * doc/posix-functions/mkdirat.texi: New file.
18966         * doc/posix-functions/mkfifoat.texi: New file.
18967         * doc/posix-functions/mknodat.texi: New file.
18968         * doc/posix-functions/open_wmemstream.texi: New file.
18969         * doc/posix-functions/openat.texi: New file.
18970         * doc/posix-functions/psiginfo.texi: New file.
18971         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18972         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18973         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18974         * doc/posix-functions/readlinkat.texi: New file.
18975         * doc/posix-functions/renameat.texi: New file.
18976         * doc/posix-functions/strerror_l.texi: New file.
18977         * doc/posix-functions/symlinkat.texi: New file.
18978         * doc/posix-functions/unlinkat.texi: New file.
18979         * doc/posix-functions/utimensat.texi: New file.
18980         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18981
18982 2008-12-14  Bruno Haible  <bruno@clisp.org>
18983
18984         Update doc for POSIX:2008.
18985         * doc/posix-functions/alphasort.texi: Renamed from
18986         doc/glibc-functions/alphasort.texi.
18987         * doc/posix-functions/dirfd.texi: Renamed from
18988         doc/glibc-functions/dirfd.texi.
18989         * doc/posix-functions/dprintf.texi: Renamed from
18990         doc/glibc-functions/dprintf.texi.
18991         * doc/posix-functions/duplocale.texi: Renamed from
18992         doc/glibc-functions/duplocale.texi.
18993         * doc/posix-functions/fexecve.texi: Renamed from
18994         doc/glibc-functions/fexecve.texi.
18995         * doc/posix-functions/fmemopen.texi: Renamed from
18996         doc/glibc-functions/fmemopen.texi.
18997         * doc/posix-functions/freelocale.texi: Renamed from
18998         doc/glibc-functions/freelocale.texi.
18999         * doc/posix-functions/getdate_err.texi: Renamed from
19000         doc/glibc-functions/getdate_err.texi.
19001         * doc/posix-functions/isalnum_l.texi: Renamed from
19002         doc/glibc-functions/isalnum_l.texi.
19003         * doc/posix-functions/isalpha_l.texi: Renamed from
19004         doc/glibc-functions/isalpha_l.texi.
19005         * doc/posix-functions/isblank_l.texi: Renamed from
19006         doc/glibc-functions/isblank_l.texi.
19007         * doc/posix-functions/iscntrl_l.texi: Renamed from
19008         doc/glibc-functions/iscntrl_l.texi.
19009         * doc/posix-functions/isdigit_l.texi: Renamed from
19010         doc/glibc-functions/isdigit_l.texi.
19011         * doc/posix-functions/isgraph_l.texi: Renamed from
19012         doc/glibc-functions/isgraph_l.texi.
19013         * doc/posix-functions/islower_l.texi: Renamed from
19014         doc/glibc-functions/islower_l.texi.
19015         * doc/posix-functions/isprint_l.texi: Renamed from
19016         doc/glibc-functions/isprint_l.texi.
19017         * doc/posix-functions/ispunct_l.texi: Renamed from
19018         doc/glibc-functions/ispunct_l.texi.
19019         * doc/posix-functions/isspace_l.texi: Renamed from
19020         doc/glibc-functions/isspace_l.texi.
19021         * doc/posix-functions/isupper_l.texi: Renamed from
19022         doc/glibc-functions/isupper_l.texi.
19023         * doc/posix-functions/iswalnum_l.texi: Renamed from
19024         doc/glibc-functions/iswalnum_l.texi.
19025         * doc/posix-functions/iswalpha_l.texi: Renamed from
19026         doc/glibc-functions/iswalpha_l.texi.
19027         * doc/posix-functions/iswblank_l.texi: Renamed from
19028         doc/glibc-functions/iswblank_l.texi.
19029         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19030         doc/glibc-functions/iswcntrl_l.texi.
19031         * doc/posix-functions/iswctype_l.texi: Renamed from
19032         doc/glibc-functions/iswctype_l.texi.
19033         * doc/posix-functions/iswdigit_l.texi: Renamed from
19034         doc/glibc-functions/iswdigit_l.texi.
19035         * doc/posix-functions/iswgraph_l.texi: Renamed from
19036         doc/glibc-functions/iswgraph_l.texi.
19037         * doc/posix-functions/iswlower_l.texi: Renamed from
19038         doc/glibc-functions/iswlower_l.texi.
19039         * doc/posix-functions/iswprint_l.texi: Renamed from
19040         doc/glibc-functions/iswprint_l.texi.
19041         * doc/posix-functions/iswpunct_l.texi: Renamed from
19042         doc/glibc-functions/iswpunct_l.texi.
19043         * doc/posix-functions/iswspace_l.texi: Renamed from
19044         doc/glibc-functions/iswspace_l.texi.
19045         * doc/posix-functions/iswupper_l.texi: Renamed from
19046         doc/glibc-functions/iswupper_l.texi.
19047         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19048         doc/glibc-functions/iswxdigit_l.texi.
19049         * doc/posix-functions/isxdigit_l.texi: Renamed from
19050         doc/glibc-functions/isxdigit_l.texi.
19051         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19052         doc/glibc-functions/mbsnrtowcs.texi.
19053         * doc/posix-functions/mkdtemp.texi: Renamed from
19054         doc/glibc-functions/mkdtemp.texi.
19055         * doc/posix-functions/newlocale.texi: Renamed from
19056         doc/glibc-functions/newlocale.texi.
19057         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19058         doc/glibc-functions/nl_langinfo_l.texi.
19059         * doc/posix-functions/open_memstream.texi: Renamed from
19060         doc/glibc-functions/open_memstream.texi.
19061         * doc/posix-functions/opterr.texi: Renamed from
19062         doc/glibc-functions/opterr.texi.
19063         * doc/posix-functions/optind.texi: Renamed from
19064         doc/glibc-functions/optind.texi.
19065         * doc/posix-functions/optopt.texi: Renamed from
19066         doc/glibc-functions/optopt.texi.
19067         * doc/posix-functions/psignal.texi: Renamed from
19068         doc/glibc-functions/psignal.texi.
19069         * doc/posix-functions/scandir.texi: Renamed from
19070         doc/glibc-functions/scandir.texi.
19071         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19072         doc/glibc-functions/sched_get_priority_min.texi.
19073         * doc/posix-functions/signgam.texi: Renamed from
19074         doc/glibc-functions/signgam.texi.
19075         * doc/posix-functions/stpcpy.texi: Renamed from
19076         doc/glibc-functions/stpcpy.texi.
19077         * doc/posix-functions/stpncpy.texi: Renamed from
19078         doc/glibc-functions/stpncpy.texi.
19079         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19080         doc/glibc-functions/strcasecmp_l.texi.
19081         * doc/posix-functions/strcoll_l.texi: Renamed from
19082         doc/glibc-functions/strcoll_l.texi.
19083         * doc/posix-functions/strfmon_l.texi: Renamed from
19084         doc/glibc-functions/strfmon_l.texi.
19085         * doc/posix-functions/strftime_l.texi: Renamed from
19086         doc/glibc-functions/strftime_l.texi.
19087         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19088         doc/glibc-functions/strncasecmp_l.texi.
19089         * doc/posix-functions/strndup.texi: Renamed from
19090         doc/glibc-functions/strndup.texi.
19091         * doc/posix-functions/strnlen.texi: Renamed from
19092         doc/glibc-functions/strnlen.texi.
19093         * doc/posix-functions/strsignal.texi: Renamed from
19094         doc/glibc-functions/strsignal.texi.
19095         * doc/posix-functions/strxfrm_l.texi: Renamed from
19096         doc/glibc-functions/strxfrm_l.texi.
19097         * doc/posix-functions/timer_gettime.texi: Renamed from
19098         doc/glibc-functions/timer_gettime.texi.
19099         * doc/posix-functions/tolower_l.texi: Renamed from
19100         doc/glibc-functions/tolower_l.texi.
19101         * doc/posix-functions/toupper_l.texi: Renamed from
19102         doc/glibc-functions/toupper_l.texi.
19103         * doc/posix-functions/towctrans_l.texi: Renamed from
19104         doc/glibc-functions/towctrans_l.texi.
19105         * doc/posix-functions/towlower_l.texi: Renamed from
19106         doc/glibc-functions/towlower_l.texi.
19107         * doc/posix-functions/towupper_l.texi: Renamed from
19108         doc/glibc-functions/towupper_l.texi.
19109         * doc/posix-functions/uselocale.texi: Renamed from
19110         doc/glibc-functions/uselocale.texi.
19111         * doc/posix-functions/vdprintf.texi: Renamed from
19112         doc/glibc-functions/vdprintf.texi.
19113         * doc/posix-functions/wcpcpy.texi:
19114         Renamed from doc/glibc-functions/wcpcpy.texi.
19115         * doc/posix-functions/wcpncpy.texi: Renamed from
19116         doc/glibc-functions/wcpncpy.texi.
19117         * doc/posix-functions/wcscasecmp.texi: Renamed from
19118         doc/glibc-functions/wcscasecmp.texi.
19119         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19120         doc/glibc-functions/wcscasecmp_l.texi.
19121         * doc/posix-functions/wcscoll_l.texi: Renamed from
19122         doc/glibc-functions/wcscoll_l.texi.
19123         * doc/posix-functions/wcsdup.texi: Renamed from
19124         doc/glibc-functions/wcsdup.texi.
19125         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19126         doc/glibc-functions/wcsncasecmp.texi.
19127         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19128         doc/glibc-functions/wcsncasecmp_l.texi.
19129         * doc/posix-functions/wcsnlen.texi: Renamed from
19130         doc/glibc-functions/wcsnlen.texi.
19131         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19132         doc/glibc-functions/wcsnrtombs.texi.
19133         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19134         doc/glibc-functions/wcsxfrm_l.texi.
19135         * doc/posix-functions/wctrans_l.texi: Renamed from
19136         doc/glibc-functions/wctrans_l.texi.
19137         * doc/posix-functions/wctype_l.texi: Renamed from
19138         doc/glibc-functions/wctype_l.texi.
19139         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19140         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19141         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19142         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19143         these subsections.
19144         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19145         Remove sections.
19146
19147 2008-12-14  Bruno Haible  <bruno@clisp.org>
19148
19149         Update doc for POSIX:2008.
19150         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19151
19152 2008-12-14  Bruno Haible  <bruno@clisp.org>
19153
19154         Update doc for POSIX:2008.
19155         * doc/pastposix-functions/bcmp.texi: Renamed from
19156         doc/posix-functions/bcmp.texi.
19157         * doc/pastposix-functions/bcopy.texi: Renamed from
19158         doc/posix-functions/bcopy.texi.
19159         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19160         doc/posix-functions/bsd_signal.texi.
19161         * doc/pastposix-functions/bzero.texi: Renamed from
19162         doc/posix-functions/bzero.texi.
19163         * doc/pastposix-functions/ecvt.texi: Renamed from
19164         doc/posix-functions/ecvt.texi.
19165         * doc/pastposix-functions/fcvt.texi: Renamed from
19166         doc/posix-functions/fcvt.texi.
19167         * doc/pastposix-functions/ftime.texi: Renamed from
19168         doc/posix-functions/ftime.texi.
19169         * doc/pastposix-functions/gcvt.texi: Renamed from
19170         doc/posix-functions/gcvt.texi.
19171         * doc/pastposix-functions/getcontext.texi: Renamed from
19172         doc/posix-functions/getcontext.texi.
19173         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19174         doc/posix-functions/gethostbyaddr.texi.
19175         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19176         doc/posix-functions/gethostbyname.texi.
19177         * doc/pastposix-functions/getwd.texi: Renamed from
19178         doc/posix-functions/getwd.texi.
19179         * doc/pastposix-functions/h_errno.texi: Renamed from
19180         doc/posix-functions/h_errno.texi.
19181         * doc/pastposix-functions/index.texi: Renamed from
19182         doc/posix-functions/index.texi.
19183         * doc/pastposix-functions/makecontext.texi: Renamed from
19184         doc/posix-functions/makecontext.texi.
19185         * doc/pastposix-functions/mktemp.texi: Renamed from
19186         doc/posix-functions/mktemp.texi.
19187         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19188         doc/posix-functions/pthread_attr_getstackaddr.texi.
19189         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19190         doc/posix-functions/pthread_attr_setstackaddr.texi.
19191         * doc/pastposix-functions/rindex.texi: Renamed from
19192         doc/posix-functions/rindex.texi.
19193         * doc/pastposix-functions/scalb.texi: Renamed from
19194         doc/posix-functions/scalb.texi.
19195         * doc/pastposix-functions/setcontext.texi: Renamed from
19196         doc/posix-functions/setcontext.texi.
19197         * doc/pastposix-functions/swapcontext.texi: Renamed from
19198         doc/posix-functions/swapcontext.texi.
19199         * doc/pastposix-functions/ualarm.texi: Renamed from
19200         doc/posix-functions/ualarm.texi.
19201         * doc/pastposix-functions/usleep.texi: Renamed from
19202         doc/posix-functions/usleep.texi.
19203         * doc/pastposix-functions/vfork.texi: Renamed from
19204         doc/posix-functions/vfork.texi.
19205         * doc/pastposix-functions/wcswcs.texi: Renamed from
19206         doc/posix-functions/wcswcs.texi.
19207         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19208         (Function Substitutes): Update.
19209
19210 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19211
19212         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19213         m4/strerror.m4.
19214
19215 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19216             Bruno Haible  <bruno@clisp.org>
19217
19218         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19219
19220 2008-12-13  Bruno Haible  <bruno@clisp.org>
19221
19222         * modules/strtoull (Depends-on): Remove unistd.
19223
19224 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19225
19226         * modules/strtoull (Depends-on): Add stdlib.
19227
19228 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19229
19230         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19231
19232 2008-12-10  Jim Meyering  <meyering@redhat.com>
19233
19234         gl_ASSERT: don't say assertions are disabled when they're not
19235         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19236         "checking whether to enable assertions... no", when they are in
19237         fact enabled.  This is solely a bug in the output of configure.
19238         In spite of saying "no", NDEBUG was not defined in that case.
19239         Also, as noted by Eric Blake, leave assertions enabled upon
19240         --enable-assert=INVALID.
19241
19242 2008-12-10  Bruno Haible  <bruno@clisp.org>
19243
19244         Change MODULES.html to refer to POSIX:2008 where possible.
19245         * MODULES.html.sh (POSIX2008_URL): New variable.
19246         (posix_headers): Remove sys/timeb, ucontext.
19247         (posix2001_headers): New variable.
19248         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19249         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19250         index, makecontext, mktemp, pthread_attr_getstackaddr,
19251         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19252         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19253         (posix2001_functions): New variable.
19254         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19255         otherwise.
19256
19257 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19258
19259         add missing include to parse-duration.c
19260         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19261         * modules/parse-duration (Depends-on): Add xalloc.
19262
19263         fix sed script reading maint.mk
19264         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19265         (syntax-check-rules): Use it.
19266
19267 2008-12-09  Bruno Haible  <bruno@clisp.org>
19268
19269         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19270         MacOS X 10.4/PowerPC.
19271         Reported by Simon Josefsson.
19272
19273 2008-12-08  Jim Meyering  <meyering@redhat.com>
19274
19275         work around mingw's lack of some S_IF definitions
19276         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19277         Reported by Simon Josefsson.
19278
19279 2008-12-08  Bruno Haible  <bruno@clisp.org>
19280
19281         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19282         applied to variables. Needed on MacOS X 10.4/PowerPC.
19283         Reported by Simon Josefsson.
19284
19285 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19286         and Eric Blake  <ebb9@byu.net>
19287
19288         assert: honor --enable-assert
19289         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19290         order to honor --enable-assert, rather than treating it as a
19291         synonym for --disable-assert.
19292
19293 2008-12-08  Jim Meyering  <meyering@redhat.com>
19294
19295         * lib/posixtm.c: Remove now-useless declaration of mktime.
19296
19297         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19298
19299 2008-12-07  Bruno Haible  <bruno@clisp.org>
19300
19301         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19302         test_once): Mark functions as static.
19303         * tests/test-tls.c (test_tls): Likewise.
19304
19305 2008-12-07  Bruno Haible  <bruno@clisp.org>
19306
19307         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19308         iconv_register_autodetect.
19309
19310 2008-12-07  Jim Meyering  <meyering@redhat.com>
19311
19312         posixtm.c: avoid a warning
19313         * lib/posixtm.c (posixtime): Don't initialize tm0.
19314         It's no longer needed to placate gcc4's -Wuninitialized,
19315         and the attempt to placate would elicit a new warning.
19316
19317         unicodeio.c: mark unused parameters
19318         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19319         (fallback_failure_callback): Likewise.
19320
19321 2008-12-07  Bruno Haible  <bruno@clisp.org>
19322
19323         * gnulib-tool (func_create_testdir): When building the tests
19324         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19325         Reported by Simon Josefsson.
19326
19327 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19328
19329         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19330
19331 2008-12-06  Bruno Haible  <bruno@clisp.org>
19332
19333         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19334         Suggested by Eric Blake.
19335
19336 2008-12-06  Bruno Haible  <bruno@clisp.org>
19337
19338         Fix a c-stack test failure on MacOS X.
19339         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19340         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19341         handler for SIGBUS as well.
19342         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19343         install a signal handler for SIGBUS as well.
19344         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19345
19346 2008-12-06  Bruno Haible  <bruno@clisp.org>
19347
19348         Advocacy documentation.
19349         * doc/gnulib-intro.texi (Benefits): New section.
19350         * doc/gnulib.texi: Update.
19351
19352 2008-12-06  Bruno Haible  <bruno@clisp.org>
19353
19354         Document the 'manywarnings' module.
19355         * doc/manywarnings.texi: New file.
19356         * doc/gnulib.texi: Include it.
19357
19358 2008-12-05  Eric Blake  <ebb9@byu.net>
19359
19360         tests: silence some gcc warnings
19361         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19362         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19363         type mismatches.
19364
19365 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19366             Bruno Haible  <bruno@clisp.org>
19367
19368         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19369
19370 2008-11-29  Jim Meyering  <meyering@redhat.com>
19371
19372         unicodeio.c: mark unused parameters
19373         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19374         (fallback_failure_callback): Likewise.
19375
19376         fts: fix a thinko
19377         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19378         (set_stat_type): Return S_IF*-valued "type" directly.
19379         Prompted by James Youngman's spotting a related bug.
19380         Confirmed by further testing through find.
19381
19382         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19383         * lib/fts.c (D_TYPE): Define.
19384         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19385         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19386         (s_ifmt_shift_bits): New function.
19387         (set_stat_type): New function.
19388         (fts_build): When not calling fts_stat, call set_stat_type
19389         to propagate dirent.d_type info to fts_read caller.
19390         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19391         fts_statp->st_mode type information may be valid.
19392
19393 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19394
19395         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19396         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19397         <sds@gnu.org>.
19398
19399 2008-11-20  Bruno Haible  <bruno@clisp.org>
19400
19401         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19402         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19403         INCLUDE_NEXT.
19404         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19405         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19406         * modules/math (Makefile.am): Substitute
19407         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19408         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19409
19410 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19411             Bruno Haible  <bruno@clisp.org>
19412
19413         * lib/stdint.in.h: Define all type macros so that their expansion is
19414         a single typedef'ed token. Fixes a compilation failure in Boost which
19415         does "using ::int8_t;".
19416
19417 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19418
19419         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19420         gl_MANYWARN_ALL_GCC.
19421         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19422         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19423         * modules/manywarnings: New file.
19424         * MODULES.html.sh: Mention manywarnings module.
19425
19426 2008-11-18  Bruno Haible  <bruno@clisp.org>
19427
19428         * doc/gnulib-tool.texi (Unit tests): New section.
19429
19430 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19431
19432         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19433         paths like 'lib/po/foo.po'.
19434
19435 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19436
19437         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19438         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19439
19440 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19441
19442         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19443         parameter works.
19444
19445 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19446
19447         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19448
19449 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19450
19451         * modules/parse-duration-tests: New file.
19452         * tests/test-parse-duration.sh: New file.
19453         * tests/test-parse-duration.c: New file.
19454
19455         New module 'parse-duration'.
19456         * lib/parse-duration.h: New file.
19457         * lib/parse-duration.c: New file.
19458         * modules/parse-duration: New file.
19459
19460 2008-11-17  Bruno Haible  <bruno@clisp.org>
19461
19462         * tests/test-select-out.sh: Comment out the first pipe test.
19463         Reported by Simon Josefsson.
19464
19465 2008-11-17  Bruno Haible  <bruno@clisp.org>
19466
19467         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19468         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19469         gl_HOSTENT.
19470
19471 2008-11-17  Bruno Haible  <bruno@clisp.org>
19472
19473         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19474         -lnetwork and -lnet. Needed for Haiku and BeOS.
19475
19476 2008-11-16  Bruno Haible  <bruno@clisp.org>
19477
19478         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19479
19480 2008-11-16  Bruno Haible  <bruno@clisp.org>
19481
19482         Avoid test failure on Haiku.
19483         * tests/test-fsync.c: Include <errno.h>.
19484         (main): Don't require that fsync (0) fails.
19485
19486 2008-11-15  Bruno Haible  <bruno@clisp.org>
19487
19488         New module 'hostent'.
19489         * modules/hostent: New file.
19490         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19491
19492 2008-11-15  Bruno Haible  <bruno@clisp.org>
19493
19494         New module 'servent'.
19495         * modules/servent: New file.
19496         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19497
19498 2008-11-15  Bruno Haible  <bruno@clisp.org>
19499
19500         Avoid generating same test program with two different rules.
19501         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19502         test-frexp to test-frexp-nolibm.
19503         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19504         test-frexpl to test-frexpl-nolibm.
19505
19506 2008-11-15  Bruno Haible  <bruno@clisp.org>
19507
19508         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19509         $(FREXPL_LIBM).
19510
19511 2008-11-15  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/netdb.in.h: Activate the definitions also when the system's
19514         <netdb.h> has 'struct addrinfo'.
19515         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19516         EAI_OVERFLOW or AI_NUMERICSERV.
19517         * doc/posix-headers/netdb.texi: Document the problem.
19518
19519 2008-11-15  Bruno Haible  <bruno@clisp.org>
19520
19521         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19522
19523         Make the 'sched' module work on platforms where <sched.h> exists but
19524         is incomplete (such as Haiku).
19525         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19526         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19527         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19528         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19529         HAVE_STRUCT_SCHED_PARAM.
19530         * modules/sched (Depends-on): Add include_next.
19531         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19532         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19533         * doc/posix-headers/sched.texi: Document the issue.
19534
19535 2008-11-13  Jim Meyering  <meyering@redhat.com>
19536
19537         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19538         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19539         test would fail due to the difference in the Report bugs to ...
19540         line.  The expected address is empty, "<>", while the actual
19541         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19542
19543 2008-11-12  Bruno Haible  <bruno@clisp.org>
19544
19545         lstat: don't compile lstat.c on systems lacking lstat
19546         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19547         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19548         Reported by Daniel P. Berrange via Jim Meyering.
19549
19550 2008-11-12  Jim Meyering  <meyering@redhat.com>
19551
19552         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19553
19554 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19555
19556         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19557         instead.
19558
19559 2008-11-12  Bruno Haible  <bruno@clisp.org>
19560
19561         * lib/unicodeio.c: Include unistr.h.
19562         (utf8_wctomb): Remove function.
19563         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19564
19565 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19566
19567         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19568         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19569         <bruno@clisp.org>.
19570         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19571
19572 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19573
19574         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19575         * doc/gnulib.texi: Add section for warnings.
19576
19577 2008-11-11  Bruno Haible  <bruno@clisp.org>
19578
19579         * lib/sockets.h: Add a comment.
19580
19581 2008-11-11  Karl Berry  <karl@gnu.org>
19582
19583         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19584
19585 2008-11-11  Eric Blake  <ebb9@byu.net>
19586
19587         fdl.texi: avoid git symlinks
19588         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19589
19590 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19591
19592         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19593
19594 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19595
19596         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19597         (gl_WARN_ADD): Substitute $2 if literal.
19598
19599 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19600
19601         * m4/warning.m4: Remove.
19602
19603 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19604
19605         * m4/warnings.m4: Almost complete rewrite. :-)
19606
19607 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19608
19609         * modules/warnings: New module.
19610         * m4/warnings.m4: New file.
19611         * MODULES.html.sh: Mention warnings module.
19612         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19613         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19614
19615 2008-11-10  Eric Blake  <ebb9@byu.net>
19616
19617         fdl.texi: make a symlink to the latest version
19618         * doc/standards.texi: Revert today's earlier change.
19619         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19620         * doc/fdl.texi: ...and replace this with a symlink to the newer
19621         fdl-1.3.texi.
19622
19623 2008-11-10  Bruno Haible  <bruno@clisp.org>
19624
19625         * tests/test-select-fd.c (main): Accept the result file name as fourth
19626         argument.
19627         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19628         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19629
19630 2008-11-10  Bruno Haible  <bruno@clisp.org>
19631
19632         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19633         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19634         as autoconf-substituted macros.
19635         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19636         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19637         gl_NETDB_H_DEFAULTS. Set these variables.
19638         * modules/netdb (Makefile.am): Substitute these variables.
19639
19640 2008-11-10  Eric Blake  <ebb9@byu.net>
19641
19642         standards.texi: include correct file for FDL 1.3
19643         * doc/standards.texi (GNU Free Documentation License): Change
19644         include file to pull in FDL 1.3, not 1.2.
19645
19646         fdl.texi: revert accidental change to license
19647         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19648
19649 2008-11-10  Bruno Haible  <bruno@clisp.org>
19650
19651         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19652         cross-compiling guesses also when the native compile gives no result.
19653
19654 2008-11-10  Bruno Haible  <bruno@clisp.org>
19655
19656         * lib/spawni.c (__spawni): Force variable into the stack.
19657
19658 2008-11-10  Bruno Haible  <bruno@clisp.org>
19659
19660         Add support for Haiku.
19661         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19662         glibc and BeOS, but also on Haiku.
19663         * lib/fpurge.c (fpurge): Likewise.
19664         * lib/freadable.c (freadable): Likewise.
19665         * lib/freadahead.c (freadahead): Likewise.
19666         * lib/freading.c (freading): Likewise.
19667         * lib/freadptr.c (freadptr): Likewise.
19668         * lib/freadseek.c (freadptrinc): Likewise.
19669         * lib/fseeko.c (rpl_fseeko): Likewise.
19670         * lib/fseterr.c (fseterr): Likewise.
19671         * lib/fwritable.c (fwritable): Likewise.
19672         * lib/fwriting.c (fwriting): Likewise.
19673         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19674
19675 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19676
19677         * lib/config.charset: Treat Haiku like BeOS.
19678
19679 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19680
19681         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19682         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19683
19684 2008-11-08  Bruno Haible  <bruno@clisp.org>
19685
19686         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19687         AC_CACHE_CHECK.
19688
19689 2008-11-08  Bruno Haible  <bruno@clisp.org>
19690
19691         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19692
19693 2008-11-08  Bruno Haible  <bruno@clisp.org>
19694
19695         * tests/test-select-fd.c: New file.
19696         * tests/test-select-in.sh: New file.
19697         * tests/test-select-out.sh: New file.
19698         * tests/test-select-stdin.c: New file.
19699         * modules/select-tests (Files): Add the new files.
19700         (Depends-on): Add gettimeofday.
19701         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19702         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19703         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19704
19705 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19706             Bruno Haible  <bruno@clisp.org>
19707
19708         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19709
19710 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19711
19712         * build-aux/pmccabe2html: Added support for C++ source files.
19713
19714 2008-11-05  Ben Pfaff  <blp@gnu.org>
19715
19716         Fix lib/close.c build on Windows.
19717         * modules/close (Files): Add lib/w32sock.h.
19718
19719 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19720
19721         Accept Bison's NEWS format.
19722         * build-aux/announce-gen (print_news_deltas): Tweak
19723         $re_prefix.
19724
19725 2008-11-04  Bruno Haible  <bruno@clisp.org>
19726
19727         * modules/random_r (Maintainer): Add glibc.
19728
19729 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19730
19731         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19732         by karl@freefriends.org (Karl Berry).
19733         * doc/alloca.texi: Likewise.
19734         * doc/c-ctype.texi: Likewise.
19735         * doc/c-strcase.texi: Likewise.
19736         * doc/c-strcaseeq.texi: Likewise.
19737         * doc/c-strcasestr.texi: Likewise.
19738         * doc/c-strstr.texi: Likewise.
19739         * doc/c-strtod.texi: Likewise.
19740         * doc/c-strtold.texi: Likewise.
19741         * doc/ctime.texi: Likewise.
19742         * doc/error.texi: Likewise.
19743         * doc/fdl.texi: Likewise.
19744         * doc/gcd.texi: Likewise.
19745         * doc/getdate.texi: Likewise.
19746         * doc/gnulib-intro.texi: Likewise.
19747         * doc/gnulib-tool.texi: Likewise.
19748         * doc/gnulib.texi: Likewise.
19749         * doc/inet_ntoa.texi: Likewise.
19750         * doc/maintain.texi: Likewise.
19751         * doc/make-stds.texi: Likewise.
19752         * doc/quote.texi: Likewise.
19753         * doc/regexprops-generic.texi: Likewise.
19754         * doc/standards.texi: Likewise.
19755         * doc/verify.texi: Likewise.
19756         * doc/visibility.texi: Likewise.
19757         * doc/gnulib.texi (GNU Free Documentation License): Include
19758         fdl-1.3.texi instead of fdl.texi.
19759
19760 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19761
19762         * doc/fdl-1.3.texi: New file, from
19763         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19764         * modules/fdl-1.3: Add.
19765         * MODULES.html.sh: Add fdl-1.3.
19766
19767 2008-11-03  Bruno Haible  <bruno@clisp.org>
19768
19769         Make determination of absolute name of header file work with AIX xlc.
19770         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19771         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19772         preprocessing.
19773         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19774         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19775
19776 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19777
19778         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19779         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19780         <ludo@gnu.org>.
19781
19782 2008-11-02  Bruno Haible  <bruno@clisp.org>
19783
19784         Mark 'strpbrk' obsolete.
19785         * modules/strpbrk (Status, Notice): New sections.
19786         * modules/strtok_r (Depends-on): Add strpbrk.
19787
19788 2008-11-02  Bruno Haible  <bruno@clisp.org>
19789
19790         Mark 'strdup' obsolete.
19791         * modules/strdup (Status, Notice): New sections.
19792         * modules/findprog (Depends-on): Add strdup.
19793         * modules/getaddrinfo (Depends-on): Likewise.
19794         * modules/localename (Depends-on): Likewise.
19795         * modules/relocatable-lib (Depends-on): Likewise.
19796         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19797         * modules/relocatable-prog (Depends-on): Likewise.
19798         * modules/trim (Depends-on): Likewise.
19799         * modules/unictype/gen-ctype (Depends-on): Likewise.
19800         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19801
19802 2008-11-02  Bruno Haible  <bruno@clisp.org>
19803
19804         Mark 'strcspn' obsolete.
19805         * modules/strcspn (Status, Notice): New sections.
19806
19807 2008-11-02  Bruno Haible  <bruno@clisp.org>
19808
19809         Mark 'rmdir' obsolete.
19810         * modules/rmdir (Status, Notice): New sections.
19811         * modules/clean-temp (Depends-on): Add rmdir.
19812         * modules/openat (Depends-on): Likewise.
19813
19814 2008-11-02  Bruno Haible  <bruno@clisp.org>
19815
19816         Mark 'raise' obsolete.
19817         * modules/raise (Status, Notice): New sections.
19818         (Include): Specify <signal.h>.
19819         * modules/stdio (Depends-on): Add raise.
19820         * modules/write (Depends-on): Likewise.
19821
19822 2008-11-02  Bruno Haible  <bruno@clisp.org>
19823
19824         Mark 'memset' obsolete.
19825         * modules/memset (Status, Notice): New sections.
19826
19827 2008-11-02  Bruno Haible  <bruno@clisp.org>
19828
19829         Mark 'memmove' obsolete.
19830         * modules/memmove (Status, Notice): New sections.
19831         * modules/argp (Depends-on): Add memmove.
19832         * modules/argz (Depends-on): Likewise.
19833         * modules/canonicalize (Depends-on): Likewise.
19834         * modules/canonicalize-lgpl (Depends-on): Likewise.
19835         * modules/fts (Depends-on): Likewise.
19836         * modules/getcwd (Depends-on): Likewise.
19837         * modules/human (Depends-on): Likewise.
19838         * modules/regex (Depends-on): Likewise.
19839         * modules/striconveh (Depends-on): Likewise.
19840         * modules/trim (Depends-on): Likewise.
19841         * modules/unistr/u8-move (Depends-on): Likewise.
19842         * modules/unistr/u16-move (Depends-on): Likewise.
19843         * modules/unistr/u32-move (Depends-on): Likewise.
19844
19845 2008-11-02  Bruno Haible  <bruno@clisp.org>
19846
19847         Mark 'memcpy' obsolete.
19848         * modules/memcpy (Status, Notice): New sections.
19849
19850 2008-11-02  Bruno Haible  <bruno@clisp.org>
19851
19852         Mark 'memcmp' obsolete.
19853         * modules/memcmp (Status, Notice): New sections.
19854         * modules/argmatch (Depends-on): Add memchr.
19855         * modules/backupfile (Depends-on): Likewise.
19856         * modules/c-strcasestr (Depends-on): Likewise.
19857         * modules/crypto/des (Depends-on): Likewise.
19858         * modules/csharpcomp (Depends-on): Likewise.
19859         * modules/fnmatch (Depends-on): Likewise.
19860         * modules/git-merge-changelog (Depends-on): Likewise.
19861         * modules/isnand (Depends-on): Likewise.
19862         * modules/isnand-nolibm (Depends-on): Likewise.
19863         * modules/isnanf (Depends-on): Likewise.
19864         * modules/isnanf-nolibm (Depends-on): Likewise.
19865         * modules/isnanl (Depends-on): Likewise.
19866         * modules/isnanl-nolibm (Depends-on): Likewise.
19867         * modules/mbchar (Depends-on): Likewise.
19868         * modules/memcoll (Depends-on): Likewise.
19869         * modules/quotearg (Depends-on): Likewise.
19870         * modules/regex (Depends-on): Likewise.
19871         * modules/relocatable-prog (Depends-on): Likewise.
19872         * modules/same (Depends-on): Likewise.
19873         * modules/signbit (Depends-on): Likewise.
19874         * modules/strcasestr-simple (Depends-on): Likewise.
19875         * modules/unictype/gen-ctype (Depends-on): Likewise.
19876         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19877         * modules/uniname/uniname (Depends-on): Likewise.
19878         * modules/unistr/u8-cmp (Depends-on): Likewise.
19879
19880 2008-11-02  Bruno Haible  <bruno@clisp.org>
19881
19882         Mark 'memchr' obsolete.
19883         * modules/memchr (Status, Notice): New sections.
19884         * modules/argp (Depends-on): Add memchr.
19885         * modules/base64 (Depends-on): Likewise.
19886         * modules/c-strcasestr (Depends-on): Likewise.
19887         * modules/chdir-long (Depends-on): Likewise.
19888         * modules/fnmatch (Depends-on): Likewise.
19889         * modules/getsubopt (Depends-on): Likewise.
19890         * modules/git-merge-changelog (Depends-on): Likewise.
19891         * modules/glob (Depends-on): Likewise.
19892         * modules/strcasestr-simple (Depends-on): Likewise.
19893         * modules/strnlen (Depends-on): Likewise.
19894
19895 2008-11-02  Bruno Haible  <bruno@clisp.org>
19896
19897         Mark 'atexit' obsolete.
19898         * modules/atexit (Status, Notice): New sections.
19899         * modules/chdir-long (Depends-on): Add atexit.
19900         * modules/wait-process (Depends-on): Likewise.
19901
19902 2008-11-02  Bruno Haible  <bruno@clisp.org>
19903
19904         * gnulib-tool: New option --with-obsolete.
19905         (func_usage): Document it.
19906         (func_modules_transitive_closure): Drop obsolete dependencies if
19907         incobsolete is not true.
19908         (func_import): Read and save the incobsolete variable to the cache.
19909
19910 2008-11-02  Bruno Haible  <bruno@clisp.org>
19911
19912         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19913         * gnulib-tool: New option --extract-status.
19914         (func_usage): Document it.
19915         (sed_extract_prog): Recognize it.
19916         (func_get_status): New function.
19917
19918 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19919
19920         * modules/sockets (License): Change from LGPL to LGPLv2+.
19921
19922 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19923
19924         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19925
19926 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19927
19928         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19929         Mention times and sys_times.
19930         * modules/sys_times, modules/sys_times-tests: New modules.
19931         * modules/times, modules/times-tests: Likewise
19932         * m4/sys_times_h.m4: New file.
19933         * lib/sys_times.in.h: Likewise
19934         * lib/times.c: Likewise.
19935         * tests/test-sys_times.c: Likewise.
19936         * tests/test-times.c: Likewise.
19937         * doc/posix-headers/sys_times.texi: Update.
19938         * doc/posix-functions/times.texi: Update.
19939
19940 2008-10-28  Jim Meyering  <meyering@redhat.com>
19941
19942         * modules/tempname (Depends-on): Add lstat.
19943
19944         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19945
19946 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19947
19948         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19949         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19950         using idiom used elsewhere in gnulib.
19951
19952 2008-10-27  Jim Meyering  <meyering@redhat.com>
19953
19954         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19955
19956 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19957
19958         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19959         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19960         programs.
19961         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19962
19963 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19964
19965         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19966
19967 2008-10-27  Bruno Haible  <bruno@clisp.org>
19968
19969         * tests/test-lstat.c: Include <stdio.h>.
19970
19971 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19972
19973         * modules/lstat-tests: New module.
19974         * tests/test-lstat.c: New file.
19975
19976 2008-10-26  Jim Meyering  <meyering@redhat.com>
19977
19978         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19979
19980 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19981             Bruno Haible  <bruno@clisp.org>
19982
19983         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19984         * modules/configmake (Include): Add a note that the include must come
19985         after all system headers.
19986         * lib/javaversion.c: Include configmake.h after all other includes.
19987
19988 2008-10-26  Bruno Haible  <bruno@clisp.org>
19989
19990         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19991         HAVE_STRUCT_RANDOM_DATA to 1.
19992         (gl_STDLIB_H): Simplify.
19993
19994 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19995
19996         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19997         substitute HAVE_STRUCT_RANDOM_DATA.
19998         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19999         random_data.
20000         * modules/stdlib (Makefile.am): Substitute
20001         HAVE_STRUCT_RANDOM_DATA.
20002
20003 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20004
20005         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20006         * doc/gnulib-intro.texi (Copyright): Likewise.
20007
20008 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20009
20010         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20011         findings.
20012
20013 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20014             Bruno Haible  <bruno@clisp.org>
20015
20016         * lib/unistd.in.h: Include <winsock2.h>.
20017         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20018         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20019         Provide dummy declarations.
20020         (gethostname): Override.
20021         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20022         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20023         gl_PREREQ_SYS_H_WINSOCK2.
20024         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20025         * doc/posix-functions/gethostname.texi: More details.
20026
20027 2008-10-25  Bruno Haible  <bruno@clisp.org>
20028
20029         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20030         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20031         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20032
20033         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20034         here ...
20035         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20036         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20037         gl_UNISTD_H_DEFAULTS.
20038
20039 2008-10-25  Eric Blake  <ebb9@byu.net>
20040
20041         signbit: avoid spurious compiler failure
20042         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20043         declarations inside function.
20044
20045 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20046             Bruno Haible  <bruno@clisp.org>
20047
20048         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20049         * modules/random_r (Depends-on): Add stdint.
20050
20051 2008-10-24  Bruno Haible  <bruno@clisp.org>
20052
20053         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20054         Eggert.
20055         * modules/strerror (License): Likewise.
20056
20057 2008-10-24  Jim Meyering  <meyering@redhat.com>
20058
20059         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20060         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20061
20062 2008-10-24  Eric Blake  <ebb9@byu.net>
20063
20064         getgroups: fix compilation when getgroups is available
20065         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20066         but with <config.h> override of getgroups disabled.
20067
20068 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20069
20070         * doc/gnulib.texi (Header files): Add note about C++ problems.
20071         Explained by Bruno Haible <bruno@clisp.org>.
20072
20073 2008-10-23  Bruno Haible  <bruno@clisp.org>
20074
20075         Define a dummy SA_NODEFER macro on Interix.
20076         * lib/signal.in.h (SA_NODEFER): Define fallback.
20077         Reported by Aleksey Cheusov <cheusov@tut.by> via
20078         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20079
20080 2008-10-23  Bruno Haible  <bruno@clisp.org>
20081
20082         * modules/freadahead (License): Change to LGPLv2+.
20083         Suggested by Simon Josefsson.
20084
20085 2008-10-23  Jim Meyering  <meyering@redhat.com>
20086
20087         random_r: new module
20088         * modules/random_r: New file.
20089         * m4/random_r.m4: New file.
20090         * lib/random_r.c: New file, from glibc.
20091         * modules/random_r-tests: New file.
20092         * tests/test-random_r.c: New file.
20093         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20094          Declare.
20095         (RAND_MAX): Define.
20096         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20097         * modules/stdlib: Substitute them, too.
20098         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20099         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20100         * doc/glibc-functions/random_r.texi: Likewise.
20101         * doc/glibc-functions/setstate_r.texi: Likewise.
20102         * doc/glibc-functions/srandom_r.texi: Likewise.
20103         * config/srclist.txt: Mention it.
20104
20105 2008-10-23  David Lutterkort  <lutter@redhat.com>
20106
20107         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20108         link requirement
20109
20110 2008-10-23  Jim Meyering  <meyering@redhat.com>
20111
20112         selinux-h: mark parameters of stub functions as intentionally unused
20113         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20114         * lib/se-context.in.h: Likewise.
20115
20116 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20117
20118         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20119
20120 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20121
20122         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20123
20124 2008-10-22  Eric Blake  <ebb9@byu.net>
20125
20126         glthread/thread: avoid compiler warning
20127         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20128         Add unreachable abort to silence compiler.
20129
20130 2008-10-22  Eric Blake  <ebb9@byu.net>
20131
20132         netdb: also supply struct addrinfo for cygwin 1.5.x
20133         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20134         older cygwin.
20135         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20136         cygwin.
20137         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20138
20139 2008-10-22  Bruno Haible  <bruno@clisp.org>
20140
20141         * users.txt: Update entry about pspp.
20142
20143 2008-10-21  Bruno Haible  <bruno@clisp.org>
20144
20145         Simplification.
20146         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20147         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20148
20149         Simplification.
20150         * lib/ioctl.c (ioctl): Don't undefine.
20151         * lib/socket.c (socket): Don't undefine.
20152
20153         Remove unused module indicator macros.
20154         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20155         GNULIB_$1 as a C macro.
20156
20157         * doc/posix-functions/close.texi: Undo last change.
20158         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20159         Windows platforms.
20160
20161 2008-10-21  Bruno Haible  <bruno@clisp.org>
20162
20163         Add gethostname() declaration to <unistd.h>.
20164         * lib/unistd.in.h (gethostname): New declaration.
20165         * lib/gethostname.c: Include <unistd.h>.
20166         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20167         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20168         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20169         and HAVE_GETHOSTNAME.
20170         * modules/gethostname (Depends-on): Add unistd.
20171         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20172         (Include): Specify <unistd.h>.
20173         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20174         HAVE_GETHOSTNAME.
20175         * tests/test-gethostname.c: Include <unistd.h> first.
20176
20177 2008-10-21  Bruno Haible  <bruno@clisp.org>
20178
20179         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20180         * modules/select-tests (Depends-on): Likewise.
20181         Reported by Simon Josefsson.
20182
20183 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20184
20185         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20186         * lib/accept.c: New file, based on winsock.c.
20187         * lib/bind.c: New file, based on winsock.c.
20188         * lib/connect.c: New file, based on winsock.c.
20189         * lib/getpeername.c: New file, based on winsock.c.
20190         * lib/getsockname.c: New file, based on winsock.c.
20191         * lib/getsockopt.c: New file, based on winsock.c.
20192         * lib/ioctl.c: New file, based on winsock.c.
20193         * lib/listen.c: New file, based on winsock.c.
20194         * lib/recv.c: New file, based on winsock.c.
20195         * lib/recvfrom.c: New file, based on winsock.c.
20196         * lib/send.c: New file, based on winsock.c.
20197         * lib/sendto.c: New file, based on winsock.c.
20198         * lib/setsockopt.c: New file, based on winsock.c.
20199         * lib/shutdown.c: New file, based on winsock.c.
20200         * lib/socket.c: New file, based on winsock.c.
20201         * lib/w32sock.h: New file, based on winsock.c.
20202         * lib/winsock.c: Remove file.
20203         * modules/accept: Likewise.
20204         * modules/bind: Likewise.
20205         * modules/connect: Likewise.
20206         * modules/getpeername: Likewise.
20207         * modules/getsockname: Likewise.
20208         * modules/getsockopt: Likewise.
20209         * modules/ioctl: Likewise.
20210         * modules/listen: Likewise.
20211         * modules/recv: Likewise.
20212         * modules/recvfrom: Likewise.
20213         * modules/send: Likewise.
20214         * modules/sendto: Likewise.
20215         * modules/setsockopt: Likewise.
20216         * modules/shutdown: Likewise.
20217         * modules/socket: Use socket.c instead of winsock.c.
20218         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20219         * doc/posix-functions/accept.texi: Doc fix.
20220         * doc/posix-functions/bind.texi: Doc fix.
20221         * doc/posix-functions/close.texi: Doc fix.
20222         * doc/posix-functions/connect.texi: Doc fix.
20223         * doc/posix-functions/getpeername.texi: Doc fix.
20224         * doc/posix-functions/getsockname.texi: Doc fix.
20225         * doc/posix-functions/getsockopt.texi: Doc fix.
20226         * doc/posix-functions/ioctl.texi: Doc fix.
20227         * doc/posix-functions/listen.texi: Doc fix.
20228         * doc/posix-functions/recv.texi: Doc fix.
20229         * doc/posix-functions/recvfrom.texi: Doc fix.
20230         * doc/posix-functions/send.texi: Doc fix.
20231         * doc/posix-functions/sendto.texi: Doc fix.
20232         * doc/posix-functions/setsockopt.texi: Doc fix.
20233         * doc/posix-functions/shutdown.texi: Doc fix.
20234         * doc/posix-functions/socket.texi: Doc fix.
20235
20236 2008-10-20  Bruno Haible  <bruno@clisp.org>
20237
20238         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20239         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20240         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20241         as an alias for SIGABRT.
20242         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20243         (sigaction): Map it to SIGABRT.
20244         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20245
20246 2008-10-20  Bruno Haible  <bruno@clisp.org>
20247
20248         * lib/fts.c: Don't include lstat.h.
20249         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20250
20251         Move the lstat() declaration to <sys/stat.h>.
20252         * lib/lstat.h: Remove file.
20253         * lib/sys_stat.in.h: Add special invocation convention.
20254         (lstat): New declaration.
20255         * lib/lstat.c (orig_lstat): New function.
20256         (rpl_lstat): Use orig_lstat instead of lstat.
20257         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20258         AC_C_INLINE. Set REPLACE_LSTAT.
20259         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20260         and REPLACE_LSTAT.
20261         * modules/lstat (Files): Remove lib/lstat.h.
20262         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20263         (Include): Specify <sys/stat.h> instead of lstat.h.
20264         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20265         REPLACE_LSTAT.
20266         * NEWS: Mention the change.
20267
20268 2008-10-20  Bruno Haible  <bruno@clisp.org>
20269
20270         * modules/posix_spawn-tests: New file.
20271         * tests/test-posix_spawn3.c: New file.
20272
20273 2008-10-20  Bruno Haible  <bruno@clisp.org>
20274
20275         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20276         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20277         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20278         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20279         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20280
20281 2008-10-20  Bruno Haible  <bruno@clisp.org>
20282
20283         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20284         of posix_spawn on AIX 5.3.
20285
20286 2008-10-20  Bruno Haible  <bruno@clisp.org>
20287
20288         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20289
20290 2008-10-20  Bruno Haible  <bruno@clisp.org>
20291
20292         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20293         of AC_LANG_PROGRAM.
20294
20295 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20296
20297         * lib/netdb.in.h: Don't define GNU specific constants until they
20298         are supported or needed.  Reported by Bruno Haible
20299         <bruno@clisp.org>.
20300
20301 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20302
20303         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20304
20305 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20306
20307         * lib/getaddrinfo.h: Remove file.
20308         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20309         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20310         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20311         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20312         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20313         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20314         * tests/test-getaddrinfo.c: Likewise.
20315         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20316         * NEWS: Mention change.
20317
20318 2008-10-19  Bruno Haible  <bruno@clisp.org>
20319
20320         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20321
20322 2008-10-19  Bruno Haible  <bruno@clisp.org>
20323
20324         * lib/wait-process.c: Include simply <sys/wait.h>.
20325         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20326         WIFSTOPPED): Remove fallback definitions.
20327         * modules/wait-process (Depends-on): Add sys_wait.
20328
20329         New module 'sys_wait'.
20330         * modules/sys_wait: New file.
20331         * lib/sys_wait.in.h: New file, partially copied from
20332         lib/wait-process.c.
20333         * m4/sys_wait_h.m4: New file.
20334         * doc/posix-headers/sys_wait.texi: Mention the new module.
20335
20336 2008-10-19  Bruno Haible  <bruno@clisp.org>
20337
20338         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20339
20340 2008-10-19  Bruno Haible  <bruno@clisp.org>
20341
20342         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20343         * lib/wait-process.c (WAIT_T): Remove type.
20344         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20345         (wait_subprocess): Update.
20346
20347 2008-10-19  Bruno Haible  <bruno@clisp.org>
20348
20349         New module 'atoll'.
20350         * modules/atoll: New file.
20351         * lib/stdlib.in.h (atoll): New declaration.
20352         * lib/atoll.c: New file, from glibc with modifications.
20353         * m4/atoll.m4: New file.
20354         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20355         HAVE_ATOLL.
20356         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20357         * doc/posix-functions/atoll.texi: Mention the new module.
20358
20359 2008-10-19  Bruno Haible  <bruno@clisp.org>
20360
20361         Add strtoull() declaration to <stdlib.h>.
20362         * lib/stdlib.in.h (strtoull): New declaration.
20363         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20364         Set HAVE_STRTOULL.
20365         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20366         HAVE_STRTOULL.
20367         * modules/strtoull (Depends-on): Add stdlib.
20368         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20369         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20370         HAVE_STRTOULL.
20371
20372 2008-10-19  Bruno Haible  <bruno@clisp.org>
20373
20374         Add strtoll() declaration to <stdlib.h>.
20375         * lib/stdlib.in.h (strtoll): New declaration.
20376         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20377         Set HAVE_STRTOLL.
20378         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20379         HAVE_STRTOLL.
20380         * modules/strtoll (Depends-on): Add stdlib.
20381         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20382         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20383
20384 2008-10-19  Bruno Haible  <bruno@clisp.org>
20385
20386         * modules/bcopy (Depends-on): Add strings.
20387         (Include): Specify <strings.h>.
20388
20389 2008-10-19  Bruno Haible  <bruno@clisp.org>
20390
20391         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20392
20393 2008-10-19  Bruno Haible  <bruno@clisp.org>
20394
20395         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20396         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20397         mingw.
20398
20399 2008-10-19  Bruno Haible  <bruno@clisp.org>
20400
20401         * lib/atanl.c: Don't include isnanl.h.
20402         * lib/cosl.c: Likewise.
20403         * lib/ldexpl.c: Likewise.
20404         * lib/logl.c: Likewise.
20405         * lib/sinl.c: Likewise.
20406         * lib/sqrtl.c: Likewise.
20407         * lib/tanl.c: Likewise.
20408
20409         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20410         * lib/isnanf.h: Remove file.
20411         * lib/isnand.h: Remove file.
20412         * lib/isnanl.h: Remove file.
20413         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20414         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20415         macros.
20416         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20417         HAVE_ISNANF, don't define it as a C macro.
20418         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20419         HAVE_ISNAND, don't define it as a C macro.
20420         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20421         HAVE_ISNANL, don't define it as a C macro.
20422         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20423         HAVE_ISNAN[FDL].
20424         * modules/isnanf (Files): Remove lib/isnanf.h.
20425         (Depends-on): Add math.
20426         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20427         (Include): Specify <math.h> instead of isnanf.h.
20428         * modules/isnand (Files): Remove lib/isnand.h.
20429         (Depends-on): Add math.
20430         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20431         (Include): Specify <math.h> instead of isnand.h.
20432         * modules/isnanl (Files): Remove lib/isnanl.h.
20433         (Depends-on): Add math.
20434         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20435         (Include): Specify <math.h> instead of isnanl.h.
20436         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20437         HAVE_ISNAN[FDL].
20438         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20439         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20440         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20441         * NEWS: Mention the change.
20442
20443 2008-10-18  Bruno Haible  <bruno@clisp.org>
20444
20445         Add getusershell(), setusershell(), endusershell() declarations to
20446         <unistd.h>.
20447         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20448         declarations.
20449         * lib/getusershell.c: Include unistd.h.
20450         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20451         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20452         HAVE_GETUSERSHELL.
20453         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20454         and HAVE_GETUSERSHELL.
20455         * modules/getusershell (Depends-on): Add unistd, extensions.
20456         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20457         (Include): Specify <unistd.h>.
20458         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20459         HAVE_GETUSERSHELL.
20460
20461 2008-10-18  Bruno Haible  <bruno@clisp.org>
20462
20463         Add a getloadavg() declaration to <stdlib.h>.
20464         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20465         getloadavg declaration.
20466         (getloadavg): New declaration.
20467         * lib/getloadavg.c: Include <stdlib.h> first.
20468         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20469         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20470         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20471         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20472         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20473         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20474         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20475         (Include): Specify <stdlib.h>.
20476         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20477         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20478
20479 2008-10-18  Bruno Haible  <bruno@clisp.org>
20480
20481         * lib/dirchownmod.c: Don't include lchmod.h.
20482
20483         Move the lchmod() declaration to <sys/stat.h>.
20484         * lib/lchmod.h: Remove file.
20485         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20486         (lchmod): New declaration, moved here from lib/lchown.h.
20487         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20488         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20489         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20490         and HAVE_LCHMOD.
20491         * modules/lchmod (Files): Remove lib/lchmod.h.
20492         (Depends-on): Add sys_stat, extensions.
20493         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20494         (Include): Specify <sys/stat.h> instead of lchmod.h.
20495         * modules/sys_stat (Depends-on): Add link-warning.
20496         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20497         definition of GL_LINK_WARNING.
20498         * NEWS: Mention the change.
20499
20500 2008-10-18  Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/fchdir.c: Don't include dirfd.h.
20503         * lib/fts.c: Likewise.
20504         * lib/getcwd.c: Likewise.
20505         * lib/glob.c: Likewise.
20506
20507         Move the dirfd() declaration to <dirent.h>.
20508         * lib/dirfd.h: Remove file.
20509         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20510         (dirfd): New declaration.
20511         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20512         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20513         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20514         HAVE_DECL_DIRFD.
20515         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20516         HAVE_DECL_DIRFD.
20517         * modules/dirfd (Files): Remove lib/dirfd.h.
20518         (Depends-on): Add dirent, extensions.
20519         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20520         (Include): Specify <dirent.h> instead of dirfd.h.
20521         * modules/dirent (Depends-on): Add link-warning.
20522         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20523         definition of GL_LINK_WARNING.
20524         * NEWS: Mention the change.
20525
20526 2008-10-18  Bruno Haible  <bruno@clisp.org>
20527
20528         Move the euidaccess() declaration to <unistd.h>.
20529         * lib/euidaccess.h: Remove file.
20530         * lib/unistd.in.h (euidaccess): New declaration.
20531         * lib/euidaccess.c: Don't include euidaccess.h.
20532         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20533         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20534         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20535         and HAVE_EUIDACCESS.
20536         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20537         (Depends-on): Add unistd.
20538         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20539         (Include): Specify <unistd.h> instead of euidaccess.h.
20540         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20541         HAVE_EUIDACCESS.
20542         * NEWS: Mention the change.
20543
20544 2008-10-18  Bruno Haible  <bruno@clisp.org>
20545
20546         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20547
20548         Move the getdomainname() declaration to <unistd.h>.
20549         * lib/getdomainname.h: Remove file.
20550         * lib/unistd.in.h (getdomainname): New declaration.
20551         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20552         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20553         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20554         HAVE_GETDOMAINNAME.
20555         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20556         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20557         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20558         (Depends-on): Add unistd, extensions.
20559         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20560         (Includes): Specify <unistd.h> instead of getdomainname.h.
20561         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20562         HAVE_GETDOMAINNAME.
20563         * NEWS: Mention the change.
20564
20565 2008-10-18  Bruno Haible  <bruno@clisp.org>
20566
20567         * modules/dirent: New file.
20568         * m4/dirent_h.m4: New file.
20569         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20570         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20571         * modules/fchdir (Files): Remove lib/dirent.in.h.
20572         (Depends-on): Add dirent.
20573         (Makefile.am): Move rules to modules/dirent.
20574         * doc/posix-headers/dirent.texi: Mention the new module.
20575
20576 2008-10-18  Bruno Haible  <bruno@clisp.org>
20577
20578         Avoid -Wunused-parameter warnings in public gnulib header files.
20579         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20580         macro.
20581         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20582
20583 2008-10-18  Bruno Haible  <bruno@clisp.org>
20584
20585         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20586         * doc/glibc-functions/error.texi: Mention the module 'error'.
20587         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20588         * doc/glibc-functions/getdomainname.texi: Mention the module
20589         'getdomainname'.
20590         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20591         * doc/glibc-functions/getpagesize.texi: Mention the module
20592         'getpagesize'.
20593         * doc/glibc-functions/getusershell.texi: Mention the module
20594         'getusershell'.
20595         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20596         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20597         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20598         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20599         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20600         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20601         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20602         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20603         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20604         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20605         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20606         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20607         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20608         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20609
20610 2008-10-17  Bruno Haible  <bruno@clisp.org>
20611
20612         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20613         HP-UX and IRIX, use -0.0L.
20614         * tests/test-ceill.c (minus_zero): Likewise.
20615         * tests/test-floorl.c (minus_zero): Likewise.
20616         * tests/test-frexpl.c (minus_zero): Likewise.
20617         * tests/test-isnan.c (minus_zerol): Likewise.
20618         * tests/test-isnanl.h (minus_zero): Likewise.
20619         * tests/test-ldexpl.c (minus_zero): Likewise.
20620         * tests/test-roundl.c (minus_zero): Likewise.
20621         * tests/test-signbit.c (minus_zerol): Likewise.
20622         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20623         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20624         * tests/test-truncl.c (minus_zero): Likewise.
20625         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20626         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20627         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20628         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20629
20630 2008-10-17  Bruno Haible  <bruno@clisp.org>
20631
20632         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20633         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20634         that it gets activated only for gcc >= 3.0.
20635         * lib/dirent.in.h: Likewise.
20636         * lib/errno.in.h: Likewise.
20637         * lib/fcntl.in.h: Likewise.
20638         * lib/float.in.h: Likewise.
20639         * lib/iconv.in.h: Likewise.
20640         * lib/inttypes.in.h: Likewise.
20641         * lib/locale.in.h: Likewise.
20642         * lib/math.in.h: Likewise.
20643         * lib/netdb.in.h: Likewise.
20644         * lib/netinet_in.in.h: Likewise.
20645         * lib/search.in.h: Likewise.
20646         * lib/signal.in.h: Likewise.
20647         * lib/spawn.in.h: Likewise.
20648         * lib/stdarg.in.h: Likewise.
20649         * lib/stdint.in.h: Likewise.
20650         * lib/stdio.in.h: Likewise.
20651         * lib/stdlib.in.h: Likewise.
20652         * lib/string.in.h: Likewise.
20653         * lib/strings.in.h: Likewise.
20654         * lib/sys_file.in.h: Likewise.
20655         * lib/sys_ioctl.in.h: Likewise.
20656         * lib/sys_select.in.h: Likewise.
20657         * lib/sys_socket.in.h: Likewise.
20658         * lib/sys_stat.in.h: Likewise.
20659         * lib/sys_time.in.h: Likewise.
20660         * lib/sysexits.in.h: Likewise.
20661         * lib/time.in.h: Likewise.
20662         * lib/unistd.in.h: Likewise.
20663         * lib/wchar.in.h: Likewise.
20664         * lib/wctype.in.h: Likewise.
20665         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20666
20667 2008-10-17  Jim Meyering  <meyering@redhat.com>
20668
20669         ignore-value: don't depend on inline module
20670         * modules/ignore-value (Depends-on): Remove 'inline'.
20671         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20672         Suggestion from Bruno Haible.
20673
20674 2008-10-17  Bruno Haible  <bruno@clisp.org>
20675
20676         New implementation of condition variables for Win32.
20677         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20678         (gl_linked_waitqueue_t): New type.
20679         (gl_cond_t): Use it.
20680         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20681         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20682         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20683         (glthread_cond_init_func, glthread_cond_wait_func,
20684         glthread_cond_timedwait_func, glthread_cond_signal_func,
20685         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20686         Reimplemented on the basis of gl_linked_waitqueue_t.
20687         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20688         gl_waitqueue_t.
20689         (gl_rwlock_t): Update.
20690         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20691
20692 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20693
20694         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20695         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20696
20697 2008-10-17  Jim Meyering  <meyering@redhat.com>
20698
20699         ignore-value: new module
20700         * modules/ignore-value: New file.
20701         * lib/ignore-value.h: New file.
20702         * MODULES.html.sh (Compiler warning management): New section,
20703         just for this module.  More to come.
20704
20705 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20706
20707         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20708         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20709         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20710
20711 2008-10-16  Jim Meyering  <meyering@redhat.com>
20712
20713         openat-die.c: avoid 'no previous prototype' warning
20714         * lib/openat-die.c: Include "openat.h".
20715         Reported by Reuben Thomas <rrt@sc3d.org>.
20716
20717 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20718
20719         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20720         * lib/netdb.in.h: Fix typo.
20721         Reported by Bruno Haible  <bruno@clisp.org>
20722
20723         * lib/netdb.in.h: Include sys/socket.h for platforms without
20724         netdb.h, to get structures like hostent on MinGW.
20725         * modules/netdb (Depends-on): Add sys_socket.
20726
20727 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20728
20729         * modules/netdb, modules/netdb-tests: New file.
20730         * m4/netdb_h.m4: New file.
20731         * lib/netdb.in.h: Add, currently just an empty file pending
20732         definitions.
20733         * tests/test-netdb.c: New file.
20734         * doc/posix-headers/netdb.texi: Mention that we replace it if
20735         needed.
20736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20737         netdb.
20738
20739 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20740
20741         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20742         with code.
20743
20744 2008-10-13  Bruno Haible  <bruno@clisp.org>
20745
20746         * lib/glthread/cond.c (glthread_cond_wait_func,
20747         glthread_cond_timedwait_func): Add a comment.
20748
20749 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20750
20751         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20752         * tests/test-select.c: Likewise,
20753
20754 2008-10-13  Bruno Haible  <bruno@clisp.org>
20755
20756         * lib/glthread/cond.c (glthread_cond_wait_func,
20757         glthread_cond_timedwait_func): Fix variable name.
20758         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20759
20760 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20761
20762         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20763         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20764         struct sockaddr.sa_len.
20765         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20766
20767 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20768
20769         * build-aux/pmccabe2html: Add css and css_url parameters.
20770
20771 2008-10-12  Bruno Haible  <bruno@clisp.org>
20772
20773         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20774         calling aclx_get.
20775         Reported by Rainer Tammer <tammer@tammer.net>.
20776
20777 2008-10-12  Bruno Haible  <bruno@clisp.org>
20778
20779         Use msvcrt aware primitives for creation/termination of Win32 threads.
20780         * lib/glthread/thread.c: Include <process.h>.
20781         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20782         (wrapper_func): Update signature.
20783         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20784
20785 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20786             Bruno Haible  <bruno@clisp.org>
20787
20788         Provide a Win32 implementation of the 'cond' module.
20789         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20790         * lib/glthread/cond.c (glthread_cond_init_func,
20791         glthread_cond_wait_func, glthread_cond_timedwait_func,
20792         glthread_cond_signal_func, glthread_cond_broadcast_func,
20793         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20794         * modules/cond (Dependencies): Add gettimeofday.
20795
20796 2008-10-11  Bruno Haible  <bruno@clisp.org>
20797
20798         Make sleep work on older versions of mingw.
20799         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20800         only whether it exists.
20801         * doc/posix-functions/sleep.texi: Mention the problem with older
20802         versions of mingw.
20803
20804 2008-10-11  Bruno Haible  <bruno@clisp.org>
20805
20806         New module 'shutdown'.
20807         * modules/shutdown: New file.
20808         * lib/sys_socket.in.h (shutdown): New declaration.
20809         * lib/winsock.c (shutdown): New function.
20810         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20811         GNULIB_SHUTDOWN.
20812         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20813         * doc/posix-functions/shutdown.texi: Document the new module.
20814
20815 2008-10-11  Jim Meyering  <meyering@redhat.com>
20816
20817         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20818
20819 2008-10-11  Bruno Haible  <bruno@clisp.org>
20820
20821         New module 'fclose'.
20822         * modules/fclose: New file.
20823         * lib/stdio.in.h (fclose): New declaration.
20824         * lib/fclose.c: New file.
20825         * m4/fclose.m4: New file.
20826         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20827         REPLACE_FCLOSE.
20828         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20829         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20830         REPLACE_FCLOSE.
20831         * modules/close (Depends-on): fclose.
20832         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20833
20834 2008-10-11  Bruno Haible  <bruno@clisp.org>
20835
20836         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20837         set errno and don't call _close.
20838
20839 2008-10-10  Bruno Haible  <bruno@clisp.org>
20840
20841         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20842         ACL, not afterwards. Fixes test failure on Cygwin.
20843
20844 2008-10-09  Ben Pfaff  <blp@gnu.org>
20845
20846         * build-aux/announce-gen: Fix gnulib version related part of usage
20847         message.  Die with a useful error message if no tarballs are
20848         found.
20849
20850 2008-10-10  Jim Meyering  <meyering@redhat.com>
20851
20852         bootstrap: use git's --depth=N option only if it's supported
20853         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20854         recognize the --depth option.  Reported by Pádraig Brady.
20855
20856 2008-10-09  Bruno Haible  <bruno@clisp.org>
20857
20858         New module 'ioctl'.
20859         * modules/ioctl: New file.
20860         * lib/sys_socket.in.h (ioctl): Remove declaration.
20861         * lib/winsock.c: Include <sys/ioctl.h>.
20862         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20863         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20864         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20865         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20866         * doc/posix-functions/ioctl.texi: Mention the new module.
20867
20868 2008-10-09  Bruno Haible  <bruno@clisp.org>
20869
20870         New module 'sys_ioctl'.
20871         * lib/sys_ioctl.in.h: New file.
20872         * m4/sys_ioctl_h.m4: New file.
20873         * modules/sys_ioctl: New file.
20874         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20875
20876 2008-10-09  Bruno Haible  <bruno@clisp.org>
20877
20878         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20879         * lib/winsock.c: Include <stdarg.h>.
20880         (rpl_ioctl): Change to second argument 'int' and then varargs.
20881
20882 2008-10-09  Bruno Haible  <bruno@clisp.org>
20883
20884         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20885         when the sys_socket module is present and the system has <winsock2.h>.
20886
20887 2008-10-09  Bruno Haible  <bruno@clisp.org>
20888
20889         * doc/posix-functions/close.texi: Mention module 'close' instead of
20890         module 'sys_socket'.
20891
20892 2008-10-09  Bruno Haible  <bruno@clisp.org>
20893
20894         * doc/glibc-headers/sys_ioctl.texi: New file.
20895         * doc/gnulib.texi: Include it.
20896
20897 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20898             Bruno Haible  <bruno@clisp.org>
20899
20900         Combine the two replacements of 'close'.
20901         * lib/sys_socket.in.h (close): Define to a reminder to include
20902         <unistd.h>.
20903         (_gl_close_fd_maybe_socket): New declaration.
20904         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20905         * lib/winsock.c (close): Remove undefinition.
20906         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20907         needed for the gnulib module 'close'.
20908         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20909         define to an error symbol or to a warning, if suitable.
20910         * lib/close.c: Include <sys/socket.h>.
20911         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20912         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20913         UNISTD_H_HAVE_WINSOCK2_H.
20914         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20915         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20916         UNISTD_H_HAVE_WINSOCK2_H.
20917         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20918         (configure.ac): Set a module indicator.
20919         (Makefile.am): Substitute GNULIB_CLOSE.
20920         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20921         * modules/poll-tests (Depends-on): Add close.
20922         * modules/select-tests (Depends-on): Likewise.
20923
20924 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20925             Bruno Haible  <bruno@clisp.org>
20926
20927         New module 'close'.
20928         * modules/close: New file.
20929         * lib/unistd.in.h (close): Move declaration out of the
20930         FCHDIR_REPLACEMENT scope.
20931         (_gl_unregister_fd): New declaration.
20932         * lib/close.c: New file.
20933         * lib/fchdir.c (rpl_close): Remove function.
20934         * m4/close.m4: New file.
20935         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20936         close.
20937         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20938         REPLACE_CLOSE.
20939         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20940         REPLACE_CLOSE.
20941         * modules/fchdir (Depends-on): Add close.
20942
20943 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20944             Bruno Haible  <bruno@clisp.org>
20945
20946         * lib/fcntl.in.h (open): Simplify conditionals.
20947         (_gl_register_fd): New declaration.
20948         * lib/fchdir.c (rpl_open): Remove function.
20949         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20950         also.
20951         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20952         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20953         open.
20954
20955 2008-10-09  Jim Meyering  <meyering@redhat.com>
20956
20957         GNUmakefile: use the more name-space-friendly "_version"
20958         * top/GNUmakefile (_dummy): Update.
20959         (_version): Rename from "version".
20960
20961 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20962             Bruno Haible  <bruno@clisp.org>
20963
20964         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20965         rpl_close.
20966         (_gl_register_fd): New function, extracted from rpl_open.
20967         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20968         (rpl_open, rpl_opendir): Use _gl_register_fd.
20969
20970 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20971
20972         Fix organization of 'open' replacement.
20973         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20974         (gl_FUNC_OPEN): Use it.
20975         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20976
20977 2008-10-08  Bruno Haible  <bruno@clisp.org>
20978
20979         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20980
20981 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20982
20983         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20984         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20985         listen).
20986
20987 2008-10-08  Eric Blake  <ebb9@byu.net>
20988
20989         GNUmakefile: add 'make version' target
20990         * top/GNUmakefile (_curr-ver): Split version update rules...
20991         (version): ...into a target.
20992
20993 2008-10-07  Bruno Haible  <bruno@clisp.org>
20994
20995         Use a more portable replacement expression for -0.0L.
20996         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20997         instead of -0.0L. Fix m4 quotation.
20998
20999         * tests/test-signbit.c: Include <float.h>.
21000         (minus_zero): New variable.
21001         (test_signbitl): Use minus_zero instead of -zero.
21002         * modules/signbit-tests (Depends-on): Add float.
21003
21004         * tests/test-ceill.c: Include <float.h>.
21005         (zero): Remove variable.
21006         (minus_zero): New variable.
21007         (main): Use minus_zero instead of -zero.
21008         * modules/ceill-tests (Depends-on): Add float.
21009
21010         * tests/test-floorl.c: Include <float.h>.
21011         (zero): Remove variable.
21012         (minus_zero): New variable.
21013         (main): Use minus_zero instead of -zero.
21014         * modules/floorl-tests (Depends-on): Add float.
21015
21016         * tests/test-roundl.c: Include <float.h>.
21017         (zero): Remove variable.
21018         (minus_zero): New variable.
21019         (main): Use minus_zero instead of -zero.
21020         * modules/roundl-tests (Depends-on): Add float.
21021
21022         * tests/test-truncl.c: Include <float.h>.
21023         (zero): Remove variable.
21024         (minus_zero): New variable.
21025         (main): Use minus_zero instead of -zero.
21026         * modules/truncl-tests (Depends-on): Add float.
21027
21028         * tests/test-frexpl.c (zero): Remove variable.
21029         (minus_zero): New variable.
21030         (main): Use minus_zero instead of -zero.
21031         * modules/frexpl-tests (Depends-on): Add float.
21032
21033         * tests/test-isnan.c (zerol): Remove variable.
21034         (minus_zerol): New variable.
21035         (test_long_double): Use minus_zerol instead of -zerol.
21036         * modules/isnan-tests (Depends-on): Add float.
21037
21038         * tests/test-isnanl.h (zero): Remove variable.
21039         (minus_zero): New variable.
21040         (main): Use minus_zero instead of -zero.
21041         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21042         * modules/isnanl-tests (Depends-on): Add float.
21043
21044         * tests/test-ldexpl.c (zero): Remove variable.
21045         (minus_zero): New variable.
21046         (main): Use minus_zero instead of -zero.
21047         * modules/ldexpl-tests (Depends-on): Add float.
21048
21049         * tests/test-snprintf-posix.h (zerol): Remove variable.
21050         (minus_zerol): New variable.
21051         (test_function): Use minus_zerol instead of -zerol.
21052         * modules/snprintf-posix-tests (Depends-on): Add float.
21053         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21054
21055         * tests/test-sprintf-posix.h (zerol): Remove variable.
21056         (minus_zerol): New variable.
21057         (test_function): Use minus_zerol instead of -zerol.
21058         * modules/sprintf-posix-tests (Depends-on): Add float.
21059         * modules/vsprintf-posix-tests (Depends-on): Add float.
21060
21061         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21062         (minus_zerol): New variable.
21063         (test_function): Use minus_zerol instead of -zerol.
21064         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21065
21066         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21067         (minus_zerol): New variable.
21068         (test_function): Use minus_zerol instead of -zerol.
21069         * modules/vasprintf-posix-tests (Depends-on): Add float.
21070
21071 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21072
21073         * MODULES.html.sh (Support for building documentation): Mention
21074         pmccabe2html.  Sort entries.
21075
21076         Add pmccabe2html module, from gnupdf.
21077         * build-aux/pmccabe.css: New file.
21078         * build-aux/pmccabe2html: New file.
21079         * m4/pmccabe2html.m4: New file.
21080         * modules/pmccabe2html: New file.
21081
21082 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21083
21084         flock: new module
21085         * MODULES.html.sh: Add to list of modules.
21086         * lib/flock.c: flock implementation for Windows and Unix systems
21087         which have fcntl.
21088         * doc/glibc-functions/flock.texi: Update documentation.
21089         * lib/sys_file.in.h: <sys/file.h> header file.
21090         * m4/flock.m4: M4 macros.
21091         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21092         * modules/flock: flock module.
21093         * modules/flock-tests: flock tests module.
21094         * modules/sys_file: sys/file.h module.
21095         * tests/test-flock.c: test suite for flock.
21096
21097 2008-10-06  Jim Meyering  <meyering@redhat.com>
21098
21099         bootstrap: check for LT_INIT more portably still ;-)
21100         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21101         Spotted by Bruno Haible.
21102
21103 2008-10-06  Eric Blake  <ebb9@byu.net>
21104
21105         test-signbit: avoid tripping Irix cc bug on -0.0L
21106         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21107         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21108         entire testsuite consistent and avoids an Irix 6.2 bug.
21109
21110 2008-10-05  Bruno Haible  <bruno@clisp.org>
21111             Jim Meyering  <jim@meyering.net>
21112
21113         Add an option for ignoring EPIPE during close_stdout.
21114         * lib/closeout.h: Include <stdbool.h>.
21115         (close_stdout_set_ignore_EPIPE): New declaration.
21116         * lib/closeout.c: Include <stdbool.h>.
21117         (ignore_EPIPE): New variable.
21118         (close_stdout_set_ignore_EPIPE): New function.
21119         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21120         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21121         failure.
21122         * modules/closeout (Depends-on): Add stdbool.
21123
21124 2008-10-05  Bruno Haible  <bruno@clisp.org>
21125
21126         * modules/accept: New file.
21127         * modules/bind: New file.
21128         * modules/connect: New file.
21129         * modules/getpeername: New file.
21130         * modules/getsockname: New file.
21131         * modules/getsockopt: New file.
21132         * modules/listen: New file.
21133         * modules/recv: New file.
21134         * modules/recvfrom: New file.
21135         * modules/send: New file.
21136         * modules/sendto: New file.
21137         * modules/setsockopt: New file.
21138         * modules/socket: New file.
21139         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21140         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21141         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21142         the particular module is requested. Add a link warning when the
21143         particular module is not requested.
21144         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21145         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21146         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21147         the particular module is requested.
21148         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21149         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21150         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21151         * modules/sys_socket (Depends-on): Add link-warning.
21152         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21153         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21154         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21155         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21156         GL_LINK_WARNING.
21157         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21158         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21159         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21160         * doc/posix-functions/getpeername.texi: Mention the new module
21161         'getpeername'.
21162         * doc/posix-functions/getsockname.texi: Mention the new module
21163         'getsockname'.
21164         * doc/posix-functions/getsockopt.texi: Mention the new module
21165         'getsockopt'.
21166         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21167         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21168         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21169         * doc/posix-functions/send.texi: Mention the new module 'send'.
21170         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21171         * doc/posix-functions/setsockopt.texi: Mention the new module
21172         'setsockopt'.
21173         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21174         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21175         listen, connect, accept.
21176         * modules/select-tests (Depends-on): Likewise.
21177
21178 2008-10-05  Bruno Haible  <bruno@clisp.org>
21179
21180         * lib/winsock.c (strerror): Remove unused #undef.
21181         (rpl_close): Remove unused local variable.
21182
21183         * modules/sys_socket (Depends-on); Add errno.
21184
21185 2008-10-05  Bruno Haible  <bruno@clisp.org>
21186
21187         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21188         (select): Add a link warning when the 'select' module is not used.
21189         * modules/sys_select (Depends-on): Add link-warning.
21190         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21191         Suggested by Paolo Bonzini.
21192
21193 2008-10-05  Jim Meyering  <meyering@redhat.com>
21194
21195         bootstrap: check for LT_INIT more portably
21196         * build-aux/bootstrap: Avoid using grep -E, since it's not
21197         portable enough.  Suggestion from Bruno Haible.
21198
21199 2008-10-05  Bruno Haible  <bruno@clisp.org>
21200
21201         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21202         as being fixed by gnulib.
21203
21204 2008-10-05  Bruno Haible  <bruno@clisp.org>
21205
21206         * modules/select-tests: New file, mostly copied from
21207         modules/sys_select-tests.
21208         * tests/test-select.c: New file, mostly copied from
21209         tests/test-sys_select.c.
21210         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21211         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21212         (Makefile.am): Remove test_sys_select_LDADD.
21213
21214         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21215         to an undefined symbol, for an error message.
21216         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21217         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21218         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21219         winsock-select.c here.
21220         * modules/sys_select (Files): Remove lib/winsock-select.c.
21221         (Depends-on): Remove alloca.
21222         (Makefile.am): Substitute GNULIB_SELECT.
21223         * modules/select: New file.
21224         * doc/posix-functions/select.texi: Update.
21225
21226 2008-10-05  Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21229         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21230         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21231         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21232         getdtablesize.
21233         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21234         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21235
21236 2008-10-05  Bruno Haible  <bruno@clisp.org>
21237
21238         * modules/getdtablesize-tests: New file.
21239         * tests/test-getdtablesize.c: New file.
21240
21241         New module 'getdtablesize'.
21242         * lib/unistd.in.h (getdtablesize): New declaration.
21243         * lib/getdtablesize.c: New file.
21244         * m4/getdtablesize.m4: New file.
21245         * modules/getdtablesize: New file.
21246         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21247         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21248         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21249         HAVE_GETDTABLESIZE.
21250         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21251
21252 2008-10-05  Bruno Haible  <bruno@clisp.org>
21253
21254         * modules/sched (Makefile.am): Fix typo.
21255         Reported by Simon Josefsson.
21256
21257 2008-10-05  Jim Meyering  <meyering@redhat.com>
21258
21259         bootstrap: check for LT_INIT, too
21260         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21261         are deprecated.  Suggestion from Ralf Wildenhues.
21262
21263 2008-10-05  Bruno Haible  <bruno@clisp.org>
21264
21265         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21266         overriding them by ours.
21267         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21268
21269 2008-10-05  Jim Meyering  <meyering@redhat.com>
21270
21271         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21272         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21273         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21274
21275 2008-10-04  Bruno Haible  <bruno@clisp.org>
21276
21277         * modules/dup2 (License): Change to LGPLv2+.
21278         * modules/sleep (License): Likewise.
21279         * modules/perror (License): Likewise.
21280         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21281         Blake.
21282         * modules/signal (License): Likewise.
21283         * modules/sigprocmask (License): Likewise.
21284         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21285         Meyering.
21286
21287 2008-10-04  Bruno Haible  <bruno@clisp.org>
21288
21289         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21290         Reported by Rainer Tammer <tammer@tammer.net>.
21291
21292 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21293             Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21296         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21297         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21298
21299 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21300
21301         filevercmp: new module
21302         * lib/filevercmp.h: New function filevercmp comparing version strings.
21303         * lib/filevercmp.c: Implementation of filevercmp function.
21304         * modules/filevercmp: Module metadata.
21305         * tests/test-filevercmp.c: Unit test for new module.
21306         * modules/filevercmp-tests: Unit test metadata.
21307         * MODULES.html.sh: Add filevercmp module.
21308
21309 2008-10-03  Bruno Haible  <bruno@clisp.org>
21310
21311         * lib/c-ctype.h: Add comment.
21312         Reported by Jim Meyering.
21313
21314 2008-10-02  Bruno Haible  <bruno@clisp.org>
21315
21316         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21317
21318 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21319
21320         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21321         name of bootstrap.conf accordingly.
21322
21323 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21324
21325         * build-aux/bootstrap: Install git-merge-changelog configuration
21326         items into .gitconfig if needed.
21327
21328 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21329
21330         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21331         git repository, and initialize/update it accordingly.
21332
21333 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21334
21335         * modules/fsync-tests: New file.
21336         * tests/test-fsync.c: New file.
21337
21338         New module 'fsync'.
21339         * lib/fsync.c: New file.
21340         * m4/fsync.m4: New file.
21341         * modules/fsync: New file.
21342         * lib/unistd.in.h (fsync): New declaration.
21343         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21344         GNULIB_FSYNC and HAVE_FSYNC.
21345         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21346         * MODULES.html.sh (posix_functions): Add fsync.
21347         * doc/posix-functions/fsync.texi: Mention the new module.
21348
21349 2008-10-02  Jim Meyering  <meyering@redhat.com>
21350
21351         fts.c: sync with similar code from coreutils' remove.c
21352         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21353         Guard also with "#if defined __linux__", since for now at least,
21354         this code is Linux-kernel-specific.
21355
21356 2008-10-02  Jim Meyering  <meyering@redhat.com>
21357
21358         fts: bug fixes
21359         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21360         Include <sys/vfs.h>, not <sys/statfs.h>.
21361
21362         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21363         Include <sys/vfs.h>, not <sys/statfs.h>.
21364
21365 2008-10-01  Bruno Haible  <bruno@clisp.org>
21366
21367         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21368         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21369         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21370         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21371         * doc/posix-functions/posix_spawnp.texi: Likewise.
21372         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21373         whether posix_spawn actually works.
21374         * m4/pipe.m4 (gl_PIPE): Likewise.
21375         * modules/execute (Files): Add m4/posix_spawn.m4.
21376         * modules/pipe (Files): Add m4/posix_spawn.m4.
21377         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21378
21379 2008-10-01  Jim Meyering  <meyering@redhat.com>
21380
21381         remove trailing spaces
21382         * NEWS: Likewise.
21383         * lib/poll.c (poll): Likewise.
21384         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21385         * lib/winsock.c (rpl_close): Likewise.
21386         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21387         * modules/yield: Likewise.
21388         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21389         * tests/test-sys_select.c (connect_to_socket): Likewise.
21390
21391         fts.c: adjust a new interface to be more generally useful
21392         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21393         (fts_build): Adjust caller.
21394
21395 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21396
21397         * modules/cond-tests: New file.
21398         * tests/test-cond.c: New file.
21399
21400 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21401             Bruno Haible  <bruno@clisp.org>
21402
21403         * modules/cond (Dependencies): Add errno, time.
21404         * lib/glthread/cond.h: Include <time.h>.
21405         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21406         across platforms.
21407
21408 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21409             Bruno Haible  <bruno@clisp.org>
21410
21411         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21412
21413 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21414             Bruno Haible  <bruno@clisp.org>
21415
21416         * modules/tls-tests (Depends-on): Add thread, yield.
21417         (configure.ac): Remove all checks.
21418         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21419         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21420         gl_thread_self): Remove definitions. Include glthread/thread.h and
21421         glthread/yield.h instead.
21422         (test_tls): Pass an additional NULL argument to gl_thread_join.
21423
21424 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21425             Bruno Haible  <bruno@clisp.org>
21426
21427         * modules/lock-tests (Depends-on): Add thread, yield.
21428         (configure.ac): Remove all checks.
21429         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21430         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21431         gl_thread_self): Remove definitions. Include glthread/thread.h and
21432         glthread/yield.h instead.
21433         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21434         additional NULL argument to gl_thread_join.
21435
21436 2008-09-30  Bruno Haible  <bruno@clisp.org>
21437
21438         Fix the Win32 implementation of the 'thread' module.
21439         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21440         pointer type.
21441         (gl_thread_self): Invoke gl_thread_self_func.
21442         (gl_thread_self_func): New declaration.
21443         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21444         (do_init_self_key, init_self_key): New functions.
21445         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21446         Remove some fields.
21447         (running_threads, running_lock): Remove variables.
21448         (get_current_thread_handle): New function.
21449         (gl_thread_self_func, wrapper_func, glthread_create_func,
21450         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21451         simplified.
21452
21453 2008-09-30  Bruno Haible  <bruno@clisp.org>
21454
21455         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21456         files.
21457
21458 2008-09-30  Jim Meyering  <meyering@redhat.com>
21459
21460         fts.m4: correct the test for statfs.f_type
21461         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21462         when checking for statfs.f_type.
21463
21464 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21465
21466         tests: avoid some compiler warnings
21467         * tests/test-memchr.c (main): Pass NULL indirectly.
21468         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21469
21470 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21471
21472         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21473         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21474         exactly specified dayshifts.
21475         (dayshift): New rule.
21476         (rel): Add dayshift.
21477         (relative_time_table) [tomorrow, yesterday, today, now]:
21478         Use tDAY_SHIFT in place of tDAY_UNIT.
21479         * tests/test-getdate.c: Add tests for now-disallowed countable
21480         dayshifts, e.g., "4 yesterday ago".
21481
21482 2008-09-29  Bruno Haible  <bruno@clisp.org>
21483
21484         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21485         * tests/test-posix_spawn1.in.sh: Renamed from
21486         tests/test-posix_spawn.in.sh.
21487         * tests/test-posix_spawn2.c: New file.
21488         * tests/test-posix_spawn2.in.sh: New file.
21489         * modules/posix_spawnp-tests (Files): Update.
21490         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21491
21492 2008-09-29  Bruno Haible  <bruno@clisp.org>
21493
21494         Propagate effects of putenv/setenv/unsetenv to child processes.
21495         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21496         * lib/pipe.c (create_pipe): Likewise.
21497
21498 2008-09-29  Bruno Haible  <bruno@clisp.org>
21499
21500         Enable use of shell scripts as executables in mingw.
21501         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21502         run the program as a shell script.
21503         * lib/pipe.c (create_pipe): Likewise.
21504         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21505         resulting array.
21506
21507 2008-09-29  Eric Blake  <ebb9@byu.net>
21508
21509         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21510
21511 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21512
21513         * doc/posix-functions/accept.texi: Update mingw problems.
21514         * doc/posix-functions/bind.texi: Update mingw problems.
21515         * doc/posix-functions/close.texi: Update mingw problems.
21516         * doc/posix-functions/connect.texi: Update mingw problems.
21517         * doc/posix-functions/getpeername.texi: Update mingw problems.
21518         * doc/posix-functions/getsockname.texi: Update mingw problems.
21519         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21520         * doc/posix-functions/ioctl.texi: Update mingw problems.
21521         * doc/posix-functions/listen.texi: Update mingw problems.
21522         * doc/posix-functions/recv.texi: Update mingw problems.
21523         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21524         * doc/posix-functions/select.texi: Update mingw problems.
21525         * doc/posix-functions/send.texi: Update mingw problems.
21526         * doc/posix-functions/sendto.texi: Update mingw problems.
21527         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21528         * doc/posix-functions/socket.texi: Update mingw problems.
21529
21530 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21531             Bruno Haible  <bruno@clisp.org>
21532
21533         * lib/sys_select.in.h: Include sys/time.h.
21534         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21535         * modules/sys_select: Depend on sys_time.
21536         * tests/test-sys_select.c: Test that sys/select.h defines struct
21537         timeval fully.
21538
21539 2008-09-29  Bruno Haible  <bruno@clisp.org>
21540
21541         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21542         * lib/sys_select.in.h: Likewise.
21543
21544 2008-09-29  Bruno Haible  <bruno@clisp.org>
21545
21546         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21547
21548 2008-09-29  Bruno Haible  <bruno@clisp.org>
21549
21550         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21551         Set LIBSOCKET instead of augmenting LIBS.
21552         * modules/sockets (Link): New section.
21553         * modules/sockets-tests (test_sockets_LDADD): New variable.
21554         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21555         * modules/poll-tests (test_poll_LDADD): New variable.
21556         * NEWS: Document the change.
21557
21558 2008-09-29  Bruno Haible  <bruno@clisp.org>
21559
21560         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21561         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21562         ARPA_INET_H directly.
21563         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21564
21565 2008-09-28  Bruno Haible  <bruno@clisp.org>
21566
21567         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21568         from gl_HEADER_SYS_SOCKET.
21569         (gl_HEADER_SYS_SOCKET): Invoke it.
21570         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21571
21572 2008-09-28  Bruno Haible  <bruno@clisp.org>
21573
21574         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21575         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21576         Needed on OSF/1 4.0.
21577
21578 2008-09-28  Bruno Haible  <bruno@clisp.org>
21579
21580         Override open more carefully.
21581         * lib/open.c (orig_open): New function.
21582         (rpl_open): Use orig_open instead of open.
21583         * lib/fcntl.in.h: Add special invocation convention.
21584         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21585         (gl_FUNC_OPEN): Invoke it.
21586
21587         Override freopen more carefully.
21588         * lib/freopen.c (orig_freopen): New function.
21589         (rpl_freopen): Use orig_freopen instead of freopen.
21590         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21591         (gl_FUNC_FREOPEN): Invoke it.
21592
21593         Override fopen more carefully.
21594         * lib/fopen.c (orig_fopen): New function.
21595         (rpl_fopen): Use orig_fopen instead of fopen.
21596         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21597         (gl_FUNC_FOPEN): Invoke it.
21598         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21599
21600 2008-09-28  Bruno Haible  <bruno@clisp.org>
21601
21602         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21603         SIGPIPE.
21604
21605 2008-09-28  Bruno Haible  <bruno@clisp.org>
21606
21607         * tests/test-sigaction.c (handler, main): Disable the check whether
21608         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21609         glibc systems with LinuxThreads.
21610
21611 2008-09-28  Bruno Haible  <bruno@clisp.org>
21612
21613         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21614
21615         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21616         with AIX xlc.
21617         * lib/fcntl.in.h (open): Likewise.
21618         Reported by Rainer Tammer <tammer@tammer.net>.
21619
21620 2008-09-28  Bruno Haible  <bruno@clisp.org>
21621
21622         * modules/posix_spawnp-tests: New file.
21623         * tests/test-posix_spawn.c: New file.
21624         * tests/test-posix_spawn.in.sh: New file.
21625
21626         New module 'posix_spawnp'.
21627         * modules/posix_spawnp: New file.
21628         * lib/spawnp.c: New file, from GNU libc with modifications.
21629         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21630
21631         New module 'posix_spawn'.
21632         * modules/posix_spawn: New file.
21633         * lib/spawn.c: New file, from GNU libc with modifications.
21634         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21635
21636         New module 'posix_spawnattr_destroy'.
21637         * modules/posix_spawnattr_destroy: New file.
21638         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21639         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21640         module.
21641
21642         New module 'posix_spawnattr_setsigmask'.
21643         * modules/posix_spawnattr_setsigmask: New file.
21644         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21645         modifications.
21646         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21647         new module.
21648
21649         New module 'posix_spawnattr_getsigmask'.
21650         * modules/posix_spawnattr_getsigmask: New file.
21651         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21652         modifications.
21653         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21654         new module.
21655
21656         New module 'posix_spawnattr_setsigdefault'.
21657         * modules/posix_spawnattr_setsigdefault: New file.
21658         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21659         modifications.
21660         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21661         new module.
21662
21663         New module 'posix_spawnattr_getsigdefault'.
21664         * modules/posix_spawnattr_getsigdefault: New file.
21665         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21666         modifications.
21667         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21668         new module.
21669
21670         New module 'posix_spawnattr_setschedpolicy'.
21671         * modules/posix_spawnattr_setschedpolicy: New file.
21672         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21673         modifications.
21674         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21675         new module.
21676
21677         New module 'posix_spawnattr_getschedpolicy'.
21678         * modules/posix_spawnattr_getschedpolicy: New file.
21679         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21680         modifications.
21681         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21682         new module.
21683
21684         New module 'posix_spawnattr_setschedparam'.
21685         * modules/posix_spawnattr_setschedparam: New file.
21686         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21687         modifications.
21688         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21689         new module.
21690
21691         New module 'posix_spawnattr_getschedparam'.
21692         * modules/posix_spawnattr_getschedparam: New file.
21693         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21694         modifications.
21695         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21696         new module.
21697
21698         New module 'posix_spawnattr_setpgroup'.
21699         * modules/posix_spawnattr_setpgroup: New file.
21700         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21701         modifications.
21702         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21703         module.
21704
21705         New module 'posix_spawnattr_getpgroup'.
21706         * modules/posix_spawnattr_getpgroup: New file.
21707         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21708         modifications.
21709         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21710         module.
21711
21712         New module 'posix_spawnattr_setflags'.
21713         * modules/posix_spawnattr_setflags: New file.
21714         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21715         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21716         module.
21717
21718         New module 'posix_spawnattr_getflags'.
21719         * modules/posix_spawnattr_getflags: New file.
21720         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21721         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21722         module.
21723
21724         New module 'posix_spawnattr_init'.
21725         * modules/posix_spawnattr_init: New file.
21726         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21727         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21728         module.
21729
21730         New module 'posix_spawn_file_actions_destroy'.
21731         * modules/posix_spawn_file_actions_destroy: New file.
21732         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21733         modifications.
21734         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21735         the new module.
21736
21737         New module 'posix_spawn_file_actions_addopen'.
21738         * modules/posix_spawn_file_actions_addopen: New file.
21739         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21740         modifications.
21741         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21742         the new module.
21743
21744         New module 'posix_spawn_file_actions_adddup2'.
21745         * modules/posix_spawn_file_actions_adddup2: New file.
21746         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21747         modifications.
21748         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21749         the new module.
21750
21751         New module 'posix_spawn_file_actions_addclose'.
21752         * modules/posix_spawn_file_actions_addclose: New file.
21753         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21754         modifications.
21755         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21756         the new module.
21757
21758         New module 'posix_spawn_file_actions_init'.
21759         * modules/posix_spawn_file_actions_init: New file.
21760         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21761         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21762         new module.
21763
21764         New module 'posix_spawn-internal'.
21765         * modules/posix_spawn-internal: New file.
21766         * lib/spawn_int.h: New file, from GNU libc with modifications.
21767         * lib/spawni.c: New file, from GNU libc with modifications.
21768         * m4/posix_spawn.m4: New file.
21769
21770         New module 'spawn'.
21771         * modules/spawn: New file.
21772         * lib/spawn.in.h: New file, from GNU libc with modifications.
21773         * m4/spawn_h.m4: New file.
21774         * doc/posix-headers/spawn.texi: Mention the new module.
21775
21776 2008-09-28  Bruno Haible  <bruno@clisp.org>
21777
21778         * modules/sched-tests: New file.
21779         * tests/test-sched.c: New file.
21780
21781         New module 'sched'.
21782         * modules/sched: New file.
21783         * lib/sched.in.h: New file.
21784         * m4/sched_h.m4: New file.
21785         * doc/posix-headers/sched.texi: Mention the new module.
21786
21787 2008-09-27  Eric Blake  <ebb9@byu.net>
21788
21789         Fix previous patch, and tweak references to $0.
21790         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21791         (func_version, func_gnulib_dir): Don't call this program
21792         gnulib-tool.
21793         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21794         with using $0 in function.
21795         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21796         (func_fatal_error): Reuse the name the user invoked us with.
21797
21798 2008-09-27  Bruno Haible  <bruno@clisp.org>
21799
21800         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21801         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21802         (gl_ICONV_H): Not here.
21803         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21804         instead of assigning ICONV_H directly.
21805
21806         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21807         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21808         WCHAR_H directly.
21809
21810 2008-09-27  Bruno Haible  <bruno@clisp.org>
21811
21812         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21813         * modules/arpa_inet (Depends-on): Add link-warning.
21814         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21815         * modules/unistd (Makefile.am): Likewise.
21816
21817 2008-09-26  Bruno Haible  <bruno@clisp.org>
21818
21819         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21820         variables.
21821         (func_version): Essentially copied from gnulib-tool.
21822         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21823         func_readlink): Copied from gnulib-tool.
21824
21825 2008-09-26  Bruno Haible  <bruno@clisp.org>
21826
21827         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21828         invoking git-version-gen.
21829
21830 2008-09-26  Bruno Haible  <bruno@clisp.org>
21831
21832         * posix-modules: Update to directory names changed on 2008-01-19.
21833         Remove commas in output before splitting into words. No more need to
21834         avoid 'ftruncate' since 2007-02-19.
21835
21836 2008-09-26  Bruno Haible  <bruno@clisp.org>
21837
21838         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21839
21840 2008-09-26  Bruno Haible  <bruno@clisp.org>
21841
21842         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21843         * modules/fwriteerror (Depends-on): Add errno.
21844
21845 2008-09-26  Bruno Haible  <bruno@clisp.org>
21846
21847         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21848         * tests/test-vc-list-files-cvs.sh: Likewise.
21849
21850 2008-09-26  Bruno Haible  <bruno@clisp.org>
21851
21852         * doc/posix-headers/sys_resource.texi: Reorder items.
21853
21854 2008-09-26  Jim Meyering  <meyering@redhat.com>
21855
21856         fts: tweak inode comparison function
21857         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21858         inode numbers, as documented.
21859
21860         fts: sort dirent entries on inode number before traversing
21861         This avoids a quadratic, seek-related performance penalty when
21862         operating on a directory containing many entries (measurable at 10k;
21863         3.5 hours at 2 million entries with a cold cache) on certain types
21864         of file systems, including ext3 and ext4, but not tmpfs.
21865         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21866         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21867         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21868         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21869         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21870         (fts_build): Set the stat.st_ino member from D_INO.
21871         If it is likely to be useful, sort dirent entries on inode number.
21872
21873         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21874         and the struct statfs.f_type member.
21875         * modules/fts (Depends-on): Add d-ino.
21876
21877 2008-09-26  Bruno Haible  <bruno@clisp.org>
21878
21879         * modules/sigpipe-die (Depends-on): Add sigpipe.
21880
21881         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21882         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21883         and GNULIB_STDIO_H_SIGPIPE are set.
21884         * lib/stdio-write.c: New file.
21885         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21886         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21887         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21888         REPLACE_STDIO_WRITE_FUNCS.
21889         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21890         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21891         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21892         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21893         * modules/stdio (Files): Add lib/stdio-write.c.
21894         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21895         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21896         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21897         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21898         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21899         REPLACE_FPRINTF_POSIX.
21900         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21901         REPLACE_PRINTF_POSIX.
21902         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21903         REPLACE_VFPRINTF_POSIX.
21904         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21905         REPLACE_VPRINTF_POSIX.
21906         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21907         SIGPIPE issue.
21908         * doc/posix-functions/fputc.texi: Likewise.
21909         * doc/posix-functions/fputs.texi: Likewise.
21910         * doc/posix-functions/fwrite.texi: Likewise.
21911         * doc/posix-functions/printf.texi: Likewise.
21912         * doc/posix-functions/putc.texi: Likewise.
21913         * doc/posix-functions/putchar.texi: Likewise.
21914         * doc/posix-functions/puts.texi: Likewise.
21915         * doc/posix-functions/vfprintf.texi: Likewise.
21916         * doc/posix-functions/vprintf.texi: Likewise.
21917
21918         * modules/safe-write (Depends-on): Add write.
21919
21920         * modules/sigpipe-tests: New file.
21921         * tests/test-sigpipe.c: New file.
21922         * tests/test-sigpipe.sh: New file.
21923
21924         * modules/write: New file.
21925         * lib/unistd.in.h: Include <sys/types.h>.
21926         (write): New declaration.
21927         * lib/write.c: New file.
21928         * m4/write.m4: New file.
21929         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21930         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21931         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21932         GNULIB_WRITE, REPLACE_WRITE.
21933         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21934         and the SIGPIPE issue.
21935
21936         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21937         (raise): New declaration.
21938         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21939         (ext_signal): New function.
21940         (rpl_raise): New function.
21941         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21942         GNULIB_SIGNAL_H_SIGPIPE.
21943         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21944         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21945
21946         * modules/sigpipe: New file.
21947         * m4/sigpipe.m4: New file.
21948
21949 2008-09-25  Derek Price  <derek@ximbiot.com>
21950             Bruno Haible  <bruno@clisp.org>
21951
21952         * gnulib-tool (func_import): Report all license incompatibilities, not
21953         just the first one.
21954
21955 2008-09-25  Bruno Haible  <bruno@clisp.org>
21956
21957         * gnulib-tool (func_import): When computing the edits, consider not
21958         only the Makefile.ams that exist but also those that will be generated.
21959
21960 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21961
21962         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21963         fixes gnulib-tool --test warning about duplicate dependency.
21964
21965 2008-09-25  Bruno Haible  <bruno@clisp.org>
21966
21967         * gnulib-tool: Don't ask the user to perform edits in the generated
21968         Makefile.ams.
21969         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21970         apply to the Makefile.am being generated.
21971         (func_emit_tests_Makefile_am): Execute edits that apply to the
21972         Makefile.am being generated.
21973         (func_import): Setup list of Makefile.am edits before emitting the
21974         Makefile.ams, not at the end.
21975         (func_create_testdir): Update.
21976         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21977
21978 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21979
21980         * gnulib-tool (func_import): Store the --tests-base option in the
21981         comment in gnulib-cache.m4.
21982
21983 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21984
21985         * NEWS: Document increased portability that sys_select now provides.
21986
21987         * lib/sys_select.in.h: Install select wrapper.
21988         * lib/sys_socket.in.h: Use more descriptive name when there is no
21989         select wrapper.
21990         * lib/winsock-select.c: New.
21991         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21992         Require gl_HEADER_SYS_SOCKET.
21993         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21994         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21995         * tests/test-sys_select.c: Add functional tests.
21996
21997 2008-09-24  Eric Blake  <ebb9@byu.net>
21998
21999         open, fopen: close fd leak in last patch
22000         * lib/open.c (rpl_open): Close fd before returning error.
22001         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22002         * doc/posix-functions/open.texi (open): Document that Irix also
22003         has the bug.
22004         * doc/posix-functions/fopen.texi (fopen): Likewise.
22005         Reported by Paolo Bonzini.
22006
22007 2008-09-24  Bruno Haible  <bruno@clisp.org>
22008
22009         Ensure that a filename ending in a slash cannot be used to access a
22010         non-directory.
22011         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22012         to check whether it's really a directory.
22013         * lib/fopen.c: Include fcntl.h, unistd.h.
22014         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22015         and fdopen().
22016         * modules/fopen (Depends-on): Add unistd.
22017         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22018         * tests/test-fopen.c (main): Likewise.
22019         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22020         * doc/posix-functions/fopen.texi: Likewise.
22021         Reported by Eric Blake.
22022
22023 2008-09-23  Eric Blake  <ebb9@byu.net>
22024
22025         c-stack: avoid compiler optimizations when provoking overflow
22026         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22027         recursion harder to optimize, to ensure a stack overflow occurs.
22028         * tests/test-c-stack.c (recurse): Likewise.
22029         Borrowed from libsigsegv.
22030
22031         c-stack: work around Irix sigaltstack bug
22032         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22033         whether sigaltstack uses wrong end of stack_t (copied in part from
22034         libsigsegv).
22035         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22036         Irix bug, without requiring an over-allocation.
22037         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22038         bug.
22039
22040         fopen: document mingw bug on directories
22041         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22042         not allowing a stream visiting a directory, even though reading
22043         from such a stream is not portable.
22044
22045 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22046
22047         * lib/poll.c: Rewrite.
22048         * modules/poll: Depend on alloca.
22049
22050 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22051
22052         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22053         instead define prototypes for a full set of wrappers.  Ensure
22054         that Cygwin does not use the compatibility code, which is only
22055         for MinGW.
22056         * lib/winsock.c: New.
22057         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22058         * modules/sys_socket: Add lib/winsock.c.
22059
22060         * modules/poll-tests: Add errno and perror.
22061         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22062
22063 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22064
22065         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22066
22067 2008-09-23  Bruno Haible  <bruno@clisp.org>
22068
22069         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22070         * doc/glibc-functions/*: Likewise.
22071
22072 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22073
22074         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22075         success.
22076
22077 2008-09-22  Eric Blake  <ebb9@byu.net>
22078             Bruno Haible  <bruno@clisp.org>
22079
22080         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22081         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22082         supply %A but mishandle pseudo-NaN.
22083         Reported by Simon Josefsson.
22084
22085 2008-09-21  Bruno Haible  <bruno@clisp.org>
22086
22087         * tests/test-lock.c (main): Tweak skip message.
22088         * tests/test-tls.c (main): Likewise.
22089
22090 2008-09-21  Bruno Haible  <bruno@clisp.org>
22091
22092         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22093         whether 'struct sigaction' has sa_sigaction here...
22094         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22095         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22096
22097 2008-09-21  Bruno Haible  <bruno@clisp.org>
22098
22099         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22100         section.
22101         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22102         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22103         the new section.
22104         (Support for obsolete systems lacking POSIX:2001): New section.
22105         (String handling <string.h>): Move strdup to the new section.
22106         Suggested by Simon Josefsson and Paolo Bonzini.
22107
22108 2008-09-21  Bruno Haible  <bruno@clisp.org>
22109
22110         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22111         exponents in %e and %g results on 'long double'. Needed for mingw's
22112         improved *printf functions.
22113         * tests/test-vasprintf-posix.c (test_function): Likewise.
22114         * tests/test-snprintf-posix.h (test_function): Likewise.
22115         * tests/test-sprintf-posix.h (test_function): Likewise.
22116         Reported by Eric Blake.
22117
22118 2008-09-21  Bruno Haible  <bruno@clisp.org>
22119
22120         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22121         * tests/test-sprintf-posix.h (test_function): Likewise.
22122
22123 2008-09-21  Bruno Haible  <bruno@clisp.org>
22124
22125         * modules/getpass (Depends-on): Add strdup-posix.
22126
22127         New module 'strdup-posix'.
22128         * modules/strdup-posix: New file.
22129         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22130         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22131         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22132         REPLACE_STRDUP.
22133         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22134         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22135         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22136         strdup-posix.
22137
22138         * modules/strdup (Depends-on): Remove malloc-posix.
22139
22140 2008-09-20  Bruno Haible  <bruno@clisp.org>
22141
22142         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22143         Wildenhues.
22144
22145 2008-09-20  Bruno Haible  <bruno@clisp.org>
22146
22147         Ensure that wint_t gets defined on IRIX 5.3.
22148         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22149         * lib/wctype.in.h (wint_t): Likewise.
22150         (__wctype_wint_t): Remove type.
22151         (isw*): Use wint_t instead of __wctype_wint_t.
22152         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22153         * modules/wchar (Files): Add m4/wint_t.m4.
22154         (Makefile.am): Substitute HAVE_WINT_T.
22155         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22156         * tests/test-wctype.c: Check that wint_t is defined.
22157         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22158         * doc/posix-headers/wctype.texi: Likewise.
22159         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22160
22161 2008-09-18  Bruno Haible  <bruno@clisp.org>
22162
22163         * gnulib-tool (func_exit): Update comment.
22164
22165 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22166
22167         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22168         assumes strdup exists and does not depend on strdup to return
22169         ENOMEM on out of memory conditions.
22170
22171 2008-09-18  Bruno Haible  <bruno@clisp.org>
22172
22173         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22174         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22175         digits for the exponent.
22176
22177 2008-09-18  Jim Meyering  <meyering@redhat.com>
22178             Bruno Haible  <bruno@clisp.org>
22179
22180         * lib/vasnprintf.c (decimal_point_char): Define also if
22181         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22182
22183 2008-09-16  Bruno Haible  <bruno@clisp.org>
22184         and Eric Blake  <ebb9@byu.net>
22185
22186         vasnprintf: support Irix 5.3
22187         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22188         that mishandle long double infinity.
22189         Reported by Tom G. Christensen.
22190
22191 2008-09-16  Bruno Haible  <bruno@clisp.org>
22192
22193         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22194         Solaris 9.
22195         * doc/glibc-functions/alphasort.texi: Likewise.
22196         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22197
22198 2008-09-16  Jim Meyering  <meyering@redhat.com>
22199
22200         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22201         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22202         a umask modification leak out of a subshell.  Otherwise, the
22203         opensolaris /bin/sh would be accepted and thus cause unwarranted
22204         failures in the coreutils test suite.
22205
22206 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22207
22208         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22209         to succeed.
22210
22211 2008-09-16  Jim Meyering  <meyering@redhat.com>
22212
22213         avoid spurious test failure when library is built without ACL support
22214         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22215         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22216         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22217         * tests/test-copy-acl.sh: Likewise.
22218
22219 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22220
22221         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22222         based on character occurrence counts.
22223
22224 2008-09-15  Eric Blake  <ebb9@byu.net>
22225
22226         tests: avoid some compiler warnings
22227         * tests/test-memchr.c (main): Pass NULL indirectly.
22228         * tests/test-closein.c (main): Avoid unused variable.
22229
22230 2008-09-15  Bruno Haible  <bruno@clisp.org>
22231
22232         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22233         are missing on OpenBSD 4.0 individually.
22234         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22235
22236 2008-09-15  Bruno Haible  <bruno@clisp.org>
22237
22238         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22239         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22240         * doc/posix-functions/perror.texi: Likewise.
22241         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22242         is missing.
22243         Reported by Eric Blake.
22244
22245         * lib/errno.in.h: Use replacement values >= 2000.
22246         Reported by Eric Blake.
22247
22248 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22249
22250         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22251         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22252         limit.
22253         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22254         compareseq was aborted.
22255
22256 2008-09-14  Bruno Haible  <bruno@clisp.org>
22257
22258         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22259         yvec_edit_count.
22260         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22261         (fstrcmp_bounded): Simplify result computation accordingly.
22262
22263 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22264
22265         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22266         (fstrcmp): Define in terms of fstrcmp_bounded.
22267         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22268         lower_bound argument.
22269         Return quickly if the result is certainly < lower_bound.
22270         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22271
22272 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22273
22274         * lib/diffseq.h (EARLY_ABORT): New macro.
22275         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22276         evaluates to true.
22277
22278 2008-09-14  Bruno Haible  <bruno@clisp.org>
22279
22280         * modules/perror-tests: New file.
22281         * tests/test-perror.sh: New file.
22282         * tests/test-perror.c: New file.
22283
22284         New module 'perror'.
22285         * lib/stdio.in.h (perror): New declaration.
22286         * lib/perror.c: New file.
22287         * m4/perror.m4: New file.
22288         * modules/perror: New file.
22289         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22290         * doc/posix-functions/perror.texi: Mention the perror module.
22291         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22292         REPLACE_PERROR.
22293         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22294         REPLACE_PERROR.
22295
22296 2008-09-14  Bruno Haible  <bruno@clisp.org>
22297
22298         * modules/stdio (Makefile.am): Reorder to match the order in
22299         lib/stdio.in.h.
22300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22301
22302 2008-09-13  Bruno Haible  <bruno@clisp.org>
22303
22304         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22305
22306 2008-09-13  Bruno Haible  <bruno@clisp.org>
22307
22308         Extend strerror to cover the added errno values.
22309         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22310         (rpl_strerror): Provide error messages for the added errno values and
22311         for the WSA* values.
22312         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22313         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22314         strerror.
22315         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22316         * modules/strerror (Depends-on): Add errno.
22317         * doc/posix-functions/strerror.texi: Document the change.
22318         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22319         and EOVERFLOW.
22320
22321 2008-09-13  Bruno Haible  <bruno@clisp.org>
22322
22323         * modules/EOVERFLOW: Remove file.
22324         * m4/eoverflow.m4: Remove file.
22325         * modules/EOVERFLOW-tests: Remove file.
22326         * tests/test-EOVERFLOW.c: Remove file.
22327         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22328         * modules/ftell (Depends-on): Likewise.
22329         * modules/getdelim (Depends-on): Likewise.
22330         * modules/getugroups (Depends-on): Likewise.
22331         * modules/poll (Depends-on): Likewise.
22332         * modules/snprintf (Depends-on): Likewise.
22333         * modules/sprintf-posix (Depends-on): Likewise.
22334         * modules/vasnprintf (Depends-on): Likewise.
22335         * modules/vasprintf (Depends-on): Likewise.
22336         * modules/vfprintf-posix (Depends-on): Likewise.
22337         * modules/vsnprintf (Depends-on): Likewise.
22338         * modules/vsprintf-posix (Depends-on): Likewise.
22339         * modules/xvasprintf (Depends-on): Likewise.
22340         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22341         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22342         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22343         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22344         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22345         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22346         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22347         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22348         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22349         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22350         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22351         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22352         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22353         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22354         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22355         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22356         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22357         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22358         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22359         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22360         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22361         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22362         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22363         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22364         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22365         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22366         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22367         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22368         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22369         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22370         * MODULES.html.sh: Remove EOVERFLOW.
22371         * NEWS: Mention the change.
22372
22373 2008-09-13  Bruno Haible  <bruno@clisp.org>
22374
22375         * modules/errno-tests: New file.
22376         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22377
22378         * lib/errno.in.h: New file.
22379         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22380         * modules/errno: New file.
22381         * doc/posix-headers/errno.texi: Update documentation.
22382         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22383
22384 2008-09-13  Bruno Haible  <bruno@clisp.org>
22385
22386         * tests/test-poll.c: Use #if for native Windows, rather than testing
22387         __MSVCRT__.
22388
22389 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22390             Bruno Haible  <bruno@clisp.org>
22391
22392         * lib/glob.c: Don't include <pwd.h> on native Windows.
22393         (WINDOWS32): New macro.
22394         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22395
22396 2008-09-13  Bruno Haible  <bruno@clisp.org>
22397
22398         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22399         (ETIMEDOUT): Remove macro.
22400         (glthread_cond_timedwait_multithreaded): New declaration.
22401         (glthread_cond_timedwait): Use it.
22402         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22403         (glthread_cond_timedwait_multithreaded): New function.
22404
22405 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22406
22407         * modules/poll-tests: Do not check for io.h.
22408         * tests/test-poll.c: Check for __MSVCRT__ instead.
22409
22410 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22411
22412         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22413         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22414         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22415
22416 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22417
22418         * modules/poll-tests: New.
22419         * tests/test-poll.c: New.
22420
22421 2008-09-12  Eric Blake  <ebb9@byu.net>
22422
22423         frexp: test for NetBSD failure on -0.0
22424         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22425         not all, bugs from NetBSD 3.0 have been fixed.
22426         * doc/posix-functions/frexp.texi (frexp): Document bug.
22427         Reported by Thomas Klausner.
22428
22429         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22430         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22431         literal -0.0.
22432         Reported by Jonathan C. Patschke <jp@centtech.com>.
22433
22434 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22435
22436         * lib/glthread/cond.h: Use dummy implementation also if
22437         USE_WIN32_THREADS.
22438
22439 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22440
22441         * modules/fnmatch-posix (License): Change to LGPLv2+.
22442         * modules/fnmatch-gnu (License): Likewise.
22443
22444 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22445
22446         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22447
22448 2008-09-11  Jim Meyering  <meyering@redhat.com>
22449
22450         * users.txt: Add gtk-vnc.
22451
22452 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22453
22454         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22455         rotate amounts.
22456
22457         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22458         required for 16-bit and 8-bit rotates.
22459         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22460         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22461         UINT8_MAX instead of hard-coded constants.
22462         Suggested by Paul Eggert.
22463
22464 2008-09-07  Bruno Haible  <bruno@clisp.org>
22465
22466         * tests/test-striconveh.c (main): Check behaviour when converting from
22467         UTF-7.
22468
22469         Make striconveh work better with stateful encodings.
22470         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22471         that iconv does not increment the inptr when returning -1/EINVAL.
22472
22473 2008-09-07  Bruno Haible  <bruno@clisp.org>
22474
22475         * build-aux/config.rpath: Update according to libtool-2.2.6.
22476         * build-aux/config.libpath: Likewise.
22477
22478 2008-09-06  Bruno Haible  <bruno@clisp.org>
22479
22480         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22481         * lib/freadptr.c (freadptr): Likewise.
22482         * lib/freadseek.c (freadptrinc): Likewise.
22483         Reported by Simon Josefsson.
22484
22485 2008-09-06  Bruno Haible  <bruno@clisp.org>
22486
22487         * modules/freadptr (License): Change to LGPLv2+.
22488         * modules/freadseek (License): Likewise.
22489         Suggested by Eric Blake.
22490
22491         * modules/memchr2 (License): Change to LGPLv2+.
22492         Approved by Eric Blake.
22493
22494 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22495             Bruno Haible  <bruno@clisp.org>
22496
22497         Make gnulib-tool work with native 'sed' on AIX.
22498         * gnulib-tool (sed_noop): New variable.
22499         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22500         func_add_or_update, func_create_testdir): Use it to initialize sed
22501         script variables.
22502         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22503
22504 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22505             Bruno Haible  <bruno@clisp.org>
22506
22507         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22508         also works after #include directives.
22509
22510 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22511
22512         getdate.y: reject an out-of-range timezone value
22513         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22514         the range [-24...+24].  When specified with only one or two digits,
22515         * tests/test-getdate.c: Tests for the fix.
22516         * doc/getdate.texi: Document this change.
22517
22518 2008-09-03  Bruno Haible  <bruno@clisp.org>
22519
22520         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22521
22522 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22523
22524         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22525         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22526         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22527         Blake <ebb9@byu.net>.
22528
22529         * tests/test-bitrotate.c: Add more test vectors.
22530
22531 2008-09-02  Eric Blake  <ebb9@byu.net>
22532
22533         vasnprintf-posix: handle large precision via %.*d
22534         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22535         when handling it ourselves.
22536         * tests/test-vasnprintf-posix.c (test_function): Add test.
22537         * tests/test-snprintf-posix.h (test_function): Likewise.
22538         * tests/test-sprintf-posix.h (test_function): Likewise.
22539         * tests/test-vasprintf-posix.c (test_function): Likewise.
22540         Reported by Alain Guibert.
22541
22542 2008-09-01  Eric Blake  <ebb9@byu.net>
22543
22544         c-stack: make configure-time check more robust
22545         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22546         successful sigaction call.
22547         Reported by Tom G. Christensen.
22548
22549 2008-09-01  Bruno Haible  <bruno@clisp.org>
22550
22551         New module 'findprog-lgpl'.
22552         * modules/findprog-lgpl: New file.
22553         * lib/findprog-lgpl.c: New file.
22554         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22555         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22556         to decide whether to use strdup or xstrdup, concatenated_filename or
22557         xconcatenated_filename.
22558
22559 2008-09-01  Bruno Haible  <bruno@clisp.org>
22560
22561         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22562         'xconcat-filename' (GPL).
22563         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22564         (License): Change to LGPLv2+.
22565         * modules/xconcat-filename: New file.
22566         * lib/concat-filename.h (concatenated_filename): Change specification.
22567         (xconcatenated_filename): New declaration.
22568         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22569         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22570         memory situations.
22571         * lib/xconcat-filename.c: New file.
22572         * NEWS: Mention the change.
22573         * lib/findprog.c: Include concat-filename.h, not filename.h.
22574         (find_in_path): Use xconcatenated_filename instead of
22575         concatenated_filename.
22576         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22577         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22578         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22579         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22580         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22581         instead of concatenated_filename.
22582         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22583         (execute_java_class): Use xconcatenated_filename instead of
22584         concatenated_filename.
22585         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22586         * modules/javacomp (Depends-on): Likewise.
22587         * modules/javaexec (Depends-on): Likewise.
22588
22589 2008-09-01  Bruno Haible  <bruno@clisp.org>
22590
22591         Split module 'filename' into 'filename' and 'concat-filename'.
22592         * modules/filename: Keep only lib/filename.h.
22593         (License): Change to LGPLv2+.
22594         * modules/concat-filename: New file, extracted from modules/filename.
22595         * lib/filename.h (concatenated_filename): Remove declaration.
22596         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22597         * lib/concat-filename.c: Include concat-filename.h.
22598         * NEWS: Mention the change.
22599
22600 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22601
22602         * lib/bitrotate.h (rotl8, rotr8): Add.
22603
22604         * modules/bitrotate (configure.ac): Need
22605         AC_REQUIRE([AC_C_INLINE]).
22606         (Description): Mention stdint.h.  Reported by Bruno Haible
22607         <bruno@clisp.org>.
22608
22609         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22610         Paolo Bonzini <bonzini@gnu.org>.
22611
22612 2008-08-31  Bruno Haible  <bruno@clisp.org>
22613
22614         Assume Solaris specific bi-arch conventions on Solaris systems.
22615         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22616         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22617         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22618         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22619         like acl_libdirstem.
22620         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22621         acl_libdirstem.
22622         * NEWS: Mention the change.
22623         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22624
22625 2008-08-31  Jim Meyering  <meyering@redhat.com>
22626
22627         * lib/strftime.h: Add comments describing the two added arguments.
22628
22629         remove duplicate #include directives
22630         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22631         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22632
22633 2008-08-31  Bruno Haible  <bruno@clisp.org>
22634
22635         New module 'sigpipe-die'.
22636         * modules/sigpipe-die: New file.
22637         * lib/sigpipe-die.h: New file.
22638         * lib/sigpipe-die.c: New file.
22639         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22640
22641 2008-08-31  Bruno Haible  <bruno@clisp.org>
22642
22643         Don't override previously installed signal handlers.
22644         * lib/fatal-signal.c (saved_sigactions): New variable.
22645         (uninstall_handlers): Reset the signal to the saved handler, not
22646         to SIG_DFL (except when ignored).
22647         (install_handlers): Save the previous handlers.
22648
22649 2008-08-30  Bruno Haible  <bruno@clisp.org>
22650
22651         * gnulib-tool (func_reset_sigpipe): New function.
22652         (func_get_automake_snippet, func_modules_transitive_closure,
22653         func_import): Invoke it before a join command that reads from stdin,
22654         to avoid "echo: write error: Broken pipe" error messages on stderr.
22655         Reported by Sam Steingold <sds@gnu.org>.
22656
22657 2008-08-30  Bruno Haible  <bruno@clisp.org>
22658
22659         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22660         Code copied from m4/open.m4.
22661         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22662         access and the filename ends in a slash. Code copied from lib/open.c.
22663         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22664         * tests/test-fopen.c (main): Check against bug with trailing slash.
22665
22666 2008-08-29  Bruno Haible  <bruno@clisp.org>
22667
22668         Avoid some "gcc -pedantic" warnings.
22669         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22670         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22671         * lib/dirent.in.h: Likewise.
22672         * lib/fcntl.in.h: Likewise.
22673         * lib/float.in.h: Likewise.
22674         * lib/iconv.in.h: Likewise.
22675         * lib/inttypes.in.h: Likewise.
22676         * lib/locale.in.h: Likewise.
22677         * lib/math.in.h: Likewise.
22678         * lib/netinet_in.in.h: Likewise.
22679         * lib/search.in.h: Likewise.
22680         * lib/signal.in.h: Likewise.
22681         * lib/stdarg.in.h: Likewise.
22682         * lib/stdint.in.h: Likewise.
22683         * lib/stdio.in.h: Likewise.
22684         * lib/stdlib.in.h: Likewise.
22685         * lib/string.in.h: Likewise.
22686         * lib/strings.in.h: Likewise.
22687         * lib/sys_select.in.h: Likewise.
22688         * lib/sys_socket.in.h: Likewise.
22689         * lib/sys_stat.in.h: Likewise.
22690         * lib/sys_time.in.h: Likewise.
22691         * lib/sysexits.in.h: Likewise.
22692         * lib/time.in.h: Likewise.
22693         * lib/unistd.in.h: Likewise.
22694         * lib/wchar.in.h: Likewise.
22695         * lib/wctype.in.h: Likewise.
22696         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22697         * modules/fchdir (Makefile.am): Likewise.
22698         * modules/fcntl (Makefile.am): Likewise.
22699         * modules/float (Makefile.am): Likewise.
22700         * modules/iconv_open (Makefile.am): Likewise.
22701         * modules/inttypes (Makefile.am): Likewise.
22702         * modules/locale (Makefile.am): Likewise.
22703         * modules/math (Makefile.am): Likewise.
22704         * modules/netinet_in (Makefile.am): Likewise.
22705         * modules/search (Makefile.am): Likewise.
22706         * modules/signal (Makefile.am): Likewise.
22707         * modules/stdarg (Makefile.am): Likewise.
22708         * modules/stdint (Makefile.am): Likewise.
22709         * modules/stdio (Makefile.am): Likewise.
22710         * modules/stdlib (Makefile.am): Likewise.
22711         * modules/string (Makefile.am): Likewise.
22712         * modules/strings (Makefile.am): Likewise.
22713         * modules/sys_select (Makefile.am): Likewise.
22714         * modules/sys_socket (Makefile.am): Likewise.
22715         * modules/sys_stat (Makefile.am): Likewise.
22716         * modules/sys_time (Makefile.am): Likewise.
22717         * modules/sysexits (Makefile.am): Likewise.
22718         * modules/time (Makefile.am): Likewise.
22719         * modules/unistd (Makefile.am): Likewise.
22720         * modules/wchar (Makefile.am): Likewise.
22721         * modules/wctype (Makefile.am): Likewise.
22722         Reported by Reuben Thomas <rrt@sc3d.org>.
22723
22724 2008-08-29  Bruno Haible  <bruno@clisp.org>
22725
22726         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22727         any more.
22728
22729 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22730
22731         * MODULES.html.sh (Misc): Add bitrotate.
22732
22733         * modules/bitrotate: New file.
22734
22735         * lib/bitrotate.h: New file.
22736
22737         * modules/bitrotate-tests: New file.
22738
22739         * tests/test-bitrotate.c: New file.
22740
22741         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22742         on the bitrotate module.
22743
22744         * lib/arctwo.c: Use new bitrotate module.
22745
22746 2008-08-29  Jim Meyering  <meyering@redhat.com>
22747
22748         bootstrap: merge changes from coreutils
22749         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22750         of copied files.  Remove a kludge, now that this is fixed.
22751         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22752         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22753         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22754
22755 2008-08-29  Bruno Haible  <bruno@clisp.org>
22756
22757         * MODULES.html.sh: Remove --cvs-urls option.
22758
22759 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22760
22761         maint.mk: adjust to file name change
22762         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22763
22764 2008-08-28  Jim Meyering  <meyering@redhat.com>
22765
22766         * modules/getndelim2 (License): Relicense to LGPLv2+.
22767         Approved by Richard Stallman for the version of 1995, and by
22768         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22769
22770 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22771
22772         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22773         dummy if one is not available.  Do not touch them if
22774         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22775         (getc_maybe_unlocked): New.
22776         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22777
22778 2008-08-26  Eric Blake  <ebb9@byu.net>
22779
22780         doc/INSTALL: resync from autoconf
22781         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22782         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22783         moving...
22784         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22785         * INSTALL: Regenerate.
22786         * INSTALL.ISO: New file.
22787         * INSTALL.UTF-8: Likewise.
22788
22789 2008-08-26  Jim Meyering  <meyering@redhat.com>
22790
22791         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22792         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22793         these definitions conditional, so that they may be overridden, too.
22794
22795 2008-08-26  Bruno Haible  <bruno@clisp.org>
22796
22797         Generate INSTALL file variants with prettier quotes.
22798         * doc/Makefile (INSTALL_PRELUDE): New macro.
22799         (INSTALL): Use it.
22800         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22801
22802 2008-08-26  Bruno Haible  <bruno@clisp.org>
22803
22804         Run makeinfo in an English locale.
22805         * doc/Makefile (MAKEINFO): New variable.
22806
22807 2008-08-26  Bruno Haible  <bruno@clisp.org>
22808
22809         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22810         Suggested by Eric Blake.
22811
22812 2008-08-25  Bruno Haible  <bruno@clisp.org>
22813
22814         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22815
22816 2008-08-25  Eric Blake  <ebb9@byu.net>
22817
22818         c-stack: test that stack overflow can be caught
22819         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22820         that platform allows handling stack overflow; at least OS/2 EMX
22821         has sigaltstack, but crashes before transferring control to
22822         handler on stack overflow.
22823         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22824         check for HAVE_STACK_OVERFLOW_HANDLING.
22825         Reported by Elbert Pol.
22826
22827 2008-08-25  Bruno Haible  <bruno@clisp.org>
22828
22829         * doc/posix-functions/strftime.texi: Fix description of strftime
22830         module.
22831
22832 2008-08-24  Bruno Haible  <bruno@clisp.org>
22833
22834         * tests/uniwidth/test-uc_width2.c: New file.
22835         * tests/uniwidth/test-uc_width2.sh: New file.
22836         * modules/uniwidth/width-tests (Files): Add the new files.
22837         (TESTS): Add uniwidth/test-uc_width2.sh.
22838         (TESTS_ENVIRONMENT): New variable.
22839         (check_PROGRAMS): Add test-uc_width2.
22840         (test_uc_width2_SOURCES): New variable.
22841
22842         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22843         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22844         not 0x00AB.
22845         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22846
22847 2008-08-22  Eric Blake  <ebb9@byu.net>
22848
22849         test-lock, test-tls: mention why a test is skipped
22850         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22851         skipped.
22852         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22853
22854         count-one-bits: relax license
22855         * modules/count-one-bits (License): Relicense to LGPLv2+.
22856         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22857
22858 2008-08-22  Andreas Schwab  <schwab@suse.de>
22859
22860         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22861         Remove spurious space in assignment.
22862
22863 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22864
22865         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22866         Paul Eggert <eggert@CS.UCLA.EDU>.
22867
22868 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22869
22870         * modules/gettext: Add m4/threadlib.m4.
22871
22872 2008-08-19  Eric Blake  <ebb9@byu.net>
22873
22874         test-c-stack: fix compilation failure on FreeBSD 5.0
22875         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22876         headers before <sys/resource.h>.
22877         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22878         the bug.
22879         Reported by Nelson H. F. Beebe.
22880
22881         strverscmp: migrate from "strverscmp.h" to <string.h>
22882         * modules/string (Makefile.am): Add new hooks.
22883         * modules/strverscmp (Files): Remove strverscmp.h.
22884         (Depends-on): Add string.
22885         (configure.ac): Add indicator.
22886         (Include): Mention new header.
22887         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22888         defaults.
22889         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22890         results.
22891         * lib/strverscmp.h: Delete.
22892         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22893         * tests/test-strverscmp.c (includes): Adjust client.
22894         * lib/check-version.c (includes): Likewise.
22895         * NEWS: Document the change.
22896
22897         strverscmp: add unit test
22898         * modules/strverscmp-tests: New file.
22899         * tests/test-strverscmp.c: Likewise.
22900
22901 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22902
22903         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22904         regarding Windows crypto stuff, from Mono.
22905
22906 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22907
22908         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22909         if present, for intel RND.  Return error on failures.
22910
22911 2008-08-18  Ben Pfaff  <blp@gnu.org>
22912
22913         gitlog-to-changelog: give better diagnostic for failed pipe-open
22914         * build-aux/gitlog-to-changelog: Improve error message: suggest
22915         that the version of Git may be too old.
22916
22917 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22918
22919         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22920         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22921
22922 2008-08-18  Bruno Haible  <bruno@clisp.org>
22923
22924         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22925         pthread_in_use().
22926
22927 2008-08-18  Bruno Haible  <bruno@clisp.org>
22928
22929         * lib/glthread/threadlib.c: Include <pthread.h>.
22930
22931 2008-08-18  Bruno Haible  <bruno@clisp.org>
22932
22933         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22934         glthread_recursive_lock_* macros.
22935         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22936         Fix syntax error.
22937
22938 2008-08-18  Bruno Haible  <bruno@clisp.org>
22939
22940         * lib/glthread/thread.c: Avoid forcing a context switch right after
22941         thread creation.
22942
22943 2008-08-17  Bruno Haible  <bruno@clisp.org>
22944
22945         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22946         * lib/glthread/thread.h: Provide Win32 specific implementation.
22947         * modules/thread (Files): Add lib/glthread/thread.c.
22948         (Depends-on): Add lock.
22949         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22950
22951 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22952
22953         New module 'yield'.
22954         * modules/yield: New file.
22955         * lib/glthread/yield.h: New file.
22956         * m4/yield.m4: New file.
22957         * MODULES.html.sh (Multithreading): Add yield.
22958
22959 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22960
22961         New module 'thread'.
22962         * modules/thread: New file.
22963         * lib/glthread/thread.h: New file.
22964         * m4/thread.m4: New file.
22965         * MODULES.html.sh (Multithreading): Add thread.
22966
22967 2008-08-17  Bruno Haible  <bruno@clisp.org>
22968
22969         * lib/glthread/lock.h: Include <stdlib.h> always.
22970         * lib/glthread/tls.h: Likewise.
22971         * lib/glthread/cond.h: Likewise.
22972
22973 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22974
22975         New module 'cond'.
22976         * modules/cond: New file.
22977         * lib/glthread/cond.h: New file.
22978         * lib/glthread/cond.c: New file.
22979         * m4/cond.m4: New file.
22980         * MODULES.html.sh (Multithreading): Add cond.
22981
22982 2008-08-16  Eric Blake  <ebb9@byu.net>
22983
22984         c-stack: fix regression on Irix 5.3 from 2008-06-21
22985         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22986         sa_sigaction...
22987         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22988         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22989         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22990         * modules/signal (Makefile.am): Use the value.
22991         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22992         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22993         * doc/posix-headers/signal.texi (signal.h): Document this
22994         portability issue.
22995         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22996         Reported by Tom G. Christensen.
22997
22998 2008-08-17  Bruno Haible  <bruno@clisp.org>
22999
23000         New module 'threadlib'.
23001         * modules/threadlib: New file.
23002         * lib/glthread/threadlib.c: New file, extracted from
23003         lib/glthread/lock.c.
23004         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23005         functions.
23006         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23007         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23008         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23009         macros.
23010         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23011         (gl_DISABLE_THREADS): Remove macro.
23012         * modules/lock (Files): Remove build-aux/config.rpath.
23013         (Depends-on): Remove havelib. Add threadlib.
23014         (configure.ac-early): Remove section.
23015         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23016         * modules/tls (Depends-on): Remove lock. Add threadlib.
23017         (Link): New section, copied from threadlib.
23018         * MODULES.html.sh (Multithreading): Add threadlib.
23019
23020 2008-08-14  Bruno Haible  <bruno@clisp.org>
23021
23022         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23023         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23024         glthread_rwlock_unlock, glthread_rwlock_destroy,
23025         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23026         glthread_recursive_lock_destroy): Define as macros always.
23027         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23028         glthread_lock_lock.
23029         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23030         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23031         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23032         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23033         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23034         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23035         (glthread_recursive_lock_lock_func): Renamed from
23036         glthread_recursive_lock_lock.
23037         (glthread_recursive_lock_unlock_func): Renamed from
23038         glthread_recursive_lock_unlock.
23039         (glthread_recursive_lock_destroy_func): Renamed from
23040         glthread_recursive_lock_destroy.
23041
23042 2008-08-14  Bruno Haible  <bruno@clisp.org>
23043
23044         * lib/glthread/lock.h: Renamed from lib/lock.h.
23045         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23046         * lib/glthread/tls.h: Renamed from lib/tls.h.
23047         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23048         * lib/fstrcmp.c: Update includes.
23049         * lib/strsignal.c: Update includes.
23050         * modules/lock (Files, Makefile.am): Update.
23051         (Include): Change to "glthread/lock.h".
23052         * modules/tls (Files, Makefile.am): Update.
23053         (Include): Change to "glthread/tls.h".
23054         * tests/test-lock.c: Update includes.
23055         * tests/test-tls.c: Update includes.
23056         * NEWS: Mention the renamed header files.
23057
23058 2008-08-11  Jim Meyering  <meyering@redhat.com>
23059
23060         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23061
23062 2008-08-11  Eric Blake  <ebb9@byu.net>
23063
23064         test-c-stack: avoid C99-ism
23065         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23066         before statement.
23067         Reported by Alain Guibert.
23068
23069 2008-08-10  Jim Meyering  <meyering@redhat.com>
23070
23071         ensure that return value of uinttostr et al are not ignored
23072         * lib/inttostr.h (__GNUC_PREREQ): Define.
23073         (__attribute_warn_unused_result__): Define.
23074         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23075
23076 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23077
23078         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23079         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23080
23081 2008-08-07  Jim Meyering  <meyering@redhat.com>
23082
23083         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23084
23085         * modules/mkstemp (License): Relicense under LGPLv2+.
23086         * modules/tempname (License): Likewise.
23087
23088 2008-08-06  Bruno Haible  <bruno@clisp.org>
23089
23090         * lib/poll.c (poll): Further micro-optimization.
23091
23092 2008-08-06  Jim Meyering  <meyering@redhat.com>
23093
23094         inet_pton.c: use locale-independent tolower
23095         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23096         (inet_pton6): Use c_tolower rather than tolower.
23097         * modules/inet_pton (Depends-on): Add c-ctype.
23098
23099 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23100
23101         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23102         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23103
23104 2008-08-06  Jim Meyering  <meyering@redhat.com>
23105
23106         * modules/inet_pton (License): Relicense under LGPLv2+.
23107
23108 2008-08-03  Bruno Haible  <bruno@clisp.org>
23109
23110         Additional non-aborting API for lock and tls.
23111         * lib/lock.h: Include <errno.h>.
23112         (glthread_lock_init): New macro/function.
23113         (gl_lock_init): Define as wrapper around glthread_lock_init.
23114         (glthread_lock_lock): New macro/function.
23115         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23116         (glthread_lock_unlock): New macro/function.
23117         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23118         (glthread_lock_destroy): New macro/function.
23119         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23120         (glthread_rwlock_init): New macro/function.
23121         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23122         (glthread_rwlock_rdlock): New macro/function.
23123         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23124         (glthread_rwlock_wrlock): New macro/function.
23125         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23126         (glthread_rwlock_unlock): New macro/function.
23127         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23128         (glthread_rwlock_destroy): New macro/function.
23129         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23130         (glthread_recursive_lock_init): New macro/function.
23131         (gl_recursive_lock_init): Define as wrapper around
23132         glthread_recursive_lock_init.
23133         (glthread_recursive_lock_lock): New macro/function.
23134         (gl_recursive_lock_lock): Define as wrapper around
23135         glthread_recursive_lock_lock.
23136         (glthread_recursive_lock_unlock): New macro/function.
23137         (gl_recursive_lock_unlock): Define as wrapper around
23138         glthread_recursive_lock_unlock.
23139         (glthread_recursive_lock_destroy): New macro/function.
23140         (gl_recursive_lock_destroy): Define as wrapper around
23141         glthread_recursive_lock_destroy.
23142         (glthread_once): New macro/function.
23143         (gl_once): Define as wrapper around glthread_once.
23144         Update function declarations.
23145         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23146         glthread_rwlock_init. Return error code.
23147         (glthread_rwlock_rdlock_multithreaded): Renamed from
23148         glthread_rwlock_rdlock. Return error code.
23149         (glthread_rwlock_wrlock_multithreaded): Renamed from
23150         glthread_rwlock_wrlock. Return error code.
23151         (glthread_rwlock_unlock_multithreaded): Renamed from
23152         glthread_rwlock_unlock. Return error code.
23153         (glthread_rwlock_destroy_multithreaded): Renamed from
23154         glthread_rwlock_destroy. Return error code.
23155         (glthread_recursive_lock_init_multithreaded): Renamed from
23156         glthread_recursive_lock_init. Return error code.
23157         (glthread_recursive_lock_lock_multithreaded): Renamed from
23158         glthread_recursive_lock_lock. Return error code.
23159         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23160         glthread_recursive_lock_unlock. Return error code.
23161         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23162         glthread_recursive_lock_destroy. Return error code.
23163         (glthread_once_call): Make static.
23164         (glthread_once_multithreaded): Renamed from glthread_once.
23165         * lib/tls.h: Include <errno.h>.
23166         (glthread_tls_key_init): New macro/function.
23167         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23168         (glthread_tls_set): New macro/function.
23169         (gl_tls_set): Define as wrapper around glthread_tls_set.
23170         (glthread_tls_key_destroy): New macro/function.
23171         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23172         Update function declarations.
23173         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23174         glthread_tls_get.
23175         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23176
23177 2008-08-04  Eric Blake  <ebb9@byu.net>
23178
23179         gnumakefile: use space, not TAB, outside of targets
23180         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23181
23182 2008-08-02  Jim Meyering  <meyering@redhat.com>
23183
23184         getdate.y: avoid locale-dependent date parsing failure
23185         In Turkish locales, getdate would fail to recognize keywords
23186         containing a lowercase "i".  The solution is not to rely on
23187         locale-sensitive case-conversion.
23188         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23189         (lookup_word): Use c_toupper in place of toupper.
23190         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23191         Reported by Vefa Bicakci <bicave@superonline.com> in
23192         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23193         * modules/getdate (Depends-on): Add c-ctype.
23194
23195 2008-08-02  Bruno Haible  <bruno@clisp.org>
23196
23197         * gnulib-tool (func_import): When updating or creating a .gitignore
23198         file, prepend each added line with a slash, and ignore leading slashes
23199         from the existing lines.
23200         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23201
23202 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23203
23204         Portability fix for GNU make 3.79.1.
23205         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23206         versions do not understand.
23207
23208 2008-08-01  Bruno Haible  <bruno@clisp.org>
23209
23210         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23211         * tests/test-isnanf.h (zero): New variable.
23212         (main): Avoid literal -0.0f.
23213         * tests/test-isnand.h (zero): New variable.
23214         (main): Avoid literal -0.0.
23215         * tests/test-isnanl.h (zero): New variable.
23216         (main): Avoid literal -0.0L.
23217         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23218         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23219         -0.0, -0.0L.
23220         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23221         (test_signbitd): Avoid literal -0.0.
23222         (test_signbitl): Avoid literal -0.0L.
23223         * tests/test-ceilf1.c (zero): New variable.
23224         (main): Avoid literal -0.0f.
23225         * tests/test-ceill.c (zero): New variable.
23226         (main): Avoid literal -0.0L.
23227         * tests/test-floorf1.c (zero): New variable.
23228         (main): Avoid literal -0.0f.
23229         * tests/test-floorl.c (zero): New variable.
23230         (main): Avoid literal -0.0L.
23231         * tests/test-roundf1.c (zero): New variable.
23232         (main): Avoid literal -0.0f.
23233         * tests/test-round1.c (zero): New variable.
23234         (main): Avoid literal -0.0.
23235         * tests/test-roundl.c (zero): New variable.
23236         (main): Avoid literal -0.0L.
23237         * tests/test-truncf1.c (zero): New variable.
23238         (main): Avoid literal -0.0f.
23239         * tests/test-trunc1.c (zero): New variable.
23240         (main): Avoid literal -0.0.
23241         * tests/test-truncl.c (zero): New variable.
23242         (main): Avoid literal -0.0L.
23243         * tests/test-frexp.c (zero): New variable.
23244         (main): Avoid literal -0.0.
23245         * tests/test-frexpl.c (zero): New variable.
23246         (main): Avoid literal -0.0L.
23247         * tests/test-ldexpl.c (zero): New variable.
23248         (main): Avoid literal -0.0L.
23249         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23250         (zerod, zerol): New variables.
23251         (test_function): Avoid literals -0.0, -0.0L.
23252         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23253         (zerod, zerol): New variables.
23254         (test_function): Avoid literals -0.0, -0.0L.
23255         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23256         (zerod, zerol): New variables.
23257         (test_function): Avoid literals -0.0, -0.0L.
23258         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23259         (zerod, zerol): New variables.
23260         (test_function): Avoid literals -0.0, -0.0L.
23261         * tests/test-strtod.c (zero): New variable.
23262         (main): Avoid literal -0.0.
23263         Reported by Jonathan C. Patschke <jp@centtech.com>.
23264
23265 2008-07-31  Jim Meyering  <meyering@redhat.com>
23266
23267         sha256.h: correct definition of SHA224_DIGEST_SIZE
23268         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23269         Reported by Paulie Pena IV <paulie4@gmail.com>.
23270         Define as 224 / 8, rather than as a literal.
23271         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23272         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23273         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23274
23275 2008-07-31  Bruno Haible  <bruno@clisp.org>
23276
23277         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23278         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23279         Reported by Jonathan Patschke <jp@centtech.com>.
23280
23281 2008-07-31  Bruno Haible  <bruno@clisp.org>
23282
23283         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23284         Reported by Paolo Bonzini <bonzini@gnu.org>.
23285
23286 2008-07-30  Eric Blake  <ebb9@byu.net>
23287
23288         test-strtod: allow compilation without -lm
23289         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23290         Reported by Dennis Clarke <blastwave@gmail.com>.
23291
23292 2008-07-28  Jim Meyering  <meyering@redhat.com>
23293
23294         bootstrap: work also when there are no .po files in po/
23295         * build-aux/bootstrap (update_po_files): Complete the change
23296         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23297
23298 2008-07-27  Jim Meyering  <meyering@redhat.com>
23299
23300         * users.txt: Add zile.
23301
23302 2008-07-26  Ben Pfaff  <blp@gnu.org>
23303
23304         Add missing dependencies on new m4/exponent[fdl].m4 files.
23305         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23306         * modules/isnand-nolibm: Add m4/exponentd.m4.
23307         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23308         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23309         m4/isnan[fdl].m4, because the macros actually used moved.
23310         Reported by Jim Meyering.
23311
23312 2008-07-14  Ben Pfaff  <blp@gnu.org>
23313
23314         Add isinf module.
23315         * lib/isinf.c: New file.
23316         * lib/math.in.h: Define isinf macro if we have decided to replace
23317         it.
23318         * m4/isinf.m4: New file.
23319         * m4/math_h.m4: Initialize and substitute variables for isinf
23320         module.
23321         * modules/isinf: New file.
23322         * modules/isinf-tests: New file.
23323         * modules/math: Add substitutions for new module.
23324         * tests/test-isinf.c: New file.
23325         * doc/posix-functions/isinf.texi: Mention new module.
23326         * MODULES.html.sh: Mention new module.
23327
23328 2008-07-14  Ben Pfaff  <blp@gnu.org>
23329
23330         Factor out some macros for use by additional modules.
23331         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23332         exponentf.m4.
23333         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23334         exponentd.m4.
23335         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23336         file exponentl.m4.
23337         * m4/exponentf.m4: New file.
23338         * m4/exponentd.m4: New file.
23339         * m4/exponentl.m4: New file.
23340         * modules/isnanf: Use new file m4/exponentf.m4.
23341         * modules/isnand: Use new file m4/exponentd.m4.
23342         * modules/isnanl: Use new file m4/exponentl.m4.
23343
23344 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23345
23346         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23347         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23348         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23349         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23350
23351         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23352         readlink on platforms without PATH_MAX.
23353
23354 2008-07-21  Eric Blake  <ebb9@byu.net>
23355
23356         Warn, not fail, on stale version.
23357         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23358
23359         Don't allow installation with stale devel version number.
23360         * top/GNUmakefile (_is-install-target): New macro.
23361         (_curr-ver): Forbid installation with stale version number.
23362
23363 2008-07-20  Bruno Haible  <bruno@clisp.org>
23364
23365         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23366         TESTS_ENVIRONMENT.
23367         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23368
23369 2008-07-20  Bruno Haible  <bruno@clisp.org>
23370
23371         * lib/c-stack.h (c_stack_action): Add documentation.
23372         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23373
23374 2008-07-20  Bruno Haible  <bruno@clisp.org>
23375
23376         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23377         * modules/readlink (License): Likewise.
23378
23379 2008-07-17  Eric Blake  <ebb9@byu.net>
23380
23381         * modules/c-stack (Link): Fix typo.
23382
23383         Make c-stack use libsigsegv, when available.
23384         * modules/c-stack (Depends-on): Add libsigsegv.
23385         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23386         needed.
23387         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23388         (segv_handler, overflow_handler, c_stack_action)
23389         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23390         implementation when libsigsegv is available, but only when using
23391         the library is necessary.
23392         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23393         comment, explaining why XSI check fails on Linux.
23394         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23395         * tests/test-c-stack2.sh: Tweak skip message.
23396         * NEWS: Document new link-time requirements.
23397
23398 2008-07-16  Eric Blake  <ebb9@byu.net>
23399
23400         c-stack: Expose false positives when not using libsigsegv.
23401         * modules/c-stack-tests (Files): Expand test.
23402         * tests/test-c-stack.c (main): Add means to conditionally trigger
23403         non-overflow SIGSEGV.
23404         * tests/test-c-stack2.sh: New file.
23405
23406 2008-07-14  Bruno Haible  <bruno@clisp.org>
23407
23408         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23409         Reported by Eric Blake.
23410
23411 2008-07-14  Sam Steingold  <sds@gnu.org>
23412             Bruno Haible  <bruno@clisp.org>
23413
23414         New module libsigsegv.
23415         * modules/libsigsegv: New file.
23416         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23417         modifications.
23418         * MODULES.html.sh (Signal handling): New section.
23419
23420 2008-07-14  Bruno Haible  <bruno@clisp.org>
23421
23422         * modules/unictype/ctype-* (Description): Add the word "function".
23423         Improves the resulting doc in MODULES.html.
23424
23425 2008-07-12  Ben Pfaff  <blp@gnu.org>
23426
23427         Add longlong module.
23428         * modules/longlong: New file.
23429
23430 2008-07-12  Bruno Haible  <bruno@clisp.org>
23431
23432         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23433         to empty.
23434
23435 2008-07-10  Ben Pfaff  <blp@gnu.org>
23436
23437         Add isnan module.
23438         * doc/posix-functions/isnan.texi: Mention new module.
23439         * lib/math.in.h: Define isnan macro if we have decided to replace
23440         it.
23441         * m4/isnan.m4: New file.
23442         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23443         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23444         also.
23445         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23446         redundancy.
23447         * m4/math_h.m4: Initialize and substitute variables for isnan
23448         module.
23449         * modules/isnan: New file.
23450         * modules/isnan-tests: New file.
23451         * modules/math: Add substitutions for new module.
23452         * tests/test-isnan.c: New file.
23453         * MODULES.html.sh: Mention new module.
23454
23455 2008-07-10  Ben Pfaff  <blp@gnu.org>
23456
23457         Add isnanf module.
23458         * lib/isnanf.m4: New file.
23459         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23460         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23461         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23462         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23463         * modules/isnanf: New file.
23464         * modules/isnanf-tests: New file.
23465         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23466         files.
23467         * tests/test-isnanf-nolibm.c: factored most of its contents into
23468         new file tests/test-isnanf.h.
23469         * tests/test-isnanf.h: New file.
23470         * tests/test-isnanf.c: New file.
23471         * MODULES.html.sh: Mention new module.
23472         * doc/glibc-functions/isnanf.texi: Mention new module.
23473
23474 2008-07-10  Ben Pfaff  <blp@gnu.org>
23475
23476         Add isnand module.
23477         * lib/isnand.h: New file.
23478         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23479         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23480         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23481         functionality also.
23482         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23483         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23484         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23485         * modules/isnand: New file.
23486         * modules/isnand-tests: New file.
23487         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23488         files.
23489         * tests/test-isnand-nolibm.c: factored most of its contents into
23490         new file tests/test-isnand.h.
23491         * tests/test-isnand.h: New file.
23492         * tests/test-isnand.c: New file.
23493         * MODULES.html.sh: Mention new module.
23494
23495 2008-07-10  Ben Pfaff  <blp@gnu.org>
23496
23497         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23498         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23499         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23500         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23501         * modules/isnanf-nolibm: Update references to renamed files.
23502         * modules/isnand-nolibm: Likewise.
23503         * modules/isnanf-nolibm-tests: Likewise.
23504         * modules/isnand-nolibm-tests: Likewise.
23505         * lib/frexp.c: Likewise.
23506         * lib/isfinite.c: Likewise.
23507         * lib/signbitd.c: Likewise.
23508         * lib/signbitf.c: Likewise.
23509         * lib/vasnprintf.c: Likewise.
23510         * tests/test-ceilf1.c: Likewise.
23511         * tests/test-ceilf2.c: Likewise.
23512         * tests/test-floorf1.c: Likewise.
23513         * tests/test-floorf2.c: Likewise.
23514         * tests/test-frexp.c: Likewise.
23515         * tests/test-round1.c: Likewise.
23516         * tests/test-round2.c: Likewise.
23517         * tests/test-roundf1.c: Likewise.
23518         * tests/test-strtod.c: Likewise.
23519         * tests/test-trunc1.c: Likewise.
23520         * tests/test-trunc2.c: Likewise.
23521         * tests/test-truncf1.c: Likewise.
23522         * tests/test-truncf2.c: Likewise.
23523         * NEWS: Mention the renamed header files.
23524
23525 2008-07-11  Jim Meyering  <meyering@redhat.com>
23526
23527         vc-list-files: make the last-resort awk code more portable
23528         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23529         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23530         does not support it.
23531
23532 2008-07-10  Eric Blake  <ebb9@byu.net>
23533
23534         Work with tar's bootstrap.
23535         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23536         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23537         an m4 comment.
23538
23539 2008-07-09  Jim Meyering  <meyering@redhat.com>
23540
23541         posix-shell.m4: fix typo that made this test malfunction
23542         * m4/posix-shell.m4: Remove capitalization in variable name.
23543
23544 2008-07-08  Bruno Haible  <bruno@clisp.org>
23545
23546         * m4/onceonly.m4: Update comments.
23547         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23548
23549 2008-07-04  Jim Meyering  <meyering@redhat.com>
23550
23551         * users.txt: Add vc-dwim.
23552         (bison, coreutils): Use the gitweb URL.
23553
23554 2008-07-03  Jim Meyering  <meyering@redhat.com>
23555
23556         * users.txt: Add libffcall.  From Sam Steingold.
23557
23558 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23559
23560         getdate.y: do not ignore TZ with relative day, month or year offset
23561         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23562         relative-date-handling, since otherwise, the latter would clobber the
23563         sole output (an updated Start value) of the tz-handling block.
23564         * tests/test-getdate.c: Tests for the fix
23565
23566 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23567
23568         Recognize 'foo_LIBRARIES += libgnu.a'.
23569         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23570         makefile snippet has already specified an installation location,
23571         also using '+='.
23572
23573 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23574
23575         getdate.y: factor out common actions
23576         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23577         Use them in place of open-coded actions.
23578
23579 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23580
23581         Add self-test for getdate module.
23582         * modules/getdate-tests: New file.
23583         * tests/test-getdate.c: New file.
23584
23585 2008-06-29  Bruno Haible  <bruno@clisp.org>
23586
23587         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23588         .gitignore.
23589         Reported by Sylvain Beucler <beuc@beuc.net>.
23590
23591 2008-06-29  Bruno Haible  <bruno@clisp.org>
23592
23593         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23594         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23595
23596 2008-06-29  Bruno Haible  <bruno@clisp.org>
23597
23598         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23599         EXTRA_DIST.
23600         Reported by Sylvain Beucler <beuc@beuc.net>.
23601
23602 2008-06-26  Jim Meyering  <meyering@redhat.com>
23603
23604         make several modules depend on the "open" module
23605         This provides slightly increased consistency when opening-for-write
23606         the name of a non-directory spelled with a trailing slash.
23607         * modules/chdir-safer: Likewise.
23608         * modules/chown: Likewise.
23609         * modules/clean-temp: Likewise.
23610         * modules/copy-file: Likewise.
23611         * modules/fchdir: Likewise.
23612         * modules/fcntl-safer: Likewise.
23613         * modules/pipe: Likewise.
23614         * modules/utime: Likewise.
23615         Prompted by Eric Blake and Bruno Haible.
23616
23617 2008-06-24  Andreas Schwab  <schwab@suse.de>
23618
23619         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23620         literals can be used as initializers for global variables.
23621
23622 2008-06-23  Eric Blake  <ebb9@byu.net>
23623
23624         Make gnulib-cache.m4 easier to diff.
23625         * gnulib-tool (func_import): Allow newlines when reading cached
23626         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23627
23628 2008-06-23  Bruno Haible  <bruno@clisp.org>
23629
23630         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23631         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23632         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23633         m4/signalblocking.m4.
23634         (gl_PREREQ_SIGACTION): Don't invoke it.
23635         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23636         gl_PREREQ_SIG_HANDLER_H.
23637         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23638         Don't check for sigaction here.
23639
23640 2008-06-23  Bruno Haible  <bruno@clisp.org>
23641
23642         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23643         (install_handlers): Don't set the SA_RESETHAND flag.
23644
23645 2008-06-23  Bruno Haible  <bruno@clisp.org>
23646
23647         * m4/sigaction.m4: Comment fixes.
23648         * lib/signal.in.h: Likewise.
23649
23650 2008-06-23  Eric Blake  <ebb9@byu.net>
23651
23652         Fix typo.
23653         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23654
23655         Avoid SA_ namespace.
23656         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23657         Reported by Ralf Wildenhues.
23658
23659         Avoid test failure due to SA_RESTORER.
23660         * tests/test-sigaction.c (SA_MASK): New macro.
23661         (main): Avoid failing due to extension flags being set.
23662         Reported by Jim Meyering.
23663
23664         Revert use of sig-handler.h in sigprocmask.c.
23665         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23666         it requires the existence of struct sigaction.
23667         * lib/sigprocmask.c (handler_t): Restore typedef.
23668         (rpl_signal, old_handlers): Use local type.
23669
23670 2008-06-22  Bruno Haible  <bruno@clisp.org>
23671
23672         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23673         conditionally.
23674         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23675
23676 2008-06-22  Bruno Haible  <bruno@clisp.org>
23677
23678         * doc/posix-functions/siginterrupt.texi: Move note.
23679
23680         * lib/signal.in.h (SA_RESTART): New macro.
23681         * lib/sigaction.c: Update comment.
23682
23683         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23684
23685         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23686         (gl_PREREQ_SIGPROCMASK): Invoke it.
23687         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23688
23689         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23690
23691         * lib/sigprocmask.c: Update a comment.
23692
23693 2008-06-21  Eric Blake  <ebb9@byu.net>
23694
23695         Use sigaction module rather than signal().
23696         * modules/c-stack (Depends-on): Add sigaction.
23697         * modules/fatal-signal (Depends-on): Likewise.
23698         * modules/nanosleep (Depends-on): Likewise.
23699         * modules/sigprocmask (Files): Add sig-handler.h.
23700         * modules/sigaction (Files): Likewise.
23701         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23702         Eggert.
23703         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23704         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23705         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23706         (init_fatal_signals): Likewise.
23707         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23708         (siginterrupt): Delete fallback.
23709         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23710         instead.
23711         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23712         siginterrupt.
23713
23714         New module sigaction, for mingw.
23715         * modules/sigaction: New module...
23716         * modules/sigaction-tests: ...and its test.
23717         * m4/sigaction.m4: New file.
23718         * lib/sigaction.c: Likewise.
23719         * tests/test-sigaction.c: Likewise.
23720         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23721         * modules/signal (Makefile.am): Likewise.
23722         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23723         needed.
23724         * doc/posix-headers/signal.texi (signal.h): Mention provided
23725         types.
23726         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23727         that sigaction is preferable.
23728         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23729         module.
23730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23731         sigaction.
23732
23733         Improve robustness of sigprocmask by overriding signal.
23734         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23735         is in use.
23736         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23737         (SIGKILL, SIGSTOP): Provide fallbacks.
23738         (rpl_signal): Implement.
23739         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23740         signal can be called inside handlers.
23741
23742         Fix nanosleep module on mingw.
23743         * modules/nanosleep (Depends-on): Add sys_select.
23744         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23745
23746         Fix licensing of sigprocmask.
23747         * modules/raise (License): Relicense as LGPL.
23748
23749 2008-06-21  Bruno Haible  <bruno@clisp.org>
23750
23751         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23752         result if it contains question marks.
23753         Reported by Michael Geng <linux@michaelgeng.de>.
23754
23755 2008-06-19  Bruno Haible  <bruno@clisp.org>
23756
23757         Fix CVS-ism.
23758         * doc/gnulib.texi: Include updated-stamp.texi.
23759         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23760         (updated-stamp.texi): New rule.
23761         (gnulib.info): Depend on it.
23762         * doc/.gitignore: Add updated-stamp.texi.
23763         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23764
23765 2008-06-19  Bruno Haible  <bruno@clisp.org>
23766
23767         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23768         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23769
23770 2008-06-19  Eric Blake  <ebb9@byu.net>
23771
23772         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23773         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23774         Reported by Stepan Kasal.
23775
23776 2008-06-18  Bruno Haible  <bruno@clisp.org>
23777
23778         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23779         Reported by Eric Blake.
23780
23781 2008-06-18  Eric Blake  <ebb9@byu.net>
23782
23783         Work around cygwin 1.5.25 strsignal bug.
23784         * tests/test-strsignal.c: Allow for const char *.
23785         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23786
23787 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23788
23789         * users.txt: Update URL to article and add author/date
23790         information.
23791
23792 2008-06-17  Bruno Haible  <bruno@clisp.org>
23793
23794         New macro gl_DISABLE_THREADS.
23795         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23796         if the user did not pass --enable-threads or --disable-threads option.
23797         (gl_DISABLE_THREADS): New macro.
23798         Reported by Eric Blake <ebb9@byu.net>.
23799
23800 2008-06-17  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23803         when the macro ignores it.
23804         Based on a patch by Eric Blake <ebb9@byu.net>.
23805
23806 2008-06-17  Bruno Haible  <bruno@clisp.org>
23807
23808         * modules/tls (License): Change to LGPLv2+.
23809         Reported by Eric Blake.
23810
23811 2008-06-17  Eric Blake  <ebb9@byu.net>
23812
23813         Simplify c-stack prerequisites.
23814         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23815         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23816         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23817         check.
23818         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23819         <sys/resource.h>.
23820
23821         Move c-stack test into testsuite.
23822         * modules/c-stack-tests: New file.
23823         * lib/c-stack.c [DEBUG]: Move test program...
23824         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23825         fail test if sigaltstack is lacking.
23826         * tests/test-c-stack.sh: New driver file.
23827
23828 2008-06-16  Eric Blake  <ebb9@byu.net>
23829
23830         Use raise module consistently.
23831         * modules/fatal-signal (Depends-on): Add raise.
23832         * modules/sigprocmask (Depends-on): Likewise.
23833         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23834         * lib/sigprocmask.c (sigprocmask): Likewise.
23835         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23836         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23837
23838         Fix compliance bug in sigpending.
23839         * lib/sigprocmask.c (sigpending): Return pending array via
23840         parameter, not return value.
23841
23842 2008-06-14  Eric Blake  <ebb9@byu.net>
23843
23844         Improve obstack-printf test code.
23845         * tests/test-obstack-printf.c (test_function): Fix comment, and
23846         simplify usage of obstack_* in macros.  Add a test for coverage.
23847         Reported by Bruno Haible.
23848
23849 2008-06-14  Bruno Haible  <bruno@clisp.org>
23850
23851         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23852         array size as a constant, not as a const variable.
23853         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23854         AC_USE_SYSTEM_EXTENSIONS.
23855         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23856         Test whether the obstack_printf function actually exists.
23857         * modules/obstack-printf (Depends-on): Add extensions.
23858         (Include): Remove obstack.h.
23859         * modules/obstack-printf-posix (Depends-on): Add extensions.
23860         (Include): Remove obstack.h.
23861
23862 2008-06-13  Eric Blake  <ebb9@byu.net>
23863
23864         Add obstack-printf and obstack-printf-posix modules.
23865         * modules/obstack-printf: New file.
23866         * modules/obstack-printf-posix: Likewise.
23867         * MODULES.html.sh (Misc): Mention them.
23868         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23869         Likewise.
23870         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23871         Likewise.
23872         * modules/stdio (Makefile.am): Accomodate new modules.
23873         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23874         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23875         Declare.
23876         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23877         functions.
23878         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23879         (gl_REPLACE_OBSTACK_PRINTF): New macros
23880         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23881         * tests/test-obstack-printf.c: New file.
23882         * modules/obstack-printf-tests: Likewise.
23883         * modules/obstack-printf-posix-tests: Likewise.
23884
23885 2008-06-11  Bruno Haible  <bruno@clisp.org>
23886
23887         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23888         * lib/open.c: Include errno.h.
23889         (open): Fail when attempting to write to a file that has a trailing
23890         slash.
23891         * tests/test-open.c (main): Test against trailing slash bug.
23892         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23893
23894 2008-06-10  Bruno Haible  <bruno@clisp.org>
23895
23896         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23897         for $? to work inside the trap command, with various /bin/sh-s.
23898         * tests/test-vc-list-files-cvs.sh: Likewise.
23899
23900 2008-06-10  Bruno Haible  <bruno@clisp.org>
23901
23902         * lib/acl-internal.h: Don't include gettext.h here.
23903         * lib/set-mode-acl.c: Include gettext.h here.
23904         * lib/copy-acl.c: Likewise.
23905
23906 2008-06-10  Bruno Haible  <bruno@clisp.org>
23907
23908         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23909         * lib/wait-process.c (wait_subprocess): Likewise.
23910         * lib/execute.h (execute): Add termsigp argument.
23911         * lib/execute.c (execute): Likewise.
23912         * lib/csharpcomp.c (compile_csharp_using_pnet,
23913         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23914         * lib/csharpexec.c (execute_csharp_using_pnet,
23915         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23916         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23917         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23918         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23919         is_jikes_present): Update.
23920         * lib/javaexec.c (execute_java_class): Update.
23921         * lib/javaversion.c (execute_and_read_line): Update.
23922         * NEWS: Document the changes.
23923         Reported by Eric Blake.
23924
23925 2008-06-10  Eric Blake  <ebb9@byu.net>
23926
23927         Add missing include.
23928         * tests/test-strstr.c (includes): Add <signal.h>.
23929         * tests/test-strcasestr.c (includes): Likewise.
23930         * tests/test-memmem.c (includes): Likewise.
23931
23932 2008-06-10  Bruno Haible  <bruno@clisp.org>
23933
23934         * lib/wait-process.c (wait_subprocess): Add an assertion.
23935
23936 2008-06-10  Bruno Haible  <bruno@clisp.org>
23937
23938         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23939
23940 2008-06-10  Bruno Haible  <bruno@clisp.org>
23941
23942         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23943         using alarm().
23944         * tests/test-strcasestr.c (main): Likewise.
23945         * tests/test-strstr.c (main): Likewise.
23946
23947 2008-06-09  Bruno Haible  <bruno@clisp.org>
23948
23949         Work around the Solaris 10 ACE ACLs ABI change.
23950         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23951         declare if ACL_NO_TRIVIAL is present.
23952         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23953         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23954         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23955         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23956         define if ACL_NO_TRIVIAL is present.
23957         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23958         and use the current ABI.
23959         (file_has_acl): Use same #if condition as elsewhere.
23960         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23961         in use, and use the current ABI.
23962         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23963         Reported by Jim Meyering.
23964
23965 2008-06-09  Eric Blake  <ebb9@byu.net>
23966
23967         Work around environments that (stupidly) ignore SIGALRM.
23968         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23969         before using alarm().
23970         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23971         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23972         Reported by Ian Beckwith <ianb@erislabs.net>.
23973
23974         Produce autobuild blurb earlier in log.
23975         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23976
23977 2008-06-09  Jim Meyering  <meyering@redhat.com>
23978         and Ondřej Vašík  <ovasik@redhat.com>
23979
23980         utimens.c: correct kernel bug work-around
23981         Ondřej Vašík found that the invalid return value of 280 indicates
23982         failure, not success, and the kernel bug we're trying to work
23983         around affects not just the utimensat call, but also the fallback
23984         futimens call.
23985         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23986         not success.
23987         [HAVE_FUTIMENS]: Use the same work-around, here.
23988
23989 2008-06-09  Jim Meyering  <meyering@redhat.com>
23990
23991         add more guards around definition of ACE_-related code
23992         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23993         ALLOW and ACE_OWNER are also defined.
23994
23995 2008-06-08  Bruno Haible  <bruno@clisp.org>
23996
23997         * lib/acl-internal.h: Add me as co-author.
23998         * lib/file-has-acl.c: Likewise.
23999         * lib/set-mode-acl.c: Likewise.
24000         * lib/copy-acl.c: Likewise.
24001
24002 2008-06-08  Bruno Haible  <bruno@clisp.org>
24003
24004         Add support for AIX ACLs.
24005         * lib/acl-internal.h (acl_nontrivial): New declaration.
24006         * lib/file-has-acl.c (acl_nontrivial): New function.
24007         (file_has_acl): Add implementation using AIX 4 ACL API.
24008         * lib/set-mode-acl.c (qset_acl): Likewise.
24009         * lib/copy-acl.c (qcopy_acl): Likewise.
24010
24011 2008-06-08  Bruno Haible  <bruno@clisp.org>
24012
24013         Add support for HP-UX ACLs.
24014         * lib/acl-internal.h (acl_nontrivial): New declaration.
24015         * lib/file-has-acl.c (acl_nontrivial): New function.
24016         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24017         * lib/set-mode-acl.c (qset_acl): Likewise.
24018         * lib/copy-acl.c (qcopy_acl): Likewise.
24019
24020 2008-06-08  Bruno Haible  <bruno@clisp.org>
24021
24022         Add support for Cygwin ACLs.
24023         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24024         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24025         the chmod_or_fchmod call.
24026         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24027
24028 2008-06-08  Bruno Haible  <bruno@clisp.org>
24029
24030         Fix bug with setuid modes in Solaris 10+ code.
24031         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24032         succeeded, when the mode contains some special bits.
24033
24034 2008-06-08  Bruno Haible  <bruno@clisp.org>
24035
24036         Add support for Solaris 7..10 ACLs.
24037         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24038         declarations.
24039         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24040         functions.
24041         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24042         * lib/set-mode-acl.c (qset_acl): Likewise.
24043         * lib/copy-acl.c (qcopy_acl): Likewise.
24044
24045 2008-06-08  Bruno Haible  <bruno@clisp.org>
24046
24047         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24048         declaration.
24049         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24050         (acl_access_nontrivial): Remove MacOS X case.
24051         (file_has_acl): Use acl_extended_nontrivial.
24052         * lib/copy-acl.c (qcopy_acl): Likewise.
24053
24054 2008-06-08  Bruno Haible  <bruno@clisp.org>
24055
24056         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24057
24058 2008-06-08  Jim Meyering  <meyering@redhat.com>
24059
24060         * modules/acl (Maintainer): Add Bruno Haible.
24061
24062 2008-06-07  Bruno Haible  <bruno@clisp.org>
24063
24064         Improve support for Tru64 ACLs.
24065         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24066         ACL on OSF/1.
24067
24068 2008-06-07  Bruno Haible  <bruno@clisp.org>
24069
24070         Add support for MacOS X ACLs.
24071         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24072         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24073         * lib/set-mode-acl.c (qset_acl): Likewise.
24074         * lib/copy-acl.c (qcopy_acl): Likewise.
24075
24076 2008-06-07  Bruno Haible  <bruno@clisp.org>
24077
24078         Fix memory leak introduced on 2008-05-22.
24079         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24080         use.
24081
24082 2008-06-07  Bruno Haible  <bruno@clisp.org>
24083
24084         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24085         to construct an empty ACL.
24086
24087 2008-06-07  Bruno Haible  <bruno@clisp.org>
24088
24089         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24090         precisely.
24091         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24092
24093 2008-06-07  Bruno Haible  <bruno@clisp.org>
24094
24095         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24096         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24097
24098 2008-06-07  Bruno Haible  <bruno@clisp.org>
24099
24100         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24101         regardless of POSIX.
24102         * doc/posix-functions/_longjmp.texi: Likewise.
24103         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24104         SystemV platform in this case.
24105
24106 2008-06-06  Eric Blake  <ebb9@byu.net>
24107
24108         Document abort() bugs.
24109         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24110
24111         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24112         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24113         sigsetjmp.
24114         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24115         siglongjmp, but only as a macro.
24116         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24117         is obsolete.
24118         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24119
24120         Tweak documentation to cover cygwin argz bugs.
24121         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24122         argz bug fix; no code change needed since no cygwin releases
24123         occurred between the last fix and the bug being tested.
24124         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24125         module and recently fixed cygwin bugs.
24126         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24127         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24128         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24129         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24130         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24131         Likewise.
24132         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24133         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24134         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24135         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24136         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24137         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24138         Likewise.
24139
24140         Avoid gcc warning on cygwin.
24141         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24142         !ACL_NO_TRIVIAL]: Avoid unused variable.
24143
24144 2008-06-05  Eric Blake  <ebb9@byu.net>
24145
24146         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24147         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24148         git-version-gen fails to come up with a version.
24149         Reported by Simon Josefsson.
24150
24151 2008-06-05  Jim Meyering  <meyering@redhat.com>
24152             Paul Eggert  <eggert@cs.ucla.edu>
24153
24154         utimens.c: work around a probable Linux kernel bug
24155         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24156         appears to be a kernel bug that causes utimensat to return 280
24157         instead of 0, indicating success.
24158
24159 2008-06-04  Bruno Haible  <bruno@clisp.org>
24160
24161         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24162         2008-06-01 commit.
24163
24164 2008-06-04  Bruno Haible  <bruno@clisp.org>
24165
24166         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24167         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24168         (file_has_acl): Use it. Save errno afterwards.
24169         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24170
24171 2008-06-03  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24174         draft code. Simplify #ifs.
24175         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24176         Put Solaris code after POSIX-draft code. Fix comments regarding
24177         Solaris 10, HP-UX. Mention Cygwin.
24178         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24179
24180 2008-06-03  Eric Blake  <ebb9@byu.net>
24181
24182         Provide fallback for older kernels.
24183         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24184         Provide runtime fallback if kernel lacks support.
24185         Reported by Mike Frysinger.
24186
24187 2008-06-02  Bruno Haible  <bruno@clisp.org>
24188
24189         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24190         it exists.
24191
24192 2008-06-02  Bruno Haible  <bruno@clisp.org>
24193
24194         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24195         * lib/copy-acl.c (qcopy_acl): Update comment.
24196
24197 2008-06-02  Bruno Haible  <bruno@clisp.org>
24198
24199         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24200         like ACL APIs.
24201
24202 2008-06-02  Bruno Haible  <bruno@clisp.org>
24203
24204         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24205         * tests/test-set-mode-acl.sh: Likewise.
24206         * tests/test-copy-acl.sh: Likewise.
24207         * tests/test-copy-file.sh: Likewise.
24208
24209 2008-06-02  Bruno Haible  <bruno@clisp.org>
24210
24211         * tests/test-file-has-acl.sh: Remove unused code.
24212
24213 2008-06-01  Bruno Haible  <bruno@clisp.org>
24214
24215         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24216         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24217         messages.
24218         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24219
24220 2008-06-01  Bruno Haible  <bruno@clisp.org>
24221
24222         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24223         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24224         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24225         APIs.
24226         * modules/acl-tests (configure.ac): Remove tests now contained in
24227         m4/acl.m4.
24228
24229 2008-06-02  Jim Meyering  <meyering@redhat.com>
24230
24231         announce-gen: use a better key-server host name
24232         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24233         it may be more consistently reliable.  Suggested by Werner Koch
24234         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24235
24236 2008-06-01  Bruno Haible  <bruno@clisp.org>
24237
24238         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24239         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24240
24241 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24242
24243         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24244
24245 2008-06-01  Bruno Haible  <bruno@clisp.org>
24246
24247         New ACL tests.
24248         * tests/test-file-has-acl.sh: New file.
24249         * tests/test-file-has-acl.c: New file.
24250         * tests/test-set-mode-acl.sh: New file.
24251         * tests/test-set-mode-acl.c: New file.
24252         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24253         * tests/test-copy-acl.c: New file.
24254         * modules/acl-tests: New file, based on modules/copy-file-tests.
24255         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24256         (Depends-on): Add acl-tests.
24257         (configure.ac): Remove checks.
24258         (Makefile.am): Don't create test-sameacls program here any more.
24259
24260 2008-06-01  Bruno Haible  <bruno@clisp.org>
24261
24262         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24263         * tests/test-sameacls.c: Include progname.h.
24264         (main): Invoke set_program_name. Portability fixes for MacOS X,
24265         Solaris, HP-UX.
24266
24267 2008-06-01  Bruno Haible  <bruno@clisp.org>
24268
24269         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24270         function.
24271         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24272
24273 2008-06-01  Bruno Haible  <bruno@clisp.org>
24274
24275         * modules/rpmatch (Depends-on): Add strdup.
24276
24277 2008-06-01  Bruno Haible  <bruno@clisp.org>
24278
24279         * lib/pipe.c: Include unistd-safer.h.
24280         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24281         * modules/pipe (Depends-on): Add unistd-safer.
24282
24283 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24284
24285         * modules/autobuild (configure.ac): Call AB_INIT.
24286
24287 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24288
24289         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24290         Suggested by Bruno Haible <bruno@clisp.org>.
24291
24292 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24293
24294         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24295         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24296         <bruno@clisp.org>.
24297
24298 2008-05-29  Eric Blake  <ebb9@byu.net>
24299
24300         Prefer new POSIX 200x interfaces over futimesat.
24301         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24302         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24303         when available.
24304         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24305
24306 2008-05-28  Bruno Haible  <bruno@clisp.org>
24307
24308         * modules/stpcpy (License): Change to LGPLv2+.
24309         Requested by David Lutterkort <dlutter@redhat.com>.
24310
24311 2008-05-27  Bruno Haible  <bruno@clisp.org>
24312
24313         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24314         current mingw.
24315         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24316
24317 2008-05-27  Bruno Haible  <bruno@clisp.org>
24318
24319         * modules/iconv_open (Link): New section, from module 'iconv'.
24320         * modules/striconv (Link): Likewise.
24321         * modules/striconveh (Link): Likewise.
24322         * modules/xstriconv (Link): Likewise.
24323         * modules/unicodeio (Link): Likewise.
24324         * modules/propername (Link): Likewise.
24325         Reported by Jim Meyering.
24326
24327 2008-05-26  Jim Meyering  <meyering@redhat.com>
24328
24329         sha256: do not artificially restrict buffer length to be < 2^32
24330         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24331         uint32_t to size_t.
24332         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24333         to match.
24334
24335         avoid unaligned access errors, e.g., on sparc
24336         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24337         direct access through a possibly-unaligned uint64* pointer.
24338         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24339         direct access through a possibly-unaligned uint32* pointer.
24340         Prompted by this patch from Tom "spot" Callaway:
24341         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24342
24343         sha512.c: fix typo in comment
24344         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24345
24346 2008-05-25  Bruno Haible  <bruno@clisp.org>
24347
24348         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24349         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24350         (Makefile.am): Update lib_SOURCES.
24351
24352 2008-05-25  Bruno Haible  <bruno@clisp.org>
24353
24354         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24355
24356 2008-05-25  Jim Meyering  <meyering@redhat.com>
24357
24358         useless-if-before-free: freed expr may have white-space differences
24359         * build-aux/useless-if-before-free: Recognize cases in which the
24360         freed expression differs from the tested one in embedded white
24361         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24362         $1 was used, so we can't make any regexp shy.  Improved tests now
24363         detect this.
24364
24365         useless-if-before-free: accept white space in the expression.
24366         * build-aux/useless-if-before-free: For now, any white space
24367         in the expression must be identical in the free argument.
24368
24369         useless-if-before-free: efficiency tweak
24370         * build-aux/useless-if-before-free: Make the expression-matching
24371         regexp "shy".
24372         Make the *outer* regexp shy, not the expr-matching one.
24373
24374         update code-in-comment to accept cast of free arg
24375         * build-aux/useless-if-before-free: Update regexp.
24376
24377 2008-05-25  Bruno Haible  <bruno@clisp.org>
24378
24379         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24380         * modules/copy-file-tests (Files, Makefile.am): Update.
24381         * tests/test-copy-file.c (func_test_copy): Update.
24382
24383 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24384
24385         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24386
24387 2008-05-23  Bruno Haible  <bruno@clisp.org>
24388
24389         Improve support for ACLs on OSF/1.
24390         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24391         Remove fallback for unknown flavors of ACLs.
24392
24393 2008-05-22  Bruno Haible  <bruno@clisp.org>
24394
24395         Add support for ACLs on OSF/1.
24396         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24397         replacements.
24398         (acl_free_text): New macro fallback.
24399         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24400         acl_free.
24401         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24402         acl_free_text function. Require AC_C_INLINE.
24403
24404 2008-05-22  Bruno Haible  <bruno@clisp.org>
24405
24406         Make copy_acl work on MacOS X 10.5.
24407         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24408         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24409         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24410         If MODE_INSIDE_ACL, don't assume that every system has the same text
24411         representation for ACLs as FreeBSD.
24412         * lib/copy-acl.c (copy_acl): Add support for platforms with
24413         !MODE_INSIDE_ACL.
24414         * lib/file-has-acl.c (file_has_acl): Likewise.
24415         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24416         FreeBSD, MacOS X, or IRIX, respectively.
24417
24418 2008-05-22  Bruno Haible  <bruno@clisp.org>
24419
24420         * lib/acl.h: Don't include <sys/acl.h>.
24421         (GETACLCNT): Move fallback to lib/acl-internal.h.
24422         * lib/acl-internal.h: Include <sys/acl.h> here.
24423         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24424
24425 2008-05-22  Bruno Haible  <bruno@clisp.org>
24426
24427         Split off copy_acl function to separate file.
24428         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24429         * lib/acl.c (copy_acl): Moved function to separate file.
24430         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24431         * modules/acl (Files): Add lib/copy-acl.c.
24432         (Makefiles.am): Augment lib_SOURCES.
24433
24434 2008-05-22  Bruno Haible  <bruno@clisp.org>
24435
24436         * modules/copy-file-tests: New file.
24437         * tests/test-copy-file.sh: New file.
24438         * tests/test-copy-file.c: New file.
24439         * tests/test-copy-file-sameacls.c: New file.
24440
24441 2008-05-22  Eric Blake  <ebb9@byu.net>
24442
24443         Avoid gcc warning.
24444         * tests/test-memcmp.c (main): Pass NULL indirectly.
24445
24446 2008-05-21  Bruno Haible  <bruno@clisp.org>
24447
24448         Add reference doc about ACLs.
24449         * doc/acl-resources.txt: New file.
24450         * doc/acl-cygwin.txt: New file.
24451
24452 2008-05-21  Bruno Haible  <bruno@clisp.org>
24453
24454         Avoid one more warning from gcc.
24455         * lib/vasnprintf.c (IF_LINT): Update comments.
24456         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24457
24458 2008-05-21  Jim Meyering  <meyering@redhat.com>
24459
24460         avoid a warning from gcc
24461         * lib/vasnprintf.c (IF_LINT): Define.
24462         (scale10_round_decimal_long_double):
24463         Use it to avoid a "may be used uninitialized" warning.
24464         (scale10_round_decimal_double): Likewise.
24465
24466 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24467
24468         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24469         declared.
24470
24471 2008-05-20  Bruno Haible  <bruno@clisp.org>
24472
24473         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24474         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24475
24476 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24477
24478         * modules/memcmp-tests: New file.
24479         * tests/test-memcmp.c: New file.
24480
24481 2008-05-19  Bruno Haible  <bruno@clisp.org>
24482
24483         * modules/propername (Notice, configure.ac): Put quoted "..." into
24484         --keyword option.
24485         * lib/propername.h: Update comments accordingly.
24486         Reported by Eric Blake.
24487
24488 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24489
24490         * modules/getpass-gnu (Depends-on): Add fseeko.
24491
24492 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24493
24494         * modules/base64-tests: New file.
24495
24496 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24497
24498         * lib/base64.c (base64_decode_ctx): If a decode context structure
24499         was passed in use it to ignore newlines.  If a context structure
24500         was _not_ passed in, continue to treat newlines as garbage (this
24501         is the historical behavior).  Formerly base64_decode.
24502         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24503         takes a decode context structure.
24504         * lib/base64.h (base64_decode): Macro for four-argument calls.
24505         (base64_decode_alloc): Likewise.
24506         * lib/base64.c (base64_decode_ctx): If a decode context structure
24507         was passed in use it to ignore newlines.  If a context structure
24508         was _not_ passed in, continue to treat newlines as garbage (this
24509         is the historical behavior).  Formerly base64_decode.
24510         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24511         takes a decode context structure.
24512         * lib/base64.h (base64_decode): Macro for four-argument calls.
24513         (base64_decode_alloc): Likewise.
24514
24515 2008-05-19  Jim Meyering  <meyering@redhat.com>
24516
24517         avoid a warning from gcc
24518         * lib/trim.c (IF_LINT): Define.
24519         (trim2): Use it to avoid a "may be used uninitialized" warning.
24520
24521         Fix doc typo.
24522         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24523
24524 2008-05-19  Bruno Haible  <bruno@clisp.org>
24525
24526         * doc/glibc-functions/getpass.texi: Document limits of other
24527         implementations.
24528
24529 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24530             Bruno Haible <bruno@clisp.org>
24531
24532         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24533
24534 2008-05-18  Bruno Haible  <bruno@clisp.org>
24535
24536         * modules/propername: New file, from GNU gettext.
24537         * lib/propername.h: New file, from GNU gettext.
24538         * lib/propername.c: New file, from GNU gettext.
24539         * MODULES.html.sh (Internationalization functions): Add propername.
24540
24541 2008-05-16  Jim Meyering  <meyering@redhat.com>
24542             Bruno Haible  <bruno@clisp.org>
24543
24544         Avoid some warnings from "gcc -Wshadow".
24545         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24546
24547 2008-05-15  Eric Blake  <ebb9@byu.net>
24548
24549         Extend previous patch to cygwin 1.7.0.
24550         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24551         fast implementation in cygwin >= 1.7.0.
24552         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24553         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24554
24555 2008-05-15  Bruno Haible  <bruno@clisp.org>
24556
24557         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24558         implementation in glibc >= 2.9.
24559         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24560         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24561
24562 2008-05-15  Bruno Haible  <bruno@clisp.org>
24563
24564         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24565         (Unicode string functions): Add unilbrk/*.
24566         Reported by Karl Berry.
24567
24568 2008-05-15  Eric Blake  <ebb9@byu.net>
24569
24570         Fix violation of <stdbool.h> replacement in regex.
24571         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24572         * lib/regexec.c (re_search_internal): Likewise.
24573         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24574
24575 2008-05-15  Jim Meyering  <meyering@redhat.com>
24576
24577         avoid distracting test output when git or cvs is not found
24578         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24579         * tests/test-vc-list-files-git.sh: Likewise.
24580
24581 2008-05-15  Eric Blake  <ebb9@byu.net>
24582
24583         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24584         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24585         glibc version.
24586         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24587         * doc/posix-functions/strstr.texi (strstr): Likewise.
24588         * lib/str-two-way.h (MAX): Sychronize with glibc.
24589
24590 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24591
24592         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24593         opr.ctx_type.
24594         (calc_first): Initialize constraint field.
24595         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24596         Fix grammar.
24597         (duplicate_node): Merge constraint field for all node types.
24598         (calc_eclosure_iter): Look at constraint field for all node types.
24599         * lib/regex_internal.c (create_cd_newstate): Don't look at
24600         opr.ctx_type.
24601
24602 2008-05-14  Bruno Haible  <bruno@clisp.org>
24603
24604         Help GCC to do better code generation.
24605         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24606         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24607         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24608         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24609         Declare with attribute 'malloc' if supported.
24610
24611 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24612
24613         use "echo STR|wc -c" rather than unportable "expr length STR"
24614         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24615         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24616
24617 2008-05-14  Jim Meyering  <meyering@redhat.com>
24618
24619         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24620         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24621         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24622         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24623         via Collin Lasse.
24624
24625 2008-05-14  Eric Blake  <ebb9@byu.net>
24626
24627         Avoid quadratic growth in gl_LIBSOURCES.
24628         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24629         Suggested by Bruno Haible.
24630
24631         Test xmemdup0.
24632         * modules/xmemdup0-tests: New file.
24633         * tests/test-xmemdup0.c: Likewise.
24634
24635 2008-05-13  Eric Blake  <ebb9@byu.net>
24636
24637         Split xmemdup0 into its own module.
24638         * modules/xmemdup0: New file.
24639         * lib/xmemdup0.h: Likewise.
24640         * lib/xmemdup0.c: Likewise.
24641         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24642         * lib/xalloc.h (xmemdup0): Remove.
24643         * lib/xmalloc.c (xmemdup0): Likewise.
24644
24645 2008-05-13  Eric Blake  <ebb9@byu.net>
24646             Bruno Haible  <bruno@clisp.org>
24647
24648         Reduce number of forks required during autoconf.
24649         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24650         and gl_LIBSOURCES_DIR.
24651         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24652         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24653         m4_syscmd per file.
24654         <m4_foreach_w>: Move...
24655         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24656
24657 2008-05-13  Eric Blake  <ebb9@byu.net>
24658
24659         * gnulib-tool: Fix various comment typos.
24660
24661 2008-05-12  Bruno Haible  <bruno@clisp.org>
24662
24663         Tailor the linebreaking algorithm.
24664         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24665
24666 2008-05-12  Bruno Haible  <bruno@clisp.org>
24667
24668         Update to Unicode 5.0.0.
24669         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24670         LBP_JV, LBP_JT. Redistribute values.
24671         (unilbrk_table): Change size.
24672         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24673         Unicode TR#14 rev. 22.
24674         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24675         LBP_JV, LBP_JT. Redistribute values.
24676         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24677         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24678         Update.
24679         * lib/unilbrk/lbrkprop1.h: Regenerated.
24680         * lib/unilbrk/lbrkprop2.h: Regenerated.
24681         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24682         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24683         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24684         Likewise.
24685         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24686         Likewise.
24687         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24688         result.
24689         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24690         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24691         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24692         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24693         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24694         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24695
24696 2008-05-11  Bruno Haible  <bruno@clisp.org>
24697
24698         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24699
24700 2008-05-11  Bruno Haible  <bruno@clisp.org>
24701
24702         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24703         * modules/unilbrk/gen-lbrk: New file.
24704
24705 2008-05-11  Bruno Haible  <bruno@clisp.org>
24706
24707         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24708         * m4/sha512.m4 (gl_SHA512): Likewise.
24709
24710 2008-05-11  Jim Meyering  <meyering@redhat.com>
24711
24712         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24713         * modules/crypto/sha256: New file.
24714         * modules/crypto/sha512: Likewise.
24715         * lib/sha256.c: Likewise.
24716         * lib/sha256.h: Likewise.
24717         * lib/sha512.c: Likewise.
24718         * lib/sha512.h: Likewise.
24719         * lib/u64.h: Likewise.
24720         * m4/sha256.m4: Likewise.
24721         * m4/sha512.m4: Likewise.
24722         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24723
24724 2008-05-10  Bruno Haible  <bruno@clisp.org>
24725
24726         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24727         (Input/Output <stdio.h>): Add xprintf.
24728         (Signal handling <signal.h>): Add strsignal.
24729         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24730         (Core language properties): Add func.
24731         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24732         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24733         strings.
24734         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24735         (Input/output): New section.
24736         (File system functions): Add openat-die, stat-macros.
24737         (Networking functions): Add sockets.
24738         (Unicode string functions): Add unictype/*.
24739         (Support for building libraries and executables): Add gperf.
24740         (Support for building documentation): Add agpl-3.0.
24741         (Misc): Add nocrash.
24742
24743 2008-05-10  Bruno Haible  <bruno@clisp.org>
24744
24745         * modules/unictype/gen-ctype: New file.
24746
24747 2008-05-10  Jim Meyering  <meyering@redhat.com>
24748
24749         Make chdir-safer.c more efficient on a system with no symlinks.
24750         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24751         also if ELOOP is zero.  Suggested by Bruno Haible.
24752
24753         Make chdir-safer.c slightly safer.
24754         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24755         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24756
24757         Avoid compile failure on systems without ELOOP (like mingw).
24758         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24759         Reported by Bruno Haible.
24760
24761 2008-05-10  Bruno Haible  <bruno@clisp.org>
24762
24763         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24764         (is_utf8_encoding): Use a case-insensitive comparison.
24765         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24766         streq.
24767
24768 2008-05-10  Bruno Haible  <bruno@clisp.org>
24769
24770         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24771         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24772         * lib/unilbrk/ulc-common.h (iconv_string_length,
24773         iconv_string_keeping_offsets): Remove declarations.
24774         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24775         Don't include <iconv.h>, streq.h, xsize.h.
24776         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24777         conversion.
24778         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24779         <iconv.h>, streq.h, xsize.h.
24780         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24781         conversion.
24782         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24783         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24784         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24785         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24786
24787 2008-05-10  Bruno Haible  <bruno@clisp.org>
24788
24789         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24790         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24791
24792         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24793         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24794
24795         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24796         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24797
24798         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24799         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24800
24801         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24802         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24803
24804         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24805         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24806
24807         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24808         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24809
24810         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24811         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24812
24813 2008-05-10  Bruno Haible  <bruno@clisp.org>
24814
24815         Split up 'linebreak' module.
24816         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24817         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24818         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24819         modifications.
24820         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24821         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24822         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24823         lib/linebreak.c.
24824         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24825         lib/linebreak.c.
24826         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24827         lib/linebreak.c.
24828         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24829         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24830         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24831         lib/linebreak.c.
24832         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24833         lib/linebreak.c.
24834         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24835         lib/linebreak.c.
24836         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24837         lib/linebreak.c.
24838         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24839         lib/linebreak.c.
24840         * modules/unilbrk/base: New file.
24841         * modules/unilbrk/tables: New file.
24842         * modules/unilbrk/u8-possible-linebreaks: New file.
24843         * modules/unilbrk/u16-possible-linebreaks: New file.
24844         * modules/unilbrk/u32-possible-linebreaks: New file.
24845         * modules/unilbrk/ulc-common: New file.
24846         * modules/unilbrk/ulc-possible-linebreaks: New file.
24847         * modules/unilbrk/u8-width-linebreaks: New file.
24848         * modules/unilbrk/u16-width-linebreaks: New file.
24849         * modules/unilbrk/u32-width-linebreaks: New file.
24850         * modules/unilbrk/ulc-width-linebreaks: New file.
24851         * lib/linebreak.h: Remove file.
24852         * lib/linebreak.c: Remove file.
24853         * m4/linebreak.m4: Remove file.
24854         * modules/linebreak: Remove file.
24855         * NEWS: Mention the changes.
24856
24857 2008-05-09  Eric Blake  <ebb9@byu.net>
24858
24859         Add xmemdup0.
24860         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24861         implementation.
24862         * lib/xmalloc.c (xmemdup0): New C implementation.
24863
24864 2008-05-08  Bruno Haible  <bruno@clisp.org>
24865
24866         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24867
24868 2008-05-07  Eric Blake  <ebb9@byu.net>
24869
24870         Support cross-compilation of <wctype.h>.
24871         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24872         AC_CACHE_CHECK.
24873
24874 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24875
24876         * build-aux/vc-list-files: Add support for bzr.
24877
24878 2008-05-03  Jim Meyering  <meyering@redhat.com>
24879
24880         avoid failed assertion with tight malloc
24881         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24882
24883 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24884
24885         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24886         are needed from arpa/inet.h.
24887         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24888         Reported by Bruno Haible.
24889
24890 2008-05-02  Jim Meyering  <meyering@redhat.com>
24891
24892         avoid compilation error on FreeBSD 6
24893         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24894
24895 2008-05-01  Jim Meyering  <meyering@redhat.com>
24896
24897         useless-if-before-free: correct --help's exit status description
24898         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24899         for one or more matches, etc.  Reported by Bruno Haible.
24900
24901         vc-list-files: make the stand-alone gnulib test work
24902         * modules/vc-list-files-tests (configure.ac):
24903         Define and AC_SUBST abs_aux_dir.
24904         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24905         $(abs_top_srcdir) to each script and having each of them
24906         duplicate the work of setting PATH, set PATH here, using
24907         the new variable, abs_aux_dir instead.
24908         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24909         * tests/test-vc-list-files-git.sh: Likewise.
24910         Reported by Bruno Haible.
24911
24912 2008-05-01  Bruno Haible  <bruno@clisp.org>
24913
24914         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24915         reallocation. Rename 'done' to 'found_delimiter'.
24916
24917 2008-05-01  Jim Meyering  <meyering@redhat.com>
24918
24919         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24920         * build-aux/vc-list-files: Use `...`, not $(...).
24921
24922 2008-04-30  Jim Meyering  <meyering@redhat.com>
24923
24924         add tests for vc-list-files
24925         * modules/vc-list-files-tests: New module.
24926         * tests/test-vc-list-files-cvs.sh: New file.
24927         * tests/test-vc-list-files-git.sh: New file.
24928
24929         avoid a warning from gcc
24930         * lib/getndelim2.c (IF_LINT): Define.
24931         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24932
24933         vc-list-files: work properly with build-aux/cvsu, too
24934         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24935         to all cvs-based clauses.
24936
24937         vc-list-files: work properly in the CVS+awk case, too
24938         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24939
24940         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24941         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24942         take more than one file argument, so .  Add quotes, just in case $dir
24943         ever contains a shell meta-character.  Prompted by Soren Hansen in
24944         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24945
24946 2008-04-29  Eric Blake  <ebb9@byu.net>
24947
24948         Optimize getndelim2 to use block operations when possible.
24949         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24950         freadseek, and memchr2.
24951         * lib/getndelim2.c (getndelim2): Use them for block reads.
24952
24953 2008-04-29  Bruno Haible  <bruno@clisp.org>
24954
24955         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24956         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24957         * modules/inet_ntop (Depends-on): Add extensions.
24958         * modules/inet_pton (Depends-on): Likewise.
24959         Reported by Simon Josefsson.
24960
24961 2008-04-29  Jim Meyering  <meyering@redhat.com>
24962
24963         When the is more than one match in a block, match all of them.
24964         * build-aux/useless-if-before-free: Iterate through each block
24965         until there are no more matches.
24966
24967         Fix broken useless-if-before-free script.
24968         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24969         the expression to match cast of argument to free-like function.
24970
24971 2008-04-29  Eric Blake  <ebb9@byu.net>
24972
24973         Use new header.
24974         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24975
24976 2008-04-29  Jim Meyering  <meyering@redhat.com>
24977
24978         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24979         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24980         by gnulib to exist and to declare e.g., inet_ntop.
24981         Don't include "inet_ntop.h", now removed.
24982
24983         * m4/arpa_inet_h.m4: Remove trailing blanks.
24984
24985 2008-04-29  Eric Blake  <ebb9@byu.net>
24986
24987         Silence valgrind on safe reads beyond potential array bounds.
24988         * lib/rawmemchr.valgrind: New file.
24989         * lib/strchrnul.valgrind: Likewise.
24990         * modules/rawmemchr (Files): Distribute new file.
24991         * modules/strchrnul (Files): Likewise.
24992         Suggested by Bruno Haible.
24993
24994 2008-04-29  Bruno Haible  <bruno@clisp.org>
24995
24996         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24997         (inet_ntop, inet_pton): Change portability warning's wording.
24998         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24999         Invoke gl_CHECK_NEXT_HEADERS.
25000         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25001         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25002         set ARPA_INET_H.
25003         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25004         * modules/arpa_inet (Description): No longer only for systems that
25005         lack it.
25006         (Depends-on): Add include_next.
25007         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25008         HAVE_ARPA_INET_H.
25009
25010 2008-04-29  Jim Meyering  <meyering@redhat.com>
25011
25012         * modules/mkdir (License): Re-license as LGPLv2+.
25013
25014 2008-04-29  Bruno Haible  <bruno@clisp.org>
25015
25016         * modules/rawmemchr (Maintainer): Set to Eric.
25017         * modules/strchrnul (Maintainer): Likewise.
25018
25019 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25020
25021         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25022         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25023
25024         * modules/arpa_inet (arpa/inet.h): Use them.
25025
25026 2008-04-28  Eric Blake  <ebb9@byu.net>
25027
25028         Test getndelim2.
25029         * modules/getndelim2-tests: New file.
25030         * tests/test-getndelim2.c: Likewise.
25031         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25032         stream.
25033         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25034
25035         * MODULES.html.sh: Document new module.
25036
25037 2008-04-20  Bruno Haible  <bruno@clisp.org>
25038
25039         * lib/c-stack.c (die): Use raise.
25040         * modules/c-stack (Depends-on): Add raise.
25041
25042 2008-04-28  Bruno Haible  <bruno@clisp.org>
25043
25044         Expect rpmatch to be declared.
25045         * lib/yesno.c (rpmatch): Remove declaration.
25046
25047         Declare rpmatch.
25048         * lib/stdlib.in.h (rpmatch): New declaration.
25049         * lib/rpmatch.c: Include <stdlib.h> first.
25050         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25051         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25052         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25053         HAVE_RPMATCH.
25054         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25055         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25056         (Include): Set to <stdlib.h>.
25057         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25058         HAVE_RPMATCH.
25059         * NEWS: Document the change.
25060
25061 2008-04-28  Bruno Haible  <bruno@clisp.org>
25062
25063         Change rpmatch to use nl_langinfo when appropriate.
25064         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25065         (N_): New macro.
25066         (localized_pattern): New function/macro.
25067         (try): Remove match, nomatch arguments. Copy the pattern into safe
25068         memory before caching it.
25069         (rpmatch): Use localized_pattern. Add translator comments.
25070         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25071         Suggested by Eric Blake.
25072         * modules/rpmatch (Depends-on): Add stdbool.
25073
25074 2008-04-28  Eric Blake  <ebb9@byu.net>
25075
25076         Add rawmemchr module, matching glibc.
25077         * modules/string (Makefile.am): New indicator.
25078         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25079         * lib/string.in.h (rawmemchr): Declare when appropriate.
25080         * modules/rawmemchr: New file.
25081         * m4/rawmemchr.m4: Likewise.
25082         * lib/rawmemchr.c: Likewise.
25083         * modules/rawmemchr-tests: Likewise.
25084         * tests/test-rawmemchr.c: Likewise.
25085         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25086         module.
25087         * modules/strchrnul (Depends-on): Add rawmemchr.
25088         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25089
25090         Whitespace cleanup.
25091         * tests/test-strchrnul.c: Reindent.
25092         * lib/strchrnul.c: Likewise.
25093
25094         Optimize and test strchrnul.
25095         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25096         * modules/strchrnul-tests: New file.
25097         * tests/test-strchrnul.c: Likewise.
25098
25099         Remove intprops dependency.
25100         * modules/memchr (Depends-on): Remove intprops.
25101         * modules/memrchr (Depends-on): Likewise.
25102         * modules/memchr2 (Depends-on): Likewise.
25103         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25104         * lib/memrchr.c (__memrchr): Likewise.
25105         * lib/memrchr2.c (memchr2): Likewise.
25106         Reported by Simon Josefsson.
25107
25108 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25109
25110         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25111         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25112
25113 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25114
25115         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25116
25117         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25118
25119         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25120
25121         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25122         declarations.
25123         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25124
25125         * m4/inet_pton.m4: Don't check for header files.
25126
25127         * m4/inet_ntop.m4: Don't check for header files.
25128
25129 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25130
25131         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25132         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25133         trigger for cygwin).
25134         Reported by Bruno Haible  <bruno@clisp.org>.
25135
25136 2008-04-28  Bruno Haible  <bruno@clisp.org>
25137
25138         * doc/posix-functions/strdup.texi: Mention mingw problem.
25139
25140 2008-04-27  Bruno Haible  <bruno@clisp.org>
25141
25142         * modules/stat-time-tests (Depends-on): Add sleep.
25143         * tests/test-stat-time.c (force_unlink): New function.
25144         (cleanup): Use it.
25145         (test_mtime): Remove the ctime related tests.
25146         (test_ctime): New function, containing the ctime related tests.
25147         (main): Call test_ctime, except on native Windows platforms.
25148
25149 2008-04-27  Bruno Haible  <bruno@clisp.org>
25150
25151         * lib/rpmatch.c (rpmatch): Add some comments.
25152         Reported by James Youngman <jay@gnu.org>.
25153
25154 2008-04-27  Bruno Haible  <bruno@clisp.org>
25155
25156         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25157         quiet NaNs.
25158
25159 2008-04-27  Bruno Haible  <bruno@clisp.org>
25160
25161         Make test-yesno.sh work on mingw.
25162         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25163         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25164         (main): Set stdin to binary mode.
25165         * modules/yesno-tests (Depends-on): Add binary-io.
25166
25167 2008-04-27  Bruno Haible  <bruno@clisp.org>
25168
25169         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25170         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25171         argument that lie outside the IEEE 854 domain.
25172         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25173         (gl_ISFINITE): Use it.
25174         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25175
25176 2008-04-27  Bruno Haible  <bruno@clisp.org>
25177
25178         Allow local renaming in config.h.
25179         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25180
25181 2008-04-27  Bruno Haible  <bruno@clisp.org>
25182
25183         * lib/memchr.c (__memchr): Change type of 'i'.
25184         * lib/memchr2.c (memchr2): Likewise.
25185
25186 2008-04-26  Eric Blake  <ebb9@byu.net>
25187         and Bruno Haible  <bruno@clisp.org>
25188
25189         Optimize and test memrchr.
25190         * modules/memrchr (Depends-on): Add intprops.
25191         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25192         * modules/memrchr-tests: New file.
25193         * tests/test-memrchr.c: New file.
25194
25195 2008-04-26  Bruno Haible  <bruno@clisp.org>
25196
25197         Add tentative support for DragonFly BSD.
25198         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25199         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25200         fp.
25201         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25202         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25203         * lib/fpurge.c (fpurge): Likewise.
25204         * lib/freadable.c (freaadable): Likewise.
25205         * lib/freadahead.c (freadahead): Likewise.
25206         * lib/freading.c (freading): Likewise.
25207         * lib/freadptr.c (freadptr): Likewise.
25208         * lib/freadseek.c (freadptrinc): Likewise.
25209         * lib/fseeko.c (fseeko): Likewise.
25210         * lib/fseterr.c (fseterr): Likewise.
25211         * lib/fwritable.c (fwritable): Likewise.
25212         * lib/fwriting.c (fwriting): Likewise.
25213
25214 2008-04-26  Bruno Haible  <bruno@clisp.org>
25215
25216         * lib/stdio-impl.h: New file.
25217         * lib/fbufmode.c: Include stdio-impl.h.
25218         (fbufmode): Use fp_, remove redundant #defines.
25219         * lib/fflush.c: Include stdio-impl.h.
25220         (clear_ungetc_buffer): Remove redundant #defines.
25221         * lib/fpurge.c: Include stdio-impl.h.
25222         (fpurge): Remove redundant #defines.
25223         * lib/freadable.c: Include stdio-impl.h.
25224         (freadable): Remove redundant #defines.
25225         * lib/freadahead.c: Include stdio-impl.h.
25226         (freadahead): Remove redundant #defines.
25227         * lib/freading.c: Include stdio-impl.h.
25228         (freading): Remove redundant #defines.
25229         * lib/freadptr.c: Include stdio-impl.h.
25230         (freadptr): Remove redundant #defines.
25231         * lib/freadseek.c: Include stdio-impl.h.
25232         (freadptrinc): Remove redundant #defines.
25233         * lib/fseeko.c: Include stdio-impl.h.
25234         (rpl_fseeko): Remove redundant #defines.
25235         * lib/fseterr.c: Include stdio-impl.h.
25236         (fseterr): Remove redundant #defines.
25237         * lib/fwritable.c: Include stdio-impl.h.
25238         (fwritable: Remove redundant #defines.
25239         * lib/fwriting.c: Include stdio-impl.h.
25240         (fwriting): Remove redundant #defines.
25241         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25242         * modules/fflush (Files): Likewise.
25243         * modules/fpurge (Files): Likewise.
25244         * modules/freadable (Files): Likewise.
25245         * modules/freadahead (Files): Likewise.
25246         * modules/freading (Files): Likewise.
25247         * modules/freadptr (Files): Likewise.
25248         * modules/freadseek (Files): Likewise.
25249         * modules/fseeko (Files): Likewise.
25250         * modules/fseterr (Files): Likewise.
25251         * modules/fwritable (Files): Likewise.
25252         * modules/fwriting (Files): Likewise.
25253
25254 2008-04-26  Bruno Haible  <bruno@clisp.org>
25255
25256         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25257         restore_seek_optimization, update_fpos_cache): New functions, extracted
25258         from rpl_fflush.
25259         (rpl_fflush): Use them.
25260         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25261         (gl_REPLACE_FFLUSH): Use it.
25262
25263 2008-04-26  Bruno Haible  <bruno@clisp.org>
25264
25265         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25266         on Solaris.
25267         * tests/test-xstrtoimax.sh: Likewise.
25268         * tests/test-xstrtoumax.sh: Likewise.
25269         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25270
25271 2008-04-26  Bruno Haible  <bruno@clisp.org>
25272
25273         * modules/memchr-tests: New file.
25274         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25275
25276 2008-04-26  Eric Blake  <ebb9@byu.net>
25277             Bruno Haible  <bruno@clisp.org>
25278
25279         * lib/memchr.c: Include intprops.h.
25280         (__memchr): Optimize parallel detection of matching bytes. Rename local
25281         variables. Add explanatory comments.
25282
25283 2008-04-26  Bruno Haible  <bruno@clisp.org>
25284
25285         Fix module 'memchr', broken since 2000-10-28.
25286         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25287
25288 2008-04-26  Bruno Haible  <bruno@clisp.org>
25289
25290         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25291         comments.
25292
25293 2008-04-25  Eric Blake  <ebb9@byu.net>
25294
25295         Use native fstatat on cygwin 1.7.0.
25296         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25297         first.
25298
25299 2008-04-23  Eric Blake  <ebb9@byu.net>
25300
25301         Improve memchr2 performance.
25302         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25303         NUL bytes.
25304         * modules/memchr2 (Depends-on): Use intprops.h.
25305
25306 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25307
25308         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25309         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25310         <blp@cs.stanford.edu>.
25311
25312 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25313
25314         * lib/arpa_inet.in.h: New file.
25315
25316         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25317         (Makefile.am): Sed in substitute header file.
25318
25319         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25320         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25321
25322         * modules/inet_ntop (configure.ac): Use
25323         gl_ARPA_INET_MODULE_INDICATOR.
25324
25325         * modules/inet_pton (configure.ac): Use
25326         gl_ARPA_INET_MODULE_INDICATOR.
25327
25328 2008-04-22  Jim Meyering  <meyering@redhat.com>
25329
25330         * modules/verify (License): Re-license as LGPLv2+.
25331
25332 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25333
25334         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25335         parameter to void* as per POSIX standard (MinGW uses char*).
25336
25337 2008-04-21  Bruno Haible  <bruno@clisp.org>
25338
25339         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25340         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25341         Define to replacements if REPLACE_ISWCNTRL is 1.
25342         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25343         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25344         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25345         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25346         what it fixes.
25347         * doc/posix-functions/iswalpha.texi: Likewise.
25348         * doc/posix-functions/iswblank.texi: Likewise.
25349         * doc/posix-functions/iswcntrl.texi: Likewise.
25350         * doc/posix-functions/iswdigit.texi: Likewise.
25351         * doc/posix-functions/iswgraph.texi: Likewise.
25352         * doc/posix-functions/iswlower.texi: Likewise.
25353         * doc/posix-functions/iswprint.texi: Likewise.
25354         * doc/posix-functions/iswpunct.texi: Likewise.
25355         * doc/posix-functions/iswspace.texi: Likewise.
25356         * doc/posix-functions/iswupper.texi: Likewise.
25357         * doc/posix-functions/iswxdigit.texi: Likewise.
25358         Reported by Alain Guibert.
25359
25360 2008-04-21  Bruno Haible  <bruno@clisp.org>
25361
25362         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25363         Patch by Alain Guibert.
25364
25365 2008-04-21  Bruno Haible  <bruno@clisp.org>
25366
25367         Fix test failures on mingw.
25368         * tests/test-xstrtol.c (print_no_progname): New function.
25369         (main): Install it in error_print_progname hook.
25370         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25371         * tests/test-xstrtoimax.sh: Likewise.
25372         * tests/test-xstrtoumax.sh: Likewise.
25373
25374 2008-04-21  Bruno Haible  <bruno@clisp.org>
25375
25376         Fix test failure on mingw.
25377         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25378
25379 2008-04-21  Bruno Haible  <bruno@clisp.org>
25380
25381         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25382         Actually assign a value.
25383
25384 2008-04-20  Bruno Haible  <bruno@clisp.org>
25385
25386         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25387         take 2.
25388         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25389         'canonicalize-lgpl' module is also used.
25390         * lib/canonicalize-lgpl.c: Undo last change.
25391         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25392
25393 2008-04-20  Bruno Haible  <bruno@clisp.org>
25394
25395         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25396         config.h. Provide _mkdir based fallback for mingw.
25397         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25398         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25399         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25400         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25401         rather than defining mkdir in config.h.
25402         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25403         (gl_SYS_STAT_H_DEFAULTS): New macro.
25404         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25405         HAVE_IO_H any more.
25406         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25407         HAVE_DECL_MKDIR and HAVE_IO_H.
25408
25409 2008-04-20  Bruno Haible  <bruno@clisp.org>
25410
25411         * lib/isapipe.c: Port to native Windows platforms.
25412
25413 2008-04-20  Bruno Haible  <bruno@clisp.org>
25414
25415         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25416
25417 2008-04-21  Eric Blake  <ebb9@byu.net>
25418
25419         Work around preprocessors that don't handle UINTMAX_MAX.
25420         * lib/memchr2.c (memchr2): Avoid embedded #if.
25421         Reported by Alain Guibert, fix suggested by Bruno Haible.
25422
25423 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25424
25425         * doc/posix-functions/strftime.texi (strftime): Explain better
25426         Windows incompatibility.  Suggested by Micah Cowan
25427         <micah@cowan.name>.
25428
25429 2008-04-20  Bruno Haible  <bruno@clisp.org>
25430
25431         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25432         unistr/u8-mblen.
25433
25434 2008-04-20  Bruno Haible  <bruno@clisp.org>
25435
25436         Fix test failure on platforms with non-GNU iconv.
25437         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25438         (U_TO_U8): Use it, rather than u16_to_u8.
25439         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25440         units at the end of the input string.
25441         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25442
25443 2008-04-20  Bruno Haible  <bruno@clisp.org>
25444
25445         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25446         when the resulting length is 0.
25447         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25448
25449 2008-04-20  Bruno Haible  <bruno@clisp.org>
25450
25451         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25452         works.
25453         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25454
25455 2008-04-20  Bruno Haible  <bruno@clisp.org>
25456
25457         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25458         * modules/tsearch-tests (configure.ac): Test for initstate function.
25459
25460 2008-04-20  Bruno Haible  <bruno@clisp.org>
25461
25462         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25463         for nlink_t if missing.
25464         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25465
25466 2008-04-19  Bruno Haible  <bruno@clisp.org>
25467
25468         Work around snprintf bug on Linux libc5.
25469         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25471         gl_SNPRINTF_SIZE1.
25472         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25473         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25474         that test failed.
25475         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25476         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25477         * modules/snprintf (Files): Add m4/printf.m4.
25478         * modules/vsnprintf (Files): Likewise.
25479         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25480         * doc/posix-functions/vsnprintf.texi: Likewise.
25481
25482 2008-04-19  Bruno Haible  <bruno@clisp.org>
25483
25484         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25485         from 0.0058 to less than 10^-7.
25486
25487 2008-04-19  Bruno Haible  <bruno@clisp.org>
25488
25489         Fix rounding when a precision is given.
25490         * lib/vasnprintf.c (is_borderline): New function.
25491         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25492         9...9x.
25493         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25494         %e, %g.
25495         * tests/test-vasprintf-posix.c (test_function): Likewise.
25496         * tests/test-snprintf-posix.h (test_function): Likewise.
25497         * tests/test-sprintf-posix.h (test_function): Likewise.
25498         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25499         * tests/test-printf-posix.h (test_function): Likewise.
25500         * tests/test-printf-posix.output: Update.
25501         Reported by John Darrington <john@darrington.wattle.id.au> via
25502         Ben Pfaff <blp@cs.stanford.edu>.
25503
25504 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25505
25506         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25507         Suggested by Bruno Haible <bruno@clisp.org>.
25508
25509 2008-04-17  Bruno Haible  <bruno@clisp.org>
25510
25511         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25512         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25513         implementation.
25514         Patch by Bruce Merry <bmerry@gmail.com>.
25515
25516 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25517
25518         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25519         doesn't work under Windows.
25520
25521 2008-04-16  Bruno Haible  <bruno@clisp.org>
25522
25523         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25524         New macros.
25525         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25526         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25527         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25528         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25529         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25530         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25531         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25532         macros.
25533         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25534         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25535         Northern Sotho, Uighur.
25536
25537 2008-04-16  Bruno Haible  <bruno@clisp.org>
25538
25539         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25540         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25541         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25542         Reported by Daniel Bergström <daniel@octocode.com>.
25543
25544 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25545             Bruno Haible  <bruno@clisp.org>
25546
25547         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25548         function.
25549         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25550         New functions, mostly extracted from gl_locale_name_default.
25551         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25552
25553 2008-04-16  Eric Blake  <ebb9@byu.net>
25554
25555         Adjust strtod detection to catch glibc 2.7 bug.
25556         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25557         Reported by John Gatewood Ham.
25558
25559 2008-04-16  Bruno Haible  <bruno@clisp.org>
25560
25561         Add tentative support for Linux libc5.
25562         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25563         * lib/fpurge.c (fpurge): Likewise.
25564         * lib/freadable.c (freadable): Likewise.
25565         * lib/freadahead.c (freadahead): Likewise.
25566         * lib/freading.c (freading): Likewise.
25567         * lib/freadptr.c (freadptr): Likewise.
25568         * lib/freadseek.c (freadptrinc): Likewise.
25569         * lib/fseeko.c (rpl_fseeko): Likewise.
25570         * lib/fseterr.c (fseterr): Likewise.
25571         * lib/fwritable.c (fwritable): Likewise.
25572         * lib/fwriting.c (fwriting): Likewise.
25573         Reported by Alain Guibert <alguibert+bts@free.fr>.
25574
25575 2008-04-15  Bruno Haible  <bruno@clisp.org>
25576
25577         * modules/mathl (configure.ac): Define module indicator.
25578
25579 2008-04-15  Bruno Haible  <bruno@clisp.org>
25580
25581         * lib/logl.c (logl): Remove unused variables.
25582
25583 2008-04-15  Bruno Haible  <bruno@clisp.org>
25584
25585         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25586         fails.
25587
25588 2008-04-15  Bruno Haible  <bruno@clisp.org>
25589
25590         * lib/trim.c (trim2): Fix argument of isspace() macro.
25591
25592 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25593
25594         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25595         to 0.
25596         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25597
25598 2008-04-14  Bruno Haible  <bruno@clisp.org>
25599
25600         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25601         AC_LANG_PROGRAM argument.
25602         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25603         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25604         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25605         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25606         * m4/math_h.m4 (gl_MATH_H): Likewise.
25607         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25608         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25609         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25610         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25611         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25612         * m4/regex.m4 (gl_REGEX): Likewise.
25613         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25614         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25615         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25616         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25617         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25618         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25619         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25620         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25621
25622 2008-04-14  Jim Meyering  <meyering@redhat.com>
25623
25624         test-strtod: fix typos: s/abs/fabs/
25625         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25626
25627 2008-04-13  Bruno Haible  <bruno@clisp.org>
25628
25629         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25630         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25631         module is also used and while not building the reloc-wrapper.
25632
25633 2008-04-13  Bruno Haible  <bruno@clisp.org>
25634
25635         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25636
25637 2008-04-13  Bruno Haible  <bruno@clisp.org>
25638
25639         Fix AIX compilation failure introduced on 2008-04-02.
25640         * tests/test-frexp.c (exp): Undefine before redefining.
25641         * tests/test-frexpl.c (exp): Likewise.
25642
25643 2008-04-13  Bruno Haible  <bruno@clisp.org>
25644
25645         Work around a HP-UX stdio bug.
25646         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25647         * tests/test-ftello.c (main): Likewise.
25648         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25649         * doc/posix-functions/ftello.texi: Likewise.
25650
25651 2008-04-13  Bruno Haible  <bruno@clisp.org>
25652
25653         Make test-signbit pass on HP-UX/hppa.
25654         * tests/test-signbit.c (minus_zerol): New variable.
25655         (test_signbitl): Use it.
25656
25657 2008-04-13  Bruno Haible  <bruno@clisp.org>
25658
25659         Make truncl work on OSF/1 4.0.
25660         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25661         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25662         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25663         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25664         HAVE_DECL_TRUNCL.
25665         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25666         HAVE_DECL_TRUNCL.
25667         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25668
25669 2008-04-13  Bruno Haible  <bruno@clisp.org>
25670
25671         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25672
25673 2008-04-13  Bruno Haible  <bruno@clisp.org>
25674
25675         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25676         expression, so as to avoid HP-UX 11 cc compiler bug.
25677
25678 2008-04-13  Bruno Haible  <bruno@clisp.org>
25679
25680         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25681
25682 2008-04-13  Bruno Haible  <bruno@clisp.org>
25683
25684         * lib/git-merge-changelog.c: Remove empty declaration outside of
25685         functions.
25686
25687 2008-04-13  Bruno Haible  <bruno@clisp.org>
25688
25689         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25690
25691 2008-04-13  Bruno Haible  <bruno@clisp.org>
25692
25693         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25694         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25695         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25696         also if it exists but lacks definitions of the SHUT_* macros.
25697         * modules/sys_socket (Description): Update.
25698         Reported by Elbert Pol <e.pol@chello.nl>.
25699
25700 2008-04-13  Bruno Haible  <bruno@clisp.org>
25701
25702         * lib/localcharset.c (OS2): Don't redefine if already defined.
25703         Reported by Elbert Pol <e.pol@chello.nl>.
25704
25705 2008-04-13  Bruno Haible  <bruno@clisp.org>
25706
25707         * lib/binary-io.h [__EMX__]: Include <io.h>.
25708         Reported by Elbert Pol <e.pol@chello.nl>.
25709
25710 2008-04-12  Bruno Haible  <bruno@clisp.org>
25711
25712         * lib/fpucw.h: Enable the definitions also for x86_64.
25713         Needed for NetBSD/x86_64.
25714         Reported by Thomas Klausner <tk@giga.or.at>.
25715
25716 2008-04-12  Bruno Haible  <bruno@clisp.org>
25717
25718         * tests/test-strtod.c: Include isnand.h.
25719         (main): Use isnand instead of isnan.
25720         Reported by Jim Meyering.
25721
25722 2008-04-12  Bruno Haible  <bruno@clisp.org>
25723
25724         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25725         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25726
25727 2008-04-12  Jim Meyering  <meyering@redhat.com>
25728
25729         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25730
25731 2008-04-12  Bruno Haible  <bruno@clisp.org>
25732
25733         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25734         Reported by Elbert Pol <e.pol@chello.nl>.
25735
25736 2008-04-12  Eric Blake  <ebb9@byu.net>
25737
25738         Work around Solaris 10 math.h bug.
25739         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25740         (gl_MATH_H_DEFAULTS): Set up default.
25741         * modules/math (Makefile.am): Replace new indicators.
25742         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25743         * tests/test-math.c (main): Test this.
25744         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25745         * doc/posix-headers/math.texi (math.h): Mention bug.
25746         Reported by Nelson H. F. Beebe and Jim Meyering.
25747
25748 2008-04-11  Bruno Haible  <bruno@clisp.org>
25749
25750         Adapt to future versions of Apple GCC.
25751         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25752         Reported by Peter O'Gorman <peter@pogma.com>.
25753
25754 2008-04-11  Bruno Haible  <bruno@clisp.org>
25755
25756         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25757
25758 2008-04-11  Bruno Haible  <bruno@clisp.org>
25759
25760         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25761
25762         * modules/getaddrinfo-tests (Makefile.am): Define
25763         test_getaddrinfo_LDADD.
25764
25765 2008-04-11  Bruno Haible  <bruno@clisp.org>
25766
25767         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25768         (init): Fix syntax error.
25769         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25770         is declared.
25771
25772 2008-04-11  Bruno Haible  <bruno@clisp.org>
25773
25774         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25775         * modules/glob (Depends-on): Add stdbool.
25776
25777 2008-04-11  Bruno Haible  <bruno@clisp.org>
25778
25779         * lib/trim.c: Include <string.h>.
25780
25781 2008-04-11  Eric Blake  <ebb9@byu.net>
25782
25783         Avoid compile failure on OS/2.
25784         * lib/regex_internal.h (internal_function): Disable optimization
25785         on OS/2 (__EMX__), where it caused compiler error.
25786         Reported by Elbert Pol.
25787
25788 2008-04-11  Bruno Haible  <bruno@clisp.org>
25789
25790         Flush the standard error stream before aborting. Needed on mingw.
25791         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25792         * tests/test-array_list.c (ASSERT): Likewise.
25793         * tests/test-array_oset.c (ASSERT): Likewise.
25794         * tests/test-avltree_list.c (ASSERT): Likewise.
25795         * tests/test-avltree_oset.c (ASSERT): Likewise.
25796         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25797         * tests/test-binary-io.c (ASSERT): Likewise.
25798         * tests/test-byteswap.c (ASSERT): Likewise.
25799         * tests/test-c-ctype.c (ASSERT): Likewise.
25800         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25801         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25802         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25803         * tests/test-c-strstr.c (ASSERT): Likewise.
25804         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25805         * tests/test-canonicalize.c (ASSERT): Likewise.
25806         * tests/test-carray_list.c (ASSERT): Likewise.
25807         * tests/test-ceilf1.c (ASSERT): Likewise.
25808         * tests/test-ceilf2.c (ASSERT): Likewise.
25809         * tests/test-ceill.c (ASSERT): Likewise.
25810         * tests/test-count-one-bits.c (ASSERT): Likewise.
25811         * tests/test-fbufmode.c (ASSERT): Likewise.
25812         * tests/test-fflush2.c (ASSERT): Likewise.
25813         * tests/test-floorf1.c (ASSERT): Likewise.
25814         * tests/test-floorf2.c (ASSERT): Likewise.
25815         * tests/test-floorl.c (ASSERT): Likewise.
25816         * tests/test-fopen.c (ASSERT): Likewise.
25817         * tests/test-fpending.c (ASSERT): Likewise.
25818         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25819         * tests/test-fpurge.c (ASSERT): Likewise.
25820         * tests/test-freadable.c (ASSERT): Likewise.
25821         * tests/test-freadahead.c (ASSERT): Likewise.
25822         * tests/test-freading.c (ASSERT): Likewise.
25823         * tests/test-freadptr.c (ASSERT): Likewise.
25824         * tests/test-freadptr2.c (ASSERT): Likewise.
25825         * tests/test-freadseek.c (ASSERT): Likewise.
25826         * tests/test-freopen.c (ASSERT): Likewise.
25827         * tests/test-frexp.c (ASSERT): Likewise.
25828         * tests/test-frexpl.c (ASSERT): Likewise.
25829         * tests/test-fseek.c (ASSERT): Likewise.
25830         * tests/test-fseeko.c (ASSERT): Likewise.
25831         * tests/test-fstrcmp.c (ASSERT): Likewise.
25832         * tests/test-ftell.c (ASSERT): Likewise.
25833         * tests/test-ftello.c (ASSERT): Likewise.
25834         * tests/test-func.c (ASSERT): Likewise.
25835         * tests/test-fwritable.c (ASSERT): Likewise.
25836         * tests/test-fwriting.c (ASSERT): Likewise.
25837         * tests/test-getdelim.c (ASSERT): Likewise.
25838         * tests/test-getline.c (ASSERT): Likewise.
25839         * tests/test-i-ring.c (ASSERT): Likewise.
25840         * tests/test-iconv-utf.c (ASSERT): Likewise.
25841         * tests/test-iconv.c (ASSERT): Likewise.
25842         * tests/test-isfinite.c (ASSERT): Likewise.
25843         * tests/test-isnand.c (ASSERT): Likewise.
25844         * tests/test-isnanf.c (ASSERT): Likewise.
25845         * tests/test-isnanl.h (ASSERT): Likewise.
25846         * tests/test-ldexpl.c (ASSERT): Likewise.
25847         * tests/test-linked_list.c (ASSERT): Likewise.
25848         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25849         * tests/test-localename.c (ASSERT): Likewise.
25850         * tests/test-lseek.c (ASSERT): Likewise.
25851         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25852         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25853         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25854         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25855         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25856         * tests/test-mbschr.c (ASSERT): Likewise.
25857         * tests/test-mbscspn.c (ASSERT): Likewise.
25858         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25859         * tests/test-mbspbrk.c (ASSERT): Likewise.
25860         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25861         * tests/test-mbsrchr.c (ASSERT): Likewise.
25862         * tests/test-mbsspn.c (ASSERT): Likewise.
25863         * tests/test-mbsstr1.c (ASSERT): Likewise.
25864         * tests/test-mbsstr2.c (ASSERT): Likewise.
25865         * tests/test-mbsstr3.c (ASSERT): Likewise.
25866         * tests/test-memchr2.c (ASSERT): Likewise.
25867         * tests/test-memmem.c (ASSERT): Likewise.
25868         * tests/test-open.c (ASSERT): Likewise.
25869         * tests/test-printf-frexp.c (ASSERT): Likewise.
25870         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25871         * tests/test-printf-posix.c (ASSERT): Likewise.
25872         * tests/test-quotearg.c (ASSERT): Likewise.
25873         * tests/test-rbtree_list.c (ASSERT): Likewise.
25874         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25875         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25876         * tests/test-round1.c (ASSERT): Likewise.
25877         * tests/test-roundf1.c (ASSERT): Likewise.
25878         * tests/test-roundl.c (ASSERT): Likewise.
25879         * tests/test-signbit.c (ASSERT): Likewise.
25880         * tests/test-sleep.c (ASSERT): Likewise.
25881         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25882         * tests/test-snprintf.c (ASSERT): Likewise.
25883         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25884         * tests/test-stat-time.c (ASSERT): Likewise.
25885         * tests/test-strcasestr.c (ASSERT): Likewise.
25886         * tests/test-strerror.c (ASSERT): Likewise.
25887         * tests/test-striconv.c (ASSERT): Likewise.
25888         * tests/test-striconveh.c (ASSERT): Likewise.
25889         * tests/test-striconveha.c (ASSERT): Likewise.
25890         * tests/test-strsignal.c (ASSERT): Likewise.
25891         * tests/test-strstr.c (ASSERT): Likewise.
25892         * tests/test-strtod.c (ASSERT): Likewise.
25893         * tests/test-trunc1.c (ASSERT): Likewise.
25894         * tests/test-trunc2.c (ASSERT): Likewise.
25895         * tests/test-truncf1.c (ASSERT): Likewise.
25896         * tests/test-truncf2.c (ASSERT): Likewise.
25897         * tests/test-truncl.c (ASSERT): Likewise.
25898         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25899         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25900         * tests/test-vasnprintf.c (ASSERT): Likewise.
25901         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25902         * tests/test-vasprintf.c (ASSERT): Likewise.
25903         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25904         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25905         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25906         * tests/test-vsnprintf.c (ASSERT): Likewise.
25907         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25908         * tests/test-wcwidth.c (ASSERT): Likewise.
25909         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25910         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25911         * tests/test-xvasprintf.c (ASSERT): Likewise.
25912         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25913         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25914         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25915         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25916         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25917         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25918         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25919         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25920         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25921         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25922         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25923         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25924         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25925         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25926         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25927         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25928         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25929         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25930         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25931         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25932         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25933         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25934         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25935         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25936         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25937         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25938         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25939         * tests/unictype/test-combining.c (ASSERT): Likewise.
25940         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25941         * tests/unictype/test-digit.c (ASSERT): Likewise.
25942         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25943         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25944         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25945         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25946         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25947         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25948         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25949         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25950         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25951         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25952         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25953         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25954         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25955         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25956         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25957         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25958         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25959         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25960         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25961         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25962         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25963         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25964         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25965         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25966         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25967         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25968         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25969         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25970         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25971         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25972         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25973         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25974         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25975         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25976         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25977         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25978         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25979         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25980         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25981         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25982         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25983         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25984         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25985         Reported by Eric Blake.
25986
25987 2008-04-11  Bruno Haible  <bruno@clisp.org>
25988
25989         * lib/wchar.in.h: Tweak comment.
25990
25991 2008-04-11  Bruno Haible  <bruno@clisp.org>
25992
25993         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25994         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25995         gl_COMMON.
25996         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25997
25998 2008-04-11  Bruno Haible  <bruno@clisp.org>
25999
26000         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26001
26002 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26003
26004         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26005         of attempting to use non-existing /dev/*random.  Based on patch
26006         from Adam Strzelecki <ono@java.pl> in
26007         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26008
26009 2008-04-08  Bruno Haible  <bruno@clisp.org>
26010
26011         Add tentative support for emx+gcc.
26012         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26013         * lib/fpurge.c (fpurge): Likewise.
26014         * lib/freadable.c (freadable): Likewise.
26015         * lib/freadahead.c (freadahead): Likewise.
26016         * lib/freading.c (freading): Likewise.
26017         * lib/freadptr.c (freadptr): Likewise.
26018         * lib/freadseek.c (freadptrinc): Likewise.
26019         * lib/fseeko.c (rpl_fseeko): Likewise.
26020         * lib/fseterr.c (fseterr): Likewise.
26021         * lib/fwritable.c (fwritable): Likewise.
26022         * lib/fwriting.c (fwriting): Likewise.
26023         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26024
26025 2008-04-09  Eric Blake  <ebb9@byu.net>
26026
26027         Avoid some autoconf warnings.
26028         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26029         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26030         * m4/afs.m4 (gl_AFS): Likewise.
26031         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26032         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26033         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26034         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26035         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26036         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26037         (AC_CHECK_DECLS_ONCE): Likewise.
26038         Rename file...
26039         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26040         gnulib-tool requires autoconf 2.59 or better.
26041         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26042
26043 2008-04-08  Eric Blake  <ebb9@byu.net>
26044
26045         Use 'git describe --match' if present (added in git 1.5.5).
26046         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26047         if possible.
26048
26049 2008-04-08  Bruno Haible  <bruno@clisp.org>
26050
26051         Add tentative support for OpenServer.
26052         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26053         _ptr, _cnt.
26054         * lib/fpurge.c (fpurge): Likewise.
26055         * lib/freadable.c (freadable): Likewise.
26056         * lib/freadahead.c (freadahead): Likewise.
26057         * lib/freading.c (freading): Likewise.
26058         * lib/freadptr.c (freadptr): Likewise.
26059         * lib/freadseek.c (freadptrinc): Likewise.
26060         * lib/fseeko.c (rpl_fseeko): Likewise.
26061         * lib/fseterr.c (fseterr): Likewise.
26062         * lib/fwritable.c (fwritable): Likewise.
26063         * lib/fwriting.c (fwriting): Likewise.
26064         Reported by Roger Cornelius <rac@tenzing.org> and
26065         Brian K. White <brian@aljex.com>.
26066
26067 2008-04-06  Jim Meyering  <meyering@redhat.com>
26068
26069         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26070
26071 2008-04-06  Bruno Haible  <bruno@clisp.org>
26072
26073         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26074         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26075         * tests/test-printf-posix.sh: Likewise.
26076         * tests/test-vfprintf-posix.sh: Likewise.
26077         * tests/test-vprintf-posix.sh: Likewise.
26078         * tests/test-xprintf-posix.sh: Likewise.
26079
26080 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26081
26082         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26083         hide error from 'ls', needed on OS/2.
26084         Report by Elbert Pol <elbert.pol@gmail.com>.
26085
26086 2008-04-04  Eric Blake  <ebb9@byu.net>
26087
26088         Make test-fseeko.c failures meaningful.
26089         * tests/test-fseeko.c: Print line number on failure.
26090         * tests/test-fseek.c: Likewise.
26091         Reported by Nelson H. F. Beebe.
26092
26093         Improve strtod bug detection check.
26094         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26095         required for Solaris 10.
26096         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26097
26098 2008-04-04  Bruno Haible  <bruno@clisp.org>
26099
26100         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26101         by m4/setenv.m4.
26102
26103 2008-04-03  Eric Blake  <ebb9@byu.net>
26104
26105         Ensure sane .version contents.
26106         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26107         version string.
26108         * build-aux/git-version-gen: Improve documentation.
26109
26110         Make GNU make output nicer.
26111         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26112         MAKECMDGOALS to enforce message for all command line targets.  Set
26113         srcdir for use in maint.mk.
26114
26115         Another maintainer tweak.
26116         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26117         a target that regenerates version.
26118
26119 2008-04-03  Jim Meyering  <meyering@redhat.com>
26120
26121         vc-list-files: don't cause coreutils "make po-check" failure
26122         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26123
26124 2008-04-03  Eric Blake  <ebb9@byu.net>
26125
26126         Allow VPATH usage of vc-list-files.
26127         * build-aux/vc-list-files (scriptversion): Add timestamp.
26128         (options): Add --help, --version, -C.
26129         (CVS): Support installed cvsu.
26130
26131 2008-04-02  Bruno Haible  <bruno@clisp.org>
26132
26133         Avoid some "statement with no effect" warnings from gcc.
26134         * tests/test-wctype.c (main): Explicitly ignore unused values.
26135         Reported by Jim Meyering.
26136
26137 2008-04-02  Jim Meyering  <meyering@redhat.com>
26138
26139         Avoid some warnings from "gcc -Wshadow".
26140         * tests/test-frexp.c (exp): Define to a different identifier.
26141         * tests/test-frexpl.c (exp): Likewise.
26142
26143 2008-04-03  Jim Meyering  <meyering@redhat.com>
26144
26145         bootstrap: remove dangling *.[ch] symlinks from lib
26146         * build-aux/bootstrap [dangling symlink removal]: Move find's
26147         -depth option to precede all others, to avoid a warning.
26148         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26149
26150 2008-04-02  Bruno Haible  <bruno@clisp.org>
26151
26152         Avoid some warnings from "gcc -Wshadow".
26153         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26154         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26155         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26156         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26157         Reported by Jim Meyering.
26158
26159 2008-04-01  Bruno Haible  <bruno@clisp.org>
26160
26161         Fix test to work on IRIX 6.5 with cc.
26162         * tests/test-math.c (numeric_equal): New function.
26163         (main): Use it.
26164
26165 2008-04-01  Bruno Haible  <bruno@clisp.org>
26166
26167         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26168
26169 2008-04-01  Bruno Haible  <bruno@clisp.org>
26170
26171         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26172         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26173         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26174         (Depends-on): Remove math.
26175
26176         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26177         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26178         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26179         (Depends-on): Remove math.
26180
26181         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26182         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26183         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26184         (Depends-on): Remove math.
26185         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26186         (Depends-on): Remove math.
26187
26188         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26189         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26190         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26191         (Depends-on): Remove math.
26192         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26193         (Depends-on): Remove math.
26194
26195         * tests/test-round1.c: Include nan.h.
26196         (main): Use NaNd instead of NAN.
26197         * modules/round-tests (Files): Add tests/nan.h.
26198
26199         * tests/test-trunc1.c: Include nan.h.
26200         (main): Use NaNd instead of NAN.
26201         * modules/trunc-tests (Files): Add tests/nan.h.
26202
26203         * tests/test-roundf1.c: Include nan.h.
26204         (main): Use NaNf instead of NAN.
26205         * modules/roundf-tests (Files): Add tests/nan.h.
26206
26207         * tests/test-truncf1.c: Include nan.h.
26208         (main): Use NaNf instead of NAN.
26209         * modules/truncf-tests (Files): Add tests/nan.h.
26210
26211         * tests/test-ceilf1.c: Include nan.h.
26212         (main): Use NaNf instead of NAN.
26213         * modules/ceilf-tests (Files): Add tests/nan.h.
26214
26215         * tests/test-floorf1.c: Include nan.h.
26216         (main): Use NaNf instead of NAN.
26217         * modules/floorf-tests (Files): Add tests/nan.h.
26218
26219         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26220         (main): Use NaNf instead of NAN.
26221         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26222
26223         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26224         (main): Use NaNd instead of NAN.
26225         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26226
26227         * tests/test-frexp.c: Include nan.h.
26228         (main): Use NaNd instead of NAN.
26229         * modules/frexp-tests (Files): Add tests/nan.h.
26230
26231         * lib/isnan.c: Don't include <math.h>.
26232         (FUNC): Don't use NAN macro.
26233         * modules/isnand-nolibm (Depends-on): Remove math.
26234         * modules/isnanf-nolibm (Depends-on): Remove math.
26235         * modules/isnanl (Depends-on): Remove math.
26236         * modules/isnanl-nolibm (Depends-on): Remove math.
26237
26238         * tests/nan.h: New file.
26239
26240 2008-04-01  Eric Blake  <ebb9@byu.net>
26241
26242         Fix typos.
26243         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26244         values to be the right type.
26245
26246         For now, cater to gnulib strtod inaccuracies.
26247         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26248         fractional results.  While not as nice from a QoI perspective, it
26249         is a quicker patch than correctly implementing decimal to binary
26250         rounding.
26251
26252 2008-03-31  Eric Blake  <ebb9@byu.net>
26253
26254         Guarantee a definition of NAN.
26255         * lib/math.in.h (NAN): Define if missing.
26256         * tests/test-math.c (main): Test it.
26257         * doc/posix-headers/math.texi (math.h): Document this.
26258         * lib/isnan.c (rpl_isnand): Use it.
26259         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26260         * tests/test-floorf1.c (NaN): Likewise.
26261         * tests/test-frexp.c (NaN): Likewise.
26262         * tests/test-isnand.c (NaN): Likewise.
26263         * tests/test-isnanf.c (NaN): Likewise.
26264         * tests/test-round1.c (NaN): Likewise.
26265         * tests/test-roundf1.c (NaN): Likewise.
26266         * tests/test-snprintf-posix.h (NaN): Likewise.
26267         * tests/test-sprintf-posix.h (NaN): Likewise.
26268         * tests/test-trunc1.c (NaN): Likewise.
26269         * tests/test-truncf1.c (NaN): Likewise.
26270         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26271         * tests/test-vasprintf-posix.c (NaN): Likewise.
26272         * modules/isnand-nolibm (Depends-on): Add math.
26273         * modules/isnanf-nolibm (Depends-on): Likewise.
26274         * modules/isnanl (Depends-on): Likewise.
26275         * modules/isnanl-nolibm (Depends-on): Likewise.
26276         * modules/snprintf-posix-tests (Depends-on): Likewise.
26277         * modules/sprintf-posix-tests (Depends-on): Likewise.
26278         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26279         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26280         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26281         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26282
26283 2008-03-31  Bruno Haible  <bruno@clisp.org>
26284
26285         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26286         * doc/posix-functions/strtod.texi: Likewise.
26287
26288 2008-03-31  Bruno Haible  <bruno@clisp.org>
26289
26290         * tests/test-strtod.c (main): Don't use C99 syntax.
26291
26292 2008-03-31  Bruno Haible  <bruno@clisp.org>
26293
26294         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26295         Reported by Eric Blake.
26296
26297 2008-03-31  Jim Meyering  <meyering@redhat.com>
26298
26299         Don't compare actual signbit return values.
26300         * tests/test-strtod.c (main): Rather, compare only their
26301         zero/non-zero nature.
26302
26303 2008-03-31  Eric Blake  <ebb9@byu.net>
26304
26305         More strtod documentation.
26306         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26307         failures as distinct bugs.
26308
26309 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26310
26311         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26312         Problem reported by Erik Benada in
26313         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26314
26315 2008-03-30  Bruno Haible  <bruno@clisp.org>
26316
26317         * tests/test-strtod.c: Add comments about which assertion fails on which
26318         platform.
26319         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26320
26321 2008-03-30  Eric Blake  <ebb9@byu.net>
26322
26323         Test signbit behavior on zeros.
26324         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26325         (test_signbitd, test_signbitl): Likewise.
26326
26327         More strtod touchups.
26328         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26329         sign of negative underflow, for now.  Use .5, not .1.
26330         * doc/posix-functions/strtod.texi (strtod): Mention these
26331         limitations.
26332         Reported by Jim Meyering.
26333
26334 2008-03-30  Bruno Haible  <bruno@clisp.org>
26335
26336         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26337         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26338
26339 2008-03-30  Bruno Haible  <bruno@clisp.org>
26340
26341         Avoid failure when attempting to return empty iconv results on some
26342         platforms.
26343         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26344         allocation, don't report ENOMEM when the resulting string is empty.
26345
26346 2008-03-30  Bruno Haible  <bruno@clisp.org>
26347
26348         Fix buffer overrun.
26349         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26350         Don't consider the width for tmp_length. Check count against tmp_length
26351         before doing the padding. Ensure enough allocation during padding.
26352
26353 2008-03-30  Eric Blake  <ebb9@byu.net>
26354
26355         strtod touchups.
26356         * lib/strtod.c (strtod): Avoid compiler warnings.
26357         Reported by Jim Meyering.
26358
26359 2008-03-30  Bruno Haible  <bruno@clisp.org>
26360
26361         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26362         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26363         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26364         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26365         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26366         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26367         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26368         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26369
26370         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26371         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26372         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26373         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26374         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26375         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26376         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26377         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26378
26379         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26380         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26381         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26382         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26383         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26384         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26385         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26386         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26387
26388         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26389         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26390
26391         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26392         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26393
26394         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26395         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26396
26397         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26398         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26399         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26400
26401         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26402         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26403         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26404
26405         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26406         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26407         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26408
26409         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26410         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26411         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26412
26413         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26414         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26415         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26416         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26417         (Depends-on): Add EOVERFLOW.
26418         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26419         (Depends-on): Add EOVERFLOW.
26420         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26421         (Depends-on): Add EOVERFLOW.
26422         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26423         (Depends-on): Add EOVERFLOW.
26424         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26425         (Depends-on): Add EOVERFLOW.
26426         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26427         (Depends-on): Add EOVERFLOW.
26428         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26429         (Depends-on): Add EOVERFLOW.
26430         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26431         (Depends-on): Add EOVERFLOW.
26432
26433         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26434         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26435         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26436
26437         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26438         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26439         * modules/snprintf (Depends-on): Add EOVERFLOW.
26440
26441         * lib/poll.c (EOVERFLOW): Remove fallback.
26442         * modules/poll (Depends-on): Add EOVERFLOW.
26443
26444         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26445         * modules/getugroups (Depends-on): Add EOVERFLOW.
26446
26447         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26448         * modules/getdelim (Depends-on): Add EOVERFLOW.
26449
26450         * lib/ftell.c (EOVERFLOW): Remove fallback.
26451         * modules/ftell (Depends-on): Add EOVERFLOW.
26452
26453         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26454         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26455         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26456
26457         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26458
26459         * modules/EOVERFLOW-tests: New file.
26460         * tests/test-EOVERFLOW.c: New file.
26461
26462         * modules/EOVERFLOW: New file.
26463         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26464
26465 2008-03-30  Bruno Haible  <bruno@clisp.org>
26466
26467         Fix bug introduced on 2007-06-10.
26468         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26469         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26470
26471 2008-03-30  Bruno Haible  <bruno@clisp.org>
26472
26473         Improve freadseek's efficiency after ungetc.
26474         * lib/freadseek.c: Include freadahead.h.
26475         (freadptrinc): New function, extracted from freadseek.
26476         (freadseek): Use it in a loop. Use freadahead to determine the number
26477         of loop iterations.
26478         * modules/freadseek (Depends-on): Add freadahead.
26479         (configure.ac): Require AC_C_INLINE.
26480
26481 2008-03-30  Bruno Haible  <bruno@clisp.org>
26482
26483         * lib/freadseek.c (freadseek): Don't ignore the return value of
26484         freadptr.
26485
26486 2008-03-29  Eric Blake  <ebb9@byu.net>
26487
26488         Add hex float support.
26489         * modules/strtod (Depends-on): Add c-ctype.
26490         (Link): Mention POW_LIB.
26491         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26492         whitespace between 'e' and exponent.
26493         * tests/test-strtod.c (main): Enable hex float tests.
26494         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26495         now provides.
26496
26497         Document various strtod bugs, with some fixes.
26498         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26499         "-0x", "inf", "nan", and hex constants.
26500         * doc/posix-functions/atof.texi (atof): Likewise.
26501         * modules/stdlib (Makefile.am): Support strtod.
26502         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26503         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26504         detect additional strtod bugs.
26505         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26506         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26507         bool where appropriate.  Parse 'inf' and 'nan'.
26508         * tests/test-strtod.c: New file.
26509         * modules/strtod (Depends-on): Add stdbool, stdlib.
26510         (configure.ac): Turn on module indicator.
26511         * modules/strtod-tests: New module.
26512
26513 2008-03-29  Eric Blake  <ebb9@byu.net>
26514
26515         Fix ftell on mingw.
26516         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26517         * modules/ftell-tests (Depends-on): Add binary-io.
26518         * modules/ftello-tests (Depends-on): Likewise.
26519         * tests/test-ftell.c (main): Enhance test to cover behavior after
26520         ungetc.  Enforce binary mode.
26521         * tests/test-ftello.c (main): Likewise.
26522
26523         Pass test-freadseek on cygwin.
26524         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26525         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26526         ungetc buffer.
26527
26528         * tests/test-fflush2.c (main): Fix typo.
26529
26530 2008-03-29  Bruno Haible  <bruno@clisp.org>
26531
26532         * tests/test-fflush2.c (main): Temporarily disable the contents of
26533         this test.
26534         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26535         Reported by Eric Blake.
26536
26537 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26538
26539         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26540         (GC_SHA224_DIGEST_SIZE): Add.
26541
26542         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26543         (gc_hash_digest_length): Likewise.
26544         (gc_hash_buffer): Likewise.
26545
26546 2008-03-25  Bruno Haible  <bruno@clisp.org>
26547
26548         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26549         detail which gettext release to use.
26550         Reported by Simon Josefsson.
26551
26552 2008-03-26  Jim Meyering  <meyering@redhat.com>
26553
26554         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26555         * modules/gnumakefile (clean-GNUmakefile): Also, use
26556         test ... && ... || : syntax rather than if-then ... fi.
26557
26558         gnumakefile: Don't double-quote-expand $(VPATH) value.
26559         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26560
26561 2008-03-24  Eric Blake  <ebb9@byu.net>
26562
26563         Alter GNUmakefile to install into top directory.
26564         * modules/maintainer-makefile: Split, and add dependency...
26565         * modules/gnumakefile: to this new module.
26566         * build-aux/GNUmakefile: Move...
26567         * top/GNUmakefile: ...here.
26568         * build-aux/maint.mk: Move...
26569         * top/maint.mk: ...here.
26570         * MODULES.html.sh (Support for maintaining...): Document new
26571         module.
26572
26573 2008-03-23  Bruno Haible  <bruno@clisp.org>
26574
26575         * gnulib-tool: New options --vc-files, --no-vc-files.
26576         (func_usage): Document them.
26577         (vc_files): New variable.
26578         (func_import): Consider vc_files.
26579         (func_create_testdir): Set vc_files to empty.
26580         Suggested by Jim Meyering and Karl Berry.
26581
26582 2008-03-23  Bruno Haible  <bruno@clisp.org>
26583
26584         Fix regex compilation error on HP-UX 11.
26585         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26586         * modules/regex (Files): Add m4/mbstate_t.m4.
26587         Reported by Ton Voon <ton.voon@altinity.com>.
26588
26589 2008-03-23  Bruno Haible  <bruno@clisp.org>
26590
26591         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26592
26593 2008-03-23  Eric Blake  <ebb9@byu.net>
26594             Bruno Haible  <bruno@clisp.org>
26595
26596         Install files from top/ in the destination directory.
26597         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26598         augmentation also for the files from top/.
26599         (func_import, func_create_testdir): Rewrite file names:
26600         top/filename -> filename.
26601
26602 2008-03-23  Bruno Haible  <bruno@clisp.org>
26603
26604         Tweak "gnulib --version" output.
26605         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26606
26607 2008-03-23  Bruno Haible  <bruno@clisp.org>
26608
26609         Tweak "gnulib --version" output.
26610         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26611         rather than contents of ChangeLog, when possible.
26612
26613 2008-03-21  Eric Blake  <ebb9@byu.net>
26614
26615         More --version tweaks.
26616         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26617         date of last ChangeLog entry.
26618
26619 2008-03-21  Jim Meyering  <meyering@redhat.com>
26620
26621         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26622
26623 2008-03-20  Eric Blake  <ebb9@byu.net>
26624
26625         VPATH fix.
26626         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26627
26628 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26629
26630         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26631         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26632
26633 2008-03-20  Eric Blake  <ebb9@byu.net>
26634
26635         Sync GNUmakefile with coreutils.
26636         * build-aux/GNUmakefile (have-Makefile): Rename...
26637         (_have-Makefile): ...to this, for namespace consideration.
26638         (GNUmakefile.cfg): Include, if present.
26639         (_autoreconf): Define a default.
26640         (_is-dist-target): New rule for rebuilds to pick up intra-release
26641         version.
26642         (maint-cfg.mk): Rename...
26643         (cfg.mk): ...to this.
26644
26645 2008-03-18  Jim Meyering  <meyering@redhat.com>
26646
26647         New script and module: mktempd
26648         * MODULES.html.sh (maint+release support): Add mktempd.
26649         * build-aux/mktempd: New file.
26650         * modules/mktempd: New file.
26651
26652 2008-03-15  Jim Meyering  <meyering@redhat.com>
26653
26654         Undo last change.
26655         * lib/sha1.c, lib/md5.c: 63 != ~63.
26656         Reported by Andreas Schwab.
26657
26658         sha1.c, md5.c: Hoist a redundant expression.
26659         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26660         "ctx->buflen" only once, before calling *_process_block.
26661         * lib/md5.c (md5_process_bytes): Likewise.
26662
26663 2008-03-14  Eric Blake  <ebb9@byu.net>
26664
26665         Bump copyright year in files generated by gnulib-tool.
26666         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26667         gnulib-tool, rather than hard-coding it.
26668
26669         Fix 'gnulib-tool --version' output to work with git.
26670         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26671         (startup): ...here.
26672         (func_version): Use it to invoke git-version-gen, rather than
26673         relying on CVS keyword expansion.  Modernize wording.
26674         (cvsdatestamp, last_checkin_date, version): Kill unused
26675         variables.
26676
26677 2008-03-12  Jim Meyering  <meyering@redhat.com>
26678
26679         Recognize optional cast of the argument to free.
26680         * build-aux/useless-if-before-free: Update regexps.
26681
26682         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26683
26684 2008-03-11  Bruno Haible  <bruno@clisp.org>
26685
26686         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26687         by a single package.
26688         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26689         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26690         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26691         Reported by Sam Steingold <sds@gnu.org>.
26692
26693 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26694
26695         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26696         repositories.
26697
26698 2008-03-11  Bruno Haible  <bruno@clisp.org>
26699
26700         Avoid conflicts between local macro definitions.
26701         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26702         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26703
26704 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26705             Bruno Haible  <bruno@clisp.org>
26706
26707         Make va_copy work with some version of xlc on AIX 5.1.
26708         * lib/stdarg.in.h: New file.
26709         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26710         On AIX, use a <stdarg.h> file substitute.
26711         * modules/stdarg (Files): Add lib/stdarg.in.h.
26712         (Depends-on): Add include_next.
26713         (Makefile.am): Build a stdarg.h substitute if requested.
26714         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26715
26716 2008-03-10  Bruno Haible  <bruno@clisp.org>
26717
26718         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26719         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26720         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26721
26722 2008-03-10  Bruno Haible  <bruno@clisp.org>
26723
26724         * modules/stdlib (Depends-on): Add include_next, remove
26725         absolute-header.
26726
26727 2008-03-09  Bruno Haible  <bruno@clisp.org>
26728
26729         * lib/freadahead.h (freadahead): Document more precisely.
26730         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26731         the sum of both buffer sizes.
26732         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26733         * NEWS: Document the change.
26734
26735 2008-03-09  Bruno Haible  <bruno@clisp.org>
26736
26737         Extend freadptr to return also the buffer size.
26738         * lib/freadptr.h (freadptr): Add sizep argument.
26739         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26740         (freadptr): Add sizep argument. Determine buffer size like freadahead
26741         does.
26742         * tests/test-freadptr.c: Don't include freadahead.h.
26743         (main): Adapt for new calling convention of freadptr.
26744         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26745         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26746         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26747         tests/test-freadptr2.sh.
26748         (Depends): Remove freadahead.
26749         (TESTS): Add test-freadptr2.sh.
26750         (check_PROGRAMS): Add test-freadptr2.
26751
26752 2008-03-09  Bruno Haible  <bruno@clisp.org>
26753
26754         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26755         Report and solution by Simon Josefsson.
26756
26757 2008-03-06  Bruno Haible  <bruno@clisp.org>
26758
26759         Make fflush after ungetc work on BSD platforms.
26760         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26761         * tests/test-fflush2.c: New file.
26762         * tests/test-fflush2.sh: New file.
26763         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26764         tests/test-fflush2.c.
26765         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26766         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26767
26768 2008-03-06  Eric Blake  <ebb9@byu.net>
26769
26770         Likewise for ftello.
26771         * modules/ftello (Dependencies): Add extensions.
26772         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26773
26774 2008-03-06  Bruno Haible  <bruno@clisp.org>
26775
26776         * modules/fseeko (Dependencies): Add extensions.
26777         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26778         Needed on glibc systems.
26779
26780 2008-03-06  Bruno Haible  <bruno@clisp.org>
26781
26782         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26783         email address.
26784         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26785
26786 2008-03-06  Bruno Haible  <bruno@clisp.org>
26787
26788         * users.txt: Add libgnupdf.
26789
26790 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26791
26792         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26793         (Header File Substitutes, Function Substitutes,
26794         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26795         (Build robot for gnulib): Fix typo.
26796
26797 2008-03-06  Bruno Haible  <bruno@clisp.org>
26798
26799         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26800         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26801
26802 2008-03-06  Bruno Haible  <bruno@clisp.org>
26803
26804         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26805         * doc/gnulib.texi: Include it.
26806
26807 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26808
26809         * modules/func (License): Change license to unlimited; there was
26810         no LGPL parts in the module anyway.
26811
26812 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26813
26814         * modules/__func__: Renamed to modules/func.
26815         * modules/__func__-tests: Renamed to modules/func-tests.
26816         * tests/test-__func__.c: Renamed to tests/test-func.c.
26817         * m4/__func__.m4: Renamed to m4/func.m4.
26818         * doc/gnulib.texi (__func__): Section renamed to func.
26819         Suggested by Eric Blake <ebb9@byu.net>.
26820
26821 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26822
26823         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26824         about __func__.  Make example self-contained.  Suggested by Eric
26825         Blake <ebb9@byu.net>.
26826
26827         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26828         Suggested by Eric Blake <ebb9@byu.net>.
26829
26830 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26831
26832         * modules/__func__: New file.
26833         * modules/__func__-tests: New file.
26834         * tests/test-__func__.c: New file.
26835         * m4/__func__.m4: New file.
26836         * doc/gnulib.texi (__func__): Document __func__ module.
26837
26838 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26839
26840         * modules/byteswap (License): Re-license as LGPLv2+.
26841
26842 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26843
26844         * doc/Makefile: Add pdf target.
26845
26846 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26847
26848         * modules/inline (License): Use 'unlimited', since there are only
26849         *.m4 files in this module.
26850
26851 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26852             Bruno Haible  <bruno@clisp.org>
26853
26854         Add support for HP C 7.1 on OpenVMS 8.3.
26855         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26856
26857 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26858
26859         Update VMS specifics.
26860         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26861
26862 2008-03-02  Jim Meyering  <meyering@redhat.com>
26863
26864         Remove the last dependency on the "free" module.
26865         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26866         Reported by Bob Proulx.
26867
26868         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26869
26870         Remove useless "if" tests before free.  Deprecate "free" module.
26871         * doc/posix-functions/free.texi: Mention that this
26872         module is no longer useful.
26873         * modules/free (Notice): Say this module is obsolete.
26874         * modules/readutmp (Depends-on): Remove free.
26875         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26876         * lib/putenv.c (putenv): Likewise.
26877         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26878         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26879         * tests/test-c-strcasestr.c (main): Likewise.
26880         * tests/test-c-strstr.c (main): Likewise.
26881         * tests/test-mbscasestr1.c (main): Likewise.
26882         * tests/test-mbscasestr2.c (main): Likewise.
26883         * tests/test-mbsstr1.c (main): Likewise.
26884         * tests/test-mbsstr2.c (main): Likewise.
26885         * tests/test-memmem.c (main): Likewise.
26886         * tests/test-strcasestr.c (main): Likewise.
26887         * tests/test-striconv.c (main): Likewise.
26888         * tests/test-striconveh.c (main): Likewise.
26889         * tests/test-striconveha.c (main): Likewise.
26890         * tests/test-strstr.c (main): Likewise.
26891
26892         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26893
26894         bootstrap: sync from coreutils again
26895         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26896
26897 2008-03-01  Jim Meyering  <meyering@redhat.com>
26898
26899         bootstrap: sync from coreutils
26900         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26901         also when the target doesn't exist.
26902
26903 2008-03-01  Eric Blake  <ebb9@byu.net>
26904
26905         Fix bugs in last patch.
26906         * lib/memchr2.c (memchr2): Fix typo.
26907         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26908         extension.
26909         Reported by Bruce Korb.
26910
26911         New module 'memchr2'.
26912         * modules/memchr2: New file.
26913         * modules/memchr2-tests: Likewise.
26914         * lib/memchr2.h: Likewise.
26915         * lib/memchr2.c: Likewise, based on memchr.c.
26916         * tests/test-memchr2.c: New test.
26917         * MODULES.html.sh (String handling): Add memchr2.
26918
26919 2008-02-29  Bruno Haible  <bruno@clisp.org>
26920
26921         * modules/freadseek-tests: New file.
26922         * tests/test-freadseek.sh: New file.
26923         * tests/test-freadseek.c: New file.
26924
26925         New module 'freadseek'.
26926         * modules/freadseek: New file.
26927         * lib/freadseek.h: New file.
26928         * lib/freadseek.c: New file.
26929         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26930
26931 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26932
26933         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26934         wydawca.
26935
26936         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26937         program_invocation_name and program_invocation_short_name are
26938         present.
26939
26940 2008-02-28  Bruno Haible  <bruno@clisp.org>
26941
26942         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26943         * tests/test-freadptr.sh: Also test non-seekable stdin.
26944
26945 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26946
26947         * build-aux/bootstrap (source_base, m4_base)
26948         (doc_base, tests_base): New variables.
26949         (gnulib_tool_options): Do not hardcode base directories, use
26950         the above variables instead.
26951
26952 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26953
26954         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26955
26956 2008-02-28  Bruno Haible  <bruno@clisp.org>
26957
26958         * modules/freadptr-tests: New file.
26959         * tests/test-freadptr.sh: New file.
26960         * tests/test-freadptr.c: New file.
26961
26962         New module 'freadptr'.
26963         * modules/freadptr: New file.
26964         * lib/freadptr.h: New file.
26965         * lib/freadptr.c: New file.
26966         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26967
26968 2008-02-26  Karl Berry  <karl@freefriends.org>
26969
26970         Sync from Libtool:
26971         * libltdl/argz.c (argz_add, argz_count): New functions.
26972         * libltdl/argz.in.h: Declare them.
26973         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26974
26975 2008-02-22  Bruno Haible  <bruno@clisp.org>
26976
26977         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26978         is a pointer type.  Needed for HP-UX 10.
26979         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26980         * doc/posix-functions/gmtime_r.texi: Likewise.
26981         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26982
26983 2008-02-24  Bruno Haible  <bruno@clisp.org>
26984
26985         * modules/environ-tests: New file.
26986         * tests/test-environ.c: New file.
26987
26988         New module 'environ'.
26989         * modules/environ: New file.
26990         * lib/unistd.in.h (environ): New declaration.
26991         * m4/environ.m4: New file.
26992         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26993         after use.
26994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26995         HAVE_DECL_ENVIRON.
26996         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26997         HAVE_DECL_ENVIRON.
26998         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26999         wrong claim that 'environ' is missing on some systems.
27000         * modules/execute (Depends-on): Add environ.
27001         * lib/execute.c (environ): Remove fallback declaration.
27002         * modules/pipe (Depends-on): Add environ.
27003         * lib/pipe.c (environ): Remove fallback declaration.
27004         * modules/setenv (Depends-on): Add environ.
27005         * lib/setenv.c (environ): Remove fallback declaration.
27006         * modules/unsetenv (Depends-on): Add environ.
27007         * lib/unsetenv.c (environ): Remove fallback declaration.
27008         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27009         m4/environ.m4.
27010         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27011         (gl_PREREQ_UNSETENV): Likewise.
27012
27013 2008-02-24  Bruno Haible  <bruno@clisp.org>
27014
27015         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27016
27017 2008-02-20  Bob Proulx  <bob@proulx.com>
27018
27019         Enable use of older two part flavor 'git describe'.
27020         * build-aux/git-version-gen: If using the older two part flavor of
27021         git version then recreate the third part now present in the
27022         newer three part flavor of git describe.
27023
27024 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27025
27026         * lib/fts.c (fts_build): Typo correction to comment.
27027
27028 2008-02-17  Bruno Haible  <bruno@clisp.org>
27029
27030         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27031         generating no-op conflicts.
27032
27033 2008-02-17  Bruno Haible  <bruno@clisp.org>
27034
27035         Speed up by 10%.
27036         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27037         result_entries, rather than an index-based loop.
27038
27039 2008-02-17  Bruno Haible  <bruno@clisp.org>
27040
27041         Speed up by 25%.
27042         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27043         'hashcode_cached'.
27044         (entry_create): New function.
27045         (entry_hashcode): Use the cached hashcode if possible.
27046         (read_changelog_file, try_split_merged_entry): Use entry_create.
27047
27048 2008-02-17  Bruno Haible  <bruno@clisp.org>
27049
27050         Speed up from O(n^2) to O(n) for long ChangeLog files.
27051         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27052         (read_changelog_file): Change implementation of entries_reversed list
27053         to rbtreehash.
27054         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27055
27056 2008-02-17  Bruno Haible  <bruno@clisp.org>
27057
27058         New option --split-merged-entry.
27059         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27060         (find_paragraph_end, try_split_merged_entry): New functions.
27061         (long_options): Add option --split-merged-entry.
27062         (usage): Document option --split-merged-entry.
27063         (main): Implement option --split-merged-entry.
27064         Reported by Eric Blake.
27065
27066 2008-02-17  Bruno Haible  <bruno@clisp.org>
27067
27068         * lib/git-merge-changelog.c: Include c-strstr.h.
27069         (main): Support the "git pull --rebase" situation.
27070         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27071         Reported by Eric Blake.
27072
27073 2008-02-16  Eric Blake  <ebb9@byu.net>
27074
27075         Avoid doubling \ in common case of "c-maybe" quoting style.
27076         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27077         eliding outer quotes.
27078         * lib/quotearg.h: Document this.
27079         * tests/test-quotearg.c (result_strings, inputs, results_g)
27080         (flag_results, locale_results): Test it by adding a new string to
27081         each test group.
27082         (compare_strings): Test new string.
27083
27084 2008-02-13  Eric Blake  <ebb9@byu.net>
27085
27086         Avoid trigraph quoting in default output.
27087         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27088         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27089         unless explicitly requested.
27090         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27091
27092 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27093
27094         Don't rely on signed integer overflowing to negative value.
27095         * lib/getugroups.c (getugroups): Include <limits.h>.
27096         Instead, compare against INT_MAX, and increment only if the test passes.
27097
27098 2008-02-13  Jim Meyering  <meyering@redhat.com>
27099         and Eric Blake  <ebb9@byu.net>
27100
27101         Avoid shadowing warning and compile errors on Linux.
27102         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27103         forwarding macros on Linux.
27104         (dcgettext): Define a stub, for Linux.
27105         (results_g, main): Avoid warnings.
27106
27107 2008-02-12  Eric Blake  <ebb9@byu.net>
27108
27109         Silence warning in last patch.
27110         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27111
27112         Quotearg part 4: add tests, fix c-maybe colon quoting.
27113         * lib/quotearg.h: Improve documentation.
27114         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27115         escapes when adding outer quotes.  When quoting trigraphs, use
27116         valid C notation.  When quoting NUL, omit extra characters if next
27117         character is not digit.  Alter prototype.
27118         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27119         callers.
27120         * modules/quotearg-tests: New module.
27121         * tests/test-quotearg.c: New test.
27122
27123 2008-02-07  Eric Blake  <ebb9@byu.net>
27124
27125         Quotearg part 3: add flag to control outer quote elision.
27126         * lib/quotearg.h (c_maybe_quoting_style): New style.
27127         (enum quoting_flags): Better documentation of flags.
27128         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27129         c-maybe style.
27130         (quotearg_buffer_restyled): Handle new flag to elide outer
27131         quotes.
27132
27133         Quotearg part 2: add flag that can control NUL elision.
27134         * lib/quotearg.h (set_quoting_flags): New prototype.
27135         * lib/quotearg.c (struct quoting_options): Add flag field.
27136         (set_quoting_flags): New function.
27137         (quotearg_buffer_restyled): Add flags parameter.
27138         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27139         (quotearg_n_options): Set the flag, since length cannot be
27140         returned.
27141         (quoting_options_from_style): Default flags correctly.
27142
27143         Quotearg part 1: more wrappers, restore quotearg_char state.
27144         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27145         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27146         (quotearg_colon_mem): New wrappers.
27147         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27148         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27149         functions.
27150         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27151         (quotearg_colon_mem): New functions.
27152
27153 2008-02-11  Bruno Haible  <bruno@clisp.org>
27154
27155         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27156         library in the current directory: it does not work with parallel make.
27157         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27158
27159 2008-02-11  Bruno Haible  <bruno@clisp.org>
27160
27161         * .gitattributes: New file.
27162
27163 2008-02-11  Jim Meyering  <meyering@redhat.com>
27164
27165         useless-if-before-free: Fix reversed exit values.
27166         * build-aux/useless-if-before-free: Use correct values
27167         for EXIT_MATCH and EXIT_NO_MATCH.
27168
27169         * build-aux/useless-if-before-free: Close stdout carefully.
27170
27171 2008-02-10  Bruno Haible  <bruno@clisp.org>
27172
27173         New module 'git-merge-changelog'.
27174         * modules/git-merge-changelog: New file.
27175         * lib/git-merge-changelog.c: New file.
27176
27177 2008-02-10  Jim Meyering  <meyering@redhat.com>
27178
27179         useless-if-before-free: New option: --list (-l).
27180
27181         useless-if-before-free: Don't exit immediately upon open failure.
27182         * build-aux/useless-if-before-free: Exit 2 for errors.
27183         Upon failure to open a file, don't exit immediately.
27184         Rather, just warn and continue with any remaining files.
27185
27186 2008-02-10  Bruno Haible  <bruno@clisp.org>
27187
27188         New abstract list operation 'node_set_value'.
27189         * lib/gl_list.h (gl_list_node_set_value): New function.
27190         (struct gl_list_implementation): New field node_set_value.
27191         * lib/gl_list.c (gl_list_node_set_value): New function.
27192         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27193         (gl_array_list_implementation): Update.
27194         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27195         (gl_carray_list_implementation): Update.
27196         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27197         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27198         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27199         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27200         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27201         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27202         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27203         Update.
27204         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27205         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27206         (gl_sublist_list_implementation): Update.
27207
27208 2008-02-10  Bruno Haible  <bruno@clisp.org>
27209
27210         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27211         Needed when ELEMENT is #defined to 'some_type *'.
27212
27213 2008-02-10  Jim Meyering  <meyering@redhat.com>
27214
27215         New script and module: useless-if-before-free
27216         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27217         * build-aux/useless-if-before-free: New file.
27218         * modules/useless-if-before-free: New file.
27219
27220         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27221
27222         xstrtol_error: Fix typo.
27223         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27224         s/exit_failure/exit_status/.
27225
27226 2008-02-09  Jim Meyering  <meyering@redhat.com>
27227
27228         New script and module: gitlog-to-changelog
27229         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27230         * modules/gitlog-to-changelog: New file.
27231         * build-aux/gitlog-to-changelog: New file.
27232
27233 2008-02-08  Jim Meyering  <meyering@redhat.com>
27234
27235         Avoid two "parameter unused" warnings.
27236         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27237         Mark "st" as used.
27238
27239         Use "git COMMAND", not "git-COMMAND".
27240         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27241         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27242         * build-aux/git-version-gen: Use "git status", not "git-status".
27243
27244 2008-02-07  Bruno Haible  <bruno@clisp.org>
27245
27246         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27247         Avoids a crash on Windows Vista.
27248         Reported by Adam Strzelecki <ono@java.pl> via
27249         Simon Josefsson <simon@josefsson.org>.
27250
27251 2008-02-06  Bruno Haible  <bruno@clisp.org>
27252
27253         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27254         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27255         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27256         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27257         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27258         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27259         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27260         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27261         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27262         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27263         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27264         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27265         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27266         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27267         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27268         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27269         left-adjust flag.
27270         * tests/test-snprintf-posix.h (test_function): Likewise.
27271         * tests/test-sprintf-posix.h (test_function): Likewise.
27272         * tests/test-vasprintf-posix.c (test_function): Likewise.
27273         * doc/posix-functions/fprintf.texi: Update.
27274         * doc/posix-functions/printf.texi: Update.
27275         * doc/posix-functions/snprintf.texi: Update.
27276         * doc/posix-functions/sprintf.texi: Update.
27277         * doc/posix-functions/vfprintf.texi: Update.
27278         * doc/posix-functions/vprintf.texi: Update.
27279         * doc/posix-functions/vsnprintf.texi: Update.
27280         * doc/posix-functions/vsprintf.texi: Update.
27281         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27282
27283 2008-02-06  Bruno Haible  <bruno@clisp.org>
27284
27285         Fix bug introduced on 2008-01-26.
27286         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27287
27288 2008-02-06  Bruno Haible  <bruno@clisp.org>
27289
27290         Fix bug introduced on 2007-06-10.
27291         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27292         !NEED_PRINTF_FLAG_ZERO.
27293
27294 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27295
27296         getloadavg: use libperfstat on AIX5
27297         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27298
27299 2008-02-03  Bruno Haible  <bruno@clisp.org>
27300
27301         * lib/diffseq.h: Add comments about required #includes.
27302         Reported by Michael Biggs <gnulib@doubleplum.net>.
27303
27304 2008-02-01  Bruno Haible  <bruno@clisp.org>
27305
27306         * users.txt: Add gnuit.
27307
27308 2008-01-31  Bruno Haible  <bruno@clisp.org>
27309
27310         * lib/md4.c (set_uint32): Mark as inline.
27311         * lib/md5.c (set_uint32): Likewise.
27312         * lib/sha1.c (set_uint32): Likewise.
27313         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27314         * m4/md5.m4 (gl_MD5): Likewise.
27315         * m4/sha1.m4 (gl_SHA1): Likewise.
27316
27317 2008-01-31  Jim Meyering  <meyering@redhat.com>
27318
27319         Use "sizeof VAR", rather than a literal "4".
27320         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27321         * lib/md4.c (md4_read_ctx): Likewise.
27322         * lib/sha1.c (sha1_read_ctx): Likewise.
27323
27324 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27325
27326         * tests/test-sha1.c: New file, based on test-md5.c.
27327
27328         * modules/crypto/sha1-tests: New file.
27329
27330 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27331
27332         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27333
27334 2008-01-31  Jim Meyering  <meyering@redhat.com>
27335
27336         Prefer "sizeof v" over the equivalent "4".
27337         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27338         * lib/md5.c (set_uint32): Likewise.
27339         * lib/sha1.c (set_uint32): Likewise.
27340
27341 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27342
27343         * lib/sha1.c (set_uint32): Mark function as static.
27344
27345 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27346
27347         md2: clarify comments to say that alignment is not required.
27348         * lib/md2.h: Remove warning about alignment in comment.
27349         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27350         never been required.
27351
27352 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27353
27354         md4: adapt alignment constraint fix from sha1.
27355         * lib/md4.c (set_uint32): New function, from sha1.c
27356         (md4_read_ctx): Use it.
27357         (md4_finish_ctx): Doc fix.
27358         * lib/md4.h: Doc fix.
27359
27360 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27361
27362         md5: adapt alignment constraint fix from sha1.
27363         * lib/md5.c (set_uint32): New function, from sha1.c
27364         (md5_read_ctx): Use it.
27365         (md5_finish_ctx): Doc fix.
27366         * lib/md5.h: Doc fix.
27367
27368 2008-01-30  Peter Palfrader  <weasel@debian.org>
27369
27370         sha1: remove the result buffer alignment constraint
27371         * lib/sha1.c (set_uint32): New function.
27372         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27373         constraint.
27374         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27375         * lib/sha1.h: Likewise.
27376
27377 2008-01-30  Andreas Schwab  <schwab@suse.de>
27378             Bruno Haible  <bruno@clisp.org>
27379
27380         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27381         correct definition of LDBL_MIN_EXP.
27382
27383 2008-01-30  Karl Berry  <karl@gnu.org>
27384
27385         * config/srclist-update: try to preserve x bit on updates.
27386         * config/srclistvars.sh: update for karl.
27387
27388 2008-01-29  Jim Meyering  <meyering@redhat.com>
27389
27390         vasnprintf.c: Avoid warning about unused label
27391         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27392         "overflow" label definition and associated code with the
27393         same cpp condition that guards the sole use of that label.
27394
27395 2008-01-26  Bruno Haible  <bruno@clisp.org>
27396
27397         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27398         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27399         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27400         * lib/isnanl-nolibm.h (isnanl): Likewise.
27401         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27402
27403 2008-01-26  Bruno Haible  <bruno@clisp.org>
27404
27405         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27406         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27407
27408 2008-01-26  Bruno Haible  <bruno@clisp.org>
27409
27410         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27411         GCC >= 4.0 built-in.
27412         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27413
27414 2008-01-26  Bruno Haible  <bruno@clisp.org>
27415
27416         Rename isnan, applicable to 'double' only, to isnand.
27417         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27418         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27419         (configure.ac): Update.
27420         (Include): Replace "isnan.h" with "isnand.h".
27421         * m4/isnand.m4: Renamed from m4/isnan.m4.
27422         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27423         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27424         instead of isnan.c.
27425         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27426         instead of HAVE_ISNAN_IN_LIBC.
27427         (isnand): Renamed from isnan.
27428         * lib/isnand.c: New file.
27429         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27430         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27431         (Makefile.am): Update.
27432         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27433         Include isnand.h instead of isnan.h.
27434         (main): Test isnand instead of isnan.
27435         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27436         isnan-nolibm.
27437         * modules/frexp (Depends-on): Likewise.
27438         * modules/frexp-tests (Depends-on): Likewise.
27439         * modules/frexp-nolibm (Depends-on): Likewise.
27440         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27441         * modules/isfinite (Depends-on): Likewise.
27442         * modules/round-tests (Depends-on): Likewise.
27443         * modules/signbit (Depends-on): Likewise.
27444         * modules/signbit-tests (Depends-on): Likewise.
27445         * modules/snprintf-posix (Depends-on): Likewise.
27446         * modules/sprintf-posix (Depends-on): Likewise.
27447         * modules/trunc-tests (Depends-on): Likewise.
27448         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27449         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27450         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27451         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27452         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27453         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27454         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27455         * modules/vasnprintf-posix (Depends-on): Likewise.
27456         * modules/vasprintf-posix (Depends-on): Likewise.
27457         * modules/vfprintf-posix (Depends-on): Likewise.
27458         * modules/vsnprintf-posix (Depends-on): Likewise.
27459         * modules/vsprintf-posix (Depends-on): Likewise.
27460         * lib/frexp.c: Include isnand.h instead of isnan.h.
27461         (ISNAN): Set to isnand instead of isnan.
27462         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27463         (gl_isfinited): Use isnand instead of isnan.
27464         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27465         (gl_signbitd): Use isnand instead of isnan.
27466         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27467         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27468         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27469         (main): Use isnand instead of isnan.
27470         * tests/test-round1.c: Include isnand.h.
27471         (main): Use isnand instead of isnan.
27472         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27473         (ISNAN): Set to isnand instead of isnan.
27474         * tests/test-trunc1.c: Include isnand.h.
27475         (main): Use isnand instead of isnan.
27476         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27477         (equal): Use isnand instead of isnan.
27478         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27479         isnand-nolibm.
27480         * NEWS: Mention the change.
27481
27482 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27483             Bruno Haible  <bruno@clisp.org>
27484
27485         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27486         the GCC builtins for signbits are present and set
27487         REPLACE_SIGNBIT_USING_GCC if so.
27488         * lib/math.in.h (signbit): Define using GCC builtins if
27489         REPLACE_SIGNBIT_USING_GCC is set.
27490         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27491         REPLACE_SIGNBIT_USING_GCC.
27492         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27493
27494 2008-01-25  Jim Meyering  <meyering@redhat.com>
27495
27496         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27497         * lib/poll.c: Include <config.h>, not "config.h".
27498         * tests/test-getaddrinfo.c: Likewise.
27499
27500 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27501
27502         * modules/sockets-tests: New file.
27503
27504 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27505
27506         * modules/sockets: New module, can be used to call WSA_Startup and
27507         WSA_Cleanup when needed.
27508
27509         * lib/sockets.h, lib/sockets.c: New files.
27510
27511         * m4/sockets.m4: New file.
27512
27513         * tests/test-sockets.c: New file.
27514
27515 2008-01-19  Bruno Haible  <bruno@clisp.org>
27516
27517         * doc/posix-headers: Renamed from doc/headers.
27518         * doc/posix-functions: Renamed from doc/functions.
27519         * doc/gnulib.texi: Update.
27520
27521 2008-01-19  Bruno Haible  <bruno@clisp.org>
27522
27523         * doc/glibc-functions/strcasestr.texi: Include contents of
27524         doc/functions/strcasestr.texi, fixing the list of platforms.
27525         * doc/functions/strcasestr.texi: Remove file.
27526
27527 2008-01-19  Bruno Haible  <bruno@clisp.org>
27528
27529         * doc/glibc-functions/memmem.texi: Include contents of
27530         doc/functions/memmem.texi.
27531         * doc/functions/memmem.texi: Remove file.
27532
27533 2008-01-18  Bruno Haible  <bruno@clisp.org>
27534
27535         * doc/glibc-functions/*.texi: New files.
27536         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27537         to use the new files.
27538
27539 2008-01-17  Bruno Haible  <bruno@clisp.org>
27540
27541         * tests/test-gethostname.c (main): Fix printf statement.
27542
27543 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27544
27545         * modules/gethostname-tests: New file.
27546
27547         * tests/test-gethostname.c: New file.
27548
27549 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27550
27551         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27552         used by the UNAME case.  Reported by Bruno Haible
27553         <bruno@clisp.org>.
27554
27555 2008-01-17  Eric Blake  <ebb9@byu.net>
27556
27557         Convert c-strcasestr to be more efficient.
27558         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27559         (Depends-on): Add c-strcase, remove malloca, strnlen.
27560         * tests/test-c-strcasestr.c (main): Enhance test.
27561         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27562
27563 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27564
27565         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27566         Use it in creating po/Makevars.
27567
27568 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27569
27570         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27571         Applications that requires it should initialize libgcrypt
27572         manually.
27573
27574 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27575
27576         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27577
27578 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27579
27580         Fix problem with getdate on mingw32 reported by Simon Josefsson
27581         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27582         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27583         tzname", when deciding whether to declare tzname.
27584         * lib/strftime.c (tzname): Likewise.
27585
27586 2008-01-15  Bruno Haible  <bruno@clisp.org>
27587
27588         Work around a MacOS X 10.5 bug in frexpl().
27589         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27590         * doc/functions/frexpl.texi: Document the bug.
27591         Reported by Elias Pipping <pipping@gentoo.org>.
27592
27593 2008-01-14  Eric Blake  <ebb9@byu.net>
27594
27595         Touch up previous patch.
27596         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27597         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27598
27599         Convert strcasestr module to use Two-Way algorithm.
27600         * modules/strcasestr-simple: New module, based on the old
27601         strcasestr, but with Two-Way rather than KMP.
27602         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27603         * lib/string.in.h (rpl_strcasestr): Declare.
27604         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27605         performance.
27606         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27607         * modules/string (Makefile.am): Support strcasestr.
27608         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27609         * modules/strcasestr-tests (Depends-on): Check for alarm.
27610         * tests/test-strcasestr.c: Augment test.
27611         * lib/str-two-way.h: Clean up stray macro.
27612         * NEWS: Document new module.
27613         * MODULES.html.sh (string handling): Likewise.
27614         * doc/functions/strcasestr.texi: New file.
27615         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27616         here, since it is not a POSIX function.
27617
27618 2008-01-14  Colin Watson  <cjwatson@debian.org>
27619             Bruno Haible  <bruno@clisp.org>
27620
27621         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27622         works fine; if not, set REPLACE_STRSIGNAL.
27623         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27624         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27625         REPLACE_STRSIGNAL.
27626         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27627         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27628         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27629
27630 2008-01-14  Bruno Haible  <bruno@clisp.org>
27631
27632         * modules/strsignal (Include): Change to <string.h>.
27633
27634 2008-01-14  Colin Watson  <cjwatson@debian.org>
27635
27636         * modules/argp (Notice): Add a notice recommending to change
27637         XGETTEXT_OPTIONS.
27638         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27639
27640 2008-01-13  Colin Watson  <cjwatson@debian.org>
27641
27642         * modules/strsignal-tests: New file.
27643         * tests/test-strsignal.c: New file.
27644
27645         * lib/strsignal.c: New file, from glibc with modifications.
27646         * lib/siglist.h: New file, from glibc with modifications.
27647         * lib/string.in.h (strsignal): New declaration.
27648         * m4/strsignal.m4: New file.
27649         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27650         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27651         * modules/strsignal: New file.
27652         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27653         HAVE_DECL_STRSIGNAL.
27654
27655 2008-01-13  Bruno Haible  <bruno@clisp.org>
27656
27657         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27658         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27659         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27660         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27661
27662 2008-01-13  Bruno Haible  <bruno@clisp.org>
27663
27664         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27665         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27666         * lib/argp.h (__attribute__): Likewise.
27667         * lib/c-stack.c (__attribute__): Likewise.
27668         * lib/error.h (__attribute__): Likewise.
27669         * lib/fts.c (__attribute__): Likewise.
27670         * lib/openat.h (__attribute__): Likewise.
27671         * lib/stdio.in.h (__attribute__): Likewise.
27672         * lib/string.in.h (__attribute__): Likewise.
27673         * lib/utimens.c (__attribute__): Likewise.
27674         * lib/vasnprintf.h (__attribute__): Likewise.
27675         * lib/xalloc.h (__attribute__): Likewise.
27676         * lib/xprintf.h (__attribute__): Likewise.
27677         * lib/xstrtol.h (__attribute__): Likewise.
27678         * lib/xvasprintf.h (__attribute__): Likewise.
27679
27680 2008-01-12  Bruno Haible  <bruno@clisp.org>
27681
27682         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27683         * doc/glibc-headers/a.out.texi: New file.
27684         * doc/glibc-headers/aliases.texi: New file.
27685         * doc/glibc-headers/alloca.texi: New file.
27686         * doc/glibc-headers/ar.texi: New file.
27687         * doc/glibc-headers/argp.texi: New file.
27688         * doc/glibc-headers/argz.texi: New file.
27689         * doc/glibc-headers/byteswap.texi: New file.
27690         * doc/glibc-headers/crypt.texi: New file.
27691         * doc/glibc-headers/endian.texi: New file.
27692         * doc/glibc-headers/envz.texi: New file.
27693         * doc/glibc-headers/err.texi: New file.
27694         * doc/glibc-headers/error.texi: New file.
27695         * doc/glibc-headers/execinfo.texi: New file.
27696         * doc/glibc-headers/fpu_control.texi: New file.
27697         * doc/glibc-headers/fstab.texi: New file.
27698         * doc/glibc-headers/fts.texi: New file.
27699         * doc/glibc-headers/getopt.texi: New file.
27700         * doc/glibc-headers/ieee754.texi: New file.
27701         * doc/glibc-headers/ifaddrs.texi: New file.
27702         * doc/glibc-headers/libintl.texi: New file.
27703         * doc/glibc-headers/mcheck.texi: New file.
27704         * doc/glibc-headers/mntent.texi: New file.
27705         * doc/glibc-headers/obstack.texi: New file.
27706         * doc/glibc-headers/paths.texi: New file.
27707         * doc/glibc-headers/printf.texi: New file.
27708         * doc/glibc-headers/pty.texi: New file.
27709         * doc/glibc-headers/resolv.texi: New file.
27710         * doc/glibc-headers/shadow.texi: New file.
27711         * doc/glibc-headers/sysexits.texi: New file.
27712         * doc/glibc-headers/ttyent.texi: New file.
27713
27714 2008-01-12  Jim Meyering  <meyering@redhat.com>
27715
27716         announce-gen: emit Gnulib's git-based version string.
27717         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27718         New option --gnulib-version=V, where V is expected to be
27719         the output of running git describe in the gnulib directory.
27720         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27721         not useful, and plan to stop publishing an xdelta file with each
27722         coreutils release.
27723
27724         * build-aux/announce-gen: Also check for lzma-compressed files.
27725
27726 2008-01-11  Bruno Haible  <bruno@clisp.org>
27727
27728         * tests/test-memmem.c (main): Increase maximum allowed time.
27729         * tests/test-strstr.c (main): Likewise.
27730
27731 2008-01-11  Bruno Haible  <bruno@clisp.org>
27732
27733         * doc/functions/memmem.texi: Add more precisions about platforms.
27734         * doc/functions/strstr.texi: Likewise.
27735
27736 2008-01-10  Eric Blake  <ebb9@byu.net>
27737
27738         * m4/strstr.m4: Delete cruft from copy-n-paste.
27739         Reported by Bruno Haible.
27740
27741 2008-01-10  Bruno Haible  <bruno@clisp.org>
27742
27743         Make c-strstr rely on strstr.
27744         * lib/c-strstr.c: Don't include str-kmp.h.
27745         (c_strstr): Define in terms of strstr.
27746         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27747         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27748
27749 2008-01-10  Bruno Haible  <bruno@clisp.org>
27750
27751         * doc/gnulib.texi (String Functions in C Locale): New section.
27752         * doc/c-ctype.texi: New file.
27753         * doc/c-strcase.texi: New file.
27754         * doc/c-strcaseeq.texi: New file.
27755         * doc/c-strcasestr.texi: New file.
27756         * doc/c-strstr.texi: New file.
27757         * doc/c-strtod.texi: New file.
27758         * doc/c-strtold.texi: New file.
27759
27760 2008-01-10  Eric Blake  <ebb9@byu.net>
27761
27762         * lib/relocatable.h: Fix a comment.
27763
27764 2008-01-10  Eric Blake  <ebb9@byu.net>
27765
27766         Share two-way algorithm.
27767         * lib/str-two-way.h: New file, merged from...
27768         * lib/memmem.c: ...here...
27769         * lib/strstr.c: ...and here.
27770         * modules/memmem (Files): Use it.
27771         * modules/strstr (Files): Likewise.
27772
27773         Avoid quadratic strstr implementations.
27774         * lib/strstr.c: New file.
27775         * m4/strstr.m4: Likewise.
27776         * modules/strstr: Likewise.
27777         * modules/strstr-tests: Likewise.
27778         * tests/test-strstr.c: Likewise.
27779         * lib/string.in.h (rpl_strstr): Declare.
27780         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27781         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27782         * modules/string (Makefile.am): Likewise.
27783         * MODULES.html.sh (string handling): Mention new module.
27784         * doc/functions/strstr.texi (strstr): Document the bug.
27785
27786 2008-01-10  Bruno Haible  <bruno@clisp.org>
27787
27788         * lib/relocatable.h (relocate): State whether result is freshly
27789         allocated or not.
27790         * lib/relocatable.c (relocate): Return a freshly allocated string
27791         instead of a pointer to a privately held string.
27792         Reported by Sylvain Beucler <beuc@gnu.org>.
27793
27794 2008-01-10  Colin Watson  <cjwatson@debian.org>
27795
27796         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27797         s/S_ISNLK/S_ISLNK/.
27798
27799 2008-01-09  Bruno Haible  <bruno@clisp.org>
27800
27801         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27802         and other files.
27803         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27804         if it's only a guess.
27805         * modules/memmem: Simplify by depending on memmem-simple.
27806
27807 2008-01-09  Bruno Haible  <bruno@clisp.org>
27808
27809         Work around OpenBSD 4.0 tdelete() bug.
27810         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27811         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27812         macros and don't redefine the enum values.
27813         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27814         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27815         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27816
27817 2008-01-09  Bruno Haible  <bruno@clisp.org>
27818
27819         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27820         (main): Don't perform the tests if setlocale did not install a UTF-8
27821         locale. Needed on OpenBSD 4.0.
27822         * modules/wcwidth-tests (Depends-on): Add localcharset.
27823
27824 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27825
27826         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27827         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27828         * NEWS: announce this.
27829         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27830
27831 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27832         and Eric Blake  <ebb9@byu.net>
27833
27834         Add memmem-simple module.
27835         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27836         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27837         * modules/memmem-simple: New file.
27838         * modules/memmem (Description): Tweak.
27839         * MODULES.html.sh (string handling): Mention new module.
27840         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27841         addressed by memmem-simple.
27842         * NEWS: Document the difference.
27843
27844 2008-01-09  Eric Blake  <ebb9@byu.net>
27845
27846         Give gcc some memmem optimization hints.
27847         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27848         (strcasestr): Declare as pure.
27849         * modules/memmem (Maintainer): Claim my implementation.
27850
27851 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27852
27853         Support AIX 6.1 and higher.
27854         * build-aux/config.libpath: Likewise.
27855         * build-aux/config.rpath: Likewise.
27856
27857 2008-01-08  Jim Meyering  <meyering@redhat.com>
27858             Bruno Haible  <bruno@clisp.org>
27859
27860         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27861         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27862         Reported by Peter Fales in
27863         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27864
27865 2008-01-08  Bruno Haible  <bruno@clisp.org>
27866
27867         * modules/unictype/category-of (Depends-on): Add
27868         unictype/category-none.
27869         * modules/unictype/category-and-tests (Depends-on): Add
27870         unictype/category-{L,N,Lu,Nd}.
27871         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27872         * modules/unictype/category-or-tests (Depends-on): Add
27873         unictype/category-{L,N}.
27874         * modules/unictype/category-name-tests (Depends-on): Add
27875         unictype/category-{Z,Nl}.
27876         Reported by Simon Josefsson.
27877
27878 2008-01-08  Bruno Haible  <bruno@clisp.org>
27879
27880         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27881         convention better.
27882         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27883         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27884         Reported by Peter Miller <millerp@canb.auug.org.au>.
27885
27886 2008-01-08  Eric Blake  <ebb9@byu.net>
27887
27888         Rewrite memmem to guarantee linear complexity without malloc.
27889         * lib/memmem.c (memmem): Use Two-Way rather than
27890         Knuth-Morris-Pratt, to allow O(1) space usage.
27891         (critical_factorization, two_way_short_needle)
27892         (two_way_long_needle): New functions.
27893         (knuth_morris_pratt): Delete.
27894         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27895         Add stdint.
27896         * tests/test-memmem.c (main): Add tests for periodic needle and
27897         sublinear performance.
27898         * doc/functions/memmem.texi (memmem): Document other deficiencies
27899         in cygwin and older glibc.
27900
27901 2008-01-08  Bruno Haible  <bruno@clisp.org>
27902
27903         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27904         augmentation.
27905
27906 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27907
27908         Add a configure time option: --disable-acl.
27909         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27910         AC_ARG_ENABLE(acl).
27911
27912 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27913
27914         * tests/test-localename.c: Don't include obsolete "setenv.h".
27915
27916         * modules/localename-tests (Depends-on): Need unsetenv.
27917
27918 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27919
27920         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27921
27922 2008-01-06  Colin Watson  <cjwatson@debian.org>
27923
27924         * users.txt: Add man-db.
27925
27926 2008-01-07  Bruno Haible  <bruno@clisp.org>
27927
27928         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27929         previous section name.
27930
27931 2008-01-07  Bruno Haible  <bruno@clisp.org>
27932
27933         * lib/progname.c (set_program_name): Don't strip off a leading
27934         "lt-" prefix outside a .libs directory.
27935         Suggested by Paul Eggert.
27936
27937 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27938             Bruno Haible  <bruno@clisp.org>
27939
27940         Improve memory cleanup in 'relocatable' module.
27941         * lib/relocatable.h (compute_curr_prefix): Change return type to
27942         'char *'.
27943         * lib/relocatable.c (compute_curr_prefix): Change return type to
27944         'char *'. Free curr_installdir after use.
27945         (relocate): Free curr_prefix_better after use.
27946         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27947
27948 2008-01-01  Bruno Haible  <bruno@clisp.org>
27949
27950         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27951         failure on older glibc systems.
27952         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27953
27954 2008-01-05  Eric Blake  <ebb9@byu.net>
27955
27956         Avoid quadratic system memmem.
27957         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27958         Reported by Ralf Wildenhues.
27959
27960         Fix memmem test for mingw.
27961         * modules/memmem-tests (configure.ac): Check for alarm.
27962         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27963         it.
27964         * doc/functions/memmem.texi: New file.
27965         * doc/gnulib.texi (Function Substitutes): Add memmem.
27966         Reported by Bruno Haible.
27967
27968 2008-01-04  Bruno Haible  <bruno@clisp.org>
27969
27970         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27971         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27972         gl_HEADER_STRING_H_DEFAULTS.
27973
27974 2008-01-04  Eric Blake  <ebb9@byu.net>
27975
27976         Shorten duration of memmem test.
27977         * tests/test-memmem.c (main): Use alarm to declare failure if test
27978         is taking too long.
27979         Reported by Ralf Wildenhues.
27980
27981 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27982
27983         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27984         string, needed by strerror.
27985
27986 2008-01-03  Colin Watson  <cjwatson@debian.org>
27987             Bruno Haible  <bruno@clisp.org>
27988
27989         * doc/gnulib-tool.texi (Localization): New section.
27990
27991 2008-01-02  Bruno Haible  <bruno@clisp.org>
27992
27993         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27994         variables to 'unsigned char *' type.
27995         Reported by Paul Eggert.
27996
27997 2008-01-02  Jim Meyering  <jim@meyering.net>
27998
27999         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28000
28001 2007-12-31  Jim Meyering  <jim@meyering.net>
28002
28003         Avoid use of private FTS type name.
28004         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28005
28006 2007-12-30  Karl Berry  <karl@gnu.org>
28007
28008         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28009         work around defect in Texinfo and/or the standalone Info browser.
28010
28011 2007-12-30  Bruno Haible  <bruno@clisp.org>
28012
28013         Unify 5 copies of the KMP code.
28014         * lib/str-kmp.h: New file.
28015         * lib/c-strcasestr.c: Include str-kmp.h.
28016         (knuth_morris_pratt): Remove function.
28017         (c_strcasestr): Update.
28018         * lib/c-strstr.c: Include str-kmp.h.
28019         (knuth_morris_pratt): Remove function.
28020         (c_strcasestr): Update.
28021         * lib/mbscasestr.c: Include str-kmp.h.
28022         (knuth_morris_pratt_unibyte): Remove function.
28023         * lib/mbsstr.c: Include str-kmp.h.
28024         (knuth_morris_pratt_unibyte): Remove function.
28025         * lib/strcasestr.c: Include str-kmp.h.
28026         (knuth_morris_pratt): Remove function.
28027         (strcasestr): Update.
28028         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28029         * modules/c-strstr (Files): Likewise.
28030         * modules/mbscasestr (Files): Likewise.
28031         * modules/mbsstr (Files): Likewise.
28032         * modules/strcasestr (Files): Likewise.
28033         Suggested by Paul Eggert.
28034
28035 2007-12-30  Bruno Haible  <bruno@clisp.org>
28036
28037         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28038         defined.
28039
28040 2007-12-30  Bruno Haible  <bruno@clisp.org>
28041
28042         * lib/xmalloca.h: Include xalloc.h.
28043         (xnmalloca): New macro.
28044
28045 2007-12-30  Bruno Haible  <bruno@clisp.org>
28046
28047         * lib/malloca.h (nmalloca): New macro.
28048         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28049         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28050         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28051         knuth_morris_pratt_multibyte): Likewise.
28052         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28053         knuth_morris_pratt_multibyte): Likewise.
28054         * lib/memmem.c (knuth_morris_pratt): Likewise.
28055         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28056
28057 2007-12-25  Bruno Haible  <bruno@clisp.org>
28058
28059         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28060         * lib/glob.c: Don't include openat.h.
28061         (link_exists2_p): Add back the code that deals with the
28062         !GLOB_ALTDIRFUNC case.
28063         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28064         let it do the filename concatenation.
28065         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28066         * modules/glob (Depends-on): Remove openat.
28067
28068 2007-12-31  Bruno Haible  <bruno@clisp.org>
28069
28070         * modules/dirfd (License): Change to LGPLv2+.
28071         Approved by Jim Meyering.
28072
28073 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28074
28075         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28076         when multiplying M by sizeof (size_t).
28077
28078 2007-12-10  Martin Lambers  <marlam@marlam.de>
28079
28080         Override getpagesize on mingw.
28081         * lib/getpagesize.c: New file.
28082         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28083         * modules/getpagesize (Files): Add lib/getpagesize.c.
28084         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28085         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28086         REPLACE_GETPAGESIZE.
28087         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28088
28089 2007-12-25  Bruno Haible  <bruno@clisp.org>
28090
28091         * modules/localcharset (Notice): New field.
28092         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28093         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28094
28095 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28096             Bruno Haible  <bruno@clisp.org>
28097
28098         Avoid using the syntax symbol() in formatted documentation.
28099         * MODULES.html.sh (func_module): When replacing symbol() with a
28100         hyperlink, remove the parentheses. Show an error if some remain.
28101         Recognize and render the '...' syntax.
28102         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28103         Rework. Add paragraph about GCC's inlining.
28104         * doc/alloca.texi: Likewise.
28105         * doc/error.texi: Remove parentheses from symbol reference.
28106         * doc/gnulib-intro.texi: Likewise.
28107         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28108         * modules/fnmatch (Description): Reword to say "the ... function".
28109         * modules/full-read (Description): Likewise.
28110         * modules/full-write (Description): Likewise.
28111         * modules/safe-read (Description): Likewise.
28112         * modules/safe-write (Description): Likewise.
28113         * modules/strchrnul (Description): Likewise.
28114         * modules/trim (Description): Likewise.
28115         * modules/error (Description): Remove parentheses from symbol
28116         references.
28117         * modules/verror (Description): Likewise.
28118         Reported by Karl Berry.
28119
28120 2007-12-25  Bruno Haible  <bruno@clisp.org>
28121
28122         Fixup after 2007-10-16 commit.
28123         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28124
28125 2007-12-24  Bruno Haible  <bruno@clisp.org>
28126
28127         Make --enable-relocatable work with DESTDIR.
28128         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28129         to compute installdir from destprog.
28130         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28131         also set the RELOC_DESTDIR variable.
28132         Reported by Левашев Иван <octagram@bluebottle.com>.
28133
28134 2007-12-24  Bruno Haible  <bruno@clisp.org>
28135
28136         Fix link error due to xalloc_die().
28137         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28138         of xreadlink.
28139         * lib/relocwrapper.c: Update comments.
28140         * build-aux/install-reloc: Remove xreadlink.c from file list.
28141         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28142         xreadlink.c.
28143         Reported by Левашев Иван <octagram@bluebottle.com>.
28144
28145 2007-12-24  Bruno Haible  <bruno@clisp.org>
28146
28147         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28148         * lib/setenv.h: Remove file.
28149         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28150         lib/setenv.h.
28151         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28152         (Depends-on): Add stdlib.
28153         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28154         gl_FUNC_UNSETENV.
28155         (Include): Replace setenv.h with <stdlib.h>.
28156         * modules/unsetenv: New file.
28157         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28158         * lib/unsetenv.c: Include <stdlib.h> first.
28159         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28160         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28161         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28162         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28163         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28164         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28165         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28166         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28167         * doc/functions/unsetenv.texi: Update.
28168         * modules/xsetenv (Depends-on): Add unsetenv.
28169         * modules/getdate (Depends-on): Likewise.
28170         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28171         * lib/xsetenv.c: Don't include setenv.h.
28172         * lib/getdate.y: Likewise.
28173         * lib/relocwrapper.c: Likewise.
28174         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28175         (Depends-on): Add stdlib.
28176         * NEWS: Mention the changes.
28177         Reported by Левашев Иван <octagram@bluebottle.com>.
28178
28179 2007-12-23  Bruno Haible  <bruno@clisp.org>
28180
28181         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28182         indentation.
28183
28184 2007-12-23  Bruno Haible  <bruno@clisp.org>
28185
28186         * lib/c-strcasestr.c: Add more comments.
28187         * lib/c-strstr.c: Likewise.
28188         * lib/mbscasestr.c: Likewise.
28189         * lib/mbsstr.c: Likewise.
28190         * lib/strcasestr.c: Likewise.
28191         * lib/memmem.c: Likewise.
28192
28193 2007-12-23  Bruno Haible  <bruno@clisp.org>
28194
28195         * tests/test-memmem.c: Include <string.h> first.
28196
28197 2007-12-22  Bruno Haible  <bruno@clisp.org>
28198
28199         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28200         the contents of $testsbase.
28201         Reported by Ralf Wildenhues.
28202
28203 2007-12-22  Bruno Haible  <bruno@clisp.org>
28204
28205         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28206         two variables local_ldadd_before, local_ldadd_last.
28207
28208 2007-12-20  Eric Blake  <ebb9@byu.net>
28209
28210         Work around circular library issue when cross-compiling.
28211         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28212         that progname.o does not need to pull in rpl_memcmp.
28213
28214 2007-12-19  Eric Blake  <ebb9@byu.net>
28215
28216         Fix memmem to avoid O(n^2) worst-case complexity.
28217         * lib/memmem.c (knuth_morris_pratt): New function.
28218         (memmem): Use it if first few naive iterations fail.
28219         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28220         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28221         * modules/memchr (License): Likewise.
28222         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28223         malloca.
28224         * tests/test-memmem.c: Rewrite, borrowing ideas from
28225         test-mbsstr1.c; the old version wouldn't even compile!
28226         * modules/memmem-tests: New file.
28227         * lib/string.in.h (rpl_memmem): Add declaration.
28228         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28229         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28230         REPLACE_MEMMEM.
28231
28232 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28233
28234         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28235         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28236         before any system include files, and undef after them all.  This
28237         should fix a problem on VMS reported by John E. Malmberg in
28238         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28239
28240 2007-12-17  Eric Blake  <ebb9@byu.net>
28241
28242         Revert addition of verify, for BSD/OS.
28243         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28244         can't handle large files, for the sake of obsolete platforms.
28245         * modules/fseeko (Depends-on): Remove verify.
28246         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28247         * doc/functions/ftello.texi (ftello): Likewise.
28248         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28249         Reported by Larry Jones.
28250
28251 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28252
28253         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28254         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28255
28256 2007-12-17  Jim Meyering  <meyering@redhat.com>
28257
28258         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28259         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28260         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28261         * modules/getcwd (Depends-on): Add openat.
28262         Reported by Petr Salinger.
28263
28264 2007-12-17  Bruno Haible  <bruno@clisp.org>
28265
28266         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28267         avoid a segmentation fault of the configure test on x86_64 systems.
28268
28269 2007-12-15  Jim Meyering  <meyering@redhat.com>
28270
28271         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28272
28273 2007-12-13  Eric Blake  <ebb9@byu.net>
28274
28275         Another fseek test.
28276         * tests/test-fseek.c (main): Also test ungetc handling.
28277         * tests/test-fseeko.c (main): Likewise.
28278         * modules/fseeko (Depends-on): Add verify.
28279         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28280         large.
28281         Reported by Larry Jones.
28282
28283         Fix fseeko on mingw.
28284         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28285         seek.
28286
28287         Beef up fseek tests.
28288         * tests/test-fseek.c (main): Also test eof handling.
28289         * tests/test-fseeko.c (main): Likewise.
28290         Reported by Larry Jones.
28291
28292 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28293
28294         Fix fseeko on BSD-based platforms.
28295         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28296         successful seek.
28297
28298 2007-12-12  Eric Blake  <ebb9@byu.net>
28299
28300         Allow circular dependency of separate libtests.a
28301         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28302         when use_libtests.
28303
28304 2007-12-11  Eric Blake  <ebb9@byu.net>
28305
28306         Fix bug with -0.0L in previous patch.
28307         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28308         * tests/test-isnan.c (main): Also test on zeroes.
28309         * tests/test-isnanf.c (main): Likewise.
28310         * tests/test-isnanl.h (main): Likewise.
28311
28312         Detect pseudo-denormals on x86 even when cross-compiling.
28313         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28314         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28315         invalid bit patterns that happen to satisfy ==.
28316
28317         Avoid link failures with separate libtests.a.
28318         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28319         last, to satisfy circular dependencies.
28320
28321 2007-12-11  Eric Blake  <ebb9@byu.net>
28322         and Bruno Haible  <bruno@clisp.org>
28323
28324         Fix OpenBSD 4.0 <float.h> handling of long double.
28325         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28326         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28327         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28328
28329 2007-12-11  Jim Meyering  <meyering@redhat.com>
28330
28331         * users.txt: Add libvirt.
28332
28333         Support versions of autoconf prior to 2.59c.
28334         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28335         if it is not already defined.
28336
28337 2007-12-09  Bruno Haible  <bruno@clisp.org>
28338
28339         Let 'gnulib-tool --import' collect sources needed for the tests in
28340         tests/ rather than in lib/.
28341         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28342         argument. If true, add rules to generate libtests.a, and put libtests.a
28343         into $(LDADD). Consider source files in subdirectories and set
28344         uses_subdirs.
28345         (func_emit_initmacro_start, func_emit_initmacro_end,
28346         func_emit_initmacro_done): Pass all arguments explicitly.
28347         (func_import): Determine two module lists main_modules,
28348         testsrelated_modules. Determine use_libtests. Determine two variables
28349         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28350         instead of just sed_transform_lib_file. Determine two variables
28351         main_files and testsrelated_files. Compute 'files' as the union of
28352         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28353         func_add_or_update. In the generated gnulib-comp.m4, collect the
28354         object files for tests/ in different variables than those for lib/.
28355         Substitute LIBTESTS_LIBDEPS.
28356         (func_create_testdir): Combine the uses_subdirs results from
28357         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28358
28359 2007-12-09  Bruno Haible  <bruno@clisp.org>
28360
28361         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28362         the build-aux directory.
28363
28364 2007-12-09  Bruno Haible  <bruno@clisp.org>
28365
28366         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28367         introduced on 2006-09-09.
28368
28369 2007-12-07  Jim Meyering  <meyering@redhat.com>
28370
28371         Let these macros work also with autoconf-2.59.
28372         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28373         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28374         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28375
28376 2007-12-06  Jim Meyering  <meyering@redhat.com>
28377
28378         Avoid a configure-time syntax error in gl_FUNC_ACL.
28379         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28380         function in each branch, before testing the cache variable.
28381
28382 2007-12-04  Eric Blake  <ebb9@byu.net>
28383
28384         Make scripts executable.
28385         * build-aux/config.guess: Add execute permissions.
28386         * build-aux/config.sub: Likewise.
28387         * build-aux/gendocs.sh: Likewise.
28388
28389         Fix frexp on mingw.
28390         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28391         cross-compiling.
28392         * doc/functions/frexp.texi (frexp): Document the bug.
28393
28394         Make cygwin fseeko check more reliable.
28395         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28396         version numbers, rather than unrelated feature check.
28397         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28398         * doc/functions/ftello.texi (ftello): Likewise.
28399         Reported by Bruno Haible.
28400
28401         * m4/strerror.m4: Bump version number.
28402
28403 2007-12-03  Bruno Haible  <bruno@clisp.org>
28404
28405         * doc/functions/mprotect.texi: Mention the mingw problem.
28406
28407 2007-12-03  Eric Blake  <ebb9@byu.net>
28408
28409         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28410         REPLACE_STRERROR is initialized before this macro.
28411
28412 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28413
28414         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28415         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28416         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28417         put -lsec in even for programs other than 'ls'.  This fixes a problem
28418         for gettext reported by Bruno Haible in
28419         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28420         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28421         Add support for Solaris 10.  This isn't efficient, but should get the
28422         job done for now.
28423
28424 2007-12-03  James Youngman  <jay@gnu.org>
28425
28426         * doc/regexprops-generic.texi: change "an close-group" to "a
28427         close-group" and "illegal" to "not allowed".
28428
28429 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28430
28431         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28432         pr_byname.h. Needed for the rare case when the maintainer has done
28433         "make maintainer-clean" in the source directory and then attempts a
28434         build outside the source directory.
28435         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28436         scripts_byname.h.
28437
28438 2007-12-02  Martin Lambers <marlam@marlam.de>
28439             Bruno Haible  <bruno@clisp.org>
28440
28441         * lib/getpagesize.h: Remove file.
28442         * lib/unistd.in.h: Include declaration of getpagesize here.
28443         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28444         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28445         HAVE_SYS_PARAM_H.
28446         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28447         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28448         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28449         (Depends-on): Add unistd.
28450         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28451         (Include): Use <unistd.h> instead of getpagesize.h.
28452         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28453         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28454         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28455         gl_GETPAGESIZE invocation, already handled by module dependency.
28456         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28457
28458 2007-12-02  Bruno Haible  <bruno@clisp.org>
28459
28460         * modules/strings-tests: New file.
28461         * tests/test-strings.c: New file.
28462
28463         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28464         * lib/strings.in.h: New file.
28465         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28466         * m4/strings_h.m4: New file.
28467         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28468         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28469         * modules/strings: New file.
28470         * modules/string (Makefile.am): Update.
28471         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28472         Reported by Karl Berry.
28473
28474 2007-12-01  Eric Blake  <ebb9@byu.net>
28475
28476         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28477         accomodate fix in cygwin 1.5.25.
28478
28479 2007-12-01  Jim Meyering  <meyering@redhat.com>
28480
28481         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28482         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28483         that would inhibit utf8-optimization of a regexp containing line-
28484         or buffer-anchors, e.g., `^', `$'.
28485
28486 2007-11-30  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28489         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28490         glthread_recursive_lock_init.
28491         * lib/lock.c (glthread_recursive_lock_init)
28492         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28493         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28494
28495 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28496
28497         New function qset_acl, like set_acl but with syscall semantics.
28498         * lib/acl.h (qset_acl): New decl.
28499         * lib/acl.c (qset_acl): New function.
28500         (set_acl): Use new function.  Use more-consistent diagnostics.
28501
28502 2007-11-28  Jim Meyering  <meyering@redhat.com>
28503
28504         * modules/physmem (License): Change from GPL to LGPLv2+.
28505
28506 2007-11-26  Bruno Haible  <bruno@clisp.org>
28507
28508         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28509         'long double' type has excess precision.
28510         Reported by Jim Meyering in
28511         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28512
28513 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28514
28515         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28516         Sync from <http://gnu.org/licenses>.
28517         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28518         with license text from same location.
28519         * doc/maintain.texi, doc/standards.texi:  Sync from
28520         <http://savannah.gnu.org/projects/gnustandards>.
28521
28522 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28523         and Jim Meyering  <meyering@redhat.com>
28524
28525         Adjust getdate' grammar to accept a slightly more regular language.
28526         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28527         Before, the former was rejected.
28528         * lib/getdate.y (digits_to_date_time): New function, factored
28529         out of ...
28530         (number): ...here.  Just call digits_to_date_time.
28531         (hybrid): New non-terminal to handle an <unsigned number,
28532         signed relative offset> sequence consistently.
28533
28534 2007-11-18  Jim Meyering  <meyering@redhat.com>
28535
28536         Pull my changes from coreutils:
28537         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28538         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28539         use of $gnulib_tool_option_extras, so that it's separated from the
28540         preceding argument.
28541
28542         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28543         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28544         parent destination directories before copying a file into place.
28545
28546 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28547
28548         bootstrap: work also with 4-argument variant of AC_INIT
28549         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28550
28551 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28552
28553         Port test-getaddrinfo to Solaris.
28554         Problem reported by Bruno Haible in
28555         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28556         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28557         explanation of setting 'hints'.
28558         Don't reject an implementation merely because it returns EAI_SERVICE.
28559         (EAI_SERVICE): Define to 0 if not defined.
28560
28561 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28562
28563         The license of gnu-make and posix-shell is now "GPLed build tool".
28564         * modules/gnu-make (License): Likewise.
28565         * modules/posix-shell (License): Likewise.
28566
28567         New module posix-shell, for determining a POSIX shell
28568         or perhaps something that is close enough to a POSIX shell.
28569         * m4/posix-shell.m4: New file.
28570         * modules/posix-shell: New file.
28571
28572         * MODULES.html.sh: Mention new module.
28573
28574         New module gnu-make, for determining whether we're using GNU Make.
28575         * m4/gnu-make.m4: New file.
28576         * modules/gnu-make: New file.
28577         * MODULES.html.sh: Mention new module.
28578
28579 2007-11-14  Jim Meyering  <meyering@redhat.com>
28580
28581         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28582         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28583         use this macro to create a function _definition_.
28584         Remove useless "#undef ARGMATCH_DIE".
28585
28586 2007-11-14  Bruno Haible  <bruno@clisp.org>
28587
28588         * lib/config.charset: Update for OpenBSD 4.1.
28589         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28590
28591 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28592
28593         Document 64-bit #if problems in stdint.texi.
28594         * doc/headers/stdint.texi (stdint.h): Mention problems with
28595         64-bit-#if, and how to work around them.
28596
28597         Don't insist on 'long long int' support in the preprocessor.  It
28598         breaks too many things.  For example, PRIdMAX still uses a 'long
28599         long int' format with the latest Sun compiler, even though
28600         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28601         preprocessor problem.  This causes the latest coreutils to dump
28602         core on Solaris 10 sparc with the Sun C compiler.
28603         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28604         the troublesome expressions at configure-time, not at #if-time.
28605         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28606         preprocessor.
28607         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28608         compile-time C checks, done at 'configure'-time.
28609         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28610         * modules/inttypes (Makefile): Substitute the new symbols that
28611         gl_INTTYPES_H now generates.
28612         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28613
28614 2007-11-12  Bruno Haible  <bruno@clisp.org>
28615
28616         Tests for Unicode character classification functions.
28617
28618         * modules/unictype/bidicategory-byname-tests: New file.
28619         * modules/unictype/bidicategory-name-tests: New file.
28620         * modules/unictype/bidicategory-of-tests: New file.
28621         * modules/unictype/bidicategory-test-tests: New file.
28622         * modules/unictype/block-list-tests: New file.
28623         * modules/unictype/block-of-tests: New file.
28624         * modules/unictype/block-test-tests: New file.
28625         * modules/unictype/category-C-tests: New file.
28626         * modules/unictype/category-Cc-tests: New file.
28627         * modules/unictype/category-Cf-tests: New file.
28628         * modules/unictype/category-Cn-tests: New file.
28629         * modules/unictype/category-Co-tests: New file.
28630         * modules/unictype/category-Cs-tests: New file.
28631         * modules/unictype/category-L-tests: New file.
28632         * modules/unictype/category-Ll-tests: New file.
28633         * modules/unictype/category-Lm-tests: New file.
28634         * modules/unictype/category-Lo-tests: New file.
28635         * modules/unictype/category-Lt-tests: New file.
28636         * modules/unictype/category-Lu-tests: New file.
28637         * modules/unictype/category-M-tests: New file.
28638         * modules/unictype/category-Mc-tests: New file.
28639         * modules/unictype/category-Me-tests: New file.
28640         * modules/unictype/category-Mn-tests: New file.
28641         * modules/unictype/category-N-tests: New file.
28642         * modules/unictype/category-Nd-tests: New file.
28643         * modules/unictype/category-Nl-tests: New file.
28644         * modules/unictype/category-No-tests: New file.
28645         * modules/unictype/category-P-tests: New file.
28646         * modules/unictype/category-Pc-tests: New file.
28647         * modules/unictype/category-Pd-tests: New file.
28648         * modules/unictype/category-Pe-tests: New file.
28649         * modules/unictype/category-Pf-tests: New file.
28650         * modules/unictype/category-Pi-tests: New file.
28651         * modules/unictype/category-Po-tests: New file.
28652         * modules/unictype/category-Ps-tests: New file.
28653         * modules/unictype/category-S-tests: New file.
28654         * modules/unictype/category-Sc-tests: New file.
28655         * modules/unictype/category-Sk-tests: New file.
28656         * modules/unictype/category-Sm-tests: New file.
28657         * modules/unictype/category-So-tests: New file.
28658         * modules/unictype/category-Z-tests: New file.
28659         * modules/unictype/category-Zl-tests: New file.
28660         * modules/unictype/category-Zp-tests: New file.
28661         * modules/unictype/category-Zs-tests: New file.
28662         * modules/unictype/category-and-not-tests: New file.
28663         * modules/unictype/category-and-tests: New file.
28664         * modules/unictype/category-byname-tests: New file.
28665         * modules/unictype/category-name-tests: New file.
28666         * modules/unictype/category-none-tests: New file.
28667         * modules/unictype/category-of-tests: New file.
28668         * modules/unictype/category-or-tests: New file.
28669         * modules/unictype/category-test-withtable-tests: New file.
28670         * modules/unictype/combining-class-tests: New file.
28671         * modules/unictype/ctype-alnum-tests: New file.
28672         * modules/unictype/ctype-alpha-tests: New file.
28673         * modules/unictype/ctype-blank-tests: New file.
28674         * modules/unictype/ctype-cntrl-tests: New file.
28675         * modules/unictype/ctype-digit-tests: New file.
28676         * modules/unictype/ctype-graph-tests: New file.
28677         * modules/unictype/ctype-lower-tests: New file.
28678         * modules/unictype/ctype-print-tests: New file.
28679         * modules/unictype/ctype-punct-tests: New file.
28680         * modules/unictype/ctype-space-tests: New file.
28681         * modules/unictype/ctype-upper-tests: New file.
28682         * modules/unictype/ctype-xdigit-tests: New file.
28683         * modules/unictype/decimal-digit-tests: New file.
28684         * modules/unictype/digit-tests: New file.
28685         * modules/unictype/mirror-tests: New file.
28686         * modules/unictype/numeric-tests: New file.
28687         * modules/unictype/property-alphabetic-tests: New file.
28688         * modules/unictype/property-ascii-hex-digit-tests: New file.
28689         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28690         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28691         * modules/unictype/property-bidi-block-separator-tests: New file.
28692         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28693         * modules/unictype/property-bidi-common-separator-tests: New file.
28694         * modules/unictype/property-bidi-control-tests: New file.
28695         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28696         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28697         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28698         * modules/unictype/property-bidi-european-digit-tests: New file.
28699         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28700         * modules/unictype/property-bidi-left-to-right-tests: New file.
28701         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28702         * modules/unictype/property-bidi-other-neutral-tests: New file.
28703         * modules/unictype/property-bidi-pdf-tests: New file.
28704         * modules/unictype/property-bidi-segment-separator-tests: New file.
28705         * modules/unictype/property-bidi-whitespace-tests: New file.
28706         * modules/unictype/property-byname-tests: New file.
28707         * modules/unictype/property-combining-tests: New file.
28708         * modules/unictype/property-composite-tests: New file.
28709         * modules/unictype/property-currency-symbol-tests: New file.
28710         * modules/unictype/property-dash-tests: New file.
28711         * modules/unictype/property-decimal-digit-tests: New file.
28712         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28713         * modules/unictype/property-deprecated-tests: New file.
28714         * modules/unictype/property-diacritic-tests: New file.
28715         * modules/unictype/property-extender-tests: New file.
28716         * modules/unictype/property-format-control-tests: New file.
28717         * modules/unictype/property-grapheme-base-tests: New file.
28718         * modules/unictype/property-grapheme-extend-tests: New file.
28719         * modules/unictype/property-grapheme-link-tests: New file.
28720         * modules/unictype/property-hex-digit-tests: New file.
28721         * modules/unictype/property-hyphen-tests: New file.
28722         * modules/unictype/property-id-continue-tests: New file.
28723         * modules/unictype/property-id-start-tests: New file.
28724         * modules/unictype/property-ideographic-tests: New file.
28725         * modules/unictype/property-ids-binary-operator-tests: New file.
28726         * modules/unictype/property-ids-trinary-operator-tests: New file.
28727         * modules/unictype/property-ignorable-control-tests: New file.
28728         * modules/unictype/property-iso-control-tests: New file.
28729         * modules/unictype/property-join-control-tests: New file.
28730         * modules/unictype/property-left-of-pair-tests: New file.
28731         * modules/unictype/property-line-separator-tests: New file.
28732         * modules/unictype/property-logical-order-exception-tests: New file.
28733         * modules/unictype/property-lowercase-tests: New file.
28734         * modules/unictype/property-math-tests: New file.
28735         * modules/unictype/property-non-break-tests: New file.
28736         * modules/unictype/property-not-a-character-tests: New file.
28737         * modules/unictype/property-numeric-tests: New file.
28738         * modules/unictype/property-other-alphabetic-tests: New file.
28739         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28740         * modules/unictype/property-other-grapheme-extend-tests: New file.
28741         * modules/unictype/property-other-id-continue-tests: New file.
28742         * modules/unictype/property-other-id-start-tests: New file.
28743         * modules/unictype/property-other-lowercase-tests: New file.
28744         * modules/unictype/property-other-math-tests: New file.
28745         * modules/unictype/property-other-uppercase-tests: New file.
28746         * modules/unictype/property-paired-punctuation-tests: New file.
28747         * modules/unictype/property-paragraph-separator-tests: New file.
28748         * modules/unictype/property-pattern-syntax-tests: New file.
28749         * modules/unictype/property-pattern-white-space-tests: New file.
28750         * modules/unictype/property-private-use-tests: New file.
28751         * modules/unictype/property-punctuation-tests: New file.
28752         * modules/unictype/property-quotation-mark-tests: New file.
28753         * modules/unictype/property-radical-tests: New file.
28754         * modules/unictype/property-sentence-terminal-tests: New file.
28755         * modules/unictype/property-soft-dotted-tests: New file.
28756         * modules/unictype/property-space-tests: New file.
28757         * modules/unictype/property-terminal-punctuation-tests: New file.
28758         * modules/unictype/property-test-tests: New file.
28759         * modules/unictype/property-titlecase-tests: New file.
28760         * modules/unictype/property-unassigned-code-value-tests: New file.
28761         * modules/unictype/property-unified-ideograph-tests: New file.
28762         * modules/unictype/property-uppercase-tests: New file.
28763         * modules/unictype/property-variation-selector-tests: New file.
28764         * modules/unictype/property-white-space-tests: New file.
28765         * modules/unictype/property-xid-continue-tests: New file.
28766         * modules/unictype/property-xid-start-tests: New file.
28767         * modules/unictype/property-zero-width-tests: New file.
28768         * modules/unictype/scripts-tests: New file.
28769         * modules/unictype/syntax-c-ident-tests: New file.
28770         * modules/unictype/syntax-c-whitespace-tests: New file.
28771         * modules/unictype/syntax-java-ident-tests: New file.
28772         * modules/unictype/syntax-java-whitespace-tests: New file.
28773         * tests/unictype/test-bidi_byname.c: New file.
28774         * tests/unictype/test-bidi_name.c: New file.
28775         * tests/unictype/test-bidi_of.c: New file.
28776         * tests/unictype/test-bidi_test.c: New file.
28777         * tests/unictype/test-block_list.c: New file.
28778         * tests/unictype/test-block_of.c: New file.
28779         * tests/unictype/test-block_test.c: New file.
28780         * tests/unictype/test-categ_and.c: New file.
28781         * tests/unictype/test-categ_and_not.c: New file.
28782         * tests/unictype/test-categ_byname.c: New file.
28783         * tests/unictype/test-categ_name.c: New file.
28784         * tests/unictype/test-categ_none.c: New file.
28785         * tests/unictype/test-categ_of.c: New file.
28786         * tests/unictype/test-categ_or.c: New file.
28787         * tests/unictype/test-categ_test_withtable.c: New file.
28788         * tests/unictype/test-combining.c: New file.
28789         * tests/unictype/test-decdigit.c: New file.
28790         * tests/unictype/test-digit.c: New file.
28791         * tests/unictype/test-mirror.c: New file.
28792         * tests/unictype/test-numeric.c: New file.
28793         * tests/unictype/test-pr_byname.c: New file.
28794         * tests/unictype/test-pr_test.c: New file.
28795         * tests/unictype/test-predicate-part1.h: New file.
28796         * tests/unictype/test-predicate-part2.h: New file.
28797         * tests/unictype/test-scripts.c: New file.
28798         * tests/unictype/test-sy_c_ident.c: New file.
28799         * tests/unictype/test-sy_java_ident.c: New file.
28800
28801         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28802         for Unicode 5.0.0.
28803         * tests/unictype/test-categ_Cc.c: Likewise.
28804         * tests/unictype/test-categ_Cf.c: Likewise.
28805         * tests/unictype/test-categ_Cn.c: Likewise.
28806         * tests/unictype/test-categ_Co.c: Likewise.
28807         * tests/unictype/test-categ_Cs.c: Likewise.
28808         * tests/unictype/test-categ_L.c: Likewise.
28809         * tests/unictype/test-categ_Ll.c: Likewise.
28810         * tests/unictype/test-categ_Lm.c: Likewise.
28811         * tests/unictype/test-categ_Lo.c: Likewise.
28812         * tests/unictype/test-categ_Lt.c: Likewise.
28813         * tests/unictype/test-categ_Lu.c: Likewise.
28814         * tests/unictype/test-categ_M.c: Likewise.
28815         * tests/unictype/test-categ_Mc.c: Likewise.
28816         * tests/unictype/test-categ_Me.c: Likewise.
28817         * tests/unictype/test-categ_Mn.c: Likewise.
28818         * tests/unictype/test-categ_N.c: Likewise.
28819         * tests/unictype/test-categ_Nd.c: Likewise.
28820         * tests/unictype/test-categ_Nl.c: Likewise.
28821         * tests/unictype/test-categ_No.c: Likewise.
28822         * tests/unictype/test-categ_P.c: Likewise.
28823         * tests/unictype/test-categ_Pc.c: Likewise.
28824         * tests/unictype/test-categ_Pd.c: Likewise.
28825         * tests/unictype/test-categ_Pe.c: Likewise.
28826         * tests/unictype/test-categ_Pf.c: Likewise.
28827         * tests/unictype/test-categ_Pi.c: Likewise.
28828         * tests/unictype/test-categ_Po.c: Likewise.
28829         * tests/unictype/test-categ_Ps.c: Likewise.
28830         * tests/unictype/test-categ_S.c: Likewise.
28831         * tests/unictype/test-categ_Sc.c: Likewise.
28832         * tests/unictype/test-categ_Sk.c: Likewise.
28833         * tests/unictype/test-categ_Sm.c: Likewise.
28834         * tests/unictype/test-categ_So.c: Likewise.
28835         * tests/unictype/test-categ_Z.c: Likewise.
28836         * tests/unictype/test-categ_Zl.c: Likewise.
28837         * tests/unictype/test-categ_Zp.c: Likewise.
28838         * tests/unictype/test-categ_Zs.c: Likewise.
28839         * tests/unictype/test-ctype_alnum.c: Likewise.
28840         * tests/unictype/test-ctype_alpha.c: Likewise.
28841         * tests/unictype/test-ctype_blank.c: Likewise.
28842         * tests/unictype/test-ctype_cntrl.c: Likewise.
28843         * tests/unictype/test-ctype_digit.c: Likewise.
28844         * tests/unictype/test-ctype_graph.c: Likewise.
28845         * tests/unictype/test-ctype_lower.c: Likewise.
28846         * tests/unictype/test-ctype_print.c: Likewise.
28847         * tests/unictype/test-ctype_punct.c: Likewise.
28848         * tests/unictype/test-ctype_space.c: Likewise.
28849         * tests/unictype/test-ctype_upper.c: Likewise.
28850         * tests/unictype/test-ctype_xdigit.c: Likewise.
28851         * tests/unictype/test-decdigit.h: Likewise.
28852         * tests/unictype/test-digit.h: Likewise.
28853         * tests/unictype/test-numeric.h: Likewise.
28854         * tests/unictype/test-pr_alphabetic.c: Likewise.
28855         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28856         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28857         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28858         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28859         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28860         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28861         * tests/unictype/test-pr_bidi_control.c: Likewise.
28862         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28863         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28864         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28865         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28866         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28867         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28868         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28869         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28870         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28871         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28872         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28873         * tests/unictype/test-pr_combining.c: Likewise.
28874         * tests/unictype/test-pr_composite.c: Likewise.
28875         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28876         * tests/unictype/test-pr_dash.c: Likewise.
28877         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28878         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28879         * tests/unictype/test-pr_deprecated.c: Likewise.
28880         * tests/unictype/test-pr_diacritic.c: Likewise.
28881         * tests/unictype/test-pr_extender.c: Likewise.
28882         * tests/unictype/test-pr_format_control.c: Likewise.
28883         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28884         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28885         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28886         * tests/unictype/test-pr_hex_digit.c: Likewise.
28887         * tests/unictype/test-pr_hyphen.c: Likewise.
28888         * tests/unictype/test-pr_id_continue.c: Likewise.
28889         * tests/unictype/test-pr_id_start.c: Likewise.
28890         * tests/unictype/test-pr_ideographic.c: Likewise.
28891         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28892         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28893         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28894         * tests/unictype/test-pr_iso_control.c: Likewise.
28895         * tests/unictype/test-pr_join_control.c: Likewise.
28896         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28897         * tests/unictype/test-pr_line_separator.c: Likewise.
28898         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28899         * tests/unictype/test-pr_lowercase.c: Likewise.
28900         * tests/unictype/test-pr_math.c: Likewise.
28901         * tests/unictype/test-pr_non_break.c: Likewise.
28902         * tests/unictype/test-pr_not_a_character.c: Likewise.
28903         * tests/unictype/test-pr_numeric.c: Likewise.
28904         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28905         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28906         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28907         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28908         * tests/unictype/test-pr_other_id_start.c: Likewise.
28909         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28910         * tests/unictype/test-pr_other_math.c: Likewise.
28911         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28912         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28913         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28914         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28915         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28916         * tests/unictype/test-pr_private_use.c: Likewise.
28917         * tests/unictype/test-pr_punctuation.c: Likewise.
28918         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28919         * tests/unictype/test-pr_radical.c: Likewise.
28920         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28921         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28922         * tests/unictype/test-pr_space.c: Likewise.
28923         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28924         * tests/unictype/test-pr_titlecase.c: Likewise.
28925         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28926         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28927         * tests/unictype/test-pr_uppercase.c: Likewise.
28928         * tests/unictype/test-pr_variation_selector.c: Likewise.
28929         * tests/unictype/test-pr_white_space.c: Likewise.
28930         * tests/unictype/test-pr_xid_continue.c: Likewise.
28931         * tests/unictype/test-pr_xid_start.c: Likewise.
28932         * tests/unictype/test-pr_zero_width.c: Likewise.
28933         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28934         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28935
28936 2007-11-12  Bruno Haible  <bruno@clisp.org>
28937
28938         Unicode character classification functions.
28939         * lib/unictype.h: New file.
28940         * modules/unictype/base: New file.
28941         * modules/unictype/category-L: New file.
28942         * modules/unictype/category-Lu: New file.
28943         * modules/unictype/category-Ll: New file.
28944         * modules/unictype/category-Lt: New file.
28945         * modules/unictype/category-Lm: New file.
28946         * modules/unictype/category-Lo: New file.
28947         * modules/unictype/category-M: New file.
28948         * modules/unictype/category-Mn: New file.
28949         * modules/unictype/category-Mc: New file.
28950         * modules/unictype/category-Me: New file.
28951         * modules/unictype/category-N: New file.
28952         * modules/unictype/category-Nd: New file.
28953         * modules/unictype/category-Nl: New file.
28954         * modules/unictype/category-No: New file.
28955         * modules/unictype/category-P: New file.
28956         * modules/unictype/category-Pc: New file.
28957         * modules/unictype/category-Pd: New file.
28958         * modules/unictype/category-Ps: New file.
28959         * modules/unictype/category-Pe: New file.
28960         * modules/unictype/category-Pi: New file.
28961         * modules/unictype/category-Pf: New file.
28962         * modules/unictype/category-Po: New file.
28963         * modules/unictype/category-S: New file.
28964         * modules/unictype/category-Sm: New file.
28965         * modules/unictype/category-Sc: New file.
28966         * modules/unictype/category-Sk: New file.
28967         * modules/unictype/category-So: New file.
28968         * modules/unictype/category-Z: New file.
28969         * modules/unictype/category-Zs: New file.
28970         * modules/unictype/category-Zl: New file.
28971         * modules/unictype/category-Zp: New file.
28972         * modules/unictype/category-C: New file.
28973         * modules/unictype/category-Cc: New file.
28974         * modules/unictype/category-Cf: New file.
28975         * modules/unictype/category-Cs: New file.
28976         * modules/unictype/category-Co: New file.
28977         * modules/unictype/category-Cn: New file.
28978         * modules/unictype/category-or: New file.
28979         * modules/unictype/category-of: New file.
28980         * modules/unictype/category-test: New file.
28981         * modules/unictype/category-test-withtable: New file.
28982         * modules/unictype/category-byname: New file.
28983         * modules/unictype/category-none: New file.
28984         * modules/unictype/category-and: New file.
28985         * modules/unictype/category-and-not: New file.
28986         * modules/unictype/category-name: New file.
28987         * modules/unictype/combining-class: New file.
28988         * modules/unictype/category-all: New file.
28989         * modules/unictype/bidicategory-all: New file.
28990         * modules/unictype/bidicategory-byname: New file.
28991         * modules/unictype/bidicategory-name: New file.
28992         * modules/unictype/bidicategory-of: New file.
28993         * modules/unictype/bidicategory-test: New file.
28994         * modules/unictype/decimal-digit: New file.
28995         * modules/unictype/digit: New file.
28996         * modules/unictype/numeric: New file.
28997         * modules/unictype/mirror: New file.
28998         * modules/unictype/property-white-space: New file.
28999         * modules/unictype/property-alphabetic: New file.
29000         * modules/unictype/property-other-alphabetic: New file.
29001         * modules/unictype/property-not-a-character: New file.
29002         * modules/unictype/property-default-ignorable-code-point: New file.
29003         * modules/unictype/property-other-default-ignorable-code-point: New
29004         file.
29005         * modules/unictype/property-deprecated: New file.
29006         * modules/unictype/property-logical-order-exception: New file.
29007         * modules/unictype/property-variation-selector: New file.
29008         * modules/unictype/property-private-use: New file.
29009         * modules/unictype/property-unassigned-code-value: New file.
29010         * modules/unictype/property-uppercase: New file.
29011         * modules/unictype/property-other-uppercase: New file.
29012         * modules/unictype/property-lowercase: New file.
29013         * modules/unictype/property-other-lowercase: New file.
29014         * modules/unictype/property-titlecase: New file.
29015         * modules/unictype/property-soft-dotted: New file.
29016         * modules/unictype/property-id-start: New file.
29017         * modules/unictype/property-other-id-start: New file.
29018         * modules/unictype/property-id-continue: New file.
29019         * modules/unictype/property-other-id-continue: New file.
29020         * modules/unictype/property-xid-start: New file.
29021         * modules/unictype/property-xid-continue: New file.
29022         * modules/unictype/property-pattern-white-space: New file.
29023         * modules/unictype/property-pattern-syntax: New file.
29024         * modules/unictype/property-join-control: New file.
29025         * modules/unictype/property-grapheme-base: New file.
29026         * modules/unictype/property-grapheme-extend: New file.
29027         * modules/unictype/property-other-grapheme-extend: New file.
29028         * modules/unictype/property-grapheme-link: New file.
29029         * modules/unictype/property-bidi-control: New file.
29030         * modules/unictype/property-bidi-left-to-right: New file.
29031         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29032         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29033         * modules/unictype/property-bidi-european-digit: New file.
29034         * modules/unictype/property-bidi-eur-num-separator: New file.
29035         * modules/unictype/property-bidi-eur-num-terminator: New file.
29036         * modules/unictype/property-bidi-arabic-digit: New file.
29037         * modules/unictype/property-bidi-common-separator: New file.
29038         * modules/unictype/property-bidi-block-separator: New file.
29039         * modules/unictype/property-bidi-segment-separator: New file.
29040         * modules/unictype/property-bidi-whitespace: New file.
29041         * modules/unictype/property-bidi-non-spacing-mark: New file.
29042         * modules/unictype/property-bidi-boundary-neutral: New file.
29043         * modules/unictype/property-bidi-pdf: New file.
29044         * modules/unictype/property-bidi-embedding-or-override: New file.
29045         * modules/unictype/property-bidi-other-neutral: New file.
29046         * modules/unictype/property-hex-digit: New file.
29047         * modules/unictype/property-ascii-hex-digit: New file.
29048         * modules/unictype/property-ideographic: New file.
29049         * modules/unictype/property-unified-ideograph: New file.
29050         * modules/unictype/property-radical: New file.
29051         * modules/unictype/property-ids-binary-operator: New file.
29052         * modules/unictype/property-ids-trinary-operator: New file.
29053         * modules/unictype/property-zero-width: New file.
29054         * modules/unictype/property-space: New file.
29055         * modules/unictype/property-non-break: New file.
29056         * modules/unictype/property-iso-control: New file.
29057         * modules/unictype/property-format-control: New file.
29058         * modules/unictype/property-dash: New file.
29059         * modules/unictype/property-hyphen: New file.
29060         * modules/unictype/property-punctuation: New file.
29061         * modules/unictype/property-line-separator: New file.
29062         * modules/unictype/property-paragraph-separator: New file.
29063         * modules/unictype/property-quotation-mark: New file.
29064         * modules/unictype/property-sentence-terminal: New file.
29065         * modules/unictype/property-terminal-punctuation: New file.
29066         * modules/unictype/property-currency-symbol: New file.
29067         * modules/unictype/property-math: New file.
29068         * modules/unictype/property-other-math: New file.
29069         * modules/unictype/property-paired-punctuation: New file.
29070         * modules/unictype/property-left-of-pair: New file.
29071         * modules/unictype/property-combining: New file.
29072         * modules/unictype/property-composite: New file.
29073         * modules/unictype/property-decimal-digit: New file.
29074         * modules/unictype/property-numeric: New file.
29075         * modules/unictype/property-diacritic: New file.
29076         * modules/unictype/property-extender: New file.
29077         * modules/unictype/property-ignorable-control: New file.
29078         * modules/unictype/property-test: New file.
29079         * modules/unictype/property-byname: New file.
29080         * modules/unictype/property-all: New file.
29081         * modules/unictype/scripts: New file.
29082         * modules/unictype/scripts-all: New file.
29083         * modules/unictype/block-of: New file.
29084         * modules/unictype/block-test: New file.
29085         * modules/unictype/block-list: New file.
29086         * modules/unictype/block-all: New file.
29087         * modules/unictype/syntax-c-whitespace: New file.
29088         * modules/unictype/syntax-java-whitespace: New file.
29089         * modules/unictype/syntax-c-ident: New file.
29090         * modules/unictype/syntax-java-ident: New file.
29091         * modules/unictype/ctype-alnum: New file.
29092         * modules/unictype/ctype-alpha: New file.
29093         * modules/unictype/ctype-cntrl: New file.
29094         * modules/unictype/ctype-digit: New file.
29095         * modules/unictype/ctype-graph: New file.
29096         * modules/unictype/ctype-lower: New file.
29097         * modules/unictype/ctype-print: New file.
29098         * modules/unictype/ctype-punct: New file.
29099         * modules/unictype/ctype-space: New file.
29100         * modules/unictype/ctype-upper: New file.
29101         * modules/unictype/ctype-xdigit: New file.
29102         * modules/unictype/ctype-blank: New file.
29103         * lib/unictype/bidi_byname.c: New file.
29104         * lib/unictype/bidi_name.c: New file.
29105         * lib/unictype/bidi_of.c: New file.
29106         * lib/unictype/bidi_test.c: New file.
29107         * lib/unictype/bitmap.h: New file.
29108         * lib/unictype/block_test.c: New file.
29109         * lib/unictype/blocks.c: New file.
29110         * lib/unictype/categ_C.c: New file.
29111         * lib/unictype/categ_Cc.c: New file.
29112         * lib/unictype/categ_Cf.c: New file.
29113         * lib/unictype/categ_Cn.c: New file.
29114         * lib/unictype/categ_Co.c: New file.
29115         * lib/unictype/categ_Cs.c: New file.
29116         * lib/unictype/categ_L.c: New file.
29117         * lib/unictype/categ_Ll.c: New file.
29118         * lib/unictype/categ_Lm.c: New file.
29119         * lib/unictype/categ_Lo.c: New file.
29120         * lib/unictype/categ_Lt.c: New file.
29121         * lib/unictype/categ_Lu.c: New file.
29122         * lib/unictype/categ_M.c: New file.
29123         * lib/unictype/categ_Mc.c: New file.
29124         * lib/unictype/categ_Me.c: New file.
29125         * lib/unictype/categ_Mn.c: New file.
29126         * lib/unictype/categ_N.c: New file.
29127         * lib/unictype/categ_Nd.c: New file.
29128         * lib/unictype/categ_Nl.c: New file.
29129         * lib/unictype/categ_No.c: New file.
29130         * lib/unictype/categ_P.c: New file.
29131         * lib/unictype/categ_Pc.c: New file.
29132         * lib/unictype/categ_Pd.c: New file.
29133         * lib/unictype/categ_Pe.c: New file.
29134         * lib/unictype/categ_Pf.c: New file.
29135         * lib/unictype/categ_Pi.c: New file.
29136         * lib/unictype/categ_Po.c: New file.
29137         * lib/unictype/categ_Ps.c: New file.
29138         * lib/unictype/categ_S.c: New file.
29139         * lib/unictype/categ_Sc.c: New file.
29140         * lib/unictype/categ_Sk.c: New file.
29141         * lib/unictype/categ_Sm.c: New file.
29142         * lib/unictype/categ_So.c: New file.
29143         * lib/unictype/categ_Z.c: New file.
29144         * lib/unictype/categ_Zl.c: New file.
29145         * lib/unictype/categ_Zp.c: New file.
29146         * lib/unictype/categ_Zs.c: New file.
29147         * lib/unictype/categ_and.c: New file.
29148         * lib/unictype/categ_and_not.c: New file.
29149         * lib/unictype/categ_byname.c: New file.
29150         * lib/unictype/categ_name.c: New file.
29151         * lib/unictype/categ_none.c: New file.
29152         * lib/unictype/categ_of.c: New file.
29153         * lib/unictype/categ_or.c: New file.
29154         * lib/unictype/categ_test.c: New file.
29155         * lib/unictype/combining.c: New file.
29156         * lib/unictype/ctype_alnum.c: New file.
29157         * lib/unictype/ctype_alpha.c: New file.
29158         * lib/unictype/ctype_blank.c: New file.
29159         * lib/unictype/ctype_cntrl.c: New file.
29160         * lib/unictype/ctype_digit.c: New file.
29161         * lib/unictype/ctype_graph.c: New file.
29162         * lib/unictype/ctype_lower.c: New file.
29163         * lib/unictype/ctype_print.c: New file.
29164         * lib/unictype/ctype_punct.c: New file.
29165         * lib/unictype/ctype_space.c: New file.
29166         * lib/unictype/ctype_upper.c: New file.
29167         * lib/unictype/ctype_xdigit.c: New file.
29168         * lib/unictype/decdigit.c: New file.
29169         * lib/unictype/digit.c: New file.
29170         * lib/unictype/identsyntaxmap.h: New file.
29171         * lib/unictype/mirror.c: New file.
29172         * lib/unictype/numeric.c: New file.
29173         * lib/unictype/pr_alphabetic.c: New file.
29174         * lib/unictype/pr_ascii_hex_digit.c: New file.
29175         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29176         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29177         * lib/unictype/pr_bidi_block_separator.c: New file.
29178         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29179         * lib/unictype/pr_bidi_common_separator.c: New file.
29180         * lib/unictype/pr_bidi_control.c: New file.
29181         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29182         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29183         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29184         * lib/unictype/pr_bidi_european_digit.c: New file.
29185         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29186         * lib/unictype/pr_bidi_left_to_right.c: New file.
29187         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29188         * lib/unictype/pr_bidi_other_neutral.c: New file.
29189         * lib/unictype/pr_bidi_pdf.c: New file.
29190         * lib/unictype/pr_bidi_segment_separator.c: New file.
29191         * lib/unictype/pr_bidi_whitespace.c: New file.
29192         * lib/unictype/pr_byname.c: New file.
29193         * lib/unictype/pr_byname.gperf: New file.
29194         * lib/unictype/pr_combining.c: New file.
29195         * lib/unictype/pr_composite.c: New file.
29196         * lib/unictype/pr_currency_symbol.c: New file.
29197         * lib/unictype/pr_dash.c: New file.
29198         * lib/unictype/pr_decimal_digit.c: New file.
29199         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29200         * lib/unictype/pr_deprecated.c: New file.
29201         * lib/unictype/pr_diacritic.c: New file.
29202         * lib/unictype/pr_extender.c: New file.
29203         * lib/unictype/pr_format_control.c: New file.
29204         * lib/unictype/pr_grapheme_base.c: New file.
29205         * lib/unictype/pr_grapheme_extend.c: New file.
29206         * lib/unictype/pr_grapheme_link.c: New file.
29207         * lib/unictype/pr_hex_digit.c: New file.
29208         * lib/unictype/pr_hyphen.c: New file.
29209         * lib/unictype/pr_id_continue.c: New file.
29210         * lib/unictype/pr_id_start.c: New file.
29211         * lib/unictype/pr_ideographic.c: New file.
29212         * lib/unictype/pr_ids_binary_operator.c: New file.
29213         * lib/unictype/pr_ids_trinary_operator.c: New file.
29214         * lib/unictype/pr_ignorable_control.c: New file.
29215         * lib/unictype/pr_iso_control.c: New file.
29216         * lib/unictype/pr_join_control.c: New file.
29217         * lib/unictype/pr_left_of_pair.c: New file.
29218         * lib/unictype/pr_line_separator.c: New file.
29219         * lib/unictype/pr_logical_order_exception.c: New file.
29220         * lib/unictype/pr_lowercase.c: New file.
29221         * lib/unictype/pr_math.c: New file.
29222         * lib/unictype/pr_non_break.c: New file.
29223         * lib/unictype/pr_not_a_character.c: New file.
29224         * lib/unictype/pr_numeric.c: New file.
29225         * lib/unictype/pr_other_alphabetic.c: New file.
29226         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29227         * lib/unictype/pr_other_grapheme_extend.c: New file.
29228         * lib/unictype/pr_other_id_continue.c: New file.
29229         * lib/unictype/pr_other_id_start.c: New file.
29230         * lib/unictype/pr_other_lowercase.c: New file.
29231         * lib/unictype/pr_other_math.c: New file.
29232         * lib/unictype/pr_other_uppercase.c: New file.
29233         * lib/unictype/pr_paired_punctuation.c: New file.
29234         * lib/unictype/pr_paragraph_separator.c: New file.
29235         * lib/unictype/pr_pattern_syntax.c: New file.
29236         * lib/unictype/pr_pattern_white_space.c: New file.
29237         * lib/unictype/pr_private_use.c: New file.
29238         * lib/unictype/pr_punctuation.c: New file.
29239         * lib/unictype/pr_quotation_mark.c: New file.
29240         * lib/unictype/pr_radical.c: New file.
29241         * lib/unictype/pr_sentence_terminal.c: New file.
29242         * lib/unictype/pr_soft_dotted.c: New file.
29243         * lib/unictype/pr_space.c: New file.
29244         * lib/unictype/pr_terminal_punctuation.c: New file.
29245         * lib/unictype/pr_test.c: New file.
29246         * lib/unictype/pr_titlecase.c: New file.
29247         * lib/unictype/pr_unassigned_code_value.c: New file.
29248         * lib/unictype/pr_unified_ideograph.c: New file.
29249         * lib/unictype/pr_uppercase.c: New file.
29250         * lib/unictype/pr_variation_selector.c: New file.
29251         * lib/unictype/pr_white_space.c: New file.
29252         * lib/unictype/pr_xid_continue.c: New file.
29253         * lib/unictype/pr_xid_start.c: New file.
29254         * lib/unictype/pr_zero_width.c: New file.
29255         * lib/unictype/scripts.c: New file.
29256         * lib/unictype/sy_c_ident.c: New file.
29257         * lib/unictype/sy_c_whitespace.c: New file.
29258         * lib/unictype/sy_java_ident.c: New file.
29259         * lib/unictype/sy_java_whitespace.c: New file.
29260
29261         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29262         Unicode 5.0.0.
29263         * lib/unictype/blocks.h: Likewise.
29264         * lib/unictype/categ_C.h: Likewise.
29265         * lib/unictype/categ_Cc.h: Likewise.
29266         * lib/unictype/categ_Cf.h: Likewise.
29267         * lib/unictype/categ_Cn.h: Likewise.
29268         * lib/unictype/categ_Co.h: Likewise.
29269         * lib/unictype/categ_Cs.h: Likewise.
29270         * lib/unictype/categ_L.h: Likewise.
29271         * lib/unictype/categ_Ll.h: Likewise.
29272         * lib/unictype/categ_Lm.h: Likewise.
29273         * lib/unictype/categ_Lo.h: Likewise.
29274         * lib/unictype/categ_Lt.h: Likewise.
29275         * lib/unictype/categ_Lu.h: Likewise.
29276         * lib/unictype/categ_M.h: Likewise.
29277         * lib/unictype/categ_Mc.h: Likewise.
29278         * lib/unictype/categ_Me.h: Likewise.
29279         * lib/unictype/categ_Mn.h: Likewise.
29280         * lib/unictype/categ_N.h: Likewise.
29281         * lib/unictype/categ_Nd.h: Likewise.
29282         * lib/unictype/categ_Nl.h: Likewise.
29283         * lib/unictype/categ_No.h: Likewise.
29284         * lib/unictype/categ_P.h: Likewise.
29285         * lib/unictype/categ_Pc.h: Likewise.
29286         * lib/unictype/categ_Pd.h: Likewise.
29287         * lib/unictype/categ_Pe.h: Likewise.
29288         * lib/unictype/categ_Pf.h: Likewise.
29289         * lib/unictype/categ_Pi.h: Likewise.
29290         * lib/unictype/categ_Po.h: Likewise.
29291         * lib/unictype/categ_Ps.h: Likewise.
29292         * lib/unictype/categ_S.h: Likewise.
29293         * lib/unictype/categ_Sc.h: Likewise.
29294         * lib/unictype/categ_Sk.h: Likewise.
29295         * lib/unictype/categ_Sm.h: Likewise.
29296         * lib/unictype/categ_So.h: Likewise.
29297         * lib/unictype/categ_Z.h: Likewise.
29298         * lib/unictype/categ_Zl.h: Likewise.
29299         * lib/unictype/categ_Zp.h: Likewise.
29300         * lib/unictype/categ_Zs.h: Likewise.
29301         * lib/unictype/categ_of.h: Likewise.
29302         * lib/unictype/combining.h: Likewise.
29303         * lib/unictype/ctype_alnum.h: Likewise.
29304         * lib/unictype/ctype_alpha.h: Likewise.
29305         * lib/unictype/ctype_blank.h: Likewise.
29306         * lib/unictype/ctype_cntrl.h: Likewise.
29307         * lib/unictype/ctype_digit.h: Likewise.
29308         * lib/unictype/ctype_graph.h: Likewise.
29309         * lib/unictype/ctype_lower.h: Likewise.
29310         * lib/unictype/ctype_print.h: Likewise.
29311         * lib/unictype/ctype_punct.h: Likewise.
29312         * lib/unictype/ctype_space.h: Likewise.
29313         * lib/unictype/ctype_upper.h: Likewise.
29314         * lib/unictype/ctype_xdigit.h: Likewise.
29315         * lib/unictype/decdigit.h: Likewise.
29316         * lib/unictype/digit.h: Likewise.
29317         * lib/unictype/mirror.h: Likewise.
29318         * lib/unictype/numeric.h: Likewise.
29319         * lib/unictype/pr_alphabetic.h: Likewise.
29320         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29321         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29322         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29323         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29324         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29325         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29326         * lib/unictype/pr_bidi_control.h: Likewise.
29327         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29328         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29329         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29330         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29331         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29332         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29333         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29334         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29335         * lib/unictype/pr_bidi_pdf.h: Likewise.
29336         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29337         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29338         * lib/unictype/pr_combining.h: Likewise.
29339         * lib/unictype/pr_composite.h: Likewise.
29340         * lib/unictype/pr_currency_symbol.h: Likewise.
29341         * lib/unictype/pr_dash.h: Likewise.
29342         * lib/unictype/pr_decimal_digit.h: Likewise.
29343         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29344         * lib/unictype/pr_deprecated.h: Likewise.
29345         * lib/unictype/pr_diacritic.h: Likewise.
29346         * lib/unictype/pr_extender.h: Likewise.
29347         * lib/unictype/pr_format_control.h: Likewise.
29348         * lib/unictype/pr_grapheme_base.h: Likewise.
29349         * lib/unictype/pr_grapheme_extend.h: Likewise.
29350         * lib/unictype/pr_grapheme_link.h: Likewise.
29351         * lib/unictype/pr_hex_digit.h: Likewise.
29352         * lib/unictype/pr_hyphen.h: Likewise.
29353         * lib/unictype/pr_id_continue.h: Likewise.
29354         * lib/unictype/pr_id_start.h: Likewise.
29355         * lib/unictype/pr_ideographic.h: Likewise.
29356         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29357         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29358         * lib/unictype/pr_ignorable_control.h: Likewise.
29359         * lib/unictype/pr_iso_control.h: Likewise.
29360         * lib/unictype/pr_join_control.h: Likewise.
29361         * lib/unictype/pr_left_of_pair.h: Likewise.
29362         * lib/unictype/pr_line_separator.h: Likewise.
29363         * lib/unictype/pr_logical_order_exception.h: Likewise.
29364         * lib/unictype/pr_lowercase.h: Likewise.
29365         * lib/unictype/pr_math.h: Likewise.
29366         * lib/unictype/pr_non_break.h: Likewise.
29367         * lib/unictype/pr_not_a_character.h: Likewise.
29368         * lib/unictype/pr_numeric.h: Likewise.
29369         * lib/unictype/pr_other_alphabetic.h: Likewise.
29370         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29371         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29372         * lib/unictype/pr_other_id_continue.h: Likewise.
29373         * lib/unictype/pr_other_id_start.h: Likewise.
29374         * lib/unictype/pr_other_lowercase.h: Likewise.
29375         * lib/unictype/pr_other_math.h: Likewise.
29376         * lib/unictype/pr_other_uppercase.h: Likewise.
29377         * lib/unictype/pr_paired_punctuation.h: Likewise.
29378         * lib/unictype/pr_paragraph_separator.h: Likewise.
29379         * lib/unictype/pr_pattern_syntax.h: Likewise.
29380         * lib/unictype/pr_pattern_white_space.h: Likewise.
29381         * lib/unictype/pr_private_use.h: Likewise.
29382         * lib/unictype/pr_punctuation.h: Likewise.
29383         * lib/unictype/pr_quotation_mark.h: Likewise.
29384         * lib/unictype/pr_radical.h: Likewise.
29385         * lib/unictype/pr_sentence_terminal.h: Likewise.
29386         * lib/unictype/pr_soft_dotted.h: Likewise.
29387         * lib/unictype/pr_space.h: Likewise.
29388         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29389         * lib/unictype/pr_titlecase.h: Likewise.
29390         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29391         * lib/unictype/pr_unified_ideograph.h: Likewise.
29392         * lib/unictype/pr_uppercase.h: Likewise.
29393         * lib/unictype/pr_variation_selector.h: Likewise.
29394         * lib/unictype/pr_white_space.h: Likewise.
29395         * lib/unictype/pr_xid_continue.h: Likewise.
29396         * lib/unictype/pr_xid_start.h: Likewise.
29397         * lib/unictype/pr_zero_width.h: Likewise.
29398         * lib/unictype/scripts.h: Likewise.
29399         * lib/unictype/scripts_byname.gperf: Likewise.
29400         * lib/unictype/sy_c_ident.h: Likewise.
29401         * lib/unictype/sy_c_whitespace.h: Likewise.
29402         * lib/unictype/sy_java_ident.h: Likewise.
29403         * lib/unictype/sy_java_whitespace.h: Likewise.
29404
29405         * lib/unictype/Makefile: New file.
29406         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29407         glibc.
29408         * lib/unictype/3level.h: New file, copied from glibc.
29409         * lib/unictype/3levelbit.h: New file.
29410
29411 2007-11-11  Bruno Haible  <bruno@clisp.org>
29412
29413         * modules/gperf: New file.
29414         * modules/iconv_open (Depends-on): Add it.
29415         (Makefile.am): Remove the GPERF definition.
29416
29417 2007-11-11  Bruno Haible  <bruno@clisp.org>
29418
29419         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29420         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29421
29422 2007-11-11  Bruno Haible  <bruno@clisp.org>
29423
29424         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29425         (usage): Remove function.
29426
29427 2007-11-11  Bruno Haible  <bruno@clisp.org>
29428
29429         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29430         gl_FUNC_CEILF_LIBS.
29431         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29432         gl_FUNC_CEIL_LIBS.
29433         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29434         gl_FUNC_CEILL_LIBS.
29435         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29436         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29437         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29438
29439 2007-11-11  Bruno Haible  <bruno@clisp.org>
29440
29441         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29442         roundf were declared but do not exist on functions.
29443         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29444         roundl were declared but do not exist on functions.
29445         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29446         HAVE_FLOORL_AND_CEILL, respectively.
29447         Needed for Sun C on Solaris 10.
29448
29449 2007-11-11  Bruno Haible  <bruno@clisp.org>
29450
29451         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29452         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29453         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29454         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29455         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29456         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29457         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29458         HAVE_DECL_ROUNDF.
29459         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29460         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29461         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29462         of HAVE_DECL_ROUND*.
29463         * modules/math (Makefile.am): Update.
29464
29465 2007-11-10  Bruno Haible  <bruno@clisp.org>
29466
29467         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29468         ptrdiff_t as m4/intl.m4.
29469
29470 2007-11-10  Jim Meyering  <meyering@redhat.com>
29471
29472         Avoid link failure for the argmatch test.
29473         * tests/test-argmatch.c (usage): Define function to avoid a link
29474         failure: argmatch_die requires a usage function.
29475
29476 2007-11-09  Bruno Haible  <bruno@clisp.org>
29477
29478         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29479         * doc/functions/vsnprintf.texi: Likewise.
29480         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29481         with a size argument < 2.
29482
29483 2007-11-09  Bruno Haible  <bruno@clisp.org>
29484
29485         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29486         buffer. Fixes an inefficiency introduced on 2007-11-03.
29487
29488 2007-11-09  Bruno Haible  <bruno@clisp.org>
29489
29490         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29491         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29492
29493 2007-11-08  Jim Meyering  <meyering@redhat.com>
29494
29495         Change cache variable name prefix "jm_" to "gl_" everywhere.
29496         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29497         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29498         * m4/uptime.m4: s/gl_/jm_/
29499
29500 2007-11-07  Bruno Haible  <bruno@clisp.org>
29501
29502         Update to GNU gettext 0.17.
29503         * m4/intl.m4: Update to GNU gettext 0.17.
29504         * m4/po.m4: Likewise.
29505         * modules/gettext (Files): Remove m4/ulonglong.m4.
29506         (configure.ac): Require gettext infrastructure from version 0.17.
29507
29508 2007-11-06  Bruno Haible  <bruno@clisp.org>
29509
29510         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29511         symbolic values are not defined in a public header.
29512         * lib/freadable.c (freadable) [QNX]: Likewise.
29513         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29514         * lib/freading.c (freading) [QNX]: Likewise.
29515         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29516         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29517         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29518         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29519         Reported by Alain Magloire.
29520
29521         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29522
29523 2007-11-05  Bruno Haible  <bruno@clisp.org>
29524
29525         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29526         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29527         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29528         Reported by Eric Blake.
29529
29530 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29531             Bruno Haible  <bruno@clisp.org>
29532
29533         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29534         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29535         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29536         (malloc): Undefine also before including <stdlib.h>.
29537         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29538         Needed on OSF/1 4.0.
29539
29540 2007-11-05  Jim Meyering  <meyering@redhat.com>
29541
29542         git-version-gen: sync from coreutils.
29543         * build-aux/git-version-gen: Add comments.
29544         Change the first '-' to '.' in the snapshot version string,
29545         e.g., 6.9-377-08144 -> 6.9.377-08144
29546         Remove first parameter.
29547         Don't declare a version "-dirty" merely because a time
29548         stamp has changed.
29549
29550 2007-11-04  Bruno Haible  <bruno@clisp.org>
29551
29552         * lib/lock.h: Protect all macro definitions containing an 'if'
29553         statement through a "do { ... } while (0)".
29554         * lib/tls.h: Likewise.
29555
29556 2007-11-04  Bruno Haible  <bruno@clisp.org>
29557
29558         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29559
29560 2007-11-04  Bruno Haible  <bruno@clisp.org>
29561
29562         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29563         * modules/fprintf-posix (Depends-on): Add nocrash.
29564         * modules/snprintf-posix (Depends-on): Likewise.
29565         * modules/sprintf-posix (Depends-on): Likewise.
29566         * modules/vasnprintf-posix (Depends-on): Likewise.
29567         * modules/vasprintf-posix (Depends-on): Likewise.
29568         * modules/vfprintf-posix (Depends-on): Likewise.
29569         * modules/vsnprintf-posix (Depends-on): Likewise.
29570         * modules/vsprintf-posix (Depends-on): Likewise.
29571         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29572         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29573         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29574         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29575         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29576         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29577         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29578
29579 2007-11-04  Bruno Haible  <bruno@clisp.org>
29580
29581         * modules/nocrash: New file.
29582         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29583         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29584
29585 2007-11-04  Bruno Haible  <bruno@clisp.org>
29586
29587         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29588         precision handling.
29589         * tests/test-vasprintf-posix.c (test_function): Likewise.
29590         * tests/test-snprintf-posix.h (test_function): Likewise.
29591         * tests/test-sprintf-posix.h (test_function): Likewise.
29592
29593         Fix *printf behaviour for large precisions on mingw and BeOS.
29594         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29595         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29596         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29597         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29598         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29599         gl_PRINTF_PRECISION and test its result. Invoke
29600         gl_PREREQ_VASNPRINTF_PRECISION.
29601         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29602         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29603         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29604         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29605         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29607         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29608         * doc/functions/fprintf.texi: Update.
29609         * doc/functions/printf.texi: Update.
29610         * doc/functions/snprintf.texi: Update.
29611         * doc/functions/sprintf.texi: Update.
29612         * doc/functions/vfprintf.texi: Update.
29613         * doc/functions/vprintf.texi: Update.
29614         * doc/functions/vsnprintf.texi: Update.
29615         * doc/functions/vsprintf.texi: Update.
29616
29617 2007-11-04  Bruno Haible  <bruno@clisp.org>
29618
29619         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29620
29621 2007-11-04  Bruno Haible  <bruno@clisp.org>
29622
29623         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29624         Reported by Sylvain Beucler <beuc@gnu.org>.
29625
29626 2007-11-03  Bruno Haible  <bruno@clisp.org>
29627
29628         * tests/test-fprintf-posix2.sh: New file.
29629         * tests/test-fprintf-posix2.c: New file.
29630         * modules/fprintf-posix-tests (Files): Add them.
29631         (TESTS): Add test-fprintf-posix2.sh.
29632         (configure.ac): Check for getrlimit and setrlimit.
29633         (check_PROGRAMS): Add test-fprintf-posix2.
29634
29635         * tests/test-printf-posix2.sh: New file.
29636         * tests/test-printf-posix2.c: New file.
29637         * modules/printf-posix-tests (Files): Add them.
29638         (TESTS): Add test-printf-posix2.sh.
29639         (configure.ac): Check for getrlimit and setrlimit.
29640         (check_PROGRAMS): Add test-printf-posix2.
29641
29642         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29643         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29644         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29645         (decode_double): New function, copied from decode_long_double.
29646         (scale10_round_decimal_decoded): New function, extracted from
29647         scale10_round_decimal_long_double.
29648         (scale10_round_decimal_long_double): Use it.
29649         (scale10_round_decimal_double): New function.
29650         (floorlog10): New function.
29651         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29652         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29653         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29654         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29655         gl_PRINTF_ENOMEM and test its result. Invoke
29656         gl_PREREQ_VASNPRINTF_ENOMEM.
29657         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29658         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29659         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29660         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29661         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29662         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29663         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29664         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29665         * modules/snprintf-posix (Depends-on): Likewise.
29666         * modules/sprintf-posix (Depends-on): Likewise.
29667         * modules/vasnprintf-posix (Depends-on): Likewise.
29668         * modules/vasprintf-posix (Depends-on): Likewise.
29669         * modules/vfprintf-posix (Depends-on): Likewise.
29670         * modules/vsnprintf-posix (Depends-on): Likewise.
29671         * modules/vsprintf-posix (Depends-on): Likewise.
29672         * doc/functions/fprintf.texi: Update.
29673         * doc/functions/printf.texi: Update.
29674         * doc/functions/snprintf.texi: Update.
29675         * doc/functions/sprintf.texi: Update.
29676         * doc/functions/vfprintf.texi: Update.
29677         * doc/functions/vprintf.texi: Update.
29678         * doc/functions/vsnprintf.texi: Update.
29679         * doc/functions/vsprintf.texi: Update.
29680
29681 2007-11-03  Bruno Haible  <bruno@clisp.org>
29682
29683         * modules/frexp-nolibm-tests: New file.
29684
29685         * modules/frexp-nolibm: New file.
29686         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29687
29688 2007-11-03  Bruno Haible  <bruno@clisp.org>
29689
29690         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29691         value is C99 compliant.
29692         Needed for OSF/1 5.1.
29693
29694 2007-11-03  Bruno Haible  <bruno@clisp.org>
29695
29696         Fix out-of-memory handling of vasnprintf.
29697         * lib/printf-parse.c: Include <errno.h>.
29698         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29699         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29700         is already set.
29701
29702 2007-11-02  Eric Blake  <ebb9@byu.net>
29703
29704         Fix tests on cygwin.
29705         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29706
29707 2007-11-01  Bruno Haible  <bruno@clisp.org>
29708
29709         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29710         warning.
29711         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29712         needed for POSIX compatibility.
29713
29714 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29715
29716         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29717         for compatibility with GNU.
29718
29719 2007-11-01  Bruno Haible  <bruno@clisp.org>
29720
29721         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29722         (putenv): Renamed from rpl_putenv. Change argument type from
29723         'const char *' to 'char *'.
29724         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29725         of defining putenv in config.h, just set REPLACE_PUTENV.
29726         * modules/putenv (Depends-on): Add stdlib.
29727         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29728         (Include): Use <stdlib.h>.
29729         * lib/stdlib.in.h (putenv): New declaration.
29730         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29731         REPLACE_PUTENV.
29732         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29733         REPLACE_PUTENV.
29734         Needed for MacOS X 10.5.0.
29735         Reported by Peter O'Gorman <peter@pogma.com>.
29736
29737 2007-11-01  Jim Meyering  <meyering@redhat.com>
29738
29739         Treat an empty date string exactly like "0".
29740         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29741         if the remaining date string (to be parsed) is empty, use "0".
29742         Reported by Mischa Molhoek and discussed in this thread:
29743         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29744
29745 2007-10-31  Bruno Haible  <bruno@clisp.org>
29746
29747         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29748         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29749         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29750         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29751         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29752         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29753
29754 2007-10-31  Bruno Haible  <bruno@clisp.org>
29755
29756         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29757         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29758         (AC_TYPE_LONG_LONG_INT): Use it.
29759         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29760         it as well.
29761         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29762         to m4/longlong.m4.
29763         * modules/stdint (Files): Remove m4/ulonglong.m4.
29764         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29765         m4/ulonglong.m4.
29766         * modules/strtoumax (Files): Likewise.
29767
29768 2007-10-30  Bruno Haible  <bruno@clisp.org>
29769
29770         * modules/xvasprintf-posix: New file.
29771         Suggested by Eric Blake.
29772
29773 2007-10-30  Bruno Haible  <bruno@clisp.org>
29774
29775         * modules/xprintf-posix-tests: New file.
29776         * tests/test-xprintf-posix.sh: New file.
29777         * tests/test-xprintf-posix.c: New file.
29778         * tests/test-xfprintf-posix.c: New file.
29779
29780         * modules/xprintf-posix: New file.
29781
29782 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29783
29784         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29785         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29786         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29787
29788 2007-10-29  Bruno Haible  <bruno@clisp.org>
29789
29790         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29791         contain the special marker '_cv_'.
29792         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29793         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29794         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29795         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29796         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29797         Reported by Ralf Wildenhues.
29798
29799 2007-10-29  Bruno Haible  <bruno@clisp.org>
29800
29801         * gnulib-tool (func_import): When --lgpl is not specified, set
29802         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29803         GPLv3.
29804         Reported by Simon Josefsson.
29805
29806 2007-10-28  Bruno Haible  <bruno@clisp.org>
29807
29808         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29809         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29810         HAVE_DECL_ISFINITE.
29811         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29812         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29813         HAVE_DECL_ISFINITE.
29814
29815 2007-10-28  Bruno Haible  <bruno@clisp.org>
29816
29817         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29818         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29819
29820 2007-10-28  Bruno Haible  <bruno@clisp.org>
29821
29822         Fix link errors with Sun C 5.0 on Solaris 10.
29823         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29824         function is declared but not present in the compiler's libm.
29825         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29826         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29827         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29828         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29829         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29830         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29831         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29832         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29833         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29834         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29835         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29836         HAVE_DECL_FLOORL.
29837
29838 2007-10-28  Bruno Haible  <bruno@clisp.org>
29839
29840         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29841         gl_FUNC_FLOORL. Cache the result.
29842         (gl_FUNC_FLOORL): Use it.
29843         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29844         gl_FUNC_CEILL. Cache the result.
29845         (gl_FUNC_CEILL): Use it.
29846
29847         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29848         gl_FUNC_FLOOR. Cache the result.
29849         (gl_FUNC_FLOOR): Use it.
29850         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29851         gl_FUNC_CEIL. Cache the result.
29852         (gl_FUNC_CEIL): Use it.
29853
29854         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29855         gl_FUNC_FLOORF. Cache the result.
29856         (gl_FUNC_FLOORF): Use it.
29857         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29858         gl_FUNC_CEILF. Cache the result.
29859         (gl_FUNC_CEILF): Use it.
29860
29861 2007-10-28  Bruno Haible  <bruno@clisp.org>
29862
29863         * gnulib-tool: Allow specifying the LGPL version number through
29864         --lgpl=2 or --lgpl=3.
29865         (func_usage): Document --lgpl with argument.
29866         Handle --lgpl=... arguments.
29867         (func_import): Recognize also gl_LGPL calls with an argument. When
29868         --lgpl=2 is used and the module's license is just LGPL, report an
29869         error. Set sed_transform_lib_file according to the lgpl variable. In
29870         the generated files, use --lgpl or gl_LGPL invocations with argument,
29871         if necessary.
29872         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29873         an LGPv2+ license.
29874         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29875         gl_LGPL macro.
29876
29877 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29878             Bruno Haible  <bruno@clisp.org>
29879
29880         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29881         (u16_uctomb_aux): Likewise.
29882         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29883         !HAVE_INLINE.
29884         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29885
29886 2007-10-28  Bruno Haible  <bruno@clisp.org>
29887
29888         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29889         Invoke AM_GETTEXT_OPTION if it exists.
29890         * modules/vasprintf: Likewise.
29891         * modules/verror: Likewise.
29892         * modules/xprintf: Likewise.
29893         * modules/xvasprintf: Likewise.
29894
29895 2007-10-27  Ben Pfaff  <blp@gnu.org>
29896
29897         * lib/math.in.h: Define isfinite macro and prototypes for
29898         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29899         implementations.
29900         * m4/math_h.m4: New substitutions for isfinite module.
29901         * lib/isfinite.c: New file.
29902         * m4/isfinite.m4: New file.
29903         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29904         * modules/isfinite: New file.
29905         * modules/isfinite-tests: New file.
29906         * tests/tests-isfinite.c: New file.
29907         * doc/functions/isfinite.texi: Mention isfinite module.
29908         * MODULES.html.sh: Mention new module.
29909
29910 2007-10-27  Ben Pfaff  <blp@gnu.org>
29911
29912         Ralf Wildenhues reported that Tru64 4.0D declares the round
29913         functions but does not have definitions.
29914         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29915         cannot be found in any library, set the output variable to
29916         "missing" instead of "".
29917         * m4/round.m4: Also use our substitute if we cannot find round in
29918         any library, even if it is declared.
29919         * m4/roundf.m4: Likewise for roundf.
29920         * m4/roundl.m4: Likewise for roundl.
29921         * lib/math.in.h: Undefine roundf, round, roundl before defining
29922         their replacements, to allow for hypothetical systems where these
29923         may be defined as macros but not available in libraries.
29924
29925 2007-10-27  Bruno Haible  <bruno@clisp.org>
29926
29927         * doc/gnulib.texi: Invoke @firstparagraphindent.
29928         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29929         changes in gnulib.
29930         (Source changes): New section.
29931
29932 2007-10-26  Bruno Haible  <bruno@clisp.org>
29933
29934         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29935         borrowed from autoconf.
29936
29937 2007-10-26  Bruno Haible  <bruno@clisp.org>
29938
29939         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29940         strerror returned the empty string. Needed on HP-UX 11.00.
29941
29942 2007-10-24  Micah Cowan  <micah@cowan.name>
29943
29944         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29945         * build-aux/bootstrap: Remove support for now-unnecessary option,
29946         --cvs-user, and envvars CVS_USER, CVS_RSH.
29947
29948 2007-10-24  Jim Meyering  <meyering@redhat.com>
29949
29950         Avoid diagnostics from sha1sum when there is no cached checksum.
29951         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29952         if the po.s1 file hasn't been created yet.
29953
29954         * build-aux/bootstrap: Sync from coreutils:
29955         2007-10-24  Jim Meyering  <meyering@redhat.com>
29956         Get gnulib from the git repository, not from an obsolete cvs one.
29957         * build-aux/bootstrap: Suggestion from Micah Cowan.
29958         2007-10-04  Jim Meyering  <jim@meyering.net>
29959         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29960         (update_po_files): Work also when there are no .po files in po/.
29961
29962 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29963
29964         * README: Append ".git" to git and cg examples.
29965         Problem reported by Benoit Sigoure.
29966
29967 2007-10-23  Micah Cowan  <micah@cowan.name>
29968
29969         * users.txt: Add wget.
29970
29971 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29972
29973         Fix linking of some unistdio tests on FreeBSD.
29974         * modules/unistdio/u16-vsnprintf-tests
29975         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29976         * modules/unistdio/u16-vsprintf-tests
29977         (test_u16_vsnprintf1_LDADD): Likewise.
29978         * modules/unistdio/u32-vsnprintf-tests
29979         (test_u32_vsnprintf1_LDADD): Likewise.
29980         * modules/unistdio/u32-vsprintf-tests
29981         (test_u32_vsprintf1_LDADD): Likewise.
29982         * modules/unistdio/u8-vsnprintf-tests
29983         (test_u8_vsnprintf1_LDADD): Likewise.
29984         * modules/unistdio/u8-vsprintf-tests
29985         (test_u8_vsprintf1_LDADD): Likewise.
29986         * modules/unistdio/ulc-vsnprintf-tests
29987         (test_ulc_vsnprintf1_LDADD): Likewise.
29988         * modules/unistdio/ulc-vsprintf-tests
29989         (test_ulc_vsprintf1_LDADD): Likewise.
29990
29991         Fix linking of some uniconv tests on FreeBSD.
29992         * modules/uniconv/u16-conv-from-enc-tests
29993         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29994         * modules/uniconv/u16-conv-to-enc-tests
29995         (test_u16_conv_to_enc_LDADD): Likewise.
29996         * modules/uniconv/u16-strconv-from-enc-tests
29997         (test_u16_strconv_from_enc_LDADD): Likewise.
29998         * modules/uniconv/u16-strconv-to-enc-tests
29999         (test_u16_strconv_to_enc_LDADD): Likewise.
30000         * modules/uniconv/u32-conv-from-enc-tests
30001         (test_u32_conv_from_enc_LDADD): Likewise.
30002         * modules/uniconv/u32-conv-to-enc-tests
30003         (test_u32_conv_to_enc_LDADD): Likewise.
30004         * modules/uniconv/u32-strconv-from-enc-tests
30005         (test_u32_strconv_from_enc_LDADD): Likewise.
30006         * modules/uniconv/u32-strconv-to-enc-tests
30007         (test_u32_strconv_to_enc_LDADD): Likewise.
30008         * modules/uniconv/u8-conv-from-enc-tests
30009         (test_u8_conv_from_enc_LDADD): Likewise.
30010         * modules/uniconv/u8-conv-to-enc-tests
30011         (test_u8_conv_to_enc_LDADD): Likewise.
30012         * modules/uniconv/u8-strconv-from-enc-tests
30013         (test_u8_strconv_from_enc_LDADD): Likewise.
30014         * modules/uniconv/u8-strconv-to-enc-tests
30015         (test_u8_strconv_to_enc_LDADD): Likewise.
30016
30017 2007-10-22  Bruno Haible  <bruno@clisp.org>
30018
30019         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30020         size.
30021
30022 2007-10-22  Eric Blake  <ebb9@byu.net>
30023
30024         Tweak x*printf documentation.
30025         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30026         variable name and comments.
30027         Suggested by Bruno Haible.
30028
30029 2007-10-22  Bruno Haible  <bruno@clisp.org>
30030
30031         * lib/acl.c (copy_acl): Fix file name in comment.
30032
30033 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30034
30035         Fix Tru64 problem with stdbool.h.
30036         * lib/stdbool.in.h (false, true):
30037         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30038         Don't declare as an enum in this situation; it runs afoul of Tru64.
30039         Problem reported by Steven M. Schweda in
30040         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30041
30042 2007-10-22  Eric Blake  <ebb9@byu.net>
30043
30044         Also wrap vf?printf.
30045         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30046         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30047         (xvprintf, xvfprintf): New functions.
30048
30049 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30050
30051         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30052         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30053
30054         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30055         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30056
30057 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30058
30059         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30060         by Bruno Haible.
30061
30062 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30063
30064         * lib/getloadavg.c
30065         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30066         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30067
30068         * tests/test-i-ring.c: Work for C89.
30069
30070 2007-10-22  Bruno Haible  <bruno@clisp.org>
30071
30072         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30073         -1u, in preprocessor expression, so that we don't test for the bug
30074         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30075         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30076
30077 2007-10-22  Eric Blake  <ebb9@byu.net>
30078
30079         * tests/test-yesno.sh: Silence stderr during test.
30080
30081 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30082
30083         * modules/crypto/gc-camellia: New file.
30084
30085         * m4/gc-camellia.m4: New file.
30086
30087         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30088
30089         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30090
30091 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30092
30093         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30094         --help to stdout.  Reported by sms@antinode.org (Steven
30095         M. Schweda).
30096
30097 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30098
30099         * users.txt: Fix link to libksba.
30100
30101 2007-10-21  Ben Pfaff  <blp@gnu.org>
30102
30103         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30104         round.c roundf implementation that depends on floorf and ceilf to
30105         be tested unconditionally.
30106
30107 2007-10-21  Ben Pfaff  <blp@gnu.org>
30108
30109         * m4/check-libm-func.m4: Removed.
30110         * m4/check-math-lib.m4: New file.
30111         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30112         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30113         definition and lack of AC_LIBOBJ([roundf]).
30114         * m4/roundl.m4: Ditto, and similarly for roundl.
30115         * modules/round: Reference new m4 file.
30116         * modules/roundf: Ditto.
30117         * modules/roundl: Ditto.
30118         * tests/test-round2.c (main): Use ROUND instead of round.
30119         Bug report from Bruno Haible.
30120
30121 2007-10-21  Bruno Haible  <bruno@clisp.org>
30122
30123         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30124         context.
30125
30126 2007-10-21  Bruno Haible  <bruno@clisp.org>
30127
30128         * tests/test-wcwidth.c (main): Allow negative result for some control
30129         characters.
30130
30131         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30132         Needed on OSF/1 5.1.
30133
30134 2007-10-21  Bruno Haible  <bruno@clisp.org>
30135
30136         * tests/test-floorf1.c: Include isnanf.h.
30137         (main): Use isnanf() instead of isnan().
30138         * tests/test-ceilf1.c: Include isnanf.h.
30139         (main): Use isnanf() instead of isnan().
30140         * tests/test-truncf1.c: Include isnanf.h.
30141         (main): Use isnanf() instead of isnan().
30142         * tests/test-roundf1.c: Include isnanf.h.
30143         (main): Use isnanf() instead of isnan().
30144
30145 2007-10-21  Eric Blake  <ebb9@byu.net>
30146
30147         * users.txt: Update URL for m4.
30148
30149 2007-10-21  Bruno Haible  <bruno@clisp.org>
30150
30151         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30152
30153 2007-10-21  Bruno Haible  <bruno@clisp.org>
30154
30155         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30156         Git's management files if the CVS files are not present.
30157
30158 2007-10-20  Bruno Haible  <bruno@clisp.org>
30159
30160         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30161         gcc-3.4.x.
30162
30163 2007-10-20  Ben Pfaff  <blp@gnu.org>
30164
30165         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30166         implementations.
30167         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30168         * lib/round.c: New file.
30169         * lib/roundf.c: New file.
30170         * lib/roundl.c: New file.
30171         * m4/round.m4: New file.
30172         * m4/roundf.m4: New file.
30173         * m4/roundl.m4: New file.
30174         * m4/check-libm-func-m4: New file.
30175         * modules/math: Replace round, roundf, roundl related @VARS@ in
30176         math.in.h.
30177         * modules/round: New file.
30178         * modules/round-tests: New file.
30179         * modules/roundf: New file.
30180         * modules/roundf-tests: New file.
30181         * modules/roundl: New file.
30182         * modules/roundl-tests: New file.
30183         * tests/test-round1.c: New file.
30184         * tests/test-round2.c: New file.
30185         * tests/test-roundf1.c: New file.
30186         * tests/test-roundf2.c: New file.
30187         * tests/test-roundl.c: New file.
30188         * doc/functions/round.texi: Mention round module.
30189         * doc/functions/roundf.texi: Mention roundf module.
30190         * doc/functions/roundl.texi: Mention roundl module.
30191         * MODULES.html.sh: Mention new modules.
30192         Thanks to Bruno Haible for suggestions.
30193
30194 2007-10-20  Jim Meyering  <meyering@redhat.com>
30195
30196         * lib/xprintf.c: Include <config.h> unconditionally.
30197
30198         Change xprintf's license to GPL.
30199         * modules/xprintf (License): s/LGPL/GPL/, since this module
30200         depends on modules (exit and exitfail) which are GPL.
30201         Suggestion from Bruno Haible.
30202
30203         xprintf fixes.
30204         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30205         Use a clearer diagnostic.
30206         Patch from Bruno Haible.
30207
30208 2007-10-20  Bruno Haible  <bruno@clisp.org>
30209
30210         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30211         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30212         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30213
30214 2007-10-20  Bruno Haible  <bruno@clisp.org>
30215
30216         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30217         precision in the comparison result > x - 1 or similar.
30218         * tests/test-ceilf2.c (correct_result_p): Likewise.
30219         * tests/test-truncf2.c (correct_result_p): Likewise.
30220         * tests/test-trunc2.c (correct_result_p): Likewise.
30221         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30222
30223 2007-10-20  Bruno Haible  <bruno@clisp.org>
30224
30225         * modules/ceil: New file.
30226         * m4/ceil.m4: New file.
30227         * doc/functions/ceil.texi: Mention the 'ceil' module.
30228
30229 2007-10-20  Bruno Haible  <bruno@clisp.org>
30230
30231         * modules/floor: New file.
30232         * m4/floor.m4: New file.
30233         * doc/functions/floor.texi: Mention the 'floor' module.
30234
30235 2007-10-20  Bruno Haible  <bruno@clisp.org>
30236
30237         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30238         of %a.
30239         * modules/floorf-tests (Depends-on): Likewise.
30240         * modules/truncf-tests (Depends-on): Likewise.
30241         * modules/trunc-tests (Depends-on): Likewise.
30242         Reported by Ben Pfaff.
30243
30244 2007-10-19  Jim Meyering  <meyering@redhat.com>
30245
30246         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30247         Don't bother testing specific errno values.  Just test ferror.
30248
30249         New module: xprintf
30250         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30251
30252 2007-10-19  Bruno Haible  <bruno@clisp.org>
30253
30254         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30255         syntax.
30256         * modules/javaexec (Makefile.am): Likewise.
30257         * modules/relocatable-prog (Makefile.am): Likewise.
30258         Suggested by Jim Meyering.
30259
30260 2007-10-18  Bruno Haible  <bruno@clisp.org>
30261
30262         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30263         Reported by Jim Meyering.
30264
30265 2007-10-18  Eric Blake  <ebb9@byu.net>
30266
30267         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30268
30269 2007-10-18  Bruno Haible  <bruno@clisp.org>
30270
30271         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30272         the format string into writable memory. Needed in Fortify conditions.
30273
30274 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30275             Bruno Haible  <bruno@clisp.org>
30276
30277         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30278         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30279         * modules/trim (Depends-on): Add mbchar.
30280         (configure.ac): Add gl_FUNC_MBRTOWC.
30281         (Makefile.am): Augment lib_SOURCES.
30282
30283 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30284
30285         Modify glob.c to use fstatat and dirfd, to simplify it.
30286         Suggested by Eric Blake.
30287         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30288         Don't include <stdbool.h>; not used.
30289         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30290         (link_exists_p): Simplify implementation, since we can now assume
30291         dirfd and fstatat.
30292         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30293
30294 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30295
30296         * gnulib-tool (func_get_dependencies): Fix sed script to
30297         match only tests.
30298
30299 2007-10-17  Bruno Haible  <bruno@clisp.org>
30300
30301         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30302         allow locale names without encoding suffix.
30303         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30304         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30305
30306 2007-10-16  Bruno Haible  <bruno@clisp.org>
30307
30308         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30309         * lib/getgroups.c (getgroups): Likewise.
30310         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30311
30312 2007-10-16  Bruno Haible  <bruno@clisp.org>
30313
30314         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30315         * modules/malloc-posix (License): Likewise.
30316         * modules/realloc-posix (License): Likewise.
30317         * modules/calloc-posix (License): Likewise.
30318         * modules/intprops (License): Change from GPL to LGPL, with
30319         Paul Eggert's approval.
30320
30321 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30322
30323         Merge glibc changes into lib/glob.c.
30324
30325         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30326         2007-10-15 04:59:03 UTC.  Here are the changes:
30327
30328         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30329
30330         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30331
30332         * lib/glob.c: Add some branch prediction throughout.
30333
30334         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30335
30336         [BZ #5103]
30337         * lib/glob.c (glob): Recognize patterns starting \/.
30338
30339         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30340
30341         [BZ #3996]
30342         * lib/glob.c (attribute_hidden): Define if not defined.
30343         (glob): Unescape dirname, filename or username when needed and not
30344         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30345         is NULL.  Handle unescaped [ in pattern without closing ].
30346         Don't pass GLOB_CHECK down to recursive glob for directories.
30347         (__glob_pattern_type): New function.
30348         (__glob_pattern_p): Implement using __glob_pattern_type.
30349         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30350         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30351         Remove unreachable code.
30352
30353         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30354
30355         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30356         explain why there are no leaks.
30357
30358         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30359
30360         [BZ #3253]
30361         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30362         time, rather allocate increasingly bigger arrays of pointers, if
30363         possible with alloca, if too large with malloc.
30364
30365 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30366
30367         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30368         Problem reported by H.Merijn Brand in
30369         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30370         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30371         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30372
30373 2007-10-15  Bruno Haible  <bruno@clisp.org>
30374
30375         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30376         with explicit rpl_ prefix.
30377         * lib/fopen.c (fopen): Likewise.
30378         * lib/freopen.c (freopen): Likewise.
30379         * lib/iconv.c (iconv): Likewise.
30380         * lib/iconv_close.c (iconv_close): Likewise.
30381
30382 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30383
30384         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30385
30386 2007-10-15  Bruno Haible  <bruno@clisp.org>
30387
30388         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30389         <stddef.h> instead of <stdlib.h> since we only need NULL.
30390         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30391
30392 2007-10-15  Bruno Haible  <bruno@clisp.org>
30393
30394         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30395         Replace paragraph talking about LIBOBJS.
30396         Reported by Colin Watson <cjwatson@debian.org>.
30397
30398 2007-10-15  Bruno Haible  <bruno@clisp.org>
30399
30400         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30401         <stdlib.h> before using NULL.
30402
30403 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30404
30405         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30406         Reported by Albert Chin <china@thewrittenword.com>.
30407
30408 2007-10-14  Bruno Haible  <bruno@clisp.org>
30409
30410         * modules/iconv_open-utf-tests: New file.
30411         * tests/test-iconv-utf.c: New file.
30412
30413         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30414         * modules/iconv_open-utf: New file.
30415         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30416         (iconv, iconv_close): New declarations.
30417         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30418         be defined.
30419         (iconv_open): Add special handling of conversion between UTF-8 and
30420         UTF-{16,32}{BE,LE}.
30421         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30422         * lib/iconv_close.c: New file.
30423         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30424         gl_FUNC_ICONV_OPEN.
30425         (gl_FUNC_ICONV_OPEN): Use it.
30426         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30427         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30428         and REPLACE_ICONV_UTF.
30429         * modules/iconv_open (Depends-on): Add c-strcase.
30430         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30431         ICONV_CONST.
30432         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30433
30434 2007-10-13  Albert Chin  <china@thewrittenword.com>
30435             Bruno Haible  <bruno@clisp.org>
30436
30437         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30438         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30439
30440 2007-10-13  Bruno Haible  <bruno@clisp.org>
30441
30442         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30443         defined, use the ISO C99 inline semantics.
30444         * lib/argp.h (ARGP_EI): Likewise.
30445
30446 2007-10-13  Bruno Haible  <bruno@clisp.org>
30447
30448         Handle 'inline' change in gcc 4.3.0.
30449         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30450         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30451         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30452         argp_fmtstream_point): Disable 'extern' declaration if the function
30453         definition is going to be provided inline.
30454         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30455         semantics, not the ISO C99 inline semantics.
30456         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30457         'extern' declaration if the function definition is going to be provided
30458         inline.
30459         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30460         the GNU C inline semantics, not the ISO C99 inline semantics. With
30461         GCC 4.2, avoid a warning.
30462
30463 2007-10-13  Bruno Haible  <bruno@clisp.org>
30464
30465         * lib/freading.h (freading): Enable the use of __freading for
30466         glibc >= 2.7.
30467         * lib/freading.c (freading): Likewise.
30468
30469 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30470
30471         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30472         "warning: C99 inline functions are not supported; using GNU89".
30473
30474 2007-10-12  Bruno Haible  <bruno@clisp.org>
30475
30476         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30477         of 2.
30478         * tests/test-ceilf2.c: New file.
30479         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30480
30481         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30482         * modules/ceilf-tests: Update.
30483
30484 2007-10-12  Bruno Haible  <bruno@clisp.org>
30485
30486         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30487         of 2.
30488         * tests/test-floorf2.c: New file.
30489         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30490
30491         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30492         * modules/floorf-tests: Update.
30493
30494 2007-10-12  Bruno Haible  <bruno@clisp.org>
30495
30496         * tests/test-trunc2.c: New file.
30497         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30498
30499         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30500         * modules/trunc-tests: Update.
30501
30502 2007-10-12  Bruno Haible  <bruno@clisp.org>
30503
30504         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30505         of 2.
30506         * tests/test-truncf2.c: New file.
30507         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30508
30509         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30510         * modules/truncf-tests: Update.
30511
30512 2007-10-11  Eric Blake  <ebb9@byu.net>
30513
30514         Don't claim strerror is broken on Interix.
30515         * doc/functions/strerror.texi (strerror): Known broken systems are
30516         now Solaris 8, and not Interix.
30517         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30518         Interix on cross-compile.
30519         Reported by Martin Koeppe in
30520         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30521
30522 2007-10-11  Bruno Haible  <bruno@clisp.org>
30523
30524         * modules/i-ring-tests: New file.
30525         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30526         instead of assert.
30527
30528 2007-10-11  Bruno Haible  <bruno@clisp.org>
30529
30530         * modules/filenamecat-tests: New file.
30531         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30532         * lib/filenamecat.c: Remove test code.
30533
30534 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30535
30536         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30537
30538         * lib/strerror.c: Include <string.h> always, to test interface,
30539         and to remove the need for the dummy.
30540         Include intprops.h to compute width instead of doing it ourselves
30541         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30542         (strerror): Define it to return NULL if there's no system strerror.
30543         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30544         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30545         ancient pre-strerror Unix systems well any more.  Saying "unknown
30546         system error" is enough.
30547         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30548         simpler strerror.c implementation.
30549         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30550         Simplify the tests to reflect the simpler strerror implementation.
30551         * modules/strerror (Depends-on): Add intprops.
30552
30553 2007-10-09  Eric Blake  <ebb9@byu.net>
30554
30555         Silence test-fpending.
30556         * modules/fpending-tests (Files): Add wrapper script.
30557         * tests/test-fpending.sh: New file.
30558
30559 2007-10-09  Bruno Haible  <bruno@clisp.org>
30560
30561         * MODULES.html.sh (func_module): Don't create a hyperlink for
30562         function names like 'printf_frexp'.
30563         (Misc): Add crc, memxor.
30564         (Characteristics of floating types): New section.
30565         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30566         isnanf-nolibm, signbit, trunc, truncf, truncl.
30567         (Enhancements for ISO C 99 functions): New subsection Input/output.
30568         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30569         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30570         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30571         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30572         (Enhancements for POSIX:2001 functions): Add chdir-long.
30573         (File system functions): Add areadlink, chdir-safer, read-file.
30574         Remove cycle-check.
30575         (File system as inode set): New section.
30576         (Date and time): Add gethrxtime.
30577         (Multithreading): Add openmp.
30578         (Internationalization functions): Add localename.
30579         (Unicode string functions): Add unistr/u*-mbsnlen.
30580         (Support for maintaining and releasing projects): Add git-version-gen.
30581         (Lone files): Remove directories.
30582
30583 2007-10-08  Ben Pfaff  <blp@gnu.org>
30584
30585         * lib/xmalloca.h: Fix typo in comment.
30586
30587 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30588
30589         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30590         when avoiding problems with integer overflow.  Use a portable test
30591         instead.
30592
30593 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30594
30595         * modules/dummy (License): Change to LGPLv2+.
30596         * modules/float (License): Likewise
30597         * modules/realloc (License): Likewise
30598         * modules/stdlib (License): Likewise
30599
30600 2007-10-07  Bruno Haible  <bruno@clisp.org>
30601
30602         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30603         * floor.c (TWO_MANT_DIG): Likewise.
30604         * ceil.c (TWO_MANT_DIG): Likewise.
30605         Reported by Ben Pfaff.
30606
30607 2007-10-07  Bruno Haible  <bruno@clisp.org>
30608
30609         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30610         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30611         * lib/frexp.c (FUNC): Likewise.
30612         * lib/printf-frexp.h (printf_frexp): Likewise.
30613         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30614         * lib/printf-frexp.c (FUNC): Likewise.
30615         Suggested by Jim Meyering.
30616
30617 2007-10-07  Jim Meyering  <meyering@redhat.com>
30618
30619         Make xnanosleep's integer overflow test more robust.
30620         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30621         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30622
30623 2007-10-07  Bruno Haible  <bruno@clisp.org>
30624
30625         * NEWS: Mention the license change.
30626
30627         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30628         abbreviations in the modules files.
30629
30630         Change copyright notice from GPLv2+ to GPLv3+.
30631         * README: Change copyright notice.
30632         * MODULES.html.sh: Likewise.
30633         * build-aux/bootstrap.conf: Likewise.
30634         * build-aux/config.libpath: Likewise.
30635         * build-aux/csharpcomp.sh.in: Likewise.
30636         * build-aux/csharpexec.sh.in: Likewise.
30637         * build-aux/install-reloc: Likewise.
30638         * build-aux/javacomp.sh.in: Likewise.
30639         * build-aux/javaexec.sh.in: Likewise.
30640         * build-aux/ldd.sh.in: Likewise.
30641         * build-aux/reloc-ldflags: Likewise.
30642         * build-aux/relocatable.sh.in: Likewise.
30643         * build-aux/x-to-1.in: Likewise.
30644         * check-module: Likewise.
30645         * config/srclistvars.sh: Likewise.
30646         * gnulib-tool: Likewise.
30647         * lib/acl-internal.h: Likewise.
30648         * lib/acl.c: Likewise.
30649         * lib/acl.h: Likewise.
30650         * lib/acl_entries.c: Likewise.
30651         * lib/areadlink-with-size.c: Likewise.
30652         * lib/areadlink.c: Likewise.
30653         * lib/areadlink.h: Likewise.
30654         * lib/argmatch.c: Likewise.
30655         * lib/argmatch.h: Likewise.
30656         * lib/argp-ba.c: Likewise.
30657         * lib/argp-eexst.c: Likewise.
30658         * lib/argp-fmtstream.c: Likewise.
30659         * lib/argp-fmtstream.h: Likewise.
30660         * lib/argp-fs-xinl.c: Likewise.
30661         * lib/argp-help.c: Likewise.
30662         * lib/argp-namefrob.h: Likewise.
30663         * lib/argp-parse.c: Likewise.
30664         * lib/argp-pin.c: Likewise.
30665         * lib/argp-pv.c: Likewise.
30666         * lib/argp-pvh.c: Likewise.
30667         * lib/argp-xinl.c: Likewise.
30668         * lib/argp.h: Likewise.
30669         * lib/at-func.c: Likewise.
30670         * lib/atanl.c: Likewise.
30671         * lib/backupfile.c: Likewise.
30672         * lib/backupfile.h: Likewise.
30673         * lib/basename.c: Likewise.
30674         * lib/binary-io.h: Likewise.
30675         * lib/byteswap.in.h: Likewise.
30676         * lib/c-stack.c: Likewise.
30677         * lib/c-stack.h: Likewise.
30678         * lib/c-strcasestr.c: Likewise.
30679         * lib/c-strcasestr.h: Likewise.
30680         * lib/c-strstr.c: Likewise.
30681         * lib/c-strstr.h: Likewise.
30682         * lib/c-strtod.c: Likewise.
30683         * lib/calloc.c: Likewise.
30684         * lib/canon-host.c: Likewise.
30685         * lib/canon-host.h: Likewise.
30686         * lib/canonicalize-lgpl.c: Likewise.
30687         * lib/canonicalize.c: Likewise.
30688         * lib/canonicalize.h: Likewise.
30689         * lib/ceil.c: Likewise.
30690         * lib/ceilf.c: Likewise.
30691         * lib/ceill.c: Likewise.
30692         * lib/chdir-long.c: Likewise.
30693         * lib/chdir-long.h: Likewise.
30694         * lib/chdir-safer.c: Likewise.
30695         * lib/chdir-safer.h: Likewise.
30696         * lib/chown.c: Likewise.
30697         * lib/classpath.c: Likewise.
30698         * lib/classpath.h: Likewise.
30699         * lib/clean-temp.c: Likewise.
30700         * lib/clean-temp.h: Likewise.
30701         * lib/cloexec.c: Likewise.
30702         * lib/close-stream.c: Likewise.
30703         * lib/closein.c: Likewise.
30704         * lib/closein.h: Likewise.
30705         * lib/closeout.c: Likewise.
30706         * lib/closeout.h: Likewise.
30707         * lib/concat-filename.c: Likewise.
30708         * lib/copy-file.c: Likewise.
30709         * lib/copy-file.h: Likewise.
30710         * lib/count-one-bits.h: Likewise.
30711         * lib/crc.c: Likewise.
30712         * lib/crc.h: Likewise.
30713         * lib/creat-safer.c: Likewise.
30714         * lib/csharpcomp.c: Likewise.
30715         * lib/csharpcomp.h: Likewise.
30716         * lib/csharpexec.c: Likewise.
30717         * lib/csharpexec.h: Likewise.
30718         * lib/cycle-check.c: Likewise.
30719         * lib/cycle-check.h: Likewise.
30720         * lib/diacrit.c: Likewise.
30721         * lib/diacrit.h: Likewise.
30722         * lib/diffseq.h: Likewise.
30723         * lib/dirchownmod.c: Likewise.
30724         * lib/dirent.in.h: Likewise.
30725         * lib/dirfd.c: Likewise.
30726         * lib/dirfd.h: Likewise.
30727         * lib/dirname.c: Likewise.
30728         * lib/dirname.h: Likewise.
30729         * lib/dummy.c: Likewise.
30730         * lib/dup-safer.c: Likewise.
30731         * lib/dup2.c: Likewise.
30732         * lib/eealloc.h: Likewise.
30733         * lib/error.c: Likewise.
30734         * lib/error.h: Likewise.
30735         * lib/euidaccess.c: Likewise.
30736         * lib/exclude.c: Likewise.
30737         * lib/exclude.h: Likewise.
30738         * lib/execute.c: Likewise.
30739         * lib/execute.h: Likewise.
30740         * lib/exitfail.c: Likewise.
30741         * lib/exitfail.h: Likewise.
30742         * lib/expl.c: Likewise.
30743         * lib/fatal-signal.c: Likewise.
30744         * lib/fatal-signal.h: Likewise.
30745         * lib/fbufmode.c: Likewise.
30746         * lib/fbufmode.h: Likewise.
30747         * lib/fchdir.c: Likewise.
30748         * lib/fchmodat.c: Likewise.
30749         * lib/fchownat.c: Likewise.
30750         * lib/fcntl--.h: Likewise.
30751         * lib/fcntl-safer.h: Likewise.
30752         * lib/fcntl.in.h: Likewise.
30753         * lib/fd-safer.c: Likewise.
30754         * lib/fflush.c: Likewise.
30755         * lib/file-has-acl.c: Likewise.
30756         * lib/file-set.c: Likewise.
30757         * lib/file-type.c: Likewise.
30758         * lib/file-type.h: Likewise.
30759         * lib/fileblocks.c: Likewise.
30760         * lib/filemode.c: Likewise.
30761         * lib/filemode.h: Likewise.
30762         * lib/filename.h: Likewise.
30763         * lib/filenamecat.c: Likewise.
30764         * lib/filenamecat.h: Likewise.
30765         * lib/findprog.c: Likewise.
30766         * lib/findprog.h: Likewise.
30767         * lib/float.in.h: Likewise.
30768         * lib/floor.c: Likewise.
30769         * lib/floorf.c: Likewise.
30770         * lib/floorl.c: Likewise.
30771         * lib/fopen-safer.c: Likewise.
30772         * lib/fopen.c: Likewise.
30773         * lib/fpending.c: Likewise.
30774         * lib/fpending.h: Likewise.
30775         * lib/fprintf.c: Likewise.
30776         * lib/fprintftime.h: Likewise.
30777         * lib/fpucw.h: Likewise.
30778         * lib/fpurge.c: Likewise.
30779         * lib/fpurge.h: Likewise.
30780         * lib/freadable.c: Likewise.
30781         * lib/freadable.h: Likewise.
30782         * lib/freadahead.c: Likewise.
30783         * lib/freadahead.h: Likewise.
30784         * lib/freading.c: Likewise.
30785         * lib/freading.h: Likewise.
30786         * lib/free.c: Likewise.
30787         * lib/freopen.c: Likewise.
30788         * lib/frexp.c: Likewise.
30789         * lib/frexpl.c: Likewise.
30790         * lib/fseek.c: Likewise.
30791         * lib/fseterr.c: Likewise.
30792         * lib/fseterr.h: Likewise.
30793         * lib/fstatat.c: Likewise.
30794         * lib/fstrcmp.c: Likewise.
30795         * lib/fstrcmp.h: Likewise.
30796         * lib/fsusage.c: Likewise.
30797         * lib/fsusage.h: Likewise.
30798         * lib/ftell.c: Likewise.
30799         * lib/ftello.c: Likewise.
30800         * lib/fts-cycle.c: Likewise.
30801         * lib/fts.c: Likewise.
30802         * lib/fts_.h: Likewise.
30803         * lib/full-read.c: Likewise.
30804         * lib/full-read.h: Likewise.
30805         * lib/full-write.c: Likewise.
30806         * lib/full-write.h: Likewise.
30807         * lib/fwritable.c: Likewise.
30808         * lib/fwritable.h: Likewise.
30809         * lib/fwriteerror.c: Likewise.
30810         * lib/fwriteerror.h: Likewise.
30811         * lib/fwriting.c: Likewise.
30812         * lib/fwriting.h: Likewise.
30813         * lib/gcd.c: Likewise.
30814         * lib/gcd.h: Likewise.
30815         * lib/getcwd.c: Likewise.
30816         * lib/getdate.h: Likewise.
30817         * lib/getdate.y: Likewise.
30818         * lib/getdomainname.c: Likewise.
30819         * lib/getdomainname.h: Likewise.
30820         * lib/getgroups.c: Likewise.
30821         * lib/gethostname.c: Likewise.
30822         * lib/gethrxtime.c: Likewise.
30823         * lib/gethrxtime.h: Likewise.
30824         * lib/getloadavg.c: Likewise.
30825         * lib/getndelim2.c: Likewise.
30826         * lib/getndelim2.h: Likewise.
30827         * lib/getnline.c: Likewise.
30828         * lib/getnline.h: Likewise.
30829         * lib/getopt.c: Likewise.
30830         * lib/getopt.in.h: Likewise.
30831         * lib/getopt1.c: Likewise.
30832         * lib/getopt_int.h: Likewise.
30833         * lib/getpagesize.h: Likewise.
30834         * lib/getsubopt.c: Likewise.
30835         * lib/gettime.c: Likewise.
30836         * lib/getugroups.c: Likewise.
30837         * lib/getugroups.h: Likewise.
30838         * lib/getusershell.c: Likewise.
30839         * lib/gl_anyavltree_list1.h: Likewise.
30840         * lib/gl_anyavltree_list2.h: Likewise.
30841         * lib/gl_anyhash_list1.h: Likewise.
30842         * lib/gl_anyhash_list2.h: Likewise.
30843         * lib/gl_anylinked_list1.h: Likewise.
30844         * lib/gl_anylinked_list2.h: Likewise.
30845         * lib/gl_anyrbtree_list1.h: Likewise.
30846         * lib/gl_anyrbtree_list2.h: Likewise.
30847         * lib/gl_anytree_list1.h: Likewise.
30848         * lib/gl_anytree_list2.h: Likewise.
30849         * lib/gl_anytree_oset.h: Likewise.
30850         * lib/gl_anytreehash_list1.h: Likewise.
30851         * lib/gl_anytreehash_list2.h: Likewise.
30852         * lib/gl_array_list.c: Likewise.
30853         * lib/gl_array_list.h: Likewise.
30854         * lib/gl_array_oset.c: Likewise.
30855         * lib/gl_array_oset.h: Likewise.
30856         * lib/gl_avltree_list.c: Likewise.
30857         * lib/gl_avltree_list.h: Likewise.
30858         * lib/gl_avltree_oset.c: Likewise.
30859         * lib/gl_avltree_oset.h: Likewise.
30860         * lib/gl_avltreehash_list.c: Likewise.
30861         * lib/gl_avltreehash_list.h: Likewise.
30862         * lib/gl_carray_list.c: Likewise.
30863         * lib/gl_carray_list.h: Likewise.
30864         * lib/gl_linked_list.c: Likewise.
30865         * lib/gl_linked_list.h: Likewise.
30866         * lib/gl_linkedhash_list.c: Likewise.
30867         * lib/gl_linkedhash_list.h: Likewise.
30868         * lib/gl_list.c: Likewise.
30869         * lib/gl_list.h: Likewise.
30870         * lib/gl_oset.c: Likewise.
30871         * lib/gl_oset.h: Likewise.
30872         * lib/gl_rbtree_list.c: Likewise.
30873         * lib/gl_rbtree_list.h: Likewise.
30874         * lib/gl_rbtree_oset.c: Likewise.
30875         * lib/gl_rbtree_oset.h: Likewise.
30876         * lib/gl_rbtreehash_list.c: Likewise.
30877         * lib/gl_rbtreehash_list.h: Likewise.
30878         * lib/gl_sublist.c: Likewise.
30879         * lib/gl_sublist.h: Likewise.
30880         * lib/group-member.c: Likewise.
30881         * lib/group-member.h: Likewise.
30882         * lib/hard-locale.c: Likewise.
30883         * lib/hard-locale.h: Likewise.
30884         * lib/hash-pjw.c: Likewise.
30885         * lib/hash-pjw.h: Likewise.
30886         * lib/hash-triple.c: Likewise.
30887         * lib/hash.c: Likewise.
30888         * lib/hash.h: Likewise.
30889         * lib/human.c: Likewise.
30890         * lib/human.h: Likewise.
30891         * lib/i-ring.c: Likewise.
30892         * lib/i-ring.h: Likewise.
30893         * lib/idcache.c: Likewise.
30894         * lib/imaxabs.c: Likewise.
30895         * lib/imaxdiv.c: Likewise.
30896         * lib/inet_pton.c: Likewise.
30897         * lib/inet_pton.h: Likewise.
30898         * lib/intprops.h: Likewise.
30899         * lib/inttostr.c: Likewise.
30900         * lib/inttostr.h: Likewise.
30901         * lib/inttypes.in.h: Likewise.
30902         * lib/isapipe.c: Likewise.
30903         * lib/isdir.c: Likewise.
30904         * lib/isnan.c: Likewise.
30905         * lib/isnan.h: Likewise.
30906         * lib/isnanf.c: Likewise.
30907         * lib/isnanf.h: Likewise.
30908         * lib/isnanl-nolibm.h: Likewise.
30909         * lib/isnanl.c: Likewise.
30910         * lib/isnanl.h: Likewise.
30911         * lib/javacomp.c: Likewise.
30912         * lib/javacomp.h: Likewise.
30913         * lib/javaexec.c: Likewise.
30914         * lib/javaexec.h: Likewise.
30915         * lib/javaversion.c: Likewise.
30916         * lib/javaversion.h: Likewise.
30917         * lib/javaversion.java: Likewise.
30918         * lib/lbrkprop.h: Likewise.
30919         * lib/lchmod.h: Likewise.
30920         * lib/lchown.c: Likewise.
30921         * lib/ldexpl.c: Likewise.
30922         * lib/linebreak.c: Likewise.
30923         * lib/linebreak.h: Likewise.
30924         * lib/linebuffer.c: Likewise.
30925         * lib/linebuffer.h: Likewise.
30926         * lib/locale.in.h: Likewise.
30927         * lib/logl.c: Likewise.
30928         * lib/long-options.c: Likewise.
30929         * lib/long-options.h: Likewise.
30930         * lib/lstat.c: Likewise.
30931         * lib/lstat.h: Likewise.
30932         * lib/math.in.h: Likewise.
30933         * lib/mbchar.c: Likewise.
30934         * lib/mbchar.h: Likewise.
30935         * lib/mbfile.h: Likewise.
30936         * lib/mbiter.h: Likewise.
30937         * lib/mbscasecmp.c: Likewise.
30938         * lib/mbscasestr.c: Likewise.
30939         * lib/mbschr.c: Likewise.
30940         * lib/mbscspn.c: Likewise.
30941         * lib/mbslen.c: Likewise.
30942         * lib/mbsncasecmp.c: Likewise.
30943         * lib/mbsnlen.c: Likewise.
30944         * lib/mbspbrk.c: Likewise.
30945         * lib/mbspcasecmp.c: Likewise.
30946         * lib/mbsrchr.c: Likewise.
30947         * lib/mbssep.c: Likewise.
30948         * lib/mbsspn.c: Likewise.
30949         * lib/mbsstr.c: Likewise.
30950         * lib/mbstok_r.c: Likewise.
30951         * lib/mbswidth.c: Likewise.
30952         * lib/mbswidth.h: Likewise.
30953         * lib/mbuiter.h: Likewise.
30954         * lib/memcasecmp.c: Likewise.
30955         * lib/memcasecmp.h: Likewise.
30956         * lib/memchr.c: Likewise.
30957         * lib/memcmp.c: Likewise.
30958         * lib/memcoll.c: Likewise.
30959         * lib/memcoll.h: Likewise.
30960         * lib/memcpy.c: Likewise.
30961         * lib/memrchr.c: Likewise.
30962         * lib/mkancesdirs.c: Likewise.
30963         * lib/mkdir-p.c: Likewise.
30964         * lib/mkdir-p.h: Likewise.
30965         * lib/mkdir.c: Likewise.
30966         * lib/mkdirat.c: Likewise.
30967         * lib/mkdtemp.c: Likewise.
30968         * lib/mkstemp-safer.c: Likewise.
30969         * lib/mkstemp.c: Likewise.
30970         * lib/modechange.c: Likewise.
30971         * lib/modechange.h: Likewise.
30972         * lib/mountlist.c: Likewise.
30973         * lib/mountlist.h: Likewise.
30974         * lib/mpsort.c: Likewise.
30975         * lib/nanosleep.c: Likewise.
30976         * lib/obstack.c: Likewise.
30977         * lib/obstack.h: Likewise.
30978         * lib/open-safer.c: Likewise.
30979         * lib/open.c: Likewise.
30980         * lib/openat-die.c: Likewise.
30981         * lib/openat-priv.h: Likewise.
30982         * lib/openat-proc.c: Likewise.
30983         * lib/openat.c: Likewise.
30984         * lib/openat.h: Likewise.
30985         * lib/pagealign_alloc.c: Likewise.
30986         * lib/pagealign_alloc.h: Likewise.
30987         * lib/physmem.c: Likewise.
30988         * lib/physmem.h: Likewise.
30989         * lib/pipe-safer.c: Likewise.
30990         * lib/pipe.c: Likewise.
30991         * lib/pipe.h: Likewise.
30992         * lib/posixtm.c: Likewise.
30993         * lib/posixtm.h: Likewise.
30994         * lib/posixver.c: Likewise.
30995         * lib/printf-frexp.c: Likewise.
30996         * lib/printf-frexp.h: Likewise.
30997         * lib/printf-frexpl.c: Likewise.
30998         * lib/printf-frexpl.h: Likewise.
30999         * lib/printf.c: Likewise.
31000         * lib/progname.c: Likewise.
31001         * lib/progname.h: Likewise.
31002         * lib/progreloc.c: Likewise.
31003         * lib/putenv.c: Likewise.
31004         * lib/quote.c: Likewise.
31005         * lib/quote.h: Likewise.
31006         * lib/quotearg.c: Likewise.
31007         * lib/quotearg.h: Likewise.
31008         * lib/raise.c: Likewise.
31009         * lib/readline.c: Likewise.
31010         * lib/readline.h: Likewise.
31011         * lib/readlink.c: Likewise.
31012         * lib/readtokens.c: Likewise.
31013         * lib/readtokens.h: Likewise.
31014         * lib/readtokens0.c: Likewise.
31015         * lib/readtokens0.h: Likewise.
31016         * lib/readutmp.c: Likewise.
31017         * lib/readutmp.h: Likewise.
31018         * lib/realloc.c: Likewise.
31019         * lib/relocwrapper.c: Likewise.
31020         * lib/rename-dest-slash.c: Likewise.
31021         * lib/rename.c: Likewise.
31022         * lib/rmdir.c: Likewise.
31023         * lib/rpmatch.c: Likewise.
31024         * lib/safe-read.c: Likewise.
31025         * lib/safe-read.h: Likewise.
31026         * lib/safe-write.c: Likewise.
31027         * lib/safe-write.h: Likewise.
31028         * lib/same-inode.h: Likewise.
31029         * lib/same.c: Likewise.
31030         * lib/same.h: Likewise.
31031         * lib/save-cwd.c: Likewise.
31032         * lib/save-cwd.h: Likewise.
31033         * lib/savedir.c: Likewise.
31034         * lib/savedir.h: Likewise.
31035         * lib/savewd.c: Likewise.
31036         * lib/savewd.h: Likewise.
31037         * lib/search.in.h: Likewise.
31038         * lib/setenv.c: Likewise.
31039         * lib/setenv.h: Likewise.
31040         * lib/settime.c: Likewise.
31041         * lib/sh-quote.c: Likewise.
31042         * lib/sh-quote.h: Likewise.
31043         * lib/sig2str.c: Likewise.
31044         * lib/sig2str.h: Likewise.
31045         * lib/signal.in.h: Likewise.
31046         * lib/signbitd.c: Likewise.
31047         * lib/signbitf.c: Likewise.
31048         * lib/signbitl.c: Likewise.
31049         * lib/sigprocmask.c: Likewise.
31050         * lib/sincosl.c: Likewise.
31051         * lib/sleep.c: Likewise.
31052         * lib/sprintf.c: Likewise.
31053         * lib/sqrtl.c: Likewise.
31054         * lib/stat-time.h: Likewise.
31055         * lib/stdio--.h: Likewise.
31056         * lib/stdio-safer.h: Likewise.
31057         * lib/stdlib--.h: Likewise.
31058         * lib/stdlib-safer.h: Likewise.
31059         * lib/stdlib.in.h: Likewise.
31060         * lib/stpcpy.c: Likewise.
31061         * lib/stpncpy.c: Likewise.
31062         * lib/strchrnul.c: Likewise.
31063         * lib/strcspn.c: Likewise.
31064         * lib/strerror.c: Likewise.
31065         * lib/strftime.c: Likewise.
31066         * lib/strftime.h: Likewise.
31067         * lib/striconveh.c: Likewise.
31068         * lib/striconveh.h: Likewise.
31069         * lib/striconveha.c: Likewise.
31070         * lib/striconveha.h: Likewise.
31071         * lib/stripslash.c: Likewise.
31072         * lib/strnlen1.c: Likewise.
31073         * lib/strnlen1.h: Likewise.
31074         * lib/strtod.c: Likewise.
31075         * lib/strtoimax.c: Likewise.
31076         * lib/strtok_r.c: Likewise.
31077         * lib/strtol.c: Likewise.
31078         * lib/strtoll.c: Likewise.
31079         * lib/strtoul.c: Likewise.
31080         * lib/strtoull.c: Likewise.
31081         * lib/sysexits.in.h: Likewise.
31082         * lib/tempname.c: Likewise.
31083         * lib/tempname.h: Likewise.
31084         * lib/timespec.h: Likewise.
31085         * lib/tls.c: Likewise.
31086         * lib/tls.h: Likewise.
31087         * lib/tmpdir.c: Likewise.
31088         * lib/tmpdir.h: Likewise.
31089         * lib/tmpfile-safer.c: Likewise.
31090         * lib/tmpfile.c: Likewise.
31091         * lib/trigl.c: Likewise.
31092         * lib/trigl.h: Likewise.
31093         * lib/trim.c: Likewise.
31094         * lib/trim.h: Likewise.
31095         * lib/trunc.c: Likewise.
31096         * lib/truncf.c: Likewise.
31097         * lib/truncl.c: Likewise.
31098         * lib/tsearch.c: Likewise.
31099         * lib/unicodeio.c: Likewise.
31100         * lib/unicodeio.h: Likewise.
31101         * lib/unistd--.h: Likewise.
31102         * lib/unistd-safer.h: Likewise.
31103         * lib/unistdio/ulc-fprintf.c: Likewise.
31104         * lib/unistdio/ulc-vfprintf.c: Likewise.
31105         * lib/unlinkdir.c: Likewise.
31106         * lib/unlinkdir.h: Likewise.
31107         * lib/unlocked-io.h: Likewise.
31108         * lib/unsetenv.c: Likewise.
31109         * lib/userspec.c: Likewise.
31110         * lib/utime.c: Likewise.
31111         * lib/utimecmp.c: Likewise.
31112         * lib/utimecmp.h: Likewise.
31113         * lib/utimens.c: Likewise.
31114         * lib/verify.h: Likewise.
31115         * lib/verror.c: Likewise.
31116         * lib/verror.h: Likewise.
31117         * lib/version-etc-fsf.c: Likewise.
31118         * lib/version-etc.c: Likewise.
31119         * lib/version-etc.h: Likewise.
31120         * lib/vfprintf.c: Likewise.
31121         * lib/vprintf.c: Likewise.
31122         * lib/vsprintf.c: Likewise.
31123         * lib/w32spawn.h: Likewise.
31124         * lib/wait-process.c: Likewise.
31125         * lib/wait-process.h: Likewise.
31126         * lib/wcwidth.c: Likewise.
31127         * lib/write-any-file.c: Likewise.
31128         * lib/xalloc-die.c: Likewise.
31129         * lib/xalloc.h: Likewise.
31130         * lib/xasprintf.c: Likewise.
31131         * lib/xgetcwd.c: Likewise.
31132         * lib/xgetcwd.h: Likewise.
31133         * lib/xgetdomainname.c: Likewise.
31134         * lib/xgetdomainname.h: Likewise.
31135         * lib/xgethostname.c: Likewise.
31136         * lib/xmalloc.c: Likewise.
31137         * lib/xmalloca.c: Likewise.
31138         * lib/xmalloca.h: Likewise.
31139         * lib/xmemcoll.c: Likewise.
31140         * lib/xnanosleep.c: Likewise.
31141         * lib/xreadlink.c: Likewise.
31142         * lib/xreadlink.h: Likewise.
31143         * lib/xsetenv.c: Likewise.
31144         * lib/xsetenv.h: Likewise.
31145         * lib/xstriconv.c: Likewise.
31146         * lib/xstriconv.h: Likewise.
31147         * lib/xstrndup.c: Likewise.
31148         * lib/xstrndup.h: Likewise.
31149         * lib/xstrtod.c: Likewise.
31150         * lib/xstrtod.h: Likewise.
31151         * lib/xstrtol-error.c: Likewise.
31152         * lib/xstrtol.c: Likewise.
31153         * lib/xstrtol.h: Likewise.
31154         * lib/xtime.h: Likewise.
31155         * lib/xvasprintf.c: Likewise.
31156         * lib/xvasprintf.h: Likewise.
31157         * lib/yesno.c: Likewise.
31158         * lib/yesno.h: Likewise.
31159         * posix-modules: Likewise.
31160         * tests/test-alloca-opt.c: Likewise.
31161         * tests/test-arcfour.c: Likewise.
31162         * tests/test-arctwo.c: Likewise.
31163         * tests/test-argmatch.c: Likewise.
31164         * tests/test-argp-2.sh: Likewise.
31165         * tests/test-argp.c: Likewise.
31166         * tests/test-arpa_inet.c: Likewise.
31167         * tests/test-array_list.c: Likewise.
31168         * tests/test-array_oset.c: Likewise.
31169         * tests/test-atexit.c: Likewise.
31170         * tests/test-avltree_list.c: Likewise.
31171         * tests/test-avltree_oset.c: Likewise.
31172         * tests/test-avltreehash_list.c: Likewise.
31173         * tests/test-base64.c: Likewise.
31174         * tests/test-binary-io.c: Likewise.
31175         * tests/test-byteswap.c: Likewise.
31176         * tests/test-c-ctype.c: Likewise.
31177         * tests/test-c-strcasecmp.c: Likewise.
31178         * tests/test-c-strcasestr.c: Likewise.
31179         * tests/test-c-strncasecmp.c: Likewise.
31180         * tests/test-c-strstr.c: Likewise.
31181         * tests/test-canonicalize-lgpl.c: Likewise.
31182         * tests/test-canonicalize.c: Likewise.
31183         * tests/test-carray_list.c: Likewise.
31184         * tests/test-ceilf.c: Likewise.
31185         * tests/test-ceill.c: Likewise.
31186         * tests/test-count-one-bits.c: Likewise.
31187         * tests/test-crc.c: Likewise.
31188         * tests/test-dirname.c: Likewise.
31189         * tests/test-fbufmode.c: Likewise.
31190         * tests/test-fcntl.c: Likewise.
31191         * tests/test-fflush.c: Likewise.
31192         * tests/test-floorf.c: Likewise.
31193         * tests/test-floorl.c: Likewise.
31194         * tests/test-fopen.c: Likewise.
31195         * tests/test-fprintf-posix.c: Likewise.
31196         * tests/test-fprintf-posix.h: Likewise.
31197         * tests/test-fpurge.c: Likewise.
31198         * tests/test-freadable.c: Likewise.
31199         * tests/test-freadahead.c: Likewise.
31200         * tests/test-freading.c: Likewise.
31201         * tests/test-freopen.c: Likewise.
31202         * tests/test-frexp.c: Likewise.
31203         * tests/test-frexpl.c: Likewise.
31204         * tests/test-fseek.c: Likewise.
31205         * tests/test-fseeko.c: Likewise.
31206         * tests/test-fseterr.c: Likewise.
31207         * tests/test-fstrcmp.c: Likewise.
31208         * tests/test-ftell.c: Likewise.
31209         * tests/test-ftello.c: Likewise.
31210         * tests/test-fwritable.c: Likewise.
31211         * tests/test-fwriting.c: Likewise.
31212         * tests/test-getaddrinfo.c: Likewise.
31213         * tests/test-getpass.c: Likewise.
31214         * tests/test-gettimeofday.c: Likewise.
31215         * tests/test-hmac-md5.c: Likewise.
31216         * tests/test-hmac-sha1.c: Likewise.
31217         * tests/test-iconv.c: Likewise.
31218         * tests/test-iconvme.c: Likewise.
31219         * tests/test-inttypes.c: Likewise.
31220         * tests/test-isnan.c: Likewise.
31221         * tests/test-isnanf.c: Likewise.
31222         * tests/test-isnanl-nolibm.c: Likewise.
31223         * tests/test-isnanl.c: Likewise.
31224         * tests/test-isnanl.h: Likewise.
31225         * tests/test-ldexpl.c: Likewise.
31226         * tests/test-linked_list.c: Likewise.
31227         * tests/test-linkedhash_list.c: Likewise.
31228         * tests/test-locale.c: Likewise.
31229         * tests/test-localename.c: Likewise.
31230         * tests/test-lock.c: Likewise.
31231         * tests/test-lseek.c: Likewise.
31232         * tests/test-malloca.c: Likewise.
31233         * tests/test-math.c: Likewise.
31234         * tests/test-mbscasecmp.c: Likewise.
31235         * tests/test-mbscasestr1.c: Likewise.
31236         * tests/test-mbscasestr2.c: Likewise.
31237         * tests/test-mbscasestr3.c: Likewise.
31238         * tests/test-mbscasestr4.c: Likewise.
31239         * tests/test-mbschr.c: Likewise.
31240         * tests/test-mbscspn.c: Likewise.
31241         * tests/test-mbsncasecmp.c: Likewise.
31242         * tests/test-mbspbrk.c: Likewise.
31243         * tests/test-mbspcasecmp.c: Likewise.
31244         * tests/test-mbsrchr.c: Likewise.
31245         * tests/test-mbsspn.c: Likewise.
31246         * tests/test-mbsstr1.c: Likewise.
31247         * tests/test-mbsstr2.c: Likewise.
31248         * tests/test-mbsstr3.c: Likewise.
31249         * tests/test-md5.c: Likewise.
31250         * tests/test-memmem.c: Likewise.
31251         * tests/test-netinet_in.c: Likewise.
31252         * tests/test-open.c: Likewise.
31253         * tests/test-printf-frexp.c: Likewise.
31254         * tests/test-printf-frexpl.c: Likewise.
31255         * tests/test-printf-posix.c: Likewise.
31256         * tests/test-printf-posix.h: Likewise.
31257         * tests/test-rbtree_list.c: Likewise.
31258         * tests/test-rbtree_oset.c: Likewise.
31259         * tests/test-rbtreehash_list.c: Likewise.
31260         * tests/test-read-file.c: Likewise.
31261         * tests/test-rijndael.c: Likewise.
31262         * tests/test-search.c: Likewise.
31263         * tests/test-signbit.c: Likewise.
31264         * tests/test-sleep.c: Likewise.
31265         * tests/test-snprintf-posix.c: Likewise.
31266         * tests/test-snprintf-posix.h: Likewise.
31267         * tests/test-snprintf.c: Likewise.
31268         * tests/test-sprintf-posix.c: Likewise.
31269         * tests/test-sprintf-posix.h: Likewise.
31270         * tests/test-stat-time.c: Likewise.
31271         * tests/test-stdbool.c: Likewise.
31272         * tests/test-stdint.c: Likewise.
31273         * tests/test-stdio.c: Likewise.
31274         * tests/test-stdlib.c: Likewise.
31275         * tests/test-stpncpy.c: Likewise.
31276         * tests/test-strcasestr.c: Likewise.
31277         * tests/test-striconv.c: Likewise.
31278         * tests/test-striconveh.c: Likewise.
31279         * tests/test-striconveha.c: Likewise.
31280         * tests/test-string.c: Likewise.
31281         * tests/test-sys_select.c: Likewise.
31282         * tests/test-sys_socket.c: Likewise.
31283         * tests/test-sys_stat.c: Likewise.
31284         * tests/test-sys_time.c: Likewise.
31285         * tests/test-sysexits.c: Likewise.
31286         * tests/test-time.c: Likewise.
31287         * tests/test-tls.c: Likewise.
31288         * tests/test-trunc.c: Likewise.
31289         * tests/test-truncf.c: Likewise.
31290         * tests/test-truncl.c: Likewise.
31291         * tests/test-unistd.c: Likewise.
31292         * tests/test-vasnprintf-posix.c: Likewise.
31293         * tests/test-vasnprintf-posix2.c: Likewise.
31294         * tests/test-vasnprintf.c: Likewise.
31295         * tests/test-vasprintf-posix.c: Likewise.
31296         * tests/test-vasprintf.c: Likewise.
31297         * tests/test-verify.c: Likewise.
31298         * tests/test-vfprintf-posix.c: Likewise.
31299         * tests/test-vprintf-posix.c: Likewise.
31300         * tests/test-vsnprintf-posix.c: Likewise.
31301         * tests/test-vsnprintf.c: Likewise.
31302         * tests/test-vsprintf-posix.c: Likewise.
31303         * tests/test-wchar.c: Likewise.
31304         * tests/test-wctype.c: Likewise.
31305         * tests/test-wcwidth.c: Likewise.
31306         * tests/test-xstrtol.c: Likewise.
31307         * tests/test-xvasprintf.c: Likewise.
31308         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31309         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31310         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31311         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31312         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31313         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31314         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31315         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31316         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31317         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31318         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31319         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31320         * tests/uniname/test-uninames.c: Likewise.
31321         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31322         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31323         * tests/unistdio/test-u16-printf1.h: Likewise.
31324         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31325         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31326         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31327         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31328         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31329         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31330         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31331         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31332         * tests/unistdio/test-u32-printf1.h: Likewise.
31333         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31334         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31335         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31336         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31337         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31338         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31339         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31340         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31341         * tests/unistdio/test-u8-printf1.h: Likewise.
31342         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31343         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31344         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31345         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31346         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31347         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31348         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31349         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31350         * tests/unistdio/test-ulc-printf1.h: Likewise.
31351         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31352         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31353         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31354         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31355         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31356         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31357         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31358         * tests/uniwidth/test-u16-width.c: Likewise.
31359         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31360         * tests/uniwidth/test-u32-width.c: Likewise.
31361         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31362         * tests/uniwidth/test-u8-width.c: Likewise.
31363         * tests/uniwidth/test-uc_width.c: Likewise.
31364         * config/srclist-update: Likewise.
31365         (fixlicense): Update to GPLv3+.
31366
31367         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31368         * tests/test-tsearch.c: Change copyright notice.
31369
31370         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31371         * lib/c-strcaseeq.h: Change copyright notice.
31372         * lib/streq.h: Likewise.
31373         * lib/uniconv.h: Likewise.
31374         * lib/uniconv/u-conv-from-enc.h: Likewise.
31375         * lib/uniconv/u-conv-to-enc.h: Likewise.
31376         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31377         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31378         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31379         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31380         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31381         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31382         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31383         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31384         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31385         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31386         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31387         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31388         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31389         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31390         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31391         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31392         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31393         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31394         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31395         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31396         * lib/uniname.h: Likewise.
31397         * lib/uniname/uniname.c: Likewise.
31398         * lib/unistdio.h: Likewise.
31399         * lib/unistdio/u-asnprintf.h: Likewise.
31400         * lib/unistdio/u-asprintf.h: Likewise.
31401         * lib/unistdio/u-printf-args.c: Likewise.
31402         * lib/unistdio/u-printf-args.h: Likewise.
31403         * lib/unistdio/u-printf-parse.h: Likewise.
31404         * lib/unistdio/u-snprintf.h: Likewise.
31405         * lib/unistdio/u-sprintf.h: Likewise.
31406         * lib/unistdio/u-vasprintf.h: Likewise.
31407         * lib/unistdio/u-vsnprintf.h: Likewise.
31408         * lib/unistdio/u-vsprintf.h: Likewise.
31409         * lib/unistdio/u16-asnprintf.c: Likewise.
31410         * lib/unistdio/u16-asprintf.c: Likewise.
31411         * lib/unistdio/u16-printf-parse.c: Likewise.
31412         * lib/unistdio/u16-snprintf.c: Likewise.
31413         * lib/unistdio/u16-sprintf.c: Likewise.
31414         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31415         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31416         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31417         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31418         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31419         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31420         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31421         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31422         * lib/unistdio/u16-vasnprintf.c: Likewise.
31423         * lib/unistdio/u16-vasprintf.c: Likewise.
31424         * lib/unistdio/u16-vsnprintf.c: Likewise.
31425         * lib/unistdio/u16-vsprintf.c: Likewise.
31426         * lib/unistdio/u32-asnprintf.c: Likewise.
31427         * lib/unistdio/u32-asprintf.c: Likewise.
31428         * lib/unistdio/u32-printf-parse.c: Likewise.
31429         * lib/unistdio/u32-snprintf.c: Likewise.
31430         * lib/unistdio/u32-sprintf.c: Likewise.
31431         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31432         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31433         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31434         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31435         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31436         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31437         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31438         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31439         * lib/unistdio/u32-vasnprintf.c: Likewise.
31440         * lib/unistdio/u32-vasprintf.c: Likewise.
31441         * lib/unistdio/u32-vsnprintf.c: Likewise.
31442         * lib/unistdio/u32-vsprintf.c: Likewise.
31443         * lib/unistdio/u8-asnprintf.c: Likewise.
31444         * lib/unistdio/u8-asprintf.c: Likewise.
31445         * lib/unistdio/u8-printf-parse.c: Likewise.
31446         * lib/unistdio/u8-snprintf.c: Likewise.
31447         * lib/unistdio/u8-sprintf.c: Likewise.
31448         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31449         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31450         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31451         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31452         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31453         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31454         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31455         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31456         * lib/unistdio/u8-vasnprintf.c: Likewise.
31457         * lib/unistdio/u8-vasprintf.c: Likewise.
31458         * lib/unistdio/u8-vsnprintf.c: Likewise.
31459         * lib/unistdio/u8-vsprintf.c: Likewise.
31460         * lib/unistdio/ulc-asnprintf.c: Likewise.
31461         * lib/unistdio/ulc-asprintf.c: Likewise.
31462         * lib/unistdio/ulc-printf-parse.c: Likewise.
31463         * lib/unistdio/ulc-snprintf.c: Likewise.
31464         * lib/unistdio/ulc-sprintf.c: Likewise.
31465         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31466         * lib/unistdio/ulc-vasprintf.c: Likewise.
31467         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31468         * lib/unistdio/ulc-vsprintf.c: Likewise.
31469         * lib/unistr.h: Likewise.
31470         * lib/unistr/u-cpy-alloc.h: Likewise.
31471         * lib/unistr/u-cpy.h: Likewise.
31472         * lib/unistr/u-endswith.h: Likewise.
31473         * lib/unistr/u-move.h: Likewise.
31474         * lib/unistr/u-set.h: Likewise.
31475         * lib/unistr/u-startswith.h: Likewise.
31476         * lib/unistr/u-stpcpy.h: Likewise.
31477         * lib/unistr/u-stpncpy.h: Likewise.
31478         * lib/unistr/u-strcat.h: Likewise.
31479         * lib/unistr/u-strcpy.h: Likewise.
31480         * lib/unistr/u-strcspn.h: Likewise.
31481         * lib/unistr/u-strdup.h: Likewise.
31482         * lib/unistr/u-strlen.h: Likewise.
31483         * lib/unistr/u-strncat.h: Likewise.
31484         * lib/unistr/u-strncpy.h: Likewise.
31485         * lib/unistr/u-strnlen.h: Likewise.
31486         * lib/unistr/u-strpbrk.h: Likewise.
31487         * lib/unistr/u-strspn.h: Likewise.
31488         * lib/unistr/u-strstr.h: Likewise.
31489         * lib/unistr/u-strtok.h: Likewise.
31490         * lib/unistr/u16-check.c: Likewise.
31491         * lib/unistr/u16-chr.c: Likewise.
31492         * lib/unistr/u16-cmp.c: Likewise.
31493         * lib/unistr/u16-cpy-alloc.c: Likewise.
31494         * lib/unistr/u16-cpy.c: Likewise.
31495         * lib/unistr/u16-endswith.c: Likewise.
31496         * lib/unistr/u16-mblen.c: Likewise.
31497         * lib/unistr/u16-mbsnlen.c: Likewise.
31498         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31499         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31500         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31501         * lib/unistr/u16-mbtouc.c: Likewise.
31502         * lib/unistr/u16-mbtoucr.c: Likewise.
31503         * lib/unistr/u16-move.c: Likewise.
31504         * lib/unistr/u16-next.c: Likewise.
31505         * lib/unistr/u16-prev.c: Likewise.
31506         * lib/unistr/u16-set.c: Likewise.
31507         * lib/unistr/u16-startswith.c: Likewise.
31508         * lib/unistr/u16-stpcpy.c: Likewise.
31509         * lib/unistr/u16-stpncpy.c: Likewise.
31510         * lib/unistr/u16-strcat.c: Likewise.
31511         * lib/unistr/u16-strchr.c: Likewise.
31512         * lib/unistr/u16-strcmp.c: Likewise.
31513         * lib/unistr/u16-strcpy.c: Likewise.
31514         * lib/unistr/u16-strcspn.c: Likewise.
31515         * lib/unistr/u16-strdup.c: Likewise.
31516         * lib/unistr/u16-strlen.c: Likewise.
31517         * lib/unistr/u16-strmblen.c: Likewise.
31518         * lib/unistr/u16-strmbtouc.c: Likewise.
31519         * lib/unistr/u16-strncat.c: Likewise.
31520         * lib/unistr/u16-strncmp.c: Likewise.
31521         * lib/unistr/u16-strncpy.c: Likewise.
31522         * lib/unistr/u16-strnlen.c: Likewise.
31523         * lib/unistr/u16-strpbrk.c: Likewise.
31524         * lib/unistr/u16-strrchr.c: Likewise.
31525         * lib/unistr/u16-strspn.c: Likewise.
31526         * lib/unistr/u16-strstr.c: Likewise.
31527         * lib/unistr/u16-strtok.c: Likewise.
31528         * lib/unistr/u16-to-u32.c: Likewise.
31529         * lib/unistr/u16-to-u8.c: Likewise.
31530         * lib/unistr/u16-uctomb-aux.c: Likewise.
31531         * lib/unistr/u16-uctomb.c: Likewise.
31532         * lib/unistr/u32-check.c: Likewise.
31533         * lib/unistr/u32-chr.c: Likewise.
31534         * lib/unistr/u32-cmp.c: Likewise.
31535         * lib/unistr/u32-cpy-alloc.c: Likewise.
31536         * lib/unistr/u32-cpy.c: Likewise.
31537         * lib/unistr/u32-endswith.c: Likewise.
31538         * lib/unistr/u32-mblen.c: Likewise.
31539         * lib/unistr/u32-mbsnlen.c: Likewise.
31540         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31541         * lib/unistr/u32-mbtouc.c: Likewise.
31542         * lib/unistr/u32-mbtoucr.c: Likewise.
31543         * lib/unistr/u32-move.c: Likewise.
31544         * lib/unistr/u32-next.c: Likewise.
31545         * lib/unistr/u32-prev.c: Likewise.
31546         * lib/unistr/u32-set.c: Likewise.
31547         * lib/unistr/u32-startswith.c: Likewise.
31548         * lib/unistr/u32-stpcpy.c: Likewise.
31549         * lib/unistr/u32-stpncpy.c: Likewise.
31550         * lib/unistr/u32-strcat.c: Likewise.
31551         * lib/unistr/u32-strchr.c: Likewise.
31552         * lib/unistr/u32-strcmp.c: Likewise.
31553         * lib/unistr/u32-strcpy.c: Likewise.
31554         * lib/unistr/u32-strcspn.c: Likewise.
31555         * lib/unistr/u32-strdup.c: Likewise.
31556         * lib/unistr/u32-strlen.c: Likewise.
31557         * lib/unistr/u32-strmblen.c: Likewise.
31558         * lib/unistr/u32-strmbtouc.c: Likewise.
31559         * lib/unistr/u32-strncat.c: Likewise.
31560         * lib/unistr/u32-strncmp.c: Likewise.
31561         * lib/unistr/u32-strncpy.c: Likewise.
31562         * lib/unistr/u32-strnlen.c: Likewise.
31563         * lib/unistr/u32-strpbrk.c: Likewise.
31564         * lib/unistr/u32-strrchr.c: Likewise.
31565         * lib/unistr/u32-strspn.c: Likewise.
31566         * lib/unistr/u32-strstr.c: Likewise.
31567         * lib/unistr/u32-strtok.c: Likewise.
31568         * lib/unistr/u32-to-u16.c: Likewise.
31569         * lib/unistr/u32-to-u8.c: Likewise.
31570         * lib/unistr/u32-uctomb.c: Likewise.
31571         * lib/unistr/u8-check.c: Likewise.
31572         * lib/unistr/u8-chr.c: Likewise.
31573         * lib/unistr/u8-cmp.c: Likewise.
31574         * lib/unistr/u8-cpy-alloc.c: Likewise.
31575         * lib/unistr/u8-cpy.c: Likewise.
31576         * lib/unistr/u8-endswith.c: Likewise.
31577         * lib/unistr/u8-mblen.c: Likewise.
31578         * lib/unistr/u8-mbsnlen.c: Likewise.
31579         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31580         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31581         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31582         * lib/unistr/u8-mbtouc.c: Likewise.
31583         * lib/unistr/u8-mbtoucr.c: Likewise.
31584         * lib/unistr/u8-move.c: Likewise.
31585         * lib/unistr/u8-next.c: Likewise.
31586         * lib/unistr/u8-prev.c: Likewise.
31587         * lib/unistr/u8-set.c: Likewise.
31588         * lib/unistr/u8-startswith.c: Likewise.
31589         * lib/unistr/u8-stpcpy.c: Likewise.
31590         * lib/unistr/u8-stpncpy.c: Likewise.
31591         * lib/unistr/u8-strcat.c: Likewise.
31592         * lib/unistr/u8-strchr.c: Likewise.
31593         * lib/unistr/u8-strcmp.c: Likewise.
31594         * lib/unistr/u8-strcpy.c: Likewise.
31595         * lib/unistr/u8-strcspn.c: Likewise.
31596         * lib/unistr/u8-strdup.c: Likewise.
31597         * lib/unistr/u8-strlen.c: Likewise.
31598         * lib/unistr/u8-strmblen.c: Likewise.
31599         * lib/unistr/u8-strmbtouc.c: Likewise.
31600         * lib/unistr/u8-strncat.c: Likewise.
31601         * lib/unistr/u8-strncmp.c: Likewise.
31602         * lib/unistr/u8-strncpy.c: Likewise.
31603         * lib/unistr/u8-strnlen.c: Likewise.
31604         * lib/unistr/u8-strpbrk.c: Likewise.
31605         * lib/unistr/u8-strrchr.c: Likewise.
31606         * lib/unistr/u8-strspn.c: Likewise.
31607         * lib/unistr/u8-strstr.c: Likewise.
31608         * lib/unistr/u8-strtok.c: Likewise.
31609         * lib/unistr/u8-to-u16.c: Likewise.
31610         * lib/unistr/u8-to-u32.c: Likewise.
31611         * lib/unistr/u8-uctomb-aux.c: Likewise.
31612         * lib/unistr/u8-uctomb.c: Likewise.
31613         * lib/unitypes.h: Likewise.
31614         * lib/uniwidth.h: Likewise.
31615         * lib/uniwidth/cjk.h: Likewise.
31616         * lib/uniwidth/u16-strwidth.c: Likewise.
31617         * lib/uniwidth/u16-width.c: Likewise.
31618         * lib/uniwidth/u32-strwidth.c: Likewise.
31619         * lib/uniwidth/u32-width.c: Likewise.
31620         * lib/uniwidth/u8-strwidth.c: Likewise.
31621         * lib/uniwidth/u8-width.c: Likewise.
31622         * lib/uniwidth/width.c: Likewise.
31623
31624 2007-10-07  Bruno Haible  <bruno@clisp.org>
31625
31626         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31627         The file is still under LGPL (see modules/inttypes).
31628
31629 2007-10-06  Bruno Haible  <bruno@clisp.org>
31630
31631         * modules/trunc (Dependencies): Add 'extensions'.
31632         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31633         Reported by Ben Pfaff <blp@gnu.org>.
31634
31635 2007-10-06  Bruno Haible  <bruno@clisp.org>
31636
31637         * modules/freopen-tests: New file.
31638         * tests/test-freopen.c: New file.
31639
31640         * modules/fopen-tests: New file.
31641         * tests/test-fopen.c: New file.
31642
31643         * modules/fopen: New file.
31644         * lib/fopen.c: New file.
31645         * m4/fopen.m4: New file.
31646         * modules/freopen: New file.
31647         * lib/freopen.c: New file.
31648         * m4/freopen.m4: New file.
31649         * lib/stdio.in.h (fopen, freopen): New declarations.
31650         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31651         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31652         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31653         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31654         * doc/functions/fopen.texi: Mention the 'fopen' module.
31655         * doc/functions/freopen.texi: Mention the 'freopen' module.
31656
31657 2007-10-06  Bruno Haible  <bruno@clisp.org>
31658
31659         * modules/open-tests: New file.
31660         * tests/test-open.c: New file.
31661
31662         * modules/open: New file.
31663         * lib/open.c: New file.
31664         * m4/open.m4: New file.
31665         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31666         lib/open.c does.
31667         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31668         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31669         macros.
31670         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31671         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31672         REPLACE_OPEN.
31673         * doc/functions/open.texi: Mention the 'open' module.
31674
31675 2007-10-04  Bruno Haible  <bruno@clisp.org>
31676
31677         * modules/ceill-tests: New file.
31678         * tests/test-ceill.c: New file.
31679
31680         * modules/ceill: New file.
31681         * lib/ceill.c: Replace entire file.
31682         * m4/ceill.m4: New file.
31683         * lib/math.in.h (ceill): Replace declaration.
31684         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31685         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31686         * doc/functions/ceill.texi: Mention the 'ceill' module.
31687         * modules/mathl (Files): Remove lib/ceill.c.
31688         (Depends-on): Add ceill.
31689
31690 2007-10-04  Bruno Haible  <bruno@clisp.org>
31691
31692         * modules/ceilf-tests: New file.
31693         * tests/test-ceilf.c: New file.
31694
31695         * modules/ceilf: New file.
31696         * lib/ceil.c: New file.
31697         * lib/ceilf.c: New file.
31698         * m4/ceilf.m4: New file.
31699         * lib/math.in.h (ceilf): New declaration.
31700         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31701         HAVE_DECL_CEILF.
31702         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31703         HAVE_DECL_CEILF.
31704         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31705
31706 2007-10-04  Bruno Haible  <bruno@clisp.org>
31707
31708         * modules/floorl-tests: New file.
31709         * tests/test-floorl.c: New file.
31710
31711         * modules/floorl: New file.
31712         * lib/floorl.c: Replace entire file.
31713         * m4/floorl.m4: New file.
31714         * lib/math.in.h (floorl): Replace declaration.
31715         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31716         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31717         * doc/functions/floorl.texi: Mention the 'floorl' module.
31718         * modules/mathl (Files): Remove lib/floorl.c.
31719         (Depends-on): Add floorl.
31720
31721 2007-10-04  Bruno Haible  <bruno@clisp.org>
31722
31723         * modules/floorf-tests: New file.
31724         * tests/test-floorf.c: New file.
31725
31726         * modules/floorf: New file.
31727         * lib/floor.c: New file.
31728         * lib/floorf.c: New file.
31729         * m4/floorf.m4: New file.
31730         * lib/math.in.h (floorf): New declaration.
31731         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31732         HAVE_DECL_FLOORF.
31733         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31734         HAVE_DECL_FLOORF.
31735         * doc/functions/floorf.texi: Mention the 'floorf' module.
31736
31737 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31738             Bruno Haible  <bruno@clisp.org>
31739
31740         Advertise for the Git server instead of the CVS server.
31741         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31742         repository instead of the CVS one.
31743         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31744         about all VCS systems generically.
31745         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31746
31747 2007-10-04  Bruno Haible  <bruno@clisp.org>
31748
31749         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31750         means.
31751         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31752
31753 2007-10-04  Bruno Haible  <bruno@clisp.org>
31754
31755         * modules/truncl-tests: New file.
31756         * tests/test-truncl.c: New file.
31757
31758         * modules/truncl: New file.
31759         * lib/truncl.c: New file.
31760         * m4/truncl.m4: New file.
31761         * lib/math.in.h (truncl): New declaration.
31762         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31763         HAVE_DECL_TRUNCL.
31764         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31765         HAVE_DECL_TRUNCL.
31766         * doc/functions/truncl.texi: Mention the 'truncl' module.
31767
31768 2007-10-04  Bruno Haible  <bruno@clisp.org>
31769
31770         * modules/truncf-tests: New file.
31771         * tests/test-truncf.c: New file.
31772
31773         * modules/truncf: New file.
31774         * lib/trunc.c: Make paramerizable through USE_* macros.
31775         * lib/truncf.c: New file.
31776         * m4/truncf.m4: New file.
31777         * lib/math.in.h (truncf): New declaration.
31778         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31779         HAVE_DECL_TRUNCF.
31780         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31781         HAVE_DECL_TRUNCF.
31782         * doc/functions/truncf.texi: Mention the 'truncf' module.
31783
31784 2007-10-03  Bruno Haible  <bruno@clisp.org>
31785
31786         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31787         augmentation also for tests modules.
31788         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31789         * modules/atexit-tests (Makefile.am): Likewise.
31790         * modules/binary-io-tests (Makefile.am): Likewise.
31791         * modules/c-strcase-tests (Makefile.am): Likewise.
31792         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31793         * modules/canonicalize-tests (Makefile.am): Likewise.
31794         * modules/closein-tests (Makefile.am): Likewise.
31795         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31796         * modules/freadahead-tests (Makefile.am): Likewise.
31797         * modules/fseek-tests (Makefile.am): Likewise.
31798         * modules/fseeko-tests (Makefile.am): Likewise.
31799         * modules/ftell-tests (Makefile.am): Likewise.
31800         * modules/ftello-tests (Makefile.am): Likewise.
31801         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31802         * modules/isnanl-tests (Makefile.am): Likewise.
31803         * modules/lseek-tests (Makefile.am): Likewise.
31804         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31805         * modules/mbscasestr-tests (Makefile.am): Likewise.
31806         * modules/mbschr-tests (Makefile.am): Likewise.
31807         * modules/mbscspn-tests (Makefile.am): Likewise.
31808         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31809         * modules/mbspbrk-tests (Makefile.am): Likewise.
31810         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31811         * modules/mbsrchr-tests (Makefile.am): Likewise.
31812         * modules/mbsspn-tests (Makefile.am): Likewise.
31813         * modules/mbsstr-tests (Makefile.am): Likewise.
31814         * modules/printf-posix-tests (Makefile.am): Likewise.
31815         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31816         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31817         * modules/tsearch-tests (Makefile.am): Likewise.
31818         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31819         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31820         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31821         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31822         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31823         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31824         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31825         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31826         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31827         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31828         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31829         * modules/xstrtol-tests (Makefile.am): Likewise.
31830         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31831         * modules/yesno-tests (Makefile.am): Likewise.
31832
31833 2007-10-03  Bruno Haible  <bruno@clisp.org>
31834
31835         * modules/trunc-tests: New file.
31836         * tests/test-trunc.c: New file.
31837
31838         * modules/trunc: New file.
31839         * lib/trunc.c: New file.
31840         * m4/trunc.m4: New file.
31841         * lib/math.in.h (trunc): New declaration.
31842         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31843         HAVE_DECL_TRUNC.
31844         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31845         HAVE_DECL_TRUNC.
31846         * doc/functions/trunc.texi: Mention the 'trunc' module.
31847
31848 2007-10-03  Bruno Haible  <bruno@clisp.org>
31849
31850         * tests/test-fpending.c: New file, mostly copied
31851         from coreutils/lib/t-fpending.c.
31852         * modules/fpending-tests: New file.
31853
31854 2007-10-03  Bruno Haible  <bruno@clisp.org>
31855
31856         Port the stdio extensions to QNX (untested).
31857         * lib/fseterr.c (fseterr): Add support for QNX.
31858         * lib/fbufmode.c (fbufmode): Likewise.
31859         * lib/freadable.c (freadable): Likewise.
31860         * lib/fwritable.c (fwritable): Likewise.
31861         * lib/freading.c (freading): Likewise.
31862         * lib/fwriting.c (fwriting): Likewise.
31863         * lib/freadahead.c (freadahed): Likewise.
31864         * lib/fpurge.c (fpurge): Likewise.
31865         * lib/fseeko.c (rpl_fseeko): Likewise.
31866
31867 2007-10-03  Bruno Haible  <bruno@clisp.org>
31868             Jim Meyering  <jim@meyering.net>
31869             Eric Blake  <ebb9@byu.net>
31870
31871         * doc/relocatable.texi: Use @command instead of @program.
31872
31873 2007-10-02  Jim Meyering  <jim@meyering.net>
31874
31875         Perform one more "_.h" -> ".in.h" substitution.
31876         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31877         instead of unistd_.h here, too.
31878
31879 2007-10-01  Bruno Haible  <bruno@clisp.org>
31880
31881         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31882         Needed for the alloca-opt module.
31883
31884 2007-09-30  Bruno Haible  <bruno@clisp.org>
31885
31886         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31887         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31888         alloca_.h.
31889         * lib/argz.in.h: Renamed from lib/argz_.h.
31890         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31891         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31892         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31893         byteswap_.h.
31894         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31895         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31896         dirent_.h.
31897         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31898         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31899         fcntl_.h.
31900         * lib/float.in.h: Renamed from lib/float_.h.
31901         * modules/float (Files, Makefile.am): Use float.in.h instead of
31902         float_.h.
31903         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31904         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31905         fnmatch_.h.
31906         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31907         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31908         getopt_.h.
31909         * lib/glob.in.h: Renamed from lib/glob_.h.
31910         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31911         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31912         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31913         iconv_.h.
31914         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31915         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31916         inttypes_.h.
31917         * lib/locale.in.h: Renamed from lib/locale_.h.
31918         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31919         locale_.h.
31920         * lib/math.in.h: Renamed from lib/math_.h.
31921         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31922         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31923         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31924         of netinet_in_.h. Add dependency.
31925         * lib/poll.in.h: Renamed from lib/poll_.h.
31926         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31927         * lib/search.in.h: Renamed from lib/search_.h.
31928         * modules/search (Files, Makefile.am): Use search.in.h instead of
31929         search_.h.
31930         * lib/signal.in.h: Renamed from lib/signal_.h.
31931         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31932         _signal.h.
31933         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31934         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31935         stdbool_.h.
31936         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31937         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31938         stdint_.h.
31939         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31940         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31941         stdio_.h.
31942         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31943         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31944         stdlib_.h.
31945         * lib/string.in.h: Renamed from lib/string_.h.
31946         * modules/string (Files, Makefile.am): Use string.in.h instead of
31947         string_.h.
31948         * doc/gnulib-tool.texi (Initial import): Update.
31949         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31950         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31951         of sys_select_.h. Add dependency.
31952         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31953         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31954         of sys_socket_.h.
31955         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31956         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31957         sys_stat_.h.
31958         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31959         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31960         sys_time_.h.
31961         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31962         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31963         sysexits_.h.
31964         * lib/time.in.h: Renamed from lib/time_.h.
31965         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31966         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31967         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31968         unistd_.h.
31969         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31970         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31971         wchar_.h.
31972         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31973         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31974         wctype_.h.
31975         * build-aux/bootstrap (slurp): Update.
31976         * lib/.cppi-disable: Update.
31977
31978 2007-09-30  Bruno Haible  <bruno@clisp.org>
31979
31980         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31981         Needed on BeOS.
31982
31983 2007-09-30  Bruno Haible  <bruno@clisp.org>
31984
31985         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31986
31987 2007-09-29  Bruno Haible  <bruno@clisp.org>
31988
31989         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31990
31991 2007-09-29  Bruno Haible  <bruno@clisp.org>
31992
31993         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31994         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31995         * build-aux/install-reloc: Compile also areadlink.c.
31996         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31997
31998 2007-09-29  Bruno Haible  <bruno@clisp.org>
31999
32000         * gnulib-tool (func_emit_initmacro_done): Indentation.
32001
32002 2007-09-29  Bruno Haible  <bruno@clisp.org>
32003
32004         * README: Add CVS checkout update instructions.
32005         Info from Bob Proulx <bob@proulx.com>.
32006
32007 2007-09-28  Eric Blake  <ebb9@byu.net>
32008
32009         Provide move-if-change.
32010         * build-aux/move-if-change: New file, based on best practice
32011         rather than any canonical upstream location.
32012
32013 2007-09-28  Jim Meyering  <jim@meyering.net>
32014
32015         Fix canonicalize loop-detection corner case.
32016         Do not attempt to stat the symlink values stored via seen_triple.
32017         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32018         on linux-2.6.18, (but not 2.6.22).
32019         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32020         triple_compare.  The former compares dev,ino,filename, while the latter
32021         would actually stat dirname(filename) when dev and ino were equal.
32022         * lib/hash-triple.c: Install <string.h>.
32023         (STREQ): Define.
32024         (triple_compare_ino_str): New function.
32025         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32026
32027 2007-09-28  Eric Blake  <ebb9@byu.net>
32028
32029         Enforce that AC_REPLACE_FUNCS files exist.
32030         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32031         override check for typos.
32032
32033         Fix test-closein on Solaris 10.
32034         * tests/test-closein.c (main): Don't assume stdin can be inherited
32035         closed on all systems.
32036         * tests/test-closein.sh: Likewise.
32037         Reported by Piotr Tarnowski.
32038
32039 2007-09-28  Jim Meyering  <jim@meyering.net>
32040
32041         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32042
32043 2007-09-27  Jim Meyering  <jim@meyering.net>
32044
32045         canonicalize: Avoid a false-positive cycle failure.
32046         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32047         Sort.  Remove cycle-check.
32048         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32049         not cycle-check.h.
32050         (seen_triple): New function.
32051         (canonicalize_filename_mode): Use it instead of cycle-check.
32052         * tests/test-canonicalize.c: Add a test for this bug.
32053         * tests/test-canonicalize.sh: Set up and run the test.
32054
32055         New module, file-set, from coreutils.
32056         * modules/file-set: Define it.
32057         * lib/file-set.c, lib/file-set.h: Implement.
32058
32059         New module, hash-triple, from coreutils.
32060         * modules/hash-triple: Define it.
32061         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32062
32063 2007-09-25  Eric Blake  <ebb9@byu.net>
32064
32065         Fix strerror on Interix.
32066         * lib/string_.h (strerror): Declare replacement.
32067         * doc/functions/strerror.texi (strerror): Document the Interix
32068         shortcoming.
32069         * modules/string (Makefile.am): Support new hooks.
32070         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32071         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32072         gl_FUNC_STRERROR_SEPARATE.
32073         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32074         * lib/strerror.c (rpl_strerror): Provide replacement.
32075         * modules/strerror (Depends-on): Add string.
32076         (configure.ac): Detect use of module.
32077         * tests/test-strerror.c: New file.
32078         * modules/strerror-tests: New test module.
32079         * modules/argp (Depends-on): Add strerror.
32080         * modules/error (Depends-on): Likewise.
32081         Reported by Martin Koeppe.
32082
32083 2007-09-24  Bruno Haible  <bruno@clisp.org>
32084
32085         * README: Update git instructions.
32086
32087 2007-09-24  Eric Blake  <ebb9@byu.net>
32088
32089         Revert fpending breakage from 2007-09-08.
32090         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32091         __fpending.c.
32092
32093 2007-09-24  Jim Meyering  <jim@meyering.net>
32094
32095         filenamecat.c: Add a test.
32096         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32097         showing how the function works when DIR is the empty string.
32098
32099 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32100
32101         * tests/test-canonicalize.sh: Turn on executable bit.
32102
32103 2007-09-19  Eric Blake  <ebb9@byu.net>
32104
32105         * README: Update CVS instructions.
32106
32107 2007-09-18  Bruno Haible  <bruno@clisp.org>
32108
32109         * modules/areadlink: New file.
32110         * lib/areadlink.h (areadlink): New declaration.
32111         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32112
32113 2007-09-17  Jim Meyering  <jim@meyering.net>
32114
32115         * lib/savewd.c (ESTALE) [!defined]: Define.
32116         Reported to be required on Interix by Martin Koeppe.
32117
32118 2007-09-17  Bruno Haible  <bruno@clisp.org>
32119
32120         * gnulib-tool (func_version): Use $version.
32121
32122 2007-09-16  Bruno Haible  <bruno@clisp.org>
32123
32124         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32125         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32126         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32127         Reported by Greg Schafer <gschafer@zip.com.au>.
32128
32129 2007-09-15  Bruno Haible  <bruno@clisp.org>
32130
32131         * gnulib-tool (sed): Try a little harder to make bash understand the
32132         alias.
32133         Reported by Bruce Korb <bruce.korb@gmail.com>.
32134
32135 2007-09-13  Eric Blake  <ebb9@byu.net>
32136
32137         * ChangeLog: Remove conflict markers.
32138
32139 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32140
32141         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32142         Reported by Bruno Haible <bruno@clisp.org>.
32143
32144 2007-09-12  Bruno Haible  <bruno@clisp.org>
32145
32146         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32147         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32148         is not defined.
32149
32150 2007-09-12  Eric Blake  <ebb9@byu.net>
32151
32152         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32153         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32154         Autoconf definition.
32155         * modules/euidaccess (Depends-on): Add extensions, for
32156         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32157         * modules/fnmatch (Depends-on): Likewise.
32158         * modules/getaddrinfo (Depends-on): Likewise.
32159         * modules/getdelim (Depends-on): Likewise.
32160         * modules/getline (Depends-on): Likewise.
32161         * modules/getsubopt (Depends-on): Likewise.
32162         * modules/gettext (Depends-on): Likewise.
32163         * modules/group-member (Depends-on): Likewise.
32164         * modules/mbchar (Depends-on): Likewise.
32165         * modules/memmem (Depends-on): Likewise.
32166         * modules/mempcpy (Depends-on): Likewise.
32167         * modules/memrchr (Depends-on): Likewise.
32168         * modules/pagealign_alloc (Depends-on): Likewise.
32169         * modules/readutmp (Depends-on): Likewise.
32170         * modules/stpcpy (Depends-on): Likewise.
32171         * modules/stpncpy (Depends-on): Likewise.
32172         * modules/strchrnul (Depends-on): Likewise.
32173         * modules/strndup (Depends-on): Likewise.
32174         * modules/strsep (Depends-on): Likewise.
32175         * modules/strverscmp (Depends-on): Likewise.
32176         * modules/vasprintf (Depends-on): Likewise.
32177         * modules/wcwidth (Depends-on): Likewise.
32178         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32179         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32180         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32181         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32182         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32183         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32184         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32185         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32186         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32187         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32188         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32189         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32190         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32191         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32192         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32193         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32194         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32195         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32196         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32197         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32198         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32199         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32200         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32201         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32202         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32203         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32204         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32205         so that lock.m4 can be used in gettext without extensions module.
32206
32207 2007-09-11  Bruno Haible  <bruno@clisp.org>
32208
32209         * m4/isc-posix.m4: Remove file.
32210         Suggested by Eric Blake.
32211
32212 2007-09-11  Eric Blake  <ebb9@byu.net>
32213
32214         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32215
32216 2007-09-10  Bruno Haible  <bruno@clisp.org>
32217
32218         * posix-modules: Fix typo in error message.
32219         Reported by Matt <mkraai@beckman.com>.
32220
32221 2007-09-09  Bruno Haible  <bruno@clisp.org>
32222
32223         * doc/functions/getdelim.texi: Update list of platforms lacking the
32224         function.
32225         * doc/functions/getline.texi: Likewise.
32226
32227 2007-09-09  Jim Meyering  <jim@meyering.net>
32228
32229         * lib/hash.c (hash_initialize): Detect calloc failure.
32230         Reported by Bruno Haible.
32231
32232 2007-09-09  Bruno Haible  <bruno@clisp.org>
32233
32234         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32235         malloc or realloc fails.
32236
32237 2007-09-09  Bruno Haible  <bruno@clisp.org>
32238
32239         * modules/getcwd (Depends-on): Add malloc-posix.
32240         * modules/glob (Depends-on): Likewise.
32241         * modules/putenv (Depends-on): Likewise.
32242         * modules/strdup (Depends-on): Likewise.
32243         * modules/getdelim (Depends-on): Add realloc-posix.
32244         * modules/read-file (Depends-on): Likewise.
32245
32246 2007-09-09  Bruno Haible  <bruno@clisp.org>
32247
32248         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32249         (gl_FUNC_MALLOC_POSIX): Require it.
32250         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32251         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32252         * modules/realloc (Files): Add m4/malloc.m4.
32253         * modules/calloc (Files): Likewise.
32254
32255 2007-09-09  Bruno Haible  <bruno@clisp.org>
32256
32257         * modules/malloc-posix: New file.
32258         * modules/malloc (Depends-on): Add malloc-posix.
32259         * lib/malloc.c: Include errno.h.
32260         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32261         and a POSIX-compatible malloc into a single function. Set ENOMEM
32262         when returning NULL.
32263         * m4/malloc.m4: New file.
32264         * doc/functions/malloc.texi: Mention the malloc-posix module.
32265         * lib/stdlib_.h (malloc): New declaration.
32266         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32267         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32268         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32269         and HAVE_MALLOC_POSIX.
32270
32271 2007-09-09  Bruno Haible  <bruno@clisp.org>
32272
32273         * modules/realloc-posix: New file.
32274         * modules/realloc (Depends-on): Add realloc-posix.
32275         * lib/realloc.c: Include errno.h.
32276         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32277         and a POSIX-compatible realloc into a single function. Set ENOMEM
32278         when returning NULL.
32279         * m4/realloc.m4: New file.
32280         * doc/functions/realloc.texi: Mention the realloc-posix module.
32281         * lib/stdlib_.h (realloc): New declaration.
32282         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32283         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32284         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32285         and HAVE_REALLOC_POSIX.
32286
32287 2007-09-09  Bruno Haible  <bruno@clisp.org>
32288
32289         * modules/calloc-posix: New file.
32290         * modules/calloc (Depends-on): Add calloc-posix.
32291         * lib/calloc.c: Include errno.h.
32292         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32293         and a POSIX-compatible calloc into a single function. Set ENOMEM
32294         when returning NULL.
32295         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32296         * doc/functions/calloc.texi: Mention the calloc-posix module.
32297         * lib/stdlib_.h (calloc): New declaration.
32298         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32299         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32300         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32301         and HAVE_CALLOC_POSIX.
32302
32303 2007-09-09  Bruno Haible  <bruno@clisp.org>
32304
32305         Allow for modules to show an arbitrary notice.
32306         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32307         * gnulib-tool: New option --extract-notice.
32308         (func_usage): Document it.
32309         (sed_extract_prog): Update.
32310         (func_get_notice): New function.
32311         (func_modules_notice): New function.
32312         (func_import, func_create_testdir): Invoke it.
32313         Suggested by Jim Meyering.
32314
32315 2007-09-09  Bruno Haible  <bruno@clisp.org>
32316
32317         * gnulib-tool: New options --verbose, --quiet.
32318         (func_usage): Document them.
32319         (verbose): New variable.
32320         (func_execute_command): New function.
32321         (func_import): Don't show the module list and the file list if
32322         $verbose < 0.
32323         (func_create_testdir): Likewise. Use func_execute_command.
32324         (func_create_megatestdir): Use func_execute_command.
32325
32326 2007-09-08  Bruno Haible  <bruno@clisp.org>
32327
32328         * gnulib-tool (func_import): Prefer rsync over wget when available,
32329         for fetching the PO files.
32330
32331 2007-09-08  Bruno Haible  <bruno@clisp.org>
32332
32333         * posix-modules: New file. Portions copied from gnulib-tool.
32334         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32335
32336 2007-09-08  Jim Meyering  <jim@meyering.net>
32337
32338         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32339         * lib/fpending.h: Rename from __fpending.h.
32340         * lib/fpending.c: Rename from __fpending.c.
32341         Include "fpending.h", not "__fpending.h".
32342         * lib/__fpending.h, lib/__fpending.c: Remove files.
32343         * modules/fpending (Files): Reflect new file names.
32344         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32345
32346 2007-09-08  Bruno Haible  <bruno@clisp.org>
32347
32348         * m4/inttypes-h.m4: Remove stub file.
32349
32350 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32351
32352         * doc/headers/stdint.texi: Discuss #include_next issue.
32353
32354 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32357
32358 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32359
32360         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32361         in variable name.
32362
32363 2007-09-03  Jim Meyering  <jim@meyering.net>
32364
32365         New module: git-version-gen.
32366         * modules/git-version-gen: New file.
32367
32368         Import changes from coreutils for bootstrap script.
32369
32370         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32371
32372         bootstrap: uses rsync to download the .po files
32373         * build-aux/bootstrap (po_download_command_format): New global.
32374         (download_po_files): Use rsync.
32375         (update_po_files): Don't remove .po files after download,
32376         so future rsync runs can take advantage of the copies.
32377
32378         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32379
32380         Solve the unnecessary-.po-file-regeneration problem once and for all.
32381         * build-aux/bootstrap (download_po_files): New function, renamed from
32382         get_translations.  Now, downloads, but doesn't update LINGUAS.
32383         (update_po_files): New function.
32384
32385         bootstrap: Ignore more.
32386         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32387         uniwidth to e.g., lib/.gitignore.
32388         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32389
32390         * build-aux/bootstrap: New setting: vc_ignore.
32391         (insert_sorted_if_absent): Create $file if absent.
32392         Adapt to new, possibly empty, list: $vc_ignore.
32393
32394         bootstrap: generate more ignorable names
32395         * build-aux/bootstrap (slurp): When generating ignorable names,
32396         also map .sin to .sed, .gperf to .c, and .y to .c.
32397
32398 2007-09-03  Jim Meyering  <jim@meyering.net>
32399
32400         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32401         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32402
32403 2007-09-02  Bruno Haible  <bruno@clisp.org>
32404
32405         Fix mis-recognition of 'mcs' on QNX 6.
32406         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32407         output contains the string "Mono".
32408         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32409         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32410
32411 2007-09-01  Bruno Haible  <bruno@clisp.org>
32412
32413         Fix collision between uniwidth/* and linebreak modules.
32414         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32415         u32_width): Remove declarations.
32416         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32417         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32418         streq3, streq2, streq1, streq0): Remove functions.
32419         (STREQ): Remove macro.
32420         (is_cjk_encoding): Remove function.
32421         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32422         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32423         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32424         * NEWS: Document the change.
32425
32426 2007-09-01  Bruno Haible  <bruno@clisp.org>
32427
32428         * lib/streq.h: Add double-inclusion guard.
32429
32430 2007-09-01  Karl Berry  <karl@gnu.org>
32431
32432         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32433
32434 2007-08-28  Jim Meyering  <jim@meyering.net>
32435
32436         Rename mreadlink_with_size to areadlink_with_size.
32437         * NEWS: Document the change.
32438         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32439         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32440         * lib/mreadlink.h: Rename this to...
32441         * lib/areadlink.h: ...this.
32442         * modules/mreadlink-with-size: Rename this to...
32443         * modules/areadlink-with-size: ...this.
32444         * lib/canonicalize.c: Reflect the renaming.
32445         * modules/canonicalize: Likewise.
32446
32447 2007-08-26  Bruno Haible  <bruno@clisp.org>
32448
32449         * gnulib-tool (func_import): When deciding which files to remove,
32450         consider also dangling symbolic links.
32451         Reported by Eric Blake.
32452
32453 2007-08-26  Bruno Haible  <bruno@clisp.org>
32454
32455         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32456
32457 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32458
32459         * lib/readline.c: Don't include getline.h, the prototype is now
32460         found in stdio.h.
32461
32462 2007-08-23  Jim Meyering  <jim@meyering.net>
32463
32464         Getdelim touchup.
32465         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32466         around the funlockfile call, since funlockfile never sets errno.
32467         Don't set errno upon failed realloc.
32468
32469 2007-08-22  Eric Blake  <ebb9@byu.net>
32470
32471         Getline touchups.
32472         * lib/getdelim.c (getdelim): Revert regression that required *n to
32473         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32474         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32475         getdelim, rather than whether implementation is missing.
32476         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32477         * lib/stdio_.h (getline): Also declare if replacement is
32478         required.
32479         * doc/functions/getdelim.texi: New file.
32480         * doc/functions/getline.texi: Likewise.
32481         * doc/gnulib.texi (Function Substitutes): Add new files.
32482         Reported by Bruno Haible.
32483
32484 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32485
32486         * users.txt: Add Guile.
32487
32488 2007-08-22  Eric Blake  <ebb9@byu.net>
32489
32490         * tests/test-getdelim.c (main): Use remove, not unlink.
32491         * tests/test-getline.c (main): Likewise.
32492
32493         Move getline and getdelim into stdio.h, per POSIX 200x.
32494         * modules/getline (Files): Remove getline.h.
32495         (Depends-on): Add stdio.
32496         (configure.ac): Add module indicator.
32497         * modules/getdelim (Files): Remove getdelim.h.
32498         (Depends-on): Add stdio.
32499         (configure.ac): Add module indicator.
32500         * modules/stdio (Makefile.am): Work with new indicators.
32501         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32502         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32503         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32504         * lib/getdelim.h: Delete.
32505         * lib/getline.h: Delete.
32506         * lib/stdio_.h (getdelim, getline): Declare.
32507         * modules/getdelim-tests: New module.
32508         * modules/getline-tests: Likewise.
32509         * tests/test-getdelim.c: New file.
32510         * tests/test-getline.c: Likewise.
32511         * NEWS: Document the change.
32512         * lib/getline.c: Update choice of header.
32513         * lib/csharpcomp.c: Likewise.
32514         * lib/getpass.c: Likewise.
32515         * lib/javacomp.c: Likewise.
32516         * lib/javaversion.c: Likewise.
32517         * lib/yesno.c: Likewise.
32518         * lib/getdelim.c: Likewise.
32519         (getdelim): Set errno on failure, and avoid memory leak.
32520
32521 2007-08-19  Bruno Haible  <bruno@clisp.org>
32522
32523         * modules/closein (Depends-on): Add freadahead.
32524         * lib/closein.c: Include freadahead.h.
32525         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32526         is zero.
32527
32528 2007-08-19  Bruno Haible  <bruno@clisp.org>
32529
32530         * modules/freadahead-tests: New file.
32531         * tests/test-freadahead.sh: New file.
32532         * tests/test-freadahead.c: New file.
32533
32534         * modules/freadahead: New file.
32535         * lib/freadahead.h: New file.
32536         * lib/freadahead.c: New file.
32537         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32538         fbufmode, fpurge, freadable, fwritable.
32539
32540 2007-08-19  Eric Blake  <ebb9@byu.net>
32541
32542         Test yesno in combination with closein.
32543         * lib/yesno.c (yesno): Document use of stdin.
32544         * modules/yesno-tests (Files): New module.
32545         * tests/test-yesno.c (main): New file.
32546         * tests/test-yesno.sh: Likewise.
32547
32548 2007-08-19  Bruno Haible  <bruno@clisp.org>
32549
32550         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32551         * lib/fseeko.c (rpl_fseeko): Likewise.
32552         * lib/fseterr.c (fseterr): Likewise.
32553
32554 2007-08-19  Bruno Haible  <bruno@clisp.org>
32555
32556         * tests/test-lseek.c (main): Disable a test for BeOS.
32557         * doc/functions/lseek.texi: Document the BeOS bug.
32558
32559 2007-08-19  Bruno Haible  <bruno@clisp.org>
32560             Eric Blake  <ebb9@byu.net>
32561
32562         * lib/lseek.c: Include <sys/stat.h>.
32563         (rpl_lseek): Add workaround code also for Unix platforms.
32564         Needed for BeOS.
32565         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32566         * doc/functions/lseek.texi: Document BeOS definiency.
32567
32568 2007-08-18  Bruno Haible  <bruno@clisp.org>
32569
32570         * modules/fstrcmp-tests: New file.
32571         * tests/test-fstrcmp.c: New file.
32572
32573 2007-08-18  Bruno Haible  <bruno@clisp.org>
32574
32575         * modules/fstrcmp: New file, from GNU gettext with modifications.
32576         * lib/fstrcmp.h: New file, from GNU gettext.
32577         * lib/fstrcmp.c: New file, from GNU gettext.
32578         * MODULES.html.sh (String handling): Add fstrcmp.
32579
32580 2007-08-18  Bruno Haible  <bruno@clisp.org>
32581
32582         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32583         'bool'.
32584         (diag, compareseq): Remove const from the ctxt argument.
32585         (USE_HEURISTIC): Undefine at the end.
32586
32587 2007-08-18  Jim Meyering  <jim@meyering.net>
32588
32589         New file: lib/idcache.h
32590         * NEWS: Mention the addition.
32591         * modules/idcache (Files): Add lib/idcache.h
32592         * lib/idcache.c: Include "idcache.h".
32593         Don't include <sys/types.h>.
32594         Add a FIXME comment.
32595         Move file-scoped "static" declarations to the top.
32596         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32597
32598 2007-08-17  Bruno Haible  <bruno@clisp.org>
32599         and Paul Eggert  <eggert@cs.ucla.edu>
32600
32601         * MODULES.html.sh: Add diffseq.
32602         * modules/diffseq: New file.
32603         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32604         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32605
32606 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32607
32608         Import changes from coreutils for bootstrap script.
32609
32610         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32611
32612         * build-aux/bootstrap (slurp): Work even in environments where
32613         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32614         current code does not slurp files whose names start with ".", and
32615         this looks like it might be a troublesome area.
32616
32617         2007-07-11  Jim Meyering  <jim@meyering.net>
32618
32619         If there's a GPL vN copyright comment, require that N == 3.
32620
32621         2007-07-08  Jim Meyering  <jim@meyering.net>
32622
32623         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32624         * build-aux/bootstrap (mam_template): Move definition out of loop.
32625
32626         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32627
32628         * build-aux/bootstrap (symlink_to_dir): Rename function from
32629         symlink_to_gnulib.  Add a directory parameter.  Update all
32630         callers.
32631         (cp_mark_as_generated): Also check for -- and link to -- files in
32632         gl/.
32633
32634         2007-07-08  Jim Meyering  <jim@meyering.net>
32635
32636         Adapt to deeper hierarchy in gnulib.
32637         * build-aux/bootstrap (symlink_to_dir): If the destination
32638         directory doesn't exist, create it. This is required at least for
32639         "lib/uniwidth/cjk.h".
32640
32641         2007-05-15  Jim Meyering  <jim@meyering.net>
32642
32643         * build-aux/bootstrap: Now that generated Makefile.am files
32644         are no longer under version control, they must be created at
32645         bootstrap time.
32646
32647 2007-08-14  Ben Pfaff  <blp@gnu.org>
32648
32649         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32650
32651 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32652
32653         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32654         given the changes below.
32655         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32656         even on hosts that have padding bits beyond the supported 64.
32657
32658 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32659
32660         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32661         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32662         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32663         depends on it.
32664         (xstrtol_error): Remove.
32665         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32666         but with a different signature.
32667         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32668         * lib/xstrtol-error.c: Include exitfail.h.
32669         (xstrtol_fatal): New function, with a different signature from the
32670         old xstrtol_error, so that the caller need not worry about passing
32671         in an exit status, or about storage management of the option argument.
32672         (xstrtol_error): Now a static function.  Redo signature to
32673         implement xstrtol_fatal.  Output the correct number of hyphens in
32674         front of the option so that the caller need not worry about
32675         storage management.
32676         (N_): New macro.
32677         (_): Remove; not used now.
32678         * modules/xstrtol: Depend on getopt.
32679         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32680         of old STRTOL_FATAL_ERROR macro.
32681         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32682         of test program.
32683         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32684         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32685
32686 2007-08-08  Eric Blake  <ebb9@byu.net>
32687
32688         * lib/xstrtol-error.c: Add missing include.
32689
32690         Move xstrtol messages into gnulib domain, when --pobase is used.
32691         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32692         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32693         * modules/xstrtol (Files): Distribute new file.
32694         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32695         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32696         * tests/test-xstrtol.c: ...into new file.
32697         * tests/test-xstrtoul.c: Also test xstrtoul.
32698         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32699         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32700         * tests/test-xstrtol.sh: Drive the tests.
32701         * tests/test-xstrtoimax.sh: Likewise.
32702         * tests/test-xstrtoumax.sh: Likewise.
32703         * modules/xstrtol-tests: New module.
32704         * modules/xstrtoimax-tests: Likewise.
32705         * modules/xstrtoumax-tests: Likewise.
32706
32707 2007-08-08  Jim Meyering  <jim@meyering.net>
32708
32709         New function: mfile_name_concat.
32710         * lib/filenamecat.c (mfile_name_concat): New function, just like
32711         file_name_concat, but return NULL upon failure rather than exiting
32712         with a diagnostic.
32713         * lib/filenamecat.h: Declare it.
32714
32715 2007-08-07  Bruno Haible  <bruno@clisp.org>
32716
32717         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32718         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32719         warning from gcc.
32720         Reported by Eric Blake.
32721
32722 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32723
32724         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32725         * modules/crypto/arcfour (License): Likewise.
32726         * modules/crypto/des-tests (License): Likewise.
32727         * modules/crypto/gc-arctwo-tests (License): Likewise.
32728         * modules/crypto/gc-des-tests (License): Likewise.
32729         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32730         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32731         * modules/crypto/gc-md2-tests (License): Likewise.
32732         * modules/crypto/gc-md4-tests (License): Likewise.
32733         * modules/crypto/gc-md5-tests (License): Likewise.
32734         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32735         * modules/crypto/gc-rijndael-tests (License): Likewise.
32736         * modules/crypto/gc-sha1-tests (License): Likewise.
32737         * modules/crypto/gc-tests (License): Likewise.
32738         * modules/crypto/hmac-md5 (License): Likewise.
32739         * modules/crypto/hmac-sha1 (License): Likewise.
32740         * modules/crypto/md2-tests (License): Likewise.
32741         * modules/crypto/md4-tests (License): Likewise.
32742         * modules/crypto/md5 (License): Likewise.
32743         * modules/crypto/rijndael (License): Likewise.
32744         * modules/crypto/sha1 (License): Likewise.
32745         * modules/memxor (License): Likewise.
32746
32747 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32748         and Bruno Haible  <bruno@clisp.org>
32749
32750         * NEWS: Describe interface changes to human, xstrtol.
32751         * lib/human.h: Include <xstrtol.h>.
32752         (human_options): Return enum strtol_error, not int.  Remove
32753         bool arg; take int * instead.
32754         * lib/human.c: Don't include "gettext.h".
32755         (_): Remove; no longer used.
32756         Don't include <xstrtol.h>, since human.h does it.
32757         (human_options): Adjust to abovementioned interface changes.
32758         Do not report error to stderr; that's now the caller's
32759         responsibility.
32760         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32761         interface change.
32762         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32763         Str, Argument_type_string.  All uses changed.  Put " argument"
32764         in diagnostics to make them clearer.  Change wording of suffix
32765         message for clarity.
32766         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32767         Argument_type_string.
32768         (STRTOL_FATAL_WARN): Remove; no longer used.
32769         * modules/human (Depends-on): Remove gettext-h.
32770
32771 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32772
32773         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32774
32775 2007-07-31  Bruno Haible  <bruno@clisp.org>
32776
32777         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32778         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32779         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32780
32781 2007-07-31  Bruno Haible  <bruno@clisp.org>
32782
32783         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32784         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32785
32786 2007-07-30  Bruno Haible  <bruno@clisp.org>
32787
32788         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32789         * modules/c-ctype (License): Likewise.
32790         * modules/c-strcase (License): Likewise.
32791         * modules/check-version (License): Likewise.
32792         * modules/iconv (License): Likewise.
32793         * modules/iconv_open (License): Likewise.
32794         * modules/read-file (License): Likewise.
32795         * modules/striconv (License): Likewise.
32796         * modules/strverscmp (License): Likewise.
32797         * modules/vasprintf (License): Likewise.
32798         * modules/crypto/des (License): Likewise.
32799         * modules/crypto/gc (License): Likewise.
32800         * modules/crypto/gc-arcfour (License): Likewise.
32801         * modules/crypto/gc-arctwo (License): Likewise.
32802         * modules/crypto/gc-des (License): Likewise.
32803         * modules/crypto/gc-hmac-md5 (License): Likewise.
32804         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32805         * modules/crypto/gc-md2 (License): Likewise.
32806         * modules/crypto/gc-md4 (License): Likewise.
32807         * modules/crypto/gc-md5 (License): Likewise.
32808         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32809         * modules/crypto/gc-random (License): Likewise.
32810         * modules/crypto/gc-rijndael (License): Likewise.
32811         * modules/crypto/gc-sha1 (License): Likewise.
32812         * modules/crypto/md2 (License): Likewise.
32813         * modules/crypto/md4 (License): Likewise.
32814
32815 2007-07-30  Jim Meyering  <jim@meyering.net>
32816
32817         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32818         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32819         it has valid stat data.  This bug would cause du not to count the
32820         sizes of inaccessible directories.
32821         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32822         in <http://bugzilla.redhat.com/250077>.
32823
32824 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32825             Bruno Haible  <bruno@clisp.org>
32826
32827         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32828         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32829         #include_next, gives a diagnostic about it, but reports no error in
32830         the exit code.
32831         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32832
32833 2007-07-24  Ben Pfaff  <blp@gnu.org>
32834
32835         Improve name: "count-one-bits" is better than "popcount".
32836         * MODULES.html.sh: Update name.
32837         * lib/popcount.h: Renamed lib/count-one-bits.h.
32838         (popcount): Renamed count_one_bits.
32839         (popcountl): Renamed count_one_bits_l.
32840         (popcountll): Renamed count_one_bits_ll.
32841         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32842         * modules/popcount: Renamed module/count-one-bits.
32843         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32844         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32845
32846 2007-07-23  Ben Pfaff  <blp@gnu.org>
32847
32848         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32849         better code generation, and add U to large constants to avoid
32850         warnings, in non-GCC case.
32851         Suggested by Bruno Haible.
32852
32853 2007-07-23  Ben Pfaff  <blp@gnu.org>
32854
32855         * lib/popcount.h: Use verify_true instead of if...abort.
32856         * modules/popcount: Depend on verify module.
32857         Suggested by Jim Meyering.
32858
32859 2007-07-23  Bruno Haible  <bruno@clisp.org>
32860
32861         * gnulib-tool (func_import): Create a .cvsignore file also when the
32862         directory is not yet in CVS but the toplevel directory is. When
32863         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32864         Reported by Karl Berry.
32865
32866 2007-07-22  Ben Pfaff  <blp@gnu.org>
32867
32868         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32869         case.
32870         Suggested by Eric Blake.
32871
32872 2007-07-22  Ben Pfaff  <blp@gnu.org>
32873
32874         New module: popcount.
32875         * MODULES.html.sh: Add popcount.
32876         * modules/popcount: New file.
32877         * modules/popcount-tests: New file.
32878         * tests/test-popcount.c: New file.
32879         * lib/popcount.h: New file.
32880         * m4/popcount.m4: New file.
32881
32882 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32883
32884         * build-aux/announce-gen: Update to GPLv3.
32885
32886         * build-aux/config.guess: Update from config.
32887
32888 2007-07-21  Bruno Haible  <bruno@clisp.org>
32889
32890         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32891         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32892
32893 2007-07-20  Jim Meyering  <jim@meyering.net>
32894
32895         * check-module: Diagnose a self-dependency.
32896
32897 2007-07-19  Bruno Haible  <bruno@clisp.org>
32898
32899         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32900         empty.
32901         Reported by Eric Blake.
32902
32903 2007-07-18  Bruno Haible  <bruno@clisp.org>
32904
32905         * gnulib-tool: New options --po-base, --po-domain.
32906         (func_usage): Document them.
32907         (pobase, po_domain): New variables.
32908         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32909         DEFAULT_TEXT_DOMAIN.
32910         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32911         (func_import): Consider pobase and po_domain. Create a po/ directory.
32912         (func_create_testdir): Set pobase and po_domain to empty.
32913         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32914         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32915
32916 2007-07-18  Bruno Haible  <bruno@clisp.org>
32917
32918         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32919         EXTRA_DIST augmentation for files in build-aux/.
32920
32921 2007-07-16  Bruno Haible  <bruno@clisp.org>
32922
32923         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32924         * modules/getdelim (License): Likewise.
32925
32926 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32927
32928         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32929         * modules/d-type (License): Likewise.
32930         * modules/extensions (License): Likewise.
32931         * modules/fnmatch (License): Likewise.
32932         * modules/fseeko (License): Likewise.
32933         * modules/getaddrinfo (License): Likewise.
32934         * modules/getline (License): Likewise.
32935         * modules/getlogin_r (License): Likewise.
32936         * modules/getpass (License): Likewise.
32937         * modules/gettimeofday (License): Likewise.
32938         * modules/glob (License): Likewise.
32939         * modules/inet_ntop (License): Likewise.
32940         * modules/malloc (License): Likewise.
32941         * modules/malloca (License): Likewise.
32942         * modules/memmem (License): Likewise.
32943         * modules/mempcpy (License): Likewise.
32944         * modules/memset (License): Likewise.
32945         * modules/minmax (License): Likewise.
32946         * modules/mktime (License): Likewise.
32947         * modules/netinet_in (License): Likewise.
32948         * modules/pathmax (License): Likewise.
32949         * modules/poll (License): Likewise.
32950         * modules/regex (License): Likewise.
32951         * modules/snprintf (License): Likewise.
32952         * modules/stdbool (License): Likewise.
32953         * modules/stdint (License): Likewise.
32954         * modules/stdio (License): Likewise.
32955         * modules/strcase (License): Likewise.
32956         * modules/strcasestr (License): Likewise.
32957         * modules/strdup (License): Likewise.
32958         * modules/string (License): Likewise.
32959         * modules/strndup (License): Likewise.
32960         * modules/strnlen (License): Likewise.
32961         * modules/strpbrk (License): Likewise.
32962         * modules/strptime (License): Likewise.
32963         * modules/strsep (License): Likewise.
32964         * modules/sys_select (License): Likewise.
32965         * modules/sys_socket (License): Likewise.
32966         * modules/sys_stat (License): Likewise.
32967         * modules/sys_time (License): Likewise.
32968         * modules/time (License): Likewise.
32969         * modules/time_r (License): Likewise.
32970         * modules/timegm (License): Likewise.
32971         * modules/unistd (License): Likewise.
32972         * modules/vsnprintf (License): Likewise.
32973         * modules/wctype (License): Likewise.
32974
32975 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32976
32977         * modules/argz (License): LGPLv2+.
32978
32979 2007-07-15  Karl Berry  <karl@gnu.org>
32980
32981         * doc/gnulib.texi: revise node structure per new fdl.texi.
32982
32983 2007-07-14  Bruno Haible  <bruno@clisp.org>
32984
32985         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32986         the output file.
32987         * lib/uniname/uninames.h: Regenerated.
32988
32989 2007-07-14  Karl Berry  <karl@gnu.org>
32990
32991         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32992         omitting sectioning and index commands.
32993
32994 2007-07-13  Bruno Haible  <bruno@clisp.org>
32995
32996         New gnulib-tool option --more-symlinks.
32997         * gnulib-tool (func_usage): Document --more-symlinks.
32998         (do_copyrights): New variable.
32999         Recognize option --more-symlinks.
33000         (func_import): Don't add a copyright notice transform to
33001         sed_transform_lib_file if do_copyrights is empty.
33002
33003 2007-07-13  Bruno Haible  <bruno@clisp.org>
33004
33005         * lib/vasnprintf.c (decimal_point_char): Define also if
33006         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33007         && !NEED_PRINTF_DIRECTIVE_A.
33008         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33009         Gary V. Vaughan <gary@gnu.org>.
33010
33011 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33012
33013         * lib/inttypes_.h: Undo previous change, since it was fixed
33014         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33015
33016 2007-07-13  Bruno Haible  <bruno@clisp.org>
33017
33018         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33019         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33020
33021 2007-07-13  Jim Meyering  <jim@meyering.net>
33022
33023         df: Don't fail for Tru64's "file-on-file mount".
33024         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33025         so we fall through and use statfs instead.  Details here:
33026         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33027         Reported by Albert Chin.
33028
33029 2007-07-13  Bruno Haible  <bruno@clisp.org>
33030
33031         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33032         * modules/configmake (License): Likewise.
33033         * modules/gettext (License): Likewise.
33034         * modules/gettext-h (License): Likewise.
33035         * modules/include_next (License): Likewise.
33036         * modules/link-warning (License): Likewise.
33037         * modules/localcharset (License): Likewise.
33038         * modules/localename (License): Likewise.
33039         * modules/lock (License): Likewise.
33040         * modules/relocatable-lib-lgpl (License): Likewise.
33041         * modules/size_max (License): Likewise.
33042         * modules/vasnprintf (License): Likewise.
33043         * modules/wchar (License): Likewise.
33044         * modules/xsize (License): Likewise.
33045
33046 2007-07-13  Bruno Haible  <bruno@clisp.org>
33047
33048         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33049         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33050
33051 2007-07-12  Bruno Haible  <bruno@clisp.org>
33052
33053         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33054         in the modules files.
33055
33056 2007-07-11  Karl Berry  <karl@gnu.org>
33057
33058         * MODULES.html.sh (func_module): use
33059          sed -e '\|^'"${includefile}"'$|d'
33060          instead of /.../d, to avoid errors on $includefile's containing /.
33061
33062 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33063
33064         * gnulib-tool (func_import): Avoid duplication of --avoid
33065         statements
33066         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33067         names to `_' in variable names.
33068
33069 2007-07-10  Eric Blake  <ebb9@byu.net>
33070
33071         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33072         * NEWS: Document this change.
33073
33074 2007-07-08  Bruno Haible  <bruno@clisp.org>
33075
33076         Update to Unicode 5.0.
33077         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33078         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33079         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33080         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33081         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33082         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33083         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33084         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33085         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33086         U+10A3F, U+1D242..U+1D244.
33087         (nonspacing_table_ind): Update.
33088         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33089         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33090
33091 2007-07-08  Bruno Haible  <bruno@clisp.org>
33092
33093         Update to Unicode 5.0.
33094         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33095         code transform. Extend the name index field of unicode_name_to_code and
33096         unicode_code_to_name from 16 to 24 bits.
33097         * lib/uniname/uniname.c (unicode_character_name,
33098         unicode_name_character): Add the range 0x12xxx to the code transform.
33099         * lib/uniname/uninames.h: Regenerated.
33100         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33101
33102 2007-07-07  Bruno Haible  <bruno@clisp.org>
33103
33104         * modules/wcwidth-tests: New file.
33105         * tests/test-wcwidth.c: New file.
33106
33107         Work around MacOS X wcwidth() bug.
33108         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33109         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33110         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33111         original wcwidth in non-UTF-8 locales.
33112         * modules/wcwidth (Depends-on): Add localcharset, streq,
33113         uniwidth/width.
33114         * doc/functions/wcwidth.texi: Update.
33115
33116 2007-07-07  Bruno Haible  <bruno@clisp.org>
33117
33118         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33119         (wcwidth): New declaration.
33120         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33121         macros.
33122         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33123         here. Prepare for creating <wchar.h> unconditionally.
33124         * modules/wchar (Depends-on): Add link-warning.
33125         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33126         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33127         * lib/wcwidth.h: Remove file.
33128         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33129         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33130         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33131         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33132         (Include): Replace wcwidth.h with <wchar.h>.
33133         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33134         * lib/mbchar.h: Don't include wcwidth.h.
33135         * lib/mbswidth.c: Likewise.
33136         * NEWS: Mention the change.
33137
33138 2007-07-07  Bruno Haible  <bruno@clisp.org>
33139
33140         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33141         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33142         definition with an external declaration.
33143         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33144         defined as a function. Remove AC_C_INLINE requirement.
33145         * modules/wcwidth (Files): Add lib/wcwidth.c.
33146         (Makefile.am): Remove redundant statement.
33147
33148 2007-07-07  Bruno Haible  <bruno@clisp.org>
33149
33150         * MODULES.html.sh (Unicode string functions): Add the new modules.
33151
33152         * tests/uniwidth/test-u32-strwidth.c: New file.
33153         * modules/uniwidth/u32-strwidth-tests: New file.
33154
33155         * lib/uniwidth/u32-strwidth.c: New file.
33156         * modules/uniwidth/u32-strwidth: New file.
33157
33158         * tests/uniwidth/test-u16-strwidth.c: New file.
33159         * modules/uniwidth/u16-strwidth-tests: New file.
33160
33161         * lib/uniwidth/u16-strwidth.c: New file.
33162         * modules/uniwidth/u16-strwidth: New file.
33163
33164         * tests/uniwidth/test-u8-strwidth.c: New file.
33165         * modules/uniwidth/u8-strwidth-tests: New file.
33166
33167         * lib/uniwidth/u8-strwidth.c: New file.
33168         * modules/uniwidth/u8-strwidth: New file.
33169
33170         * tests/uniwidth/test-u32-width.c: New file.
33171         * modules/uniwidth/u32-width-tests: New file.
33172
33173         * lib/uniwidth/u32-width.c: New file.
33174         * modules/uniwidth/u32-width: New file.
33175
33176         * tests/uniwidth/test-u16-width.c: New file.
33177         * modules/uniwidth/u16-width-tests: New file.
33178
33179         * lib/uniwidth/u16-width.c: New file.
33180         * modules/uniwidth/u16-width: New file.
33181
33182         * tests/uniwidth/test-u8-width.c: New file.
33183         * modules/uniwidth/u8-width-tests: New file.
33184
33185         * lib/uniwidth/u8-width.c: New file.
33186         * modules/uniwidth/u8-width: New file.
33187
33188         * tests/uniwidth/test-uc_width.c: New file.
33189         * modules/uniwidth/width-tests: New file.
33190
33191         * lib/uniwidth/width.c: New file, from GNU libiconv.
33192         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33193         * modules/uniwidth/width: New file.
33194
33195         * lib/uniwidth.h: New file, from GNU libiconv.
33196         * modules/uniwidth/base: New file.
33197
33198 2007-07-07  Bruno Haible  <bruno@clisp.org>
33199
33200         * lib/uniname.h: New file, from GNU gettext.
33201         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33202         * lib/uniname/uninames.h: New file, from GNU gettext.
33203         * lib/uniname/uniname.c: New file, from GNU gettext.
33204         * tests/uniname/test-uninames.sh: New file.
33205         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33206         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33207         * modules/uniname/base: New file.
33208         * modules/uniname/uniname: New file.
33209         * modules/uniname/uniname-tests: New file.
33210         * MODULES.html.sh (Unicode string functions): Add the new modules.
33211
33212 2007-07-06  Bruno Haible  <bruno@clisp.org>
33213
33214         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33215
33216 2007-07-06  Bruno Haible  <bruno@clisp.org>
33217
33218         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33219         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33220         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33221         include <sys/time.h>.
33222         Reported by Eric Blake.
33223
33224 2007-07-06  Eric Blake  <ebb9@byu.net>
33225
33226         Fix testing canonicalize on cygwin.
33227         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33228         Revert patch from 2007-06-19.
33229         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33230         canonicalize module is also in use.
33231         * tests/test-canonicalize.c: New file.
33232         * tests/test-canonicalize.sh: Likewise.
33233         * modules/canonicalize-tests: Likewise.
33234
33235 2007-07-06  Jim Meyering  <jim@meyering.net>
33236
33237         * lib/getugroups.c (getugroups): Detect getgrent failure.
33238         Adjust comment to reflect reality: this function may return -1.
33239
33240 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33241
33242         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33243         the new TP address.
33244         (usage): Fix typo
33245         (gnulib_mk): New variable.
33246
33247 2007-07-05  Jim Meyering  <jim@meyering.net>
33248
33249         Don't let endgrent clobber errno, no matter how improbable.
33250         * lib/getugroups.c (getugroups): Save and restore errno around
33251         endgrent call.
33252
33253         Close the group DB even when failing with 2^31 or more members.
33254         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33255
33256 2007-07-04  Jim Meyering  <jim@meyering.net>
33257
33258         * lib/getugroups.h: New file.
33259         * lib/getugroups.c: Include "getugroups.h".
33260         Remove uses of "register" keyword.
33261         Move local variable, "cp", down into scope where used.
33262         Give "username" parameter the "const" attribute.
33263         * modules/getugroups (Files): Add lib/getugroups.h
33264
33265 2007-07-04  Karl Berry  <karl@gnu.org>
33266
33267         * MODULES.html.sh (func_all_modules): Complete rename of
33268         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33269
33270 2007-07-02  Bruno Haible  <bruno@clisp.org>
33271
33272         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33273         mode, when inttypes.h comes from gnulib.
33274         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33275
33276 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33277
33278         * NEWS: Mention lgpl module name change.
33279
33280         * modules/lgpl-2.1: Renamed from lgpl.
33281
33282         * NEWS: Mention gpl module name change.
33283
33284         * modules/gpl-3.0: New file, based on gpl-2.0.
33285
33286         * modules/gpl-2.0: Renamed from gpl.
33287
33288         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33289         doc/gpl-2.0.texi.
33290
33291 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33292
33293         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33294         #define __STDC_LIMIT_MACROS temporarily while including
33295         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33296         Problem reported by Joel E. Denny in
33297         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33298
33299 2007-07-01  Bruno Haible  <bruno@clisp.org>
33300
33301         * lib/unistdio.h: New file.
33302         * lib/unistdio/u-asnprintf.h: New file.
33303         * lib/unistdio/u-asprintf.h: New file.
33304         * lib/unistdio/u-printf-args.c: New file.
33305         * lib/unistdio/u-printf-args.h: New file.
33306         * lib/unistdio/u-printf-parse.h: New file.
33307         * lib/unistdio/u-snprintf.h: New file.
33308         * lib/unistdio/u-sprintf.h: New file.
33309         * lib/unistdio/u-vasprintf.h: New file.
33310         * lib/unistdio/u-vsnprintf.h: New file.
33311         * lib/unistdio/u-vsprintf.h: New file.
33312         * lib/unistdio/ulc-asnprintf.c: New file.
33313         * lib/unistdio/ulc-asprintf.c: New file.
33314         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33315         * lib/unistdio/ulc-printf-parse.c: New file.
33316         * lib/unistdio/ulc-snprintf.c: New file.
33317         * lib/unistdio/ulc-sprintf.c: New file.
33318         * lib/unistdio/ulc-vasnprintf.c: New file.
33319         * lib/unistdio/ulc-vasprintf.c: New file.
33320         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33321         * lib/unistdio/ulc-vsnprintf.c: New file.
33322         * lib/unistdio/ulc-vsprintf.c: New file.
33323         * lib/unistdio/u8-asnprintf.c: New file.
33324         * lib/unistdio/u8-asprintf.c: New file.
33325         * lib/unistdio/u8-printf-parse.c: New file.
33326         * lib/unistdio/u8-snprintf.c: New file.
33327         * lib/unistdio/u8-sprintf.c: New file.
33328         * lib/unistdio/u8-vasnprintf.c: New file.
33329         * lib/unistdio/u8-vasprintf.c: New file.
33330         * lib/unistdio/u8-vsnprintf.c: New file.
33331         * lib/unistdio/u8-vsprintf.c: New file.
33332         * lib/unistdio/u8-u8-asnprintf.c: New file.
33333         * lib/unistdio/u8-u8-asprintf.c: New file.
33334         * lib/unistdio/u8-u8-snprintf.c: New file.
33335         * lib/unistdio/u8-u8-sprintf.c: New file.
33336         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33337         * lib/unistdio/u8-u8-vasprintf.c: New file.
33338         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33339         * lib/unistdio/u8-u8-vsprintf.c: New file.
33340         * lib/unistdio/u16-asnprintf.c: New file.
33341         * lib/unistdio/u16-asprintf.c: New file.
33342         * lib/unistdio/u16-printf-parse.c: New file.
33343         * lib/unistdio/u16-snprintf.c: New file.
33344         * lib/unistdio/u16-sprintf.c: New file.
33345         * lib/unistdio/u16-vasnprintf.c: New file.
33346         * lib/unistdio/u16-vasprintf.c: New file.
33347         * lib/unistdio/u16-vsnprintf.c: New file.
33348         * lib/unistdio/u16-vsprintf.c: New file.
33349         * lib/unistdio/u16-u16-asnprintf.c: New file.
33350         * lib/unistdio/u16-u16-asprintf.c: New file.
33351         * lib/unistdio/u16-u16-snprintf.c: New file.
33352         * lib/unistdio/u16-u16-sprintf.c: New file.
33353         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33354         * lib/unistdio/u16-u16-vasprintf.c: New file.
33355         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33356         * lib/unistdio/u16-u16-vsprintf.c: New file.
33357         * lib/unistdio/u32-asnprintf.c: New file.
33358         * lib/unistdio/u32-asprintf.c: New file.
33359         * lib/unistdio/u32-printf-parse.c: New file.
33360         * lib/unistdio/u32-snprintf.c: New file.
33361         * lib/unistdio/u32-sprintf.c: New file.
33362         * lib/unistdio/u32-vasnprintf.c: New file.
33363         * lib/unistdio/u32-vasprintf.c: New file.
33364         * lib/unistdio/u32-vsnprintf.c: New file.
33365         * lib/unistdio/u32-vsprintf.c: New file.
33366         * lib/unistdio/u32-u32-asnprintf.c: New file.
33367         * lib/unistdio/u32-u32-asprintf.c: New file.
33368         * lib/unistdio/u32-u32-snprintf.c: New file.
33369         * lib/unistdio/u32-u32-sprintf.c: New file.
33370         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33371         * lib/unistdio/u32-u32-vasprintf.c: New file.
33372         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33373         * lib/unistdio/u32-u32-vsprintf.c: New file.
33374         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33375         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33376         * tests/unistdio/test-ulc-printf1.h: New file.
33377         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33378         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33379         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33380         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33381         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33382         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33383         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33384         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33385         * tests/unistdio/test-u8-asnprintf1.c: New file.
33386         * tests/unistdio/test-u8-asnprintf1.h: New file.
33387         * tests/unistdio/test-u8-printf1.h: New file.
33388         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33389         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33390         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33391         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33392         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33393         * tests/unistdio/test-u8-vasprintf1.c: New file.
33394         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33395         * tests/unistdio/test-u8-vsprintf1.c: New file.
33396         * tests/unistdio/test-u16-asnprintf1.c: New file.
33397         * tests/unistdio/test-u16-asnprintf1.h: New file.
33398         * tests/unistdio/test-u16-printf1.h: New file.
33399         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33400         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33401         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33402         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33403         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33404         * tests/unistdio/test-u16-vasprintf1.c: New file.
33405         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33406         * tests/unistdio/test-u16-vsprintf1.c: New file.
33407         * tests/unistdio/test-u32-asnprintf1.c: New file.
33408         * tests/unistdio/test-u32-asnprintf1.h: New file.
33409         * tests/unistdio/test-u32-printf1.h: New file.
33410         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33411         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33412         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33413         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33414         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33415         * tests/unistdio/test-u32-vasprintf1.c: New file.
33416         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33417         * tests/unistdio/test-u32-vsprintf1.c: New file.
33418         * modules/unistdio/base: New file.
33419         * modules/unistdio/u-printf-args: New file.
33420         * modules/unistdio/ulc-asnprintf: New file.
33421         * modules/unistdio/ulc-asprintf: New file.
33422         * modules/unistdio/ulc-fprintf: New file.
33423         * modules/unistdio/ulc-printf-parse: New file.
33424         * modules/unistdio/ulc-snprintf: New file.
33425         * modules/unistdio/ulc-sprintf: New file.
33426         * modules/unistdio/ulc-vasnprintf: New file.
33427         * modules/unistdio/ulc-vasprintf: New file.
33428         * modules/unistdio/ulc-vfprintf: New file.
33429         * modules/unistdio/ulc-vsnprintf: New file.
33430         * modules/unistdio/ulc-vsprintf: New file.
33431         * modules/unistdio/u8-asnprintf: New file.
33432         * modules/unistdio/u8-asprintf: New file.
33433         * modules/unistdio/u8-printf-parse: New file.
33434         * modules/unistdio/u8-snprintf: New file.
33435         * modules/unistdio/u8-sprintf: New file.
33436         * modules/unistdio/u8-vasnprintf: New file.
33437         * modules/unistdio/u8-vasprintf: New file.
33438         * modules/unistdio/u8-vsnprintf: New file.
33439         * modules/unistdio/u8-vsprintf: New file.
33440         * modules/unistdio/u8-u8-asnprintf: New file.
33441         * modules/unistdio/u8-u8-asprintf: New file.
33442         * modules/unistdio/u8-u8-snprintf: New file.
33443         * modules/unistdio/u8-u8-sprintf: New file.
33444         * modules/unistdio/u8-u8-vasnprintf: New file.
33445         * modules/unistdio/u8-u8-vasprintf: New file.
33446         * modules/unistdio/u8-u8-vsnprintf: New file.
33447         * modules/unistdio/u8-u8-vsprintf: New file.
33448         * modules/unistdio/u16-asnprintf: New file.
33449         * modules/unistdio/u16-asprintf: New file.
33450         * modules/unistdio/u16-printf-parse: New file.
33451         * modules/unistdio/u16-snprintf: New file.
33452         * modules/unistdio/u16-sprintf: New file.
33453         * modules/unistdio/u16-vasnprintf: New file.
33454         * modules/unistdio/u16-vasprintf: New file.
33455         * modules/unistdio/u16-vsnprintf: New file.
33456         * modules/unistdio/u16-vsprintf: New file.
33457         * modules/unistdio/u16-u16-asnprintf: New file.
33458         * modules/unistdio/u16-u16-asprintf: New file.
33459         * modules/unistdio/u16-u16-snprintf: New file.
33460         * modules/unistdio/u16-u16-sprintf: New file.
33461         * modules/unistdio/u16-u16-vasnprintf: New file.
33462         * modules/unistdio/u16-u16-vasprintf: New file.
33463         * modules/unistdio/u16-u16-vsnprintf: New file.
33464         * modules/unistdio/u16-u16-vsprintf: New file.
33465         * modules/unistdio/u32-asnprintf: New file.
33466         * modules/unistdio/u32-asprintf: New file.
33467         * modules/unistdio/u32-printf-parse: New file.
33468         * modules/unistdio/u32-snprintf: New file.
33469         * modules/unistdio/u32-sprintf: New file.
33470         * modules/unistdio/u32-vasnprintf: New file.
33471         * modules/unistdio/u32-vasprintf: New file.
33472         * modules/unistdio/u32-vsnprintf: New file.
33473         * modules/unistdio/u32-vsprintf: New file.
33474         * modules/unistdio/u32-u32-asnprintf: New file.
33475         * modules/unistdio/u32-u32-asprintf: New file.
33476         * modules/unistdio/u32-u32-snprintf: New file.
33477         * modules/unistdio/u32-u32-sprintf: New file.
33478         * modules/unistdio/u32-u32-vasnprintf: New file.
33479         * modules/unistdio/u32-u32-vasprintf: New file.
33480         * modules/unistdio/u32-u32-vsnprintf: New file.
33481         * modules/unistdio/u32-u32-vsprintf: New file.
33482         * modules/unistdio/ulc-asnprintf-tests: New file.
33483         * modules/unistdio/ulc-vasnprintf-tests: New file.
33484         * modules/unistdio/ulc-vasprintf-tests: New file.
33485         * modules/unistdio/ulc-vsnprintf-tests: New file.
33486         * modules/unistdio/ulc-vsprintf-tests: New file.
33487         * modules/unistdio/u8-asnprintf-tests: New file.
33488         * modules/unistdio/u8-vasnprintf-tests: New file.
33489         * modules/unistdio/u8-vasprintf-tests: New file.
33490         * modules/unistdio/u8-vsnprintf-tests: New file.
33491         * modules/unistdio/u8-vsprintf-tests: New file.
33492         * modules/unistdio/u16-asnprintf-tests: New file.
33493         * modules/unistdio/u16-vasnprintf-tests: New file.
33494         * modules/unistdio/u16-vasprintf-tests: New file.
33495         * modules/unistdio/u16-vsnprintf-tests: New file.
33496         * modules/unistdio/u16-vsprintf-tests: New file.
33497         * modules/unistdio/u32-asnprintf-tests: New file.
33498         * modules/unistdio/u32-vasnprintf-tests: New file.
33499         * modules/unistdio/u32-vasprintf-tests: New file.
33500         * modules/unistdio/u32-vsnprintf-tests: New file.
33501         * modules/unistdio/u32-vsprintf-tests: New file.
33502         * MODULES.html.sh (Unicode string functions): Add the new modules.
33503
33504 2007-07-01  Bruno Haible  <bruno@clisp.org>
33505
33506         * lib/sprintf.c (sprintf): Limit the available length estimation,
33507         to avoid address wraparound.
33508         * lib/vsprintf.c (vsprintf): Likewise.
33509         * modules/sprintf-posix (Dependencies): Add stdint.
33510         * modules/vsprintf-posix (Dependencies): Likewise.
33511
33512 2007-07-01  Bruno Haible  <bruno@clisp.org>
33513
33514         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33515         Windows PATH as well. Conservative double-quoting. Comments.
33516
33517 2007-07-01  Bruno Haible  <bruno@clisp.org>
33518             Eric Blake  <ebb9@byu.net>
33519             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33520
33521         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33522         empty components in $PATH, denoting '.'.
33523
33524 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33525
33526         * gnulib-tool: Fix indentation.
33527         (func_create_megatestdir): Likewise.
33528         Report by Bruno Haible.
33529
33530 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33531
33532         Sync from Automake.
33533         * build-aux/gnupload: Fix shell portability issues with for loops.
33534         Report by Karl Berry.
33535
33536 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33537
33538         * build-aux/maint.mk (POURL): Use translationproject.org.
33539
33540 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33541             Bruno Haible  <bruno@clisp.org>
33542
33543         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33544         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33545         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33546         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33547         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33548
33549 2007-06-27  Bruno Haible  <bruno@clisp.org>
33550
33551         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33552         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33553
33554 2007-06-26  Karl Berry  <karl@gnu.org>
33555
33556         * MODULES.html.sh: remove xreadlink-with-size.
33557
33558 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33559
33560         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33561         method that I hope also handles the double-include problem noted
33562         by Bruno Haible in
33563         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33564
33565 2007-06-23  Bruno Haible  <bruno@clisp.org>
33566
33567         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33568         Don't let the 'mostlyclean' target fail if the last subdirectory could
33569         not be removed.
33570         Reported by Karl Berry.
33571
33572 2007-06-23  Bruno Haible  <bruno@clisp.org>
33573
33574         * gnulib-tool (echo): Add a speedier workaround for ksh.
33575         * tests/test-echo.sh: Likewise.
33576
33577 2007-06-23  Bruno Haible  <bruno@clisp.org>
33578
33579         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33580         * tests/test-echo.sh: Likewise.
33581
33582 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33583
33584         * gnulib-tool (IFS): Initialize early, so we don't set it to
33585         empty later.
33586         (self_abspathname): Rewrite algorithm to set it, reindent.
33587         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33588         (func_create_megatestdir): Merge some sed scripts.
33589
33590 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33591
33592         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33593         exposed by Sun Studio 11 cc on Solaris 8.
33594
33595 2007-06-22  Bruno Haible  <bruno@clisp.org>
33596
33597         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33598         backslashes.
33599         * tests/test-echo.sh: New file.
33600
33601 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33602
33603         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33604         simplify `sed_replace_build_aux' scripts, they are portable but
33605         echoing them with `echo' is not.
33606         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33607
33608 2007-06-21  Karl Berry  <karl@gnu.org>
33609
33610         * config/srclist.txt: guess we can't handle the licenses via
33611         srclist at the moment.
33612
33613 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33614
33615         * MODULES.html.sh: Add include_next.
33616         * modules/include_next: New file.
33617
33618 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33619
33620         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33621         INCLUDE_NEXT.
33622         (gl_CHECK_NEXT_HEADERS): New macro.
33623         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33624         the obsolescent gl_ABSOLUTE_HEADER.
33625         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33626         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33627         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33628         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33629         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33630         * m4/math_h.m4 (gl_MATH_H): Likewise.
33631         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33632         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33633         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33634         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33635         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33636         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33637         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33638         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33639         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33640         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33641         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33642         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33643         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33644         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33645         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33646         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33647         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33648         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33649         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33650         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33651         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33652         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33653         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33654         * lib/float_.h: Likewise.
33655         * lib/inttypes_.h: Likewise.
33656         * lib/math_.h: Likewise.
33657         * lib/search_.h: Likewise.
33658         * lib/signal_.h: Likewise.
33659         * lib/stdint_.h: Likewise.
33660         * lib/stdio_.h: Likewise.
33661         * lib/stdlib_.h: Likewise.
33662         * lib/string_.h: Likewise.
33663         * lib/sys_stat_.h: Likewise.
33664         * lib/sys_time_.h: Likewise.
33665         * lib/time_.h: Likewise.
33666         * lib/unistd_.h: Likewise.
33667         * lib/wchar_.h: Likewise.
33668         * lib/wctype_.h: Likewise.
33669         * lib/dirent_.h: Likewise.
33670         * lib/iconv_.h: Likewise.
33671         * lib/locale_.h: Likewise.
33672         * lib/netinet_in_.h: Likewise.
33673         * lib/sys_select_.h: Likewise.
33674         * lib/sys_socket_.h: Likewise.
33675         * lib/sysexits_.h: Likewise.
33676         * modules/fcntl (Depends-on): Depend on include_next, not
33677         absolute_header.
33678         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33679         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33680         * modules/fchdir: Likewise.
33681         * modules/float: Likewise.
33682         * modules/iconv_open: Likewise.
33683         * modules/inttypes: Likewise.
33684         * modules/locale: Likewise.
33685         * modules/math: Likewise.
33686         * modules/netinet_in: Likewise.
33687         * modules/search: Likewise.
33688         * modules/signal: Likewise.
33689         * modules/stdint: Likewise.
33690         * modules/stdio: Likewise.
33691         * modules/stdlib: Likewise.
33692         * modules/string: Likewise.
33693         * modules/sys_select: Likewise.
33694         * modules/sys_socket: Likewise.
33695         * modules/sys_stat: Likewise.
33696         * modules/sys_time: Likewise.
33697         * modules/sysexits: Likewise.
33698         * modules/time: Likewise.
33699         * modules/unistd: Likewise.
33700         * modules/wchar: Likewise.
33701         * modules/wctype: Likewise.
33702         * modules/sys_stat: Change maintainer to "all".
33703         * modules/unistd: Likewise.
33704
33705 2007-06-20  Karl Berry  <karl@gnu.org>
33706
33707         * config/srclist.txt: track www changes in license files.
33708
33709 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33710
33711         * build-aux/bootstrap: Remove stray dot.
33712         Make sure build_aux settings are honored when linking
33713         gnulib_extra_files.
33714
33715 2007-06-19  Eric Blake  <ebb9@byu.net>
33716
33717         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33718         Allow compilation on cygwin.
33719
33720 2007-06-19  Jim Meyering  <jim@meyering.net>
33721
33722         xreadlink-with-size: Remove module.  No longer used.
33723         Ex-callers now use xreadlink or mreadlink-with-size.
33724         * modules/xreadlink-with-size: Remove module.
33725         * lib/xreadlink-with-size.c: Remove file.
33726         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33727         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33728         just before the function definition *is* accurate.
33729
33730         Eliminate one way canonicalize_filename_mode could exit.
33731         * lib/canonicalize.c (canonicalize_filename_mode):
33732         Use mreadlink_with_size, not xreadlink_with_size.
33733
33734 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33735
33736         Detect porting problems to FreeBSD/arm, which has time_t wider than
33737         long int.  Original problem reported for GNU diff by Xin Li in
33738         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33739         * modules/getdate (Depends-on): Add intprops, verify.
33740         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33741         is an integer type no wider than long int.
33742
33743 2007-06-18  Jim Meyering  <jim@meyering.net>
33744
33745         New module: mreadlink-with-size.
33746         * MODULES.html.sh: Add mreadlink-with-size.
33747         * modules/mreadlink-with-size: New module
33748         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33749         not xreadlink-with-size.
33750         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33751
33752 2007-06-16  Bruno Haible  <bruno@clisp.org>
33753
33754         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33755         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33756         Reported by Gary V. Vaughan <gary@gnu.org>.
33757
33758 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33759
33760         Revamp lchown so that it lives in unistd.h where it belongs.
33761         * lib/lchown.h: Remove.
33762         * lib/dirchownmod.c: Don't include lib/lchown.h.
33763         * lib/fchownat.c: Likewise.
33764         * lib/openat.c: Likewise.
33765         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33766         does not follow symlinks.
33767         (EOPNOTSUPP): Define if not defined.
33768         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33769         is defined to 0.
33770         (lchown): New decl.
33771         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33772         Do not check for lchown decl.
33773         Set REPLACE_LCHOWN.
33774         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33775         REPLACE_LCHOWN.
33776         * modules/chown: Make it clear it follows symlinks.
33777         * modules/lchown: Make it clear it doesn't follow symlinks.
33778         (Files): Remove lib/lchown.h
33779         (Depends-on): Add unistd.
33780         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33781         (Include): Include <unistd.h>, not "lchown.h".
33782         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33783         REPLACE_LCHOWN.
33784
33785 2007-06-15  Jim Meyering  <jim@meyering.net>
33786
33787         Change license (GPL to LGPL) of fsusage and dependents.
33788         * modules/fsusage (License): Change to LGPL.
33789         * modules/full-read (License): Likewise.
33790         * modules/full-write (License): Likewise.
33791         * modules/safe-read (License): Likewise.
33792         * modules/safe-write (License): Likewise.
33793
33794 2007-06-14  Ben Pfaff  <blp@gnu.org>
33795
33796         Missing part of allocsa -> malloca transition.
33797         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33798         gl_MALLOCA.
33799
33800 2007-06-12  Bruno Haible  <bruno@clisp.org>
33801
33802         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33803         to ia64, x86_64, i386.
33804         Reported by Eric Blake.
33805
33806 2007-06-12  Bruno Haible  <bruno@clisp.org>
33807
33808         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33809         cross-compiling to x86_64.
33810
33811 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33812
33813         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33814         glitch reported by Ralf Wildenhues in
33815         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33816
33817         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33818         Vin Shelton.
33819
33820 2007-06-11  Bruno Haible  <bruno@clisp.org>
33821
33822         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33823         replacement string.
33824         Reported by Eric Blake.
33825
33826 2007-06-10  Bruno Haible  <bruno@clisp.org>
33827
33828         Prepare vasnprintf code for use with Unicode strings.
33829         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33830         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33831         TYPE_U32_STRING.
33832         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33833         a_u32_string variants.
33834         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33835         * lib/printf-args.c: Don't include config.h and the specification
33836         header if PRINTF_FETCHARGS is already defined.
33837         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33838         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33839         TYPE_U16_STRING, TYPE_U32_STRING.
33840         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33841         u16_directive, u16_directives, u32_directive, u32_directives): New
33842         types.
33843         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33844         New declarations.
33845         * lib/printf-parse.c: Don't include config.h and the specification
33846         header if PRINTF_PARSE is already defined. Eliminate the set of
33847         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33848         them now. Include c-ctype.h.
33849         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33850         directive and CHAR_T_ONLY_ASCII.
33851         * lib/vasnprintf.c: Don't include config.h and the specification header
33852         if VASNPRINTF is already defined.
33853         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33854         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33855         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33856         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33857         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33858         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33859         code accordingly.
33860         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33861         pad_ourselves also in this case, with the 'c' and 's' directives, and
33862         with a different notion of "width".
33863         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33864
33865 2007-06-10  Bruno Haible  <bruno@clisp.org>
33866
33867         * modules/unistr/u32-mbsnlen: New file.
33868         * lib/unistr/u32-mbsnlen.c: New file.
33869
33870         * modules/unistr/u16-mbsnlen: New file.
33871         * lib/unistr/u16-mbsnlen.c: New file.
33872
33873         * modules/unistr/u8-mbsnlen: New file.
33874         * lib/unistr/u8-mbsnlen.c: New file.
33875
33876         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33877         declarations.
33878
33879 2007-06-10  Bruno Haible  <bruno@clisp.org>
33880
33881         * lib/string_.h (mbsnlen): New declaration.
33882         * lib/mbsnlen.c: New file.
33883         * m4/mbsnlen.m4: New file.
33884         * modules/mbsnlen: New file.
33885         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33886         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33887         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33888
33889 2007-06-10  Bruno Haible  <bruno@clisp.org>
33890
33891         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33892
33893 2007-06-10  Bruno Haible  <bruno@clisp.org>
33894
33895         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33896         * lib/mbuiter.h: Likewise.
33897
33898 2007-06-10  Bruno Haible  <bruno@clisp.org>
33899
33900         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33901         declaration.
33902
33903 2007-06-10  Karl Berry  <karl@gnu.org>
33904
33905         * config/srclist.txt: remove gettext entries, Bruno prefers
33906         to update individually.
33907
33908 2007-06-10  Bruno Haible  <bruno@clisp.org>
33909
33910         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33911         'maxlen'. Ensure only length + width bytes are allocated, not
33912         length + 1 + width.
33913
33914 2007-06-09  Bruno Haible  <bruno@clisp.org>
33915
33916         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33917         (CHAR_T): Remove macro.
33918         (VASNPRINTF): Update.
33919
33920 2007-06-09  Bruno Haible  <bruno@clisp.org>
33921
33922         * MODULES.html.sh (Unicode string functions): Add the new modules.
33923
33924         * modules/uniconv/u32-conv-to-enc: New file.
33925         * lib/uniconv/u32-conv-to-enc.c: New file.
33926         * modules/uniconv/u32-conv-to-enc-tests: New file.
33927         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33928
33929         * modules/uniconv/u16-conv-to-enc: New file.
33930         * lib/uniconv/u16-conv-to-enc.c: New file.
33931         * lib/uniconv/u-conv-to-enc.h: New file.
33932         * modules/uniconv/u16-conv-to-enc-tests: New file.
33933         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33934
33935         * modules/uniconv/u8-conv-to-enc: New file.
33936         * lib/uniconv/u8-conv-to-enc.c: New file.
33937         * modules/uniconv/u8-conv-to-enc-tests: New file.
33938         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33939
33940         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33941         u32_conv_to_encoding): New declarations.
33942
33943 2007-06-09  Bruno Haible  <bruno@clisp.org>
33944
33945         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33946
33947 2007-06-09  Bruno Haible  <bruno@clisp.org>
33948
33949         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33950         * modules/malloca: Renamed from modules/allocsa, updated.
33951         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33952         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33953         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33954         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33955         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33956         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33957         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33958         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33959         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33960         * modules/c-strcasestr (Depends-on): Update.
33961         * lib/c-strcasestr.c: Update.
33962         * modules/c-strstr (Depends-on): Update.
33963         * lib/c-strstr.c: Update.
33964         * modules/canonicalize-lgpl (Depends-on): Update.
33965         * lib/canonicalize-lgpl.c: Update.
33966         * modules/clean-temp (Depends-on): Update.
33967         * lib/clean-temp.c: Update.
33968         * modules/csharpcomp (Depends-on): Update.
33969         * lib/csharpcomp.c: Update.
33970         * modules/csharpexec (Depends-on): Update.
33971         * lib/csharpexec.c: Update.
33972         * modules/javacomp (Depends-on): Update.
33973         * lib/javacomp.c: Update.
33974         * modules/javaexec (Depends-on): Update.
33975         * lib/javaexec.c: Update.
33976         * modules/mbscasestr (Depends-on): Update.
33977         * lib/mbscasestr.c: Update.
33978         * modules/mbsstr (Depends-on): Update.
33979         * lib/mbsstr.c: Update.
33980         * modules/setenv (Depends-on): Update.
33981         * lib/setenv.c: Update.
33982         * modules/strcasestr (Depends-on): Update.
33983         * lib/strcasestr.c: Update.
33984         * modules/striconveha (Depends-on): Update.
33985         * lib/striconveha.c: Update.
33986         * modules/relocatable-prog-wrapper (Files): Update.
33987         * lib/relocwrapper.c: Update.
33988         * build-aux/install-reloc: Update.
33989         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33990
33991 2007-06-08  Bruno Haible  <bruno@clisp.org>
33992
33993         Port to uClibc.
33994         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33995         * lib/fpurge.c (fpurge): Likewise.
33996         * lib/freading.c (freading): Likewise.
33997         * lib/fseeko.c (rpl_fseeko): Likewise.
33998         * lib/fseterr.c (fseterr): Likewise.
33999         * lib/fwriting.c (fwriting): Likewise.
34000         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34001
34002 2007-06-08  Bruno Haible  <bruno@clisp.org>
34003
34004         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34005         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34006         * modules/gettext (Files): Add m4/intlmacosx.m4.
34007
34008 2007-06-07  Bruno Haible  <bruno@clisp.org>
34009
34010         * modules/localename-tests: New file.
34011         * tests/test-localename.c: New file.
34012
34013         New module 'localename'.
34014         * lib/localename.h: New file.
34015         * lib/localename.c: New file, from GNU gettext.
34016         * m4/localename.m4: New file.
34017         * modules/localename: New file.
34018
34019 2007-06-07  Bruno Haible  <bruno@clisp.org>
34020
34021         Work around the lack of <wchar.h> on some builds of uClibc.
34022         * doc/headers/wchar.texi: Update.
34023         * lib/wchar_.h: Include <wchar.h> only if it exists.
34024         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34025         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34026         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34027         doesn't exist.
34028         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34029         * modules/mbfile (Depends-on): Add wchar.
34030         * modules/mbiter (Depends-on): Likewise.
34031         * modules/mbuiter (Depends-on): Likewise.
34032         Reported by Simon Josefsson.
34033
34034 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34035
34036         Work around problem reported by Steven M. Schweda in
34037         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34038         Tru64 5.1B with the Compaq compiler environment installed declares
34039         an 'isblank' function but does not define it in the C library.
34040         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34041         * lib/regex_internal.h (isblank): Likewise.
34042         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34043         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34044
34045 2007-06-05  Bruno Haible  <bruno@clisp.org>
34046
34047         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34048         ia64.
34049         * modules/printf-safe: New file.
34050         * modules/fprintf-posix (Depends-on): Add printf-safe.
34051         * modules/printf-posix (Depends-on): Likewise.
34052         * modules/snprintf-posix (Depends-on): Likewise.
34053         * modules/sprintf-posix (Depends-on): Likewise.
34054         * modules/vasnprintf-posix (Depends-on): Likewise.
34055         * modules/vasprintf-posix (Depends-on): Likewise.
34056         * modules/vfprintf-posix (Depends-on): Likewise.
34057         * modules/vprintf-posix (Depends-on): Likewise.
34058         * modules/vsnprintf-posix (Depends-on): Likewise.
34059         * modules/vsprintf-posix (Depends-on): Likewise.
34060         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34061         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34062         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34063         "no" on i386, x86_64, ia64.
34064         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34065         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34066         on i386, x86_64, ia64.
34067         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34068         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34069         on i386, x86_64, ia64.
34070         * tests/test-vasnprintf-posix.c: Include float.h.
34071         (LDBL80_WORDS): New macro.
34072         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34073         on i386, x86_64, ia64.
34074         * tests/test-vasprintf-posix.c: Include float.h.
34075         (LDBL80_WORDS): New macro.
34076         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34077         on i386, x86_64, ia64.
34078         * tests/test-snprintf-posix.c: Include float.h.
34079         * tests/test-sprintf-posix.c: Likewise.
34080         * tests/test-vsnprintf-posix.c: Likewise.
34081         * tests/test-vsprintf-posix.c: Likewise.
34082
34083 2007-06-05  Bruno Haible  <bruno@clisp.org>
34084
34085         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34086         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34087         non-IEEE numbers on i386, x86_64, ia64.
34088         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34089         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34090         * tests/test-isnanl.h: Include float.h.
34091         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34092
34093 2007-06-05  Bruno Haible  <bruno@clisp.org>
34094
34095         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34096         also the %a / %A. Handle the %a / %A code before this extra handling.
34097
34098 2007-06-05  Bruno Haible  <bruno@clisp.org>
34099
34100         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34101         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34102
34103 2007-06-05  Bruno Haible  <bruno@clisp.org>
34104
34105         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34106         typo in variable name.
34107
34108 2007-06-05  Eric Blake  <ebb9@byu.net>
34109
34110         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34111         Reported by Simon Josefsson.
34112
34113 2007-06-04  Bruno Haible  <bruno@clisp.org>
34114
34115         Avoid test failures on some PowerPC platforms.
34116         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34117         Define differently for PowerPC.
34118         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34119         Reported by Gary V. Vaughan <gary@gnu.org>.
34120
34121 2007-06-02  Bruno Haible  <bruno@clisp.org>
34122
34123         Fix test-stdint failure on FreeBSD/ia64.
34124         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34125         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34126         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34127         * doc/headers/stdint.texi: Update.
34128
34129 2007-06-01  Bruno Haible  <bruno@clisp.org>
34130
34131         * tests/test-binary-io.c (main): Pass a third argument to open().
34132         Reported by Gary V. Vaughan <gary@gnu.org>.
34133
34134 2007-06-01  Bruno Haible  <bruno@clisp.org>
34135
34136         * doc/functions/frexpl.texi: Update for mingw.
34137
34138 2007-06-01  Bruno Haible  <bruno@clisp.org>
34139
34140         * tests/test-lseek.c (main): Disable test of errno for invalid third
34141         argument.
34142         * doc/functions/lseek.texi: Update.
34143         Reported by Gary V. Vaughan <gary@gnu.org>.
34144
34145 2007-05-28  Bruno Haible  <bruno@clisp.org>
34146
34147         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34148
34149 2007-05-31  Eric Blake  <ebb9@byu.net>
34150
34151         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34152         cross compiling.
34153
34154 2007-05-30  Eric Blake  <ebb9@byu.net>
34155         and Bruno Haible  <bruno@clisp.org>
34156
34157         Work around mingw test failures exposed by m4-1.4.9b.
34158         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34159         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34160         moment.
34161
34162 2007-05-30  Bruno Haible  <bruno@clisp.org>
34163
34164         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34165         assuming that they are closed. Needed on HP-UX 11.
34166
34167 2007-05-29  Bruno Haible  <bruno@clisp.org>
34168
34169         Fix a problem with #include_next.
34170         * lib/dirent_.h: Split the double-inclusion guard.
34171         * lib/fcntl_.h: Likewise.
34172         * lib/float_.h: Likewise.
34173         * lib/iconv_.h: Likewise.
34174         * lib/inttypes_.h: Likewise.
34175         * lib/locale_.h: Likewise.
34176         * lib/math_.h: Likewise.
34177         * lib/netinet_in_.h: Likewise.
34178         * lib/search_.h: Likewise.
34179         * lib/signal_.h: Likewise.
34180         * lib/stdint_.h: Likewise.
34181         * lib/stdio_.h: Likewise.
34182         * lib/stdlib_.h: Likewise.
34183         * lib/string_.h: Likewise.
34184         * lib/sys_select_.h: Likewise.
34185         * lib/sys_socket_.h: Likewise.
34186         * lib/sys_stat_.h: Likewise.
34187         * lib/sys_time_.h: Likewise.
34188         * lib/sysexits_.h: Likewise.
34189         * lib/time_.h: Likewise.
34190         * lib/unistd_.h: Likewise.
34191         * lib/wchar_.h: Likewise.
34192         * lib/wctype_.h: Likewise.
34193
34194 2007-05-29  Bruno Haible  <bruno@clisp.org>
34195
34196         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34197         for the moment.
34198
34199 2007-05-29  Bruno Haible  <bruno@clisp.org>
34200
34201         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34202         invocation.
34203         Reported by Eric Blake.
34204
34205 2007-05-29  Bruno Haible  <bruno@clisp.org>
34206
34207         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34208         compiling case.
34209
34210 2007-05-29  Eric Blake  <ebb9@byu.net>
34211             Bruno Haible  <bruno@clisp.org>
34212
34213         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34214         cross compiles.
34215
34216 2007-05-28  Eric Blake  <ebb9@byu.net>
34217
34218         * modules/closein-tests (test_closein_LDADD): Support test on
34219         cygwin with libtool.
34220
34221 2007-05-28  Bruno Haible  <bruno@clisp.org>
34222
34223         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34224         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34225         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34226         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34227         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34228         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34229         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34230         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34231         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34232
34233 2007-05-28  Eric Blake  <ebb9@byu.net>
34234
34235         Unconditionally include <config.h> in unit tests.
34236         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34237         * tests/test-allocsa.c, tests/test-arcfour.c,
34238         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34239         tests/test-array_list.c, tests/test-array_oset.c,
34240         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34241         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34242         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34243         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34244         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34245         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34246         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34247         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34248         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34249         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34250         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34251         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34252         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34253         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34254         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34255         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34256         test-md5.c, test-memmem.c, test-printf-posix.c,
34257         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34258         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34259         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34260         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34261         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34262         test-vasnprintf-posix2.c, test-vasnprintf.c,
34263         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34264         test-vfprintf-posix.c, test-vprintf-posix.c,
34265         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34266         test-xvasprintf.c: Likewise.
34267
34268 2007-05-28  Bruno Haible  <bruno@clisp.org>
34269
34270         * gnulib-tool (func_import): Remember the --with-tests command-line
34271         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34272         Reported by Eric Blake.
34273
34274 2007-05-28  Bruno Haible  <bruno@clisp.org>
34275
34276         * modules/ftell-tests: New file.
34277         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34278         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34279
34280         * lib/ftell.c: New file.
34281         * modules/ftell: New file.
34282         * m4/ftell.m4: New file.
34283         * doc/functions/ftell.texi: Update.
34284         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34285         REPLACE_FTELL.
34286         * lib/stdio_.h (rpl_ftell): New declaration.
34287         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34288         REPLACE_FTELL.
34289
34290 2007-05-28  Eric Blake  <ebb9@byu.net>
34291
34292         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34293
34294 2007-05-28  Bruno Haible  <bruno@clisp.org>
34295
34296         * modules/fseek-tests: New file.
34297         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34298         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34299
34300         * lib/fseek.c: New file.
34301         * modules/fseek: New file.
34302         * m4/fseek.m4: New file.
34303         * doc/functions/fseek.texi: Update.
34304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34305         REPLACE_FSEEK.
34306         * lib/stdio_.h (rpl_fseek): New declaration.
34307         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34308         REPLACE_FSEEK.
34309
34310 2007-05-28  Bruno Haible  <bruno@clisp.org>
34311
34312         * lib/stdio_.h (fflush): More comments.
34313
34314 2007-05-28  Bruno Haible  <bruno@clisp.org>
34315
34316         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34317         runtime test.
34318
34319 2007-05-28  Eric Blake  <ebb9@byu.net>
34320
34321         Improve lseek module.
34322         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34323         * lib/unistd_.h (lseek): Scale back link warning message.
34324         * tests/test-lseek.c: Beef up test.
34325         * tests/test-lseek.sh: Exercise more facets of lseek.
34326         Reported by Bruno Haible.
34327
34328 2007-05-28  Bruno Haible  <bruno@clisp.org>
34329
34330         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34331         to define.
34332
34333 2007-05-27  Bruno Haible  <bruno@clisp.org>
34334
34335         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34336
34337 2007-05-27  Bruno Haible  <bruno@clisp.org>
34338
34339         * modules/openmp: New file.
34340         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34341         Noah Misch.
34342
34343 2007-05-26  Bruno Haible  <bruno@clisp.org>
34344
34345         * modules/chdir-long (Depends-on): Add fchdir.
34346         * modules/chdir-safer (Depends-on): Likewise.
34347         * modules/fts (Depends-on): Likewise.
34348         * modules/fts-lgpl (Depends-on): Likewise.
34349         * modules/openat (Depends-on): Likewise.
34350         * modules/savewd (Depends-on): Likewise.
34351
34352 2007-05-24  Eric Blake  <ebb9@byu.net>
34353
34354         Fix lseek on mingw.
34355         * modules/lseek: New module.
34356         * m4/lseek.m4: New file.
34357         * lib/lseek.c: New file.
34358         * modules/lseek-tests: New file.
34359         * tests/test-lseek.c: New file.
34360         * tests/test-lseek.sh: New file.
34361         * MODULES.html.sh: Document lseek module.
34362         * modules/fflush (Depends-on): Add lseek, fseeko.
34363         * modules/fseeko (Depends-on): Likewise.
34364         * modules/ftello (Depends-on): Likewise.
34365         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34366         broken.
34367         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34368         broken.
34369         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34370         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34371         * lib/ftello.c (rpl_ftello): Likewise.
34372         * tests/test-fseeko.c (main): Test this.
34373         * tests/test-fseeko.sh: Likewise.
34374         * tests/test-ftello.c (main): Likewise.
34375         * tests/test-ftello.sh: Likewise.
34376         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34377         implies replacing fseek.
34378         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34379         HAVE_FTELLO.
34380         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34381         * modules/unistd (Makefile.am): Likewise.
34382         * lib/unistd_.h (lseek): Declare a replacement.
34383         * doc/functions/lseek.texi (lseek): Document this fix.
34384         * doc/functions/fseek.texi (fseek): Likewise.
34385         * doc/functions/ftell.texi (ftell): Likewise.
34386
34387 2007-05-24  Bruno Haible  <bruno@clisp.org>
34388
34389         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34390         in the printed representation of a NaN.
34391         * tests/test-vasprintf-posix.c (test_function): Likewise.
34392         * tests/test-snprintf-posix.h (test_function): Likewise.
34393         * tests/test-sprintf-posix.h (test_function): Likewise.
34394         Reported by Eric Blake.
34395
34396 2007-05-23  Eric Blake  <ebb9@byu.net>
34397
34398         Fix fseeko/ftello on cygwin 1.5.24.
34399         * doc/functions/fseeko.texi (fseeko): Document the fix.
34400         * doc/functions/ftello.texi (ftello): Document the fix.
34401         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34402         * doc/functions/stdout.text (stdout): New file.
34403         * doc/functions/stderr.text (stderr): New file.
34404         * doc/gnulib.texi (Function Substitutes): Use new files.
34405         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34406         prior to 1.7.0.
34407         * tests/test-ftello.c (main): Likewise for ftello.
34408         * tests/test-fseeko.sh: New file.
34409         * tests/test-ftello.sh: New file.
34410         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34411         with seekable stdin.
34412         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34413         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34414         (gl_REPLACE_FSEEKO): New macro.
34415         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34416         * modules/fseeko (Files): Distribute fseeko.c.
34417         * modules/ftello (Files): Distribute ftello.c.
34418         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34419         mode.
34420         * lib/ftello.c (rpl_ftello): New file.
34421         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34422         fseeko, ftello.
34423         (gl_STDIN_LARGE_OFFSET): New macro.
34424         * modules/stdio (Makefile.am): Perform the replacement.
34425         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34426
34427 2007-05-23  Bruno Haible  <bruno@clisp.org>
34428
34429         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34430         GNULIB_POSIXCHECK is defined.
34431
34432 2007-05-21  Bruno Haible  <bruno@clisp.org>
34433
34434         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34435         Check also the output for NaN arguments. When cross-compiling, guess
34436         no on IRIX.
34437         * lib/vasnprintf.c: Update comments.
34438         * tests/test-vasnprintf-posix.c (strisnan): New function.
34439         (test_function): Use it.
34440         * tests/test-vasprintf-posix.c (strisnan): New function.
34441         (test_function): Use it.
34442         * tests/test-snprintf-posix.h (strisnan): New function.
34443         (test_function): Use it.
34444         * tests/test-sprintf-posix.h (strisnan): New function.
34445         (test_function): Use it.
34446         Reported by Eric Blake.
34447
34448 2007-05-20  Bruno Haible  <bruno@clisp.org>
34449
34450         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34451         numbers that fails on BeOS.
34452         * doc/functions/frexpl.texi: Update.
34453
34454 2007-05-20  Jim Meyering  <jim@meyering.net>
34455
34456         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34457         forced upon us by glibc-2.6.
34458
34459 2007-05-20  Bruno Haible  <bruno@clisp.org>
34460
34461         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34462         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34463         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34464         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34465         NEED_PRINTF_INFINITE.
34466         (is_infinitel): New function.
34467         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34469         gl_PREREQ_VASNPRINTF_INFINITE.
34470         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34471         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34472         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34473         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34474         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34475         gl_PREREQ_VASNPRINTF_INFINITE.
34476         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34477         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34478         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34479         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34480         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34481         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34482         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34483         * doc/functions/fprintf.texi: Update.
34484         * doc/functions/printf.texi: Update.
34485         * doc/functions/snprintf.texi: Update.
34486         * doc/functions/sprintf.texi: Update.
34487         * doc/functions/vfprintf.texi: Update.
34488         * doc/functions/vprintf.texi: Update.
34489         * doc/functions/vsnprintf.texi: Update.
34490         * doc/functions/vsprintf.texi: Update.
34491
34492 2007-05-20  Bruno Haible  <bruno@clisp.org>
34493
34494         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34495         was not found in libc.
34496         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34497
34498 2007-05-20  Bruno Haible  <bruno@clisp.org>
34499
34500         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34501         printed as "-nan" instead of "nan".
34502         * tests/test-vasprintf-posix.c (test_function): Likewise.
34503         * tests/test-snprintf-posix.h (test_function): Likewise.
34504         * tests/test-sprintf-posix.h (test_function): Likewise.
34505         Needed for HP-UX 11.
34506
34507 2007-05-20  Jim Meyering  <jim@meyering.net>
34508
34509         Fix buggy test for the fchownat-deref bug.
34510         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34511         symlink required for the run-test.  Without it, this test would
34512         always declare that fchownat doesn't work, and client code would
34513         unnecessarily use the replacement function with fixed libc.
34514         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34515         Reported by Greg Schafer.
34516
34517 2007-05-19  Bruno Haible  <bruno@clisp.org>
34518
34519         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34520         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34521         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34522         Needed for IRIX 6.5 and Solaris 2.5.1.
34523
34524 2007-05-19  Bruno Haible  <bruno@clisp.org>
34525
34526         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34527         (test_function): Skip tests involving -0.0 on platforms where
34528         -0.0 = 0.0.
34529         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34530         (test_function): Skip tests involving -0.0 on platforms where
34531         -0.0 = 0.0.
34532         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34533         (test_function): Skip tests involving -0.0 on platforms where
34534         -0.0 = 0.0.
34535         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34536         (test_function): Skip tests involving -0.0 on platforms where
34537         -0.0 = 0.0.
34538         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34539         tests.
34540         * tests/test-printf-posix.h (test_function): Likewise.
34541         * tests/test-printf-posix.output: Remove all -0.0 related results.
34542         Needed for IRIX 6.5.
34543
34544 2007-05-19  Bruno Haible  <bruno@clisp.org>
34545
34546         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34547         printed as "nan0x7fffffff" instead of "nan".
34548         * tests/test-vasprintf-posix.c (test_function): Likewise.
34549         * tests/test-snprintf-posix.h (test_function): Likewise.
34550         * tests/test-sprintf-posix.h (test_function): Likewise.
34551         * tests/test-fprintf-posix.h (NaN): Remove macro.
34552         (test_function): Remove all NaN related tests.
34553         * tests/test-printf-posix.h (NaN): Remove macro.
34554         (test_function): Remove all NaN related tests.
34555         * tests/test-printf-posix.output: Remove all NaN related results.
34556         Needed for IRIX 6.5.
34557
34558 2007-05-19  Bruno Haible  <bruno@clisp.org>
34559
34560         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34561         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34562
34563 2007-05-19  Bruno Haible  <bruno@clisp.org>
34564
34565         * lib/float_.h: New file.
34566         * m4/float_h.m4: New file.
34567         * modules/float: New file.
34568         * modules/isnanl (Dependencies): Add float.
34569         * modules/isnanl-nolibm (Dependencies): Likewise.
34570         * modules/mathl (Dependencies): Likewise.
34571         * modules/printf-frexpl (Dependencies): Likewise.
34572         * modules/signbit (Dependencies): Likewise.
34573         * modules/vasnprintf (Dependencies): Likewise.
34574         * doc/headers/float.texi: Update.
34575
34576 2007-05-19  Jim Meyering  <jim@meyering.net>
34577
34578         * lib/utimens.c (gl_futimens): Rename from futimens,
34579         now that glibc-2.6 declares futimens.
34580         * lib/utimens.h: Likewise.
34581
34582 2007-05-19  Bruno Haible  <bruno@clisp.org>
34583
34584         Avoid test failures on mingw.
34585         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34586         * tests/test-printf-posix.sh: Likewise.
34587         * tests/test-vfprintf-posix.sh: Likewise.
34588         * tests/test-vprintf-posix.sh: Likewise.
34589
34590 2007-05-19  Bruno Haible  <bruno@clisp.org>
34591
34592         Fix *printf result for NaN, Inf, -0.0 on mingw.
34593         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34594         * lib/vasnprintf.c: Include math.h and isnan.h.
34595         (is_infinite_or_zero): New function.
34596         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34597         values in the %f, %F, %e, %E, %g, %G directives.
34598         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34599         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34600         gl_PRINTF_INFINITE and test its result. Invoke
34601         gl_PREREQ_VASNPRINTF_INFINITE.
34602         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34603         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34604         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34605         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34606         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34607         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34608         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34609         * doc/functions/fprintf.texi: Update.
34610         * doc/functions/printf.texi: Update.
34611         * doc/functions/snprintf.texi: Update.
34612         * doc/functions/sprintf.texi: Update.
34613         * doc/functions/vfprintf.texi: Update.
34614         * doc/functions/vprintf.texi: Update.
34615         * doc/functions/vsnprintf.texi: Update.
34616         * doc/functions/vsprintf.texi: Update.
34617
34618 2007-05-19  Bruno Haible  <bruno@clisp.org>
34619
34620         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34621         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34622         Instead of multiplying with 10^k, set extra_zeroes to k.
34623         (scale10_round_long_double): Remove function.
34624
34625 2007-05-18  Bruno Haible  <bruno@clisp.org>
34626
34627         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34628         introduced on 2007-05-06.
34629
34630 2007-05-18  Bruno Haible  <bruno@clisp.org>
34631
34632         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34633         %g directives.
34634         * tests/test-vasprintf-posix.c (test_function): Likewise.
34635         * tests/test-snprintf-posix.h (test_function): Likewise.
34636         * tests/test-sprintf-posix.h (test_function): Likewise.
34637
34638 2007-05-18  Bruno Haible  <bruno@clisp.org>
34639
34640         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34641         (strmatch): New function.
34642         (test_function): Test the %f directive on numbers of various exponents.
34643         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34644         (strmatch): New function.
34645         (test_function): Test the %f directive on numbers of various exponents.
34646         * tests/test-snprintf-posix.h (strmatch): New function.
34647         (test_function): Test the %f directive on numbers of various exponents.
34648         * tests/test-sprintf-posix.h (strmatch): New function.
34649         (test_function): Test the %f directive on numbers of various exponents.
34650         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34651         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34652         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34653         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34654
34655 2007-05-18  Bruno Haible  <bruno@clisp.org>
34656
34657         Add support for 'long double' number output.
34658         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34659         * lib/vasnprintf.c: Include math.h and float+.h.
34660         (mp_limb_t): New type.
34661         (GMP_LIMB_BITS): New macro.
34662         (mp_twolimb_t): New type.
34663         (GMP_TWOLIMB_BITS): New macro.
34664         (mpn_t): New type.
34665         (multiply, divide, convert_to_decimal, decode_long_double,
34666         scale10_round_long_double, scale10_round_decimal_long_double,
34667         floorlog10l): New functions.
34668         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34669         for the %f, %F, %e, %E, %g, %G directives.
34670         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34671         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34672         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34673         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34674         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34675         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34676         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34677         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34678         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34679         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34680         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34681         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34682         * modules/snprintf-posix (Depends-on): Likewise.
34683         * modules/sprintf-posix (Depends-on): Likewise.
34684         * modules/vasnprintf-posix (Depends-on): Likewise.
34685         * modules/vasprintf-posix (Depends-on): Likewise.
34686         * modules/vfprintf-posix (Depends-on): Likewise.
34687         * modules/vsnprintf-posix (Depends-on): Likewise.
34688         * modules/vsprintf-posix (Depends-on): Likewise.
34689         * modules/vasnprintf (Files): Add lib/float+.h.
34690         * doc/functions/fprintf.texi: Update.
34691         * doc/functions/printf.texi: Update.
34692         * doc/functions/snprintf.texi: Update.
34693         * doc/functions/sprintf.texi: Update.
34694         * doc/functions/vfprintf.texi: Update.
34695         * doc/functions/vprintf.texi: Update.
34696         * doc/functions/vsnprintf.texi: Update.
34697         * doc/functions/vsprintf.texi: Update.
34698
34699 2007-05-18  Bruno Haible  <bruno@clisp.org>
34700
34701         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34702
34703 2007-05-18  Bruno Haible  <bruno@clisp.org>
34704
34705         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34706         for printing 64-bit integers. Needed for mingw.
34707
34708 2007-05-18  Bruno Haible  <bruno@clisp.org>
34709
34710         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34711         gl_FUNC_FREXPL_WORKS.
34712         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34713
34714 2007-05-18  Bruno Haible  <bruno@clisp.org>
34715
34716         * modules/frexpl-nolibm-tests: New file.
34717
34718         * modules/frexpl-nolibm: New file.
34719         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34720
34721 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34722
34723         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34724         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34725         GCC 4.2, which otherwise issues a lot of warnings.
34726         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34727         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34728         Likewise.
34729         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34730         * modules/iconv_open (iconv.h): Likewise.
34731         * modules/locale (locale.h): Likewise.
34732         * modules/netinet_in (netinet/in.h): Likewise.
34733         * modules/sys_select (sys_select.h): Likewise.
34734         * modules/sys_socket (sys/socket.h): Likewise.
34735         * modules/sys_stat (sys/stat.h): Likewise.
34736         * modules/sysexits (sysexits.h): Likewise.
34737         * modules/unistd (unistd.h): Likewise.
34738
34739 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34740
34741         * modules/closein-tests (Makefile.am): Distribute
34742         `test-closein.sh'.
34743
34744 2007-05-17  Bruno Haible  <bruno@clisp.org>
34745
34746         * tests/test-printf-posix.output: Renamed from
34747         tests/test-fprintf-posix.out.
34748         * modules/fprintf-posix-tests: Update.
34749         * modules/printf-posix-tests: Update.
34750         * modules/vfprintf-posix-tests: Update.
34751         * modules/vprintf-posix-tests: Update.
34752         * tests/test-fprintf-posix.sh: Update.
34753         * tests/test-printf-posix.sh: Update.
34754         * tests/test-vfprintf-posix.sh: Update.
34755         * tests/test-vprintf-posix.sh: Update.
34756         Reported by Ralf Wildenhues.
34757
34758 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34759
34760         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34761         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34762         GCC 4.2, which otherwise issues a lot of warnings.
34763         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34764         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34765         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34766         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34767         it should no longer be needed.
34768         * lib/string_.h: Likewise.
34769         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34770         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34771         * modules/inttypes (inttypes.h): Likewise.
34772         * modules/math (math.h): Likewise.
34773         * modules/search (search.h): Likewise.
34774         * modules/signal (signal.h): Likewise.
34775         * modules/stdint (stdint.h): Likewise.
34776         * modules/stdio (stdio.h): Likewise.
34777         * modules/stdlib (stdlib.h): Likewise.
34778         * modules/string (string.h): Likewise.
34779         * modules/sys_time (sys/time.h): Likewise.
34780         * modules/time (time.h): Likewise.
34781         * modules/wchar (wchar.h): Likewise.
34782         * modules/wctype (wtype.h): Likewise.
34783
34784 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34785
34786         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34787
34788 2007-05-13  Bruno Haible  <bruno@clisp.org>
34789
34790         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34791         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34792         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34793         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34794         (gl_PREREQ_STRTOK_R): Don't require it here.
34795
34796 2007-05-13  Bruno Haible  <bruno@clisp.org>
34797
34798         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34799         when used in C++ mode.
34800
34801 2007-05-12  Bruno Haible  <bruno@clisp.org>
34802
34803         * lib/linebuffer.h: Tweak doc.
34804         * lib/linebuffer.c: Likewise.
34805
34806 2007-05-12  James Youngman  <jay@gnu.org>
34807
34808         * lib/linebuffer.c (readlinebuffer_delim): New function,
34809         like readlinebuffer, but use a caller-specified delimiter.
34810         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34811         as the delimiter.
34812         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34813
34814 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34815
34816         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34817         * modules/openat (Files): Remove openat-die.c.
34818         (Depends-on): Add openat-die.
34819         * modules/openat-die: New module.
34820
34821 2007-05-06  Bruno Haible  <bruno@clisp.org>
34822
34823         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34824         Update with info about Cygwin.
34825         * doc/functions/fprintf.texi: Update.
34826         * doc/functions/printf.texi: Update.
34827         * doc/functions/snprintf.texi: Update.
34828         * doc/functions/sprintf.texi: Update.
34829         * doc/functions/vfprintf.texi: Update.
34830         * doc/functions/vprintf.texi: Update.
34831         * doc/functions/vsnprintf.texi: Update.
34832         * doc/functions/vsprintf.texi: Update.
34833         Reported by Eric Blake.
34834
34835 2007-05-06  Bruno Haible  <bruno@clisp.org>
34836
34837         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34838         padding ourselves for the floating-point directives.
34839         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34840         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34841         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34842         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34843         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34844         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34845         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34846         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34847         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34848         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34849         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34850         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34851         * tests/test-snprintf-posix.h (test_function): Also check the width
34852         and some flags in the %f directive.
34853         * tests/test-sprintf-posix.h (test_function): Likewise.
34854         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34855         * tests/test-vasprintf-posix.c (test_function): Likewise.
34856         * doc/functions/fprintf.texi: Update.
34857         * doc/functions/printf.texi: Update.
34858         * doc/functions/snprintf.texi: Update.
34859         * doc/functions/sprintf.texi: Update.
34860         * doc/functions/vfprintf.texi: Update.
34861         * doc/functions/vprintf.texi: Update.
34862         * doc/functions/vsnprintf.texi: Update.
34863         * doc/functions/vsprintf.texi: Update.
34864
34865 2007-05-06  Bruno Haible  <bruno@clisp.org>
34866
34867         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34868         pass the ' flag character to sprintf or snprintf.
34869         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34870         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34871         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34872         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34873         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34874         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34875         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34876         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34877         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34878         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34879         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34880         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34881         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34882         flag.
34883         * tests/test-sprintf-posix.h (test_function): Likewise.
34884         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34885         * tests/test-vasprintf-posix.c (test_function): Likewise.
34886         * doc/functions/fprintf.texi: Update.
34887         * doc/functions/printf.texi: Update.
34888         * doc/functions/snprintf.texi: Update.
34889         * doc/functions/sprintf.texi: Update.
34890         * doc/functions/vfprintf.texi: Update.
34891         * doc/functions/vprintf.texi: Update.
34892         * doc/functions/vsnprintf.texi: Update.
34893         * doc/functions/vsprintf.texi: Update.
34894
34895 2007-05-01  Bruno Haible  <bruno@clisp.org>
34896
34897         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34898
34899 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34900
34901         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34902         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34903
34904 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34905
34906         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34907         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34908         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34909
34910 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34911
34912         * lib/argp-help.c (struct hol_entry): New member `ord'.
34913         (HOL_ENTRY_PTRCMP): Use ord for comparison
34914         (hol_sort): Initialize ord.
34915
34916 2007-05-01  Bruno Haible  <bruno@clisp.org>
34917
34918         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34919         Reported by Eric Blake.
34920         * doc/gnulib.texi (Function Substitutes): Update.
34921
34922 2007-05-01  Bruno Haible  <bruno@clisp.org>
34923
34924         * doc/functions.texi: Remove file, now redundant through
34925         doc/functions/*.texi.
34926
34927 2007-05-01  Bruno Haible  <bruno@clisp.org>
34928
34929         * modules/argp (Depends-on): Add sleep.
34930
34931 2007-05-01  Bruno Haible  <bruno@clisp.org>
34932
34933         * modules/sleep-tests: New file.
34934         * tests/test-sleep.c: New file.
34935
34936         * modules/sleep: New file.
34937         * lib/sleep.c: New file.
34938         * m4/sleep.m4: New file.
34939         * lib/unistd_.h (sleep): New declaration.
34940         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34941         HAVE_SLEEP.
34942         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34943         * doc/functions/sleep.texi: Document the sleep module.
34944
34945 2007-05-01  Bruno Haible  <bruno@clisp.org>
34946
34947         * lib/sigprocmask.h: Remove file.
34948         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34949         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34950         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34951         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34952         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34953         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34954         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34955         HAVE_SIGSET_T as a shell variable.
34956         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34957         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34958         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34959         (Depends-on): Add signal. Remove verify.
34960         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34961         (Include): Mention <signal.h> instead of sigprocmask.h.
34962         * NEWS: Mention the change.
34963         * lib/fatal-signal.c: Don't include sigprocmask.h.
34964
34965 2007-05-01  Bruno Haible  <bruno@clisp.org>
34966
34967         * modules/signal: New file.
34968         * lib/signal_.h: New file.
34969         * m4/signal_h.m4: New file.
34970
34971 2007-05-01  Bruno Haible  <bruno@clisp.org>
34972
34973         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34974         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34975         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34976         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34977
34978 2007-05-01  Bruno Haible  <bruno@clisp.org>
34979
34980         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34981         configure time.
34982         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34983         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34984         * modules/sys_stat (Makefile.am): Substitute their values into
34985         sys/stat.h.
34986
34987 2007-05-01  Bruno Haible  <bruno@clisp.org>
34988
34989         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34990         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34991         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34992
34993 2007-05-01  Bruno Haible  <bruno@clisp.org>
34994
34995         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34996         'assert' module here.
34997
34998 2007-05-01  Bruno Haible  <bruno@clisp.org>
34999
35000         * doc/functions/*.texi: New files.
35001         * doc/functions/google-ranking.txt: New file.
35002         * doc/gnulib.texi (Function Substitutes): New chapter.
35003         (ctime, inet_ntoa): Remove sections.
35004         * doc/ctime.texi: Remove file.
35005         * doc/inet_ntoa.texi: Remove file.
35006         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35007         dependencies.
35008         (%.info): New rule, specifying a --reference-limit.
35009
35010 2007-05-01  Bruno Haible  <bruno@clisp.org>
35011
35012         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35013
35014 2007-05-01  Bruno Haible  <bruno@clisp.org>
35015
35016         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35017         the portability of 'mkdir' to mingw systems.
35018
35019 2007-05-01  Bruno Haible  <bruno@clisp.org>
35020
35021         * doc/headers/google-ranking.txt: New file.
35022
35023 2007-04-30  Eric Blake  <ebb9@byu.net>
35024
35025         Prefer fseeko to fseek.
35026         * modules/getpass (Depends-on): Add fseeko.
35027         * lib/getpass.c (getpass): Use fseeko, not fseek.
35028
35029 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35030
35031         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35032         assumes the sorting is stable, while most qsort implementations
35033         are not.  Use argument addresses to ensure they never compare as
35034         equal.
35035
35036         * tests/test-argp-2.sh (usage-indent test): Fix output
35037         (func_compare): Restore diff options
35038         * tests/test-argp.c: Restore #include "progname.h"
35039
35040 2007-04-29  Bruno Haible  <bruno@clisp.org>
35041
35042         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35043         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35044         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35045         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35046         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35047         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35048         (TESTS, check_PROGRAMS): Add test-snprintf.
35049         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35050         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35051         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35052         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35053         assertions that fail on HP-UX, OSF/1, or IRIX.
35054         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35055
35056 2007-04-29  Bruno Haible  <bruno@clisp.org>
35057
35058         * MODULES.html.sh (posix_functions): Remove 'contents'.
35059
35060 2007-04-29  Karl Berry  <karl@gnu.org>
35061
35062         * config/srclist.txt (gendocs_template_min): new entry.
35063
35064 2007-04-29  Bruno Haible  <bruno@clisp.org>
35065
35066         Work around fpurge bug on BSD systems.
35067         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35068         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35069         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35070         fpurge to rpl_fpurge if the system already has this function.
35071         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35072         the case where the system already has this function. Correct invariants
35073         on BSD systems.
35074         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35075         BSD systems.
35076
35077 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35078
35079         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35080         proposed by Sven Verdoolaege.
35081
35082         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35083         options.
35084         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35085         (usage and help tests): Update
35086
35087 2007-04-29  Bruno Haible  <bruno@clisp.org>
35088
35089         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35090         Print more information in case of failure. Disable a test on BeOS.
35091
35092 2007-04-29  Bruno Haible  <bruno@clisp.org>
35093
35094         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35095         This helps debugging on systems on which no gdb is available.
35096
35097 2007-04-29  Bruno Haible  <bruno@clisp.org>
35098
35099         * lib/freading.h: Improve comments.
35100         * lib/fwriting.h: Likewise.
35101         * tests/test-freading.c (main): Don't check freading immediately after
35102         repositioning. Needed for glibc.
35103
35104 2007-04-29  Bruno Haible  <bruno@clisp.org>
35105
35106         * lib/freading.c (freading): Trivial simplification.
35107
35108 2007-04-28  Bruno Haible  <bruno@clisp.org>
35109
35110         * tests/test-fwriting.c (main): Also test the interaction between
35111         fflush and fwriting.
35112         * modules/fwriting-tests (Depends-on): Add fflush.
35113
35114         * tests/test-freading.c (main): Also test the interaction between
35115         fflush and freading.
35116         * modules/freading-tests (Depends-on): Add fflush.
35117
35118 2007-04-28  Bruno Haible  <bruno@clisp.org>
35119
35120         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35121         fseeko and ftello.
35122         Suggested by Eric Blake.
35123
35124 2007-04-28  Jim Meyering  <jim@meyering.net>
35125
35126         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35127         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35128         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35129
35130 2007-04-27  Eric Blake  <ebb9@byu.net>
35131
35132         * doc/headers/assert.texi (assert.h): Document assert module use.
35133
35134 2007-04-27  Bruno Haible  <bruno@clisp.org>
35135
35136         * doc/headers/*.texi: New files.
35137         * doc/gnulib.texi (Header File Substitutes): New chapter.
35138         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35139         dependencies.
35140         (standards.info ,standards.html, standards.dvi): Update dependencies.
35141         (mostlyclean, clean): New targets.
35142
35143 2007-04-27  Bruno Haible  <bruno@clisp.org>
35144
35145         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35146         * modules/sysexits (Files, Makefile.am): Update.
35147
35148         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35149         * modules/sys_socket (Files, Makefile.am): Update.
35150
35151         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35152         * modules/sys_stat (Files, Makefile.am): Update.
35153
35154 2007-04-27  Eric Blake  <ebb9@byu.net>
35155
35156         * lib/freading.h: Improve comments.
35157         * lib/fwriting.h: Likewise.
35158         * lib/fflush.c: Likewise.
35159
35160         Fix closein for mingw.
35161         * modules/closein-tests: Add tests for closein.
35162         * tests/test-closein.c: New file.
35163         * tests/test-closein.sh: Likewise.
35164         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35165         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35166
35167 2007-04-27  Bruno Haible  <bruno@clisp.org>
35168
35169         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35170         version is < 6.
35171         * lib/math_.h [__DECC]: Likewise.
35172         * lib/stdio_.h [__DECC]: Likewise.
35173         * lib/stdlib_.h [__DECC]: Likewise.
35174         * lib/string_.h [__DECC]: Likewise.
35175         * lib/time_.h [__DECC]: Likewise.
35176         * lib/wchar_.h [__DECC]: Likewise.
35177         * lib/wctype_.h [__DECC]: Likewise.
35178
35179 2007-04-27  Bruno Haible  <bruno@clisp.org>
35180
35181         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35182
35183 2007-04-27  Bruno Haible  <bruno@clisp.org>
35184
35185         * lib/fflush.c: Add comments.
35186         * modules/fpurge-tests (Depends-on): Add fflush.
35187         * modules/freadable-tests (Depends-on): Likewise.
35188         * modules/fwritable-tests (Depends-on): Likewise.
35189
35190 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35191
35192         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35193         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35194         Report by Bruno Haible <bruno@clisp.org>.
35195
35196 2007-04-26  Eric Blake  <ebb9@byu.net>
35197
35198         Fix fflush on mingw.
35199         * modules/fflush (Depends-on): Add freading.
35200         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35201         but unread data.
35202
35203 2007-04-26  Eric Blake  <ebb9@byu.net>
35204         and Bruno Haible  <bruno@clisp.org>
35205
35206         Implement freading and fwriting.
35207         * lib/freading.c: New file.
35208         * lib/freading.h: Likewise.
35209         * m4/freading.m4: Likewise.
35210         * modules/freading: Likewise.
35211         * modules/freading-tests: Likewise.
35212         * tests/test-freading.c: Likewise.
35213         * lib/fwriting.c: New file.
35214         * lib/fwriting.h: Likewise.
35215         * m4/fwriting.m4: Likewise.
35216         * modules/fwriting: Likewise.
35217         * modules/fwriting-tests: Likewise.
35218         * tests/test-fwriting.c: Likewise.
35219         * MODULES.html.sh (File stream based Input/Output): Mention them.
35220
35221 2007-04-26  Bruno Haible  <bruno@clisp.org>
35222
35223         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35224         'long' when we assume it.
35225         Suggested by Eric Blake.
35226
35227 2007-04-26  Bruno Haible  <bruno@clisp.org>
35228
35229         Ensure fseeko, ftello are declared on glibc systems.
35230         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35231         * modules/fseeko (configure.ac-early): Likewise.
35232         * modules/ftello (configure.ac-early): Likewise.
35233         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35234         AC_FUNC_FSEEKO for this.
35235         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35236         (gl_CHECK_FSEEKO): Remove macro.
35237
35238 2007-04-26  Bruno Haible  <bruno@clisp.org>
35239
35240         * tests/test-fflush.c (main): Also check the ftell result after
35241         fflush and fseek/fseeko.
35242         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35243         file descriptor position cache in the stream.
35244         * lib/fseeko.c (rpl_fseeko): Likewise.
35245
35246 2007-04-26  Bruno Haible  <bruno@clisp.org>
35247
35248         * modules/fflush-tests (Depends-on): Add fseeko.
35249
35250 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35251             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35252
35253         * lib/argz_.h: ensure error_t definition is obtained in same
35254         mechanism system argz.h would have.
35255         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35256         argz facilities are known bad.  Err on the side of caution if
35257         cross-compiling.
35258
35259 2007-04-25  Eric Blake  <ebb9@byu.net>
35260
35261         * lib/fpurge.c (includes): Use stdlib.h for free.
35262         * tests/test-fflush.c (main): Also test fflush-fseeko.
35263
35264 2007-04-25  Bruno Haible  <bruno@clisp.org>
35265
35266         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35267         * lib/fseeko.c: New file.
35268         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35269         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35270         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35271         gl_FUNC_FSEEKO.
35272         (gl_FUNC_FSEEKO): Invoke it.
35273         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35274         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35275         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35276
35277 2007-04-25  Bruno Haible  <bruno@clisp.org>
35278
35279         * modules/fflush (Depends-on): Add ftello.
35280
35281 2007-04-25  Bruno Haible  <bruno@clisp.org>
35282
35283         * modules/ftello-tests: New file.
35284         * tests/test-ftello.c: New file.
35285
35286         * modules/ftello: New file.
35287         * m4/ftello.m4: New file.
35288         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35289         HAVE_FTELLO.
35290         * lib/stdio_.h (ftello): New declaration.
35291         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35292         HAVE_FTELLO.
35293
35294 2007-04-25  Bruno Haible  <bruno@clisp.org>
35295
35296         * modules/fseeko-tests: New file.
35297         * tests/test-fseeko.c: New file.
35298
35299         * modules/fseeko: New file.
35300         * m4/fseeko.m4: New file.
35301         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35302         HAVE_FSEEKO.
35303         * lib/stdio_.h (fseeko): New declaration.
35304         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35305         HAVE_FSEEKO.
35306
35307 2007-04-25  Bruno Haible  <bruno@clisp.org>
35308
35309         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35310
35311 2007-04-25  Bruno Haible  <bruno@clisp.org>
35312
35313         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35314         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35315         * tests/test-unistd.c: Likewise.
35316         * tests/test-fcntl.c: Likewise.
35317
35318 2007-04-23  Eric Blake  <ebb9@byu.net>
35319
35320         * lib/fflush.c: Fix missing include.
35321         Reported by Bruno Haible.
35322
35323 2007-04-23  Bruno Haible  <bruno@clisp.org>
35324
35325         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35326         Reported by Eric Blake.
35327
35328 2007-04-23  Bruno Haible  <bruno@clisp.org>
35329
35330         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35331
35332 2007-04-23  Bruno Haible  <bruno@clisp.org>
35333
35334         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35335
35336 2007-04-23  Bruno Haible  <bruno@clisp.org>
35337
35338         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35339         Needed on HP-UX 11.
35340
35341 2007-04-16  Eric Blake  <ebb9@byu.net>
35342
35343         Make fflush rely on fpurge.
35344         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35345         open coding all variants.
35346         * modules/fflush (Depends-on): Add fpurge and unistd.
35347         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35348         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35349
35350         Fix --with-tests compilation on cygwin.
35351         * modules/argmatch-tests (Makefile.am): List gnulib library first
35352         in LDADD.
35353         * modules/argp-tests (Makefile.am): Likewise.
35354         * modules/array-list-tests (Makefile.am): Likewise.
35355         * modules/array-oset-tests (Makefile.am): Likewise.
35356         * modules/avltree-list-tests (Makefile.am): Likewise.
35357         * modules/avltree-oset-tests (Makefile.am): Likewise.
35358         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35359         * modules/carray-list-tests (Makefile.am): Likewise.
35360         * modules/dirname-tests (Makefile.am): Likewise.
35361         * modules/frexp-tests (Makefile.am): Likewise.
35362         * modules/isnanl-tests (Makefile.am): Likewise.
35363         * modules/linked-list-tests (Makefile.am): Likewise.
35364         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35365         * modules/lock-tests (Makefile.am): Likewise.
35366         * modules/rbtree-list-tests (Makefile.am): Likewise.
35367         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35368         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35369         * modules/tls-tests (Makefile.am): Likewise.
35370         * modules/tsearch-tests (Makefile.am): Likewise.
35371         * modules/xvasprintf-tests (Makefile.am): Likewise.
35372
35373         Fix fpurge for cygwin.
35374         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35375         value.
35376         * modules/fpurge-tests (Depends-on): Clean up trash.
35377
35378 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35379
35380         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35381
35382         * m4/autobuild.m4: Re-indent.
35383
35384 2007-04-13  Bruno Haible  <bruno@clisp.org>
35385
35386         * modules/fpurge-tests: New file.
35387         * tests/test-fpurge.c: New file.
35388
35389         * modules/fpurge: New file.
35390         * lib/fpurge.h: New file.
35391         * lib/fpurge.c: New file.
35392         * m4/fpurge.m4: New file.
35393
35394 2007-04-13  Bruno Haible  <bruno@clisp.org>
35395
35396         * modules/fbufmode-tests: New file.
35397         * tests/test-fbufmode.c: New file.
35398
35399         * modules/fbufmode: New file.
35400         * lib/fbufmode.h: New file.
35401         * lib/fbufmode.c: New file.
35402         * m4/fbufmode.m4: New file.
35403
35404 2007-04-13  Bruno Haible  <bruno@clisp.org>
35405
35406         * modules/fwritable-tests: New file.
35407         * tests/test-fwritable.c: New file.
35408
35409         * modules/fwritable: New file.
35410         * lib/fwritable.h: New file.
35411         * lib/fwritable.c: New file.
35412         * m4/fwritable.m4: New file.
35413
35414 2007-04-13  Bruno Haible  <bruno@clisp.org>
35415
35416         * modules/freadable-tests: New file.
35417         * tests/test-freadable.c: New file.
35418
35419         * modules/freadable: New file.
35420         * lib/freadable.h: New file.
35421         * lib/freadable.c: New file.
35422         * m4/freadable.m4: New file.
35423
35424 2007-04-13  Bruno Haible  <bruno@clisp.org>
35425
35426         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35427         MOSTLYCLEANFILES.
35428
35429 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35430
35431         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35432         gzip bootstrap.conf to avoid dragging in i18n machinery.
35433         (gnulib_tool_option): Use it.
35434
35435 2007-04-13  Bruno Haible  <bruno@clisp.org>
35436
35437         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35438         %F directives.
35439         * tests/test-vasprintf-posix.c (test_function): Likewise.
35440         * tests/test-snprintf-posix.h (test_function): Likewise.
35441         * tests/test-sprintf-posix.h (test_function): Likewise.
35442         * tests/test-fprintf-posix.h (test_function): Likewise.
35443         * tests/test-printf-posix.h (test_function): Likewise.
35444         * tests/test-fprintf-posix.out: Likewise.
35445
35446 2007-04-13  Bruno Haible  <bruno@clisp.org>
35447
35448         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35449         * modules/tls-tests (configure.ac): Likewise.
35450         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35451
35452 2007-04-13  Bruno Haible  <bruno@clisp.org>
35453
35454         * lib/tls.c (glthread_tls_get): Fix return type.
35455         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35456
35457 2007-04-12  Eric Blake  <ebb9@byu.net>
35458
35459         * modules/gettime (Depends-on): Remove gettime.
35460         Reported by Dmitry V. Levin.
35461
35462 2007-04-12  Bruno Haible  <bruno@clisp.org>
35463
35464         * modules/fflush (Include): Mention <stdio.h>.
35465         * modules/strtoimax (Include): Mention <inttypes.h>.
35466         * modules/strtoumax (Include): Likewise.
35467
35468 2007-04-12  Eric Blake  <ebb9@byu.net>
35469
35470         * .cvsignore: New file.
35471         * .gitignore: Likewise.
35472
35473 2007-04-12  Bruno Haible  <bruno@clisp.org>
35474
35475         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35476         not before, since $(LDADD) often contains libgnu.a.
35477         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35478         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35479         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35480         Needed on Cygwin.
35481
35482 2007-04-12  Eric Blake  <ebb9@byu.net>
35483
35484         Work around glibc's failure to flush stdin on fclose.
35485         * lib/closein.c (close_stdin): Flush stdin before closing.
35486
35487         Work around glibc's failure to reset seekable stdin on exit.
35488         * modules/closein: New module.
35489         * lib/closein.c: New file.
35490         * lib/closein.h: Likewise.
35491         * m4/closein.m4: Likewise.
35492         * MODULES.html.sh (File stream based Input/Output): Document it.
35493
35494 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35495
35496         * gnulib-tool: Rename generated 'autobuild' script to
35497         'do-autobuild' in --create-megatestdir output.
35498
35499         * doc/gnulib.texi (Build robot for gnulib): Fix.
35500
35501 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35502
35503         * modules/sysexits (Depends-on): Add absolute-header.
35504
35505 2007-04-12  Eric Blake  <ebb9@byu.net>
35506
35507         No need to preserve errno on success.
35508         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35509         Reported by Bruno Haible.
35510
35511 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35512
35513         * MODULES.html.sh (Support for maintaining and releasing
35514         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35515
35516 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35517
35518         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35519
35520 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35521
35522         * modules/autobuild: New module.
35523
35524         * m4/autobuild.m4: New file.
35525
35526 2007-04-11  Bruno Haible  <bruno@clisp.org>
35527
35528         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35529         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35530         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35532         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35533         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35534         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35535         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35536         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35537         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35538         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35539         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35540         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35541         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35542         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35543         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35544         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35545         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35546         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35547         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35548         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35549         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35550         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35551         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35552         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35553         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35554         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35555         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35556         Reported by Eric Blake.
35557
35558 2007-04-11  Bruno Haible  <bruno@clisp.org>
35559
35560         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35561
35562 2007-04-10  Bruno Haible  <bruno@clisp.org>
35563
35564         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35565         for NaN and Infinity. Needed on FreeBSD 6.1.
35566         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35567         regarding results for "%010a" of Infinity and NaN.
35568         * tests/test-vasprintf-posix.c (test_function): Likewise.
35569         * tests/test-snprintf-posix.h (test_function): Likewise.
35570         * tests/test-sprintf-posix.h (test_function): Likewise.
35571         * tests/test-fprintf-posix.h (test_function): Likewise.
35572         * tests/test-printf-posix.h (test_function): Likewise.
35573         * tests/test-fprintf-posix.out: Likewise.
35574
35575 2007-04-10  Bruno Haible  <bruno@clisp.org>
35576
35577         * modules/locale-tests: New file.
35578         * tests/test-locale.c: New file.
35579
35580         * modules/locale: New file.
35581         * lib/locale_.h: New file.
35582         * m4/locale_h.m4: New file.
35583
35584 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35585             Bruno Haible  <bruno@clisp.org>
35586
35587         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35588         be determined, test for availability of the copysignf, copysign,
35589         copysignl functions.
35590         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35591         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35592         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35593
35594 2007-04-09  Eric Blake  <ebb9@byu.net>
35595
35596         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35597         * modules/stdio (Makefile.am): Support fflush.
35598         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35599         * modules/fflush: New file.
35600         * lib/fflush.c: Likewise.
35601         * m4/fflush.m4: Likewise.
35602         * modules/fflush-tests: New test.
35603         * tests/test-fflush.c: Likewise.
35604         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35605
35606 2007-04-06  Bruno Haible  <bruno@clisp.org>
35607
35608         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35609         (VASNPRINTF): Use signbit for faster determination whether to print a
35610         minus sign.
35611         * modules/vasnprintf (Files): Remove lib/float+.h.
35612         * modules/fprintf-posix (Depends-on): Add signbit.
35613         * modules/snprintf-posix (Depends-on): Likewise.
35614         * modules/sprintf-posix (Depends-on): Likewise.
35615         * modules/vasnprintf-posix (Depends-on): Likewise.
35616         * modules/vasprintf-posix (Depends-on): Likewise.
35617         * modules/vfprintf-posix (Depends-on): Likewise.
35618         * modules/vsnprintf-posix (Depends-on): Likewise.
35619         * modules/vsprintf-posix (Depends-on): Likewise.
35620
35621 2007-04-06  Bruno Haible  <bruno@clisp.org>
35622
35623         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35624         * tests/test-frexpl.c (main): Likewise.
35625         * tests/test-ldexpl.c (main): Likewise.
35626         * modules/frexp-tests (Depends-on): Add signbit.
35627         * modules/frexpl-tests (Depdends-on): Likewise.
35628         * modules/ldexpl-tests (Depdends-on): Likewise.
35629
35630 2007-04-06  Bruno Haible  <bruno@clisp.org>
35631
35632         * modules/signbit-tests: New file.
35633         * tests/test-signbit.c: New file.
35634
35635         * modules/signbit: New file.
35636         * lib/signbitf.c: New file.
35637         * lib/signbitd.c: New file.
35638         * lib/signbitl.c: New file.
35639         * m4/signbit.m4: New file.
35640         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35641         (signbit): New macro.
35642         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35643         REPLACE_SIGNBIT.
35644         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35645         REPLACE_FREXPL into math.h.
35646
35647 2007-04-06  Bruno Haible  <bruno@clisp.org>
35648
35649         * modules/isnanf-nolibm-tests: New file.
35650         * tests/test-isnanf.c: New file.
35651
35652         * modules/isnanf-nolibm: New file.
35653         * lib/isnanf.h: New file.
35654         * lib/isnanf.c: New file.
35655         * lib/isnan.c: Consider the USE_FLOAT macro.
35656         * m4/isnanf.m4: New file.
35657
35658 2007-04-06  Bruno Haible  <bruno@clisp.org>
35659
35660         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35661         (Link): New section.
35662
35663         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35664
35665 2007-04-06  Bruno Haible  <bruno@clisp.org>
35666
35667         Assume the 'long double' type.
35668         * m4/longdouble.m4: Remove file.
35669         * config/srclist.txt: Don't mention longdouble.m4.
35670         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35671         * lib/float+.h: Likewise.
35672         * lib/frexp.c: Likewise.
35673         * lib/printf-args.h: Likewise.
35674         * lib/printf-args.c: Likewise.
35675         * lib/printf-frexp.c: Likewise.
35676         * lib/printf-parse.c: Likewise.
35677         * lib/vasnprintf.c: Likewise.
35678         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35679         * m4/intl.m4: Likewise.
35680         * m4/isnanl.m4: Likewise.
35681         * m4/printf.m4: Likewise.
35682         * m4/printf-frexpl.m4: Likewise.
35683         * m4/vasnprintf.m4: Likewise.
35684         * modules/allocsa (Files): Remove m4/longdouble.m4.
35685         * modules/gettext (Files): Likewise.
35686         * modules/relocatable-prog-wrapper (Files): Likewise.
35687         * modules/vasnprintf (Files): Likewise.
35688         * modules/isnanl (Files): Likewise.
35689         (Include): Simplify.
35690         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35691         (Include): Simplify.
35692         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35693         (Include): Simplify.
35694         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35695         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35696         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35697         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35698         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35699         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35700         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35701         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35702         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35703         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35704         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35705         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35706         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35707         * tests/test-isnanl.c: Likewise.
35708         * tests/test-snprintf-posix.h: Likewise.
35709         * tests/test-sprintf-posix.h: Likewise.
35710         * tests/test-vasnprintf-posix.c: Likewise.
35711         * tests/test-vasnprintf-posix2.c: Likewise.
35712         * tests/test-vasprintf-posix.c: Likewise.
35713
35714 2007-04-06  Bruno Haible  <bruno@clisp.org>
35715
35716         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35717         * lib/math_.h [__DECC]: Include the overridden include file through
35718         #include_next, outside the double-inclusion guard.
35719         * lib/stdio_.h [__DECC]: Likewise.
35720         * lib/stdlib_.h [__DECC]: Likewise.
35721         * lib/string_.h [__DECC]: Likewise.
35722         * lib/time_.h [__DECC]: Likewise.
35723         * lib/wchar_.h [__DECC]: Likewise.
35724         * lib/wctype_.h [__DECC]: Likewise.
35725         * lib/inttypes_.h [__DECC]: Likewise.
35726         Reported by Albert Chin <china@thewrittenword.com> in
35727         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35728
35729 2007-04-04  Eric Blake  <ebb9@byu.net>
35730
35731         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35732         1.5.x.
35733
35734 2007-04-04  Bruno Haible  <bruno@clisp.org>
35735
35736         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35737         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35738
35739 2007-04-04  Bruno Haible  <bruno@clisp.org>
35740
35741         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35742         results for "%010a" of Infinity and NaN.
35743         * tests/test-vasprintf-posix.c (test_function): Likewise.
35744         * tests/test-snprintf-posix.h (test_function): Likewise.
35745         * tests/test-sprintf-posix.h (test_function): Likewise.
35746         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35747         * tests/test-printf-posix.h (test_function): Likewise.
35748         * tests/test-fprintf-posix.out: Update.
35749         Needed for FreeBSD 6.1.
35750
35751 2007-04-04  Bruno Haible  <bruno@clisp.org>
35752
35753         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35754         directly used by the gnulib modules nor by gnulib-tool.
35755
35756 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35757
35758         * DEPENDENCIES: Give overall description of version dependency
35759         desirability.  Use more-typical names for apps.
35760         Add shell, coreutils, diffutils, grep, tar, gzip.
35761
35762 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35763
35764         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35765
35766 2007-04-04  Karl Berry  <karl@gnu.org>
35767
35768         * MODULES.html.sh (func_module): missing '.
35769
35770 2007-04-03  Bruno Haible  <bruno@clisp.org>
35771
35772         * modules/argmatch-tests (Makefile.am): New variable
35773         test_argmatch_LDADD.
35774         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35775         * modules/array-list-tests (Makefile.am): New variable
35776         test_array_list_LDADD.
35777         * modules/array-oset-tests (Makefile.am): New variable
35778         test_array_oset_LDADD.
35779         * modules/avltree-list-tests (Makefile.am): New variable
35780         test_avltree_list_LDADD.
35781         * modules/avltree-oset-tests (Makefile.am): New variable
35782         test_avltree_oset_LDADD.
35783         * modules/avltreehash-list-tests (Makefile.am): New variable
35784         test_avltreehash_list_LDADD.
35785         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35786         test_canonicalize_lgpl_LDADD.
35787         * modules/carray-list-tests (Makefile.am): New variable
35788         test_carray_list_LDADD.
35789         * modules/dirname-tests (Makefile.am): New variable
35790         test_dirname_LDADD.
35791         * modules/linked-list-tests (Makefile.am): New variable
35792         test_linked_list_LDADD.
35793         * modules/linkedhash-list-tests (Makefile.am): New variable
35794         test_linkedhash_list_LDADD.
35795         * modules/rbtree-list-tests (Makefile.am): New variable
35796         test_rbtree_list_LDADD.
35797         * modules/rbtree-oset-tests (Makefile.am): New variable
35798         test_rbtree_oset_LDADD.
35799         * modules/rbtreehash-list-tests (Makefile.am): New variable
35800         test_rbtreehash_list_LDADD.
35801         * modules/xvasprintf-tests (Makefile.am): New variable
35802         test_xvasprintf_LDADD.
35803         Reported by Eric Blake.
35804
35805 2007-04-03  Eric Blake  <ebb9@byu.net>
35806
35807         * DEPENDENCIES: Weaken m4 requirements.
35808
35809 2007-04-03  Bruno Haible  <bruno@clisp.org>
35810
35811         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35812         * modules/isnanl-tests (configure.ac): Likewise.
35813
35814 2007-04-03  Ben Pfaff  <blp@gnu.org>
35815
35816         * modules/iconv_open: Add $(srcdir)/ to source directory
35817         references in Makefile fragments that call gperf, to fix VPATH
35818         builds.
35819
35820 2007-04-03  Bruno Haible  <bruno@clisp.org>
35821
35822         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35823         * lib/ldexpl.c: Undo last change.
35824
35825 2007-04-03  Bruno Haible  <bruno@clisp.org>
35826
35827         * modules/printf-frexpl (Depends-on): Undo last change.
35828         (Files): Add m4/ldexpl.m4.
35829
35830 2007-04-03  Bruno Haible  <bruno@clisp.org>
35831
35832         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35833         * modules/isnanl (Link): New section.
35834
35835         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35836         * modules/frexp (Link): New section.
35837
35838         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35839         * modules/frexpl (Link): New section.
35840
35841         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35842         * modules/ldexpl (Link): New section.
35843
35844 2007-04-03  Bruno Haible  <bruno@clisp.org>
35845
35846         * modules/TEMPLATE-EXTENDED: New file.
35847         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35848
35849 2007-04-03  Bruno Haible  <bruno@clisp.org>
35850
35851         * DEPENDENCIES: New file.
35852         Suggested by Simon Josefsson.
35853
35854 2007-04-03  Bruno Haible  <bruno@clisp.org>
35855
35856         * doc/gnulib.texi: Escape @.
35857
35858 2007-04-03  James Youngman  <jay@gnu.org>
35859         and Paul Eggert  <eggert@cs.ucla.edu>
35860
35861         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35862         birthtime on all systems that have birthtime, not just those which
35863         use st_birthtimensec rather than st_birthtim.  Putting zero in
35864         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35865         that the birth time is not available for files on an NFS mount.
35866
35867 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35868
35869         * modules/memxor: Move back from crypto/, suggested by Bruno.
35870         * modules/crypto/hmac-sha1: Fix memxor dependency.
35871
35872         * modules/crypto/gc: Moved from ../.
35873
35874 2007-04-02  Eric Blake  <ebb9@byu.net>
35875
35876         * lib/ldexpl.c (includes): Avoid libm.
35877
35878         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35879
35880 2007-04-02  Bruno Haible  <bruno@clisp.org>
35881
35882         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35883         on IRIX.
35884
35885 2007-04-02  Bruno Haible  <bruno@clisp.org>
35886
35887         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35888         x86 or x86_64 platforms running MacOS X.
35889         Reported by Ryan Schmidt <@ryandesign.com>.
35890
35891 2007-04-02  Bruno Haible  <bruno@clisp.org>
35892
35893         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35894         i386.
35895
35896 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35897
35898         * modules/crypto/arcfour: Moved from ../.
35899         * modules/crypto/arcfour-tests: Moved from ../.
35900         * modules/crypto/arctwo: Moved from ../.
35901         * modules/crypto/arctwo-tests: Moved from ../.
35902         * modules/crypto/des: Moved from ../.
35903         * modules/crypto/des-tests: Moved from ../.
35904         * modules/crypto/gc-arcfour: Moved from ../.
35905         * modules/crypto/gc-arcfour-tests: Moved from ../.
35906         * modules/crypto/gc-arctwo: Moved from ../.
35907         * modules/crypto/gc-arctwo-tests: Moved from ../.
35908         * modules/crypto/gc-des: Moved from ../.
35909         * modules/crypto/gc-des-tests: Moved from ../.
35910         * modules/crypto/gc-hmac-md5: Moved from ../.
35911         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35912         * modules/crypto/gc-hmac-sha1: Moved from ../.
35913         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35914         * modules/crypto/gc-md2: Moved from ../.
35915         * modules/crypto/gc-md2-tests: Moved from ../.
35916         * modules/crypto/gc-md4: Moved from ../.
35917         * modules/crypto/gc-md4-tests: Moved from ../.
35918         * modules/crypto/gc-md5: Moved from ../.
35919         * modules/crypto/gc-md5-tests: Moved from ../.
35920         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35921         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35922         * modules/crypto/gc-random: Moved from ../.
35923         * modules/crypto/gc-rijndael: Moved from ../.
35924         * modules/crypto/gc-rijndael-tests: Moved from ../.
35925         * modules/crypto/gc-sha1: Moved from ../.
35926         * modules/crypto/gc-sha1-tests: Moved from ../.
35927         * modules/crypto/gc-tests: Moved from ../.
35928         * modules/crypto/hmac-md5: Moved from ../.
35929         * modules/crypto/hmac-md5-tests: Moved from ../.
35930         * modules/crypto/hmac-sha1: Moved from ../.
35931         * modules/crypto/hmac-sha1-tests: Moved from ../.
35932         * modules/crypto/md2: Moved from ../.
35933         * modules/crypto/md2-tests: Moved from ../.
35934         * modules/crypto/md4: Moved from ../.
35935         * modules/crypto/md4-tests: Moved from ../.
35936         * modules/crypto/md5: Moved from ../.
35937         * modules/crypto/md5-tests: Moved from ../.
35938         * modules/crypto/memxor: Moved from ../.
35939         * modules/crypto/rijndael: Moved from ../.
35940         * modules/crypto/rijndael-tests: Moved from ../.
35941         * modules/crypto/sha1: Moved from ../.
35942
35943 2007-03-30  James Youngman  <jay@gnu.org>
35944
35945         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35946         rename() to change the ctime of a file (because ctime is unaffected
35947         by rename on jfs2 on AIX 5.1).
35948         (main): Start by doing cleanup, in case a previous run failed leaving
35949         test files behind.
35950
35951 2007-03-31  Bruno Haible  <bruno@clisp.org>
35952
35953         Support old proprietary implementations of iconv.
35954         * modules/iconv_open: New file.
35955         * lib/iconv_.h: New file.
35956         * m4/iconv_h.m4: New file.
35957         * lib/iconv_open.c: New file.
35958         * lib/iconv_open-aix.gperf: New file.
35959         * lib/iconv_open-hpux.gperf: New file.
35960         * lib/iconv_open-irix.gperf: New file.
35961         * lib/iconv_open-osf.gperf: New file.
35962         * m4/iconv_open.m4: New file.
35963         * modules/linebreak (Depends-on): Add iconv_open.
35964         * modules/striconv (Depends-on): Likewise.
35965         * modules/striconveh (Depends-on): Likewise.
35966         * modules/unicodeio (Depends-on): Likewise.
35967         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35968         (iconv_t)(-1).
35969         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35970         conversion if cd is (iconv_t)(-1).
35971         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35972         is not possible.
35973
35974 2007-03-31  Bruno Haible  <bruno@clisp.org>
35975
35976         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35977         work on Solaris either. Protect also second use of "autodetect_jp".
35978
35979 2007-03-31  Bruno Haible  <bruno@clisp.org>
35980
35981         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35982         the function is not present.
35983
35984 2007-03-31  Bruno Haible  <bruno@clisp.org>
35985
35986         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35987         the function is not present.
35988
35989 2007-03-31  Bruno Haible  <bruno@clisp.org>
35990
35991         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35992         a bug in HP-UX iconv_open().
35993
35994 2007-03-31  Bruno Haible  <bruno@clisp.org>
35995
35996         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35997         (Mathematics <math.h>): New section, add fpieee.
35998         (Input/output <stdio.h>): Add fseterr.
35999         (Mathematics <math.h>): New section, add printf-frexp.
36000         (Container data structures): Add sublist.
36001         (Core language properties): Add fpucw, inline.
36002         (Functions for greatest-width integer types <inttypes.h>): Add
36003         imaxabs, imaxdiv, inttypes.
36004         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36005         isnanl-nolibm, ldexp.
36006         (Mathematics <math.h>): New section, add printf-frexpl.
36007         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36008         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36009         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36010         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36011         (Unicode string functions): Add unistr/u*-mbtoucr.
36012         (Java): Add javacomp-script, javaexec-script.
36013         (C#): Add csharpcomp-script, csharpexec-script.
36014         (Support for building libraries and executables): Add havelib,
36015         relocatable-*.
36016         (Support for maintaining and releasing projects): Renamed from
36017         'Support for maintaining and release projects'. Add announce-gen.
36018
36019 2007-03-31  Bruno Haible  <bruno@clisp.org>
36020
36021         * README: Talk primarily about git.
36022         (git and CVS): Renamed from CVS.
36023         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36024         gnulib is available through git.
36025         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36026
36027 2007-03-30  Bruno Haible  <bruno@clisp.org>
36028
36029         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36030         * lib/poll_.h: Likewise.
36031         * lib/stat_.h: Likewise.
36032         * lib/sys_time_.h: Likewise.
36033         * lib/sysexit_.h: Likewise.
36034         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36035         * lib/stdbool_.h: Likewise.
36036         * lib/byteswap_.h: Add double-inclusion guard.
36037
36038 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36039
36040         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36041
36042 2007-03-30  Karl Berry  <karl@gnu.org>
36043
36044         * config/srclist-update: double space after USA in the license
36045         substitution, since that's how it's usually (?) written.
36046
36047 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36048
36049         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36050         reported by Bruno Haible.
36051
36052 2007-03-29  Bruno Haible  <bruno@clisp.org>
36053
36054         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36055         a bug in AIX iconv().
36056
36057 2007-03-29  Bruno Haible  <bruno@clisp.org>
36058
36059         * modules/ldexpl-tests: New file.
36060         * tests/test-ldexpl.c: New file.
36061
36062 2007-03-29  Bruno Haible  <bruno@clisp.org>
36063
36064         * lib/ldexpl.c: Include fpucw.h.
36065         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36066         multiplication.
36067         * modules/ldexpl (Depends-on): Add fpucw.
36068
36069 2007-03-29  Bruno Haible  <bruno@clisp.org>
36070
36071         * modules/ldexpl: New file.
36072         * m4/ldexpl.m4: New file.
36073         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36074         set.
36075         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36076         REPLACE_LDEXPL.
36077         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36078         REPLACE_LDEXPL.
36079         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36080         gl_FUNC_LDEXPL_WORKS.
36081         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36082         * modules/mathl (Files): Remove lib/ldexpl.c.
36083         (Depends-on): Add ldexpl.
36084
36085 2007-03-29  Bruno Haible  <bruno@clisp.org>
36086
36087         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36088
36089 2007-03-29  Bruno Haible  <bruno@clisp.org>
36090
36091         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36092         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36093         and possibly also HP-UX.
36094         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36095         work on AIX, IRIX, HP-UX, OSF/1.
36096         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36097         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36098         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36099         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36100         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36101         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36102
36103 2007-03-29  Bruno Haible  <bruno@clisp.org>
36104
36105         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36106
36107 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36108
36109         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36110         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36111
36112 2007-03-29  Eric Blake  <ebb9@byu.net>
36113
36114         * lib/acl-internal.h: Remove redundant include.
36115         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36116         Cygwin when a file is locked.
36117
36118 2007-03-29  Bruno Haible  <bruno@clisp.org>
36119
36120         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36121         file.
36122         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36123
36124 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36125
36126         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36127         try to remove a parent directory if the child couldn't be removed
36128         (except for the first rmdir, which could fail because the child
36129         doesn't exist).  Problem reported by Jeff Blaine in
36130         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36131
36132 2007-03-28  Bruno Haible  <bruno@clisp.org>
36133
36134         * lib/striconveh.c (utf8conv_carefully): New function.
36135         (mem_cd_iconveh_internal): Invoke it.
36136
36137 2007-03-28  Bruno Haible  <bruno@clisp.org>
36138
36139         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36140         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36141         input.
36142         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36143         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36144         unistr/u8-uctomb.
36145
36146 2007-03-28  Bruno Haible  <bruno@clisp.org>
36147
36148         * modules/unistr/u8-mbtoucr: New file.
36149         * lib/unistr/u8-mbtoucr.c: New file.
36150         * modules/unistr/u16-mbtoucr: New file.
36151         * lib/unistr/u16-mbtoucr.c: New file.
36152         * modules/unistr/u16-mbtoucr: New file.
36153         * lib/unistr/u16-mbtoucr.c: New file.
36154         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36155
36156 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36157             Bruno Haible  <bruno@clisp.org>
36158
36159         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36160         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36161         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36162
36163         * m4/stdio_h.m4: Add stubs for vasprintf too.
36164
36165         * modules/stdio: Support vasprintf in sed command.
36166
36167         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36168         vasprintf.h.  Add stdio module indicator.
36169
36170         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36171         vasprintf.h.
36172
36173         * lib/vasprintf.h: File removed.
36174
36175         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36176         * lib/vasprintf.c: Ditto.
36177         * lib/xvasprintf.c: Ditto.
36178         * tests/test-vasprintf-posix.c: Ditto.
36179         * tests/test-vasprintf.c: Ditto.
36180
36181 2007-03-27  Bruno Haible  <bruno@clisp.org>
36182
36183         Make vasnprintf multithread-safe.
36184         * lib/vasnprintf.c (decimal_point_char): New function.
36185         (VASNPRINTF): Use it.
36186         Suggested by Simon Josefsson.
36187
36188 2007-03-27  Eric Blake  <ebb9@byu.net>
36189
36190         Support sub-second birthtime on cygwin.
36191         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36192         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36193         (get_stat_birthtime): Also work with st_birthtim.
36194
36195 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36196
36197         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36198         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36199         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36200         (get_stat_birthtime_ns): Simplify compile-time tests.
36201         (get_stat_birthtime): Change the API to look like
36202         get_stat_mtime etc., except return a negative tv_nsec on error.
36203         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36204         Don't check for "spare" fields.
36205         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36206         or for struct stat.st_birthtime, as these tests aren't used.
36207         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36208
36209 2007-03-27  Bruno Haible  <bruno@clisp.org>
36210
36211         * lib/stat-time.h: Include <sys/stat.h>.
36212
36213 2007-03-27  James Youngman  <jay@gnu.org>
36214
36215         * lib/stat-time.h (get_stat_birthtime): New function for
36216           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36217         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36218           and its variants.
36219         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36220         * modules/stat-time-test: New file.
36221         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36222
36223 2007-03-26  Bruno Haible  <bruno@clisp.org>
36224
36225         Better support of signalling NaNs.
36226         * lib/atanl.c: Include isnanl.h.
36227         (atanl): Perform test for NaN at the beginning of the function and
36228         through a call to isnanl.
36229         * lib/cosl.c: Include isnanl.h.
36230         (cosl): Perform test for NaN at the beginning of the function and
36231         through a call to isnanl.
36232         * lib/ldexpl.c: Include isnanl.h.
36233         (ldexpl): Perform test for NaN through a call to isnanl.
36234         * lib/logl.c: Include isnanl.h.
36235         (logl): Perform test for NaN at the beginning of the function and
36236         through a call to isnanl.
36237         * lib/sinl.c: Include isnanl.h.
36238         (sinl): Perform test for NaN at the beginning of the function and
36239         through a call to isnanl.
36240         * lib/sqrtl.c: Include isnanl.h.
36241         (sqrtl): Perform test for NaN at the beginning of the function and
36242         through a call to isnanl.
36243         * lib/tanl.c: Include isnanl.h.
36244         (tanl): Perform test for NaN at the beginning of the function and
36245         through a call to isnanl.
36246         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36247         * modules/mathl (Depends-on): Add isnanl.
36248
36249 2007-03-26  Eric Blake  <ebb9@byu.net>
36250
36251         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36252         regression in logic sense of previous patch.
36253
36254 2007-03-26  Bruno Haible  <bruno@clisp.org>
36255
36256         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36257         unportable shell command "if ! ...".
36258         Reported by Ralf Wildenhues.
36259
36260 2007-03-25  Bruno Haible  <bruno@clisp.org>
36261
36262         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36263         <sysexits.h> file, and only add EX_CONFIG.
36264         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36265         absolute file name and whether it is sufficient. Substitute also
36266         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36267         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36268         ABSOLUTE_SYSEXITS_H into sysexits.h.
36269
36270 2007-03-25  Bruno Haible  <bruno@clisp.org>
36271
36272         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36273         hints is NULL.
36274
36275 2007-03-25  Bruno Haible  <bruno@clisp.org>
36276
36277         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36278         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36279
36280 2007-03-25  Bruno Haible  <bruno@clisp.org>
36281
36282         * lib/vasnprintf.c: Include langinfo.h.
36283         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36284         multithread-safe.
36285         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36286         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36287         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36288         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36289         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36290         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36291         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36292         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36293         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36294         Reported by Simon Josefsson.
36295
36296 2007-03-25  Bruno Haible  <bruno@clisp.org>
36297
36298         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36299         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36300         * modules/vasnprintf (Depends-on): Add stdint.
36301
36302 2007-03-25  Bruno Haible  <bruno@clisp.org>
36303
36304         * modules/fpieee: New file.
36305         * m4/fpieee.m4: New file.
36306         * modules/isnan-nolibm (Depends-on): Add fpieee.
36307         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36308         * modules/isnanl (Depends-on): Add fpieee.
36309
36310 2007-03-25  Bruno Haible  <bruno@clisp.org>
36311
36312         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36313
36314 2007-03-25  Bruno Haible  <bruno@clisp.org>
36315
36316         Avoid test failures on IRIX 6.5.
36317         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36318         (main): Use it.
36319         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36320         macros.
36321         (main): Use them.
36322
36323 2007-03-25  Bruno Haible  <bruno@clisp.org>
36324
36325         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36326         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36327         exists but doesn't work.
36328         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36329         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36330         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36331         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36332
36333 2007-03-25  Bruno Haible  <bruno@clisp.org>
36334
36335         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36336         returns inf. Needed on IRIX 6.5.
36337
36338 2007-03-25  Bruno Haible  <bruno@clisp.org>
36339
36340         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36341         (main): Use isnanl instead of x != x idiom.
36342         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36343
36344         * tests/test-frexp.c: Include isnan.h.
36345         (main): Use isnan instead of x != x idiom.
36346         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36347
36348 2007-03-25  Bruno Haible  <bruno@clisp.org>
36349
36350         * tests/test-frexp.c (NaN): New function/macro.
36351         (main): Use it instead of 0.0 / 0.0.
36352         * tests/test-isnan.c (NaN): New function/macro.
36353         (main): Use it instead of 0.0 / 0.0.
36354         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36355         (test_function): Use it instead of 0.0 / 0.0.
36356         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36357         (test_function): Use it instead of 0.0 / 0.0.
36358         * tests/test-snprintf-posix.h (NaN): New function/macro.
36359         (test_function): Use it instead of 0.0 / 0.0.
36360         * tests/test-sprintf-posix.h (NaN): New function/macro.
36361         (test_function): Use it instead of 0.0 / 0.0.
36362         * tests/test-fprintf-posix.h (NaN): New function/macro.
36363         (test_function): Use it instead of 0.0 / 0.0.
36364         * tests/test-printf-posix.h (NaN): New function/macro.
36365         (test_function): Use it instead of 0.0 / 0.0.
36366
36367         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36368
36369 2007-03-25  Bruno Haible  <bruno@clisp.org>
36370
36371         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36372
36373 2007-03-25  Bruno Haible  <bruno@clisp.org>
36374
36375         * lib/regexec.c (merge_state_with_log): Make static.
36376
36377 2007-03-25  Bruno Haible  <bruno@clisp.org>
36378
36379         * lib/trigl.c (kernel_rem_pio2): Make static.
36380
36381 2007-03-25  Bruno Haible  <bruno@clisp.org>
36382
36383         * lib/sincosl.c (sincosl_table): Make static.
36384
36385 2007-03-25  Bruno Haible  <bruno@clisp.org>
36386
36387         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36388         if the compiler does not support C99.
36389
36390 2007-03-25  Bruno Haible  <bruno@clisp.org>
36391
36392         * modules/time (Makefile.am): Ensure all rule action lines start with a
36393         tab.
36394
36395 2007-03-24  Bruno Haible  <bruno@clisp.org>
36396
36397         * modules/tsearch-tests: New file.
36398         * tests/test-tsearch.sh: New file.
36399         * tests/test-tsearch.c: New file, mostly copied from glibc.
36400
36401         * modules/search-tests: New file.
36402         * tests/test-search.c: New file.
36403
36404         * modules/search: New file.
36405         * lib/search_.h: New file, incorporating lib/tsearch.h.
36406         * m4/search_h.m4: New file.
36407         * lib/tsearch.h: Remove file.
36408         * lib/tsearch.c: Include search.h instead of tsearch.h.
36409         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36410         HAVE_TSEARCH.
36411         * modules/tsearch (Files): Remove lib/tsearch.h.
36412         (Depends-on): Add search.
36413         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36414         (Include): Change tsearch.h into search.h.
36415
36416 2007-03-24  Bruno Haible  <bruno@clisp.org>
36417
36418         * modules/fpucw: New file.
36419         * lib/fpucw.h: New file.
36420         * lib/frexp.c: Include fpucw.h.
36421         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36422         (FUNC): Use them.
36423         * lib/printf-frexp.c: Include fpucw.h.
36424         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36425         (FUNC): Use them.
36426         * lib/vasnprintf.c: Include fpucw.h.
36427         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36428         'long double' calculations.
36429         * tests/test-frexpl.c: Include fpucw.h.
36430         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36431         * tests/test-printf-frexpl.c: Include fpucw.h.
36432         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36433         * modules/frexpl (Depends-on): Add fpucw.
36434         * modules/printf-frexpl (Depends-on): Likewise.
36435         * modules/fprintf-posix (Depends-on): Likewise.
36436         * modules/snprintf-posix (Depends-on): Likewise.
36437         * modules/sprintf-posix (Depends-on): Likewise.
36438         * modules/vasnprintf-posix (Depends-on): Likewise.
36439         * modules/vasprintf-posix (Depends-on): Likewise.
36440         * modules/vfprintf-posix (Depends-on): Likewise.
36441         * modules/vsnprintf-posix (Depends-on): Likewise.
36442         * modules/vsprintf-posix (Depends-on): Likewise.
36443         * modules/frexpl-tests (Depends-on): Likewise.
36444         * modules/printf-frexpl-tests (Depends-on): Likewise.
36445
36446 2007-03-24  Bruno Haible  <bruno@clisp.org>
36447
36448         * lib/float+.h: New file.
36449         * lib/isnan.c: Include float+.h.
36450         (SIZE): New macro.
36451         (FUNC): Compare only SIZE bytes of the value.
36452         * lib/vasnprintf.c: Include float+.h.
36453         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36454         SIZEOF_LDBL or SIZEOF_DBL bytes.
36455         * modules/isnan-nolibm (Files): Add lib/float+.h.
36456         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36457         * modules/isnanl (Files): Add lib/float+.h.
36458         * modules/vasnprintf (Files): Add lib/float+.h.
36459
36460 2007-03-24  Bruno Haible  <bruno@clisp.org>
36461
36462         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36463         include isnanl-nolibm.h.
36464
36465 2007-03-24  Bruno Haible  <bruno@clisp.org>
36466
36467         * tests/test-read-file.c (main): Don't produce spurious output for
36468         expected situations. Make the test fail if it encountered unexpected
36469         results.
36470
36471 2007-03-24  Bruno Haible  <bruno@clisp.org>
36472
36473         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36474         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36475
36476 2007-03-24  Bruno Haible  <bruno@clisp.org>
36477
36478         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36479
36480 2007-03-24  Bruno Haible  <bruno@clisp.org>
36481
36482         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36483         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36484
36485         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36486         * modules/utf8-ucs4: Turn into a symbolic link to module
36487         unistr/u8-mbtouc.
36488
36489         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36490         utf8-ucs4-unsafe.
36491         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36492         unistr/u8-mbtouc-unsafe.
36493
36494         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36495         * modules/utf16-ucs4: Turn into a symbolic link to module
36496         unistr/u16-mbtouc.
36497
36498         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36499         utf16-ucs4-unsafe.
36500         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36501         unistr/u16-mbtouc-unsafe.
36502
36503         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36504         * modules/ucs4-utf8: Turn into a symbolic link to module
36505         unistr/u8-ubtomb.
36506
36507         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36508         * modules/ucs4-utf16: Turn into a symbolic link to module
36509         unistr/u16-ubtomb.
36510
36511 2007-03-24  Bruno Haible  <bruno@clisp.org>
36512
36513         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36514         Enable the function only if HAVE_INLINE.
36515         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36516         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36517         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36518         Enable the function only if HAVE_INLINE.
36519         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36520         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36521         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36522         Enable the function only if HAVE_INLINE.
36523         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36524         Enable the function only if HAVE_INLINE.
36525         * modules/utf8-ucs4: Update.
36526         * modules/utf8-ucs4-unsafe: Update.
36527         * modules/utf16-ucs4: Update.
36528         * modules/utf16-ucs4-unsafe: Update.
36529         * modules/ucs4-utf8: Update.
36530         * modules/ucs4-utf16: Update.
36531
36532 2007-03-24  Bruno Haible  <bruno@clisp.org>
36533
36534         * lib/utf8-ucs4.h: Remove file.
36535         * lib/utf8-ucs4-unsafe.h: Remove file.
36536         * lib/utf16-ucs4.h: Remove file.
36537         * lib/utf16-ucs4-unsafe.h: Remove file.
36538         * lib/ucs4-utf8.h: Remove file.
36539         * lib/ucs4-utf16.h: Remove file.
36540         * lib/unistr.h: Include their previous contents.
36541         * m4/utf-ucs4.m4: Remove file.
36542         * m4/ucs4-utf.m4: Remove file.
36543         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36544         (Depends-on): Add unistr/base.
36545         (configure.ac): Remove gl_UTF_UCS4.
36546         (Makefile.am): Update.
36547         (Include): Change to unistr.h.
36548         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36549         (Depends-on): Add unistr/base.
36550         (configure.ac): Remove gl_UTF_UCS4.
36551         (Makefile.am): Update.
36552         (Include): Change to unistr.h.
36553         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36554         (Depends-on): Add unistr/base.
36555         (configure.ac): Remove gl_UTF_UCS4.
36556         (Makefile.am): Update.
36557         (Include): Change to unistr.h.
36558         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36559         (Depends-on): Add unistr/base.
36560         (configure.ac): Remove gl_UTF_UCS4.
36561         (Makefile.am): Update.
36562         (Include): Change to unistr.h.
36563         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36564         (Depends-on): Add unistr/base.
36565         (configure.ac): Remove gl_UCS4_UTF.
36566         (Makefile.am): Update.
36567         (Include): Change to unistr.h.
36568         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36569         (Depends-on): Add unistr/base.
36570         (configure.ac): Remove gl_UCS4_UTF.
36571         (Makefile.am): Update.
36572         (Include): Change to unistr.h.
36573         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36574         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36575         utf8-ucs4-unsafe.h.
36576         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36577         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36578         utf16-ucs4-unsafe.h.
36579         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36580         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36581         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36582         * lib/unistr/u8-strchr.c: Likewise.
36583         * lib/unistr/u8-strrchr.c: Likewise.
36584         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36585         * lib/unistr/u16-strchr.c: Likewise.
36586         * lib/unistr/u16-strrchr.c: Likewise.
36587         * lib/striconveh.c: Update.
36588         * lib/linebreak.c: Update.
36589
36590 2007-03-24  Bruno Haible  <bruno@clisp.org>
36591
36592         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36593         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36594
36595 2007-03-22  Bruno Haible  <bruno@clisp.org>
36596
36597         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36598
36599 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36600
36601         * MODULES.html.sh (File system functions): New module write-any-file.
36602         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36603         * m4/write-any-file.m4: New files.
36604
36605 2007-03-23  Eric Blake  <ebb9@byu.net>
36606
36607         * gnulib-tool: Rearrange space-tab sequences, since some editors
36608         like to eat them.
36609
36610 2007-03-23  Eric Blake  <ebb9@byu.net>
36611
36612         * lib/version-etc.c (version_etc_va): Update license wording to
36613         be more concise.  Recommended by Richard Stallman.
36614
36615 2007-03-22  Bruno Haible  <bruno@clisp.org>
36616
36617         * lib/poll.c (MSG_PEEK): New fallback definition.
36618
36619 2007-03-22  Bruno Haible  <bruno@clisp.org>
36620
36621         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36622         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36623         (main): Update.
36624         Fixes a compilation error on BeOS.
36625
36626 2007-03-22  Bruno Haible  <bruno@clisp.org>
36627
36628         * modules/frexpl-tests: New file.
36629         * tests/test-frexpl.c: New file.
36630
36631         * modules/frexpl: New file.
36632         * m4/frexpl.m4: New file.
36633         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36634         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36635         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36636         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36637         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36638         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36639
36640 2007-03-22  Bruno Haible  <bruno@clisp.org>
36641
36642         * lib/frexpl.c: Share code with lib/frexp.c.
36643         * modules/mathl (Files): Add lib/frexp.c.
36644         (Depends-on): Add isnanl-nolibm.
36645
36646 2007-03-22  Bruno Haible  <bruno@clisp.org>
36647
36648         * modules/printf-frexp (Files): Add m4/frexp.m4.
36649         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36650         only if the found frexp function actually works.
36651
36652 2007-03-22  Bruno Haible  <bruno@clisp.org>
36653
36654         * lib/frexp.c: Remove older implementation that uses divisions.
36655
36656 2007-03-21  Bruno Haible  <bruno@clisp.org>
36657
36658         * modules/frexp-tests: New file.
36659         * tests/test-frexp.c: New file.
36660
36661         * modules/frexp: New file.
36662         * lib/frexp.c: New file.
36663         * m4/frexp.m4: New file.
36664         * lib/math_.h (frexp): New declaration.
36665         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36666         REPLACE_FREXP.
36667         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36668
36669 2007-03-21  Bruno Haible  <bruno@clisp.org>
36670
36671         * modules/isnanl-tests: New file.
36672         * tests/test-isnanl.c: New file.
36673
36674         * modules/isnanl: New file.
36675         * lib/isnanl.h: New file.
36676         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36677         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36678         gl_FUNC_ISNANL_WORKS.
36679         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36680         New macros.
36681
36682 2007-03-21  Bruno Haible  <bruno@clisp.org>
36683
36684         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36685         lib/isnanl.h.
36686         (Include): Update.
36687         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36688         * lib/vasnprintf.c: Update.
36689         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36690         tests/test-isnanl.h, remove tests/test-isnanl.c.
36691         (Makefile.am): Update.
36692         * tests/test-isnanl-nolibm.c: New file.
36693         * tests/test-isnanl.h: New file.
36694         * tests/test-isnanl.c: Remove file.
36695
36696 2007-03-21  Jim Meyering  <jim@meyering.net>
36697
36698         When trying to open ".", treat ESTALE like EACCES.
36699         * lib/savewd.c (savewd_save): Resort to forking not just upon
36700         failure with EACCES, but also when errno is ESTALE.
36701
36702 2007-03-20  Bruno Haible  <bruno@clisp.org>
36703
36704         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36705         Needed on AIX 5.1. Reported by Matthew Woehlke.
36706
36707 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36708
36709         Suggestions by Bruno Haible:
36710         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36711         our own.
36712         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36713         * modules/acl (Depends-on): Add gettext.
36714
36715 2007-03-19  Bruno Haible  <bruno@clisp.org>
36716
36717         * modules/iconvme: Remove file.
36718         * lib/iconvme.h: Remove file.
36719         * lib/iconvme.c: Remove file.
36720         * m4/iconvme.m4: Remove file.
36721
36722 2007-03-19  Bruno Haible  <bruno@clisp.org>
36723
36724         * doc/relocatable-maint.texi: Break long shell script line.
36725         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36726
36727 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36728
36729         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36730         handle file_has_acl.
36731         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36732         * lib/acl.c: Move header inclusions and related macro defns into
36733         lib/acl-internal.h.
36734         (S_ISLNK): Remove defn, since that's now done for us.
36735         (file_has_acl): Move to lib/file-has-acl.c.
36736         Call acl_trivial if available.  This is the crucial part of the fix.
36737         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36738         shared within the library.  Rewrite a bit, partly to make it compatible
36739         with the GNU coding style.
36740         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36741         Remove unnecessary double-quotes.
36742         Don't test for acl_to_text; the build will catch that.
36743         Replace acl_entries if it doesn't exist and it is needed.
36744         Check for -lsec and acl_trivial (as used on Solaris 10).
36745         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36746         lib/file-has-acl.c.
36747         (Depends-on): Add sys_stat, for S_ISLNK.
36748
36749 2007-03-19  Ben Pfaff  <blp@gnu.org>
36750
36751         * doc/gnulib.texi: Fix typos.
36752         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36753
36754 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36755
36756         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36757         If size is zero here, buf must be zero.
36758
36759 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36760
36761         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36762         <bruno@clisp.org>.
36763
36764 2007-03-18  Bruno Haible  <bruno@clisp.org>
36765
36766         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36767         Suggested by Eric Blake.
36768
36769 2007-03-18  Ben Pfaff  <blp@gnu.org>
36770
36771         * doc/relocatable.texi: Recommend using as prefix a directory
36772         that does not exist and will never be created.  Based on
36773         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36774         and others.
36775
36776 2007-03-17  Bruno Haible  <bruno@clisp.org>
36777
36778         * lib/fchownat.c: Include lchown.h.
36779
36780 2007-03-17  Bruno Haible  <bruno@clisp.org>
36781
36782         Fix endless loop when the given allocated size was > INT_MAX.
36783         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36784         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36785         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36786         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36787         * lib/sprintf.c (sprintf): Likewise.
36788
36789 2007-03-17  Bruno Haible  <bruno@clisp.org>
36790
36791         * tests/test-argp-2.sh (func_compare): Output a context diff.
36792
36793 2007-03-17  Bruno Haible  <bruno@clisp.org>
36794
36795         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36796         locale's decimal-point character.
36797
36798 2007-03-17  Bruno Haible  <bruno@clisp.org>
36799
36800         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36801         before comparing it. Needed because on some platforms (e.g. x86) a
36802         'long double' occupies less bytes than sizeof (long double).
36803
36804 2007-03-17  Bruno Haible  <bruno@clisp.org>
36805
36806         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36807         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36808         * tests/test-getaddrinfo.c (simple): Likewise.
36809         * tests/test-read-file.c (main): Likewise.
36810
36811 2007-03-17  Bruno Haible  <bruno@clisp.org>
36812
36813         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36814
36815 2007-03-17  Bruno Haible  <bruno@clisp.org>
36816
36817         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36818         unused variable.
36819
36820 2007-03-17  Bruno Haible  <bruno@clisp.org>
36821
36822         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36823         * tests/test-c-strncasecmp.c: Likewise.
36824
36825 2007-03-17  Bruno Haible  <bruno@clisp.org>
36826
36827         * modules/stdlib (Depends-on): Add unistd.
36828         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36829         Needed for MacOS X 10.3.
36830
36831 2007-03-17  Bruno Haible  <bruno@clisp.org>
36832
36833         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36834
36835 2007-03-17  Bruno Haible  <bruno@clisp.org>
36836
36837         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36838
36839 2007-03-17  Bruno Haible  <bruno@clisp.org>
36840
36841         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36842         to reflect files copied from gnulib (with or without modifications).
36843         Suggested by Jim Meyering.
36844
36845 2007-03-17  Eric Blake  <ebb9@byu.net>
36846
36847         * NEWS: Document stdlib change from 2007-02-18.
36848
36849 2007-03-17  Jim Meyering  <jim@meyering.net>
36850
36851         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36852         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36853         someone uses a name containing shell meta-characters.
36854         Reported by Alfred M. Szmidt.
36855
36856         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36857
36858 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36859
36860         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36861         and copy gettext configuration files only if configure.ac contains
36862         a use of AM_GNU_GETTEXT_VERSION.
36863
36864 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36865
36866         * build-aux/bootstrap (gnulib_name): New variable.
36867         (gnulib_tool_options): Use it.
36868
36869 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36870
36871         * tests/test-des.c: Use new namespace.
36872
36873 2007-03-15  Bruno Haible  <bruno@clisp.org>
36874
36875         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36876         Reported by James Youngman <jay@gnu.org>.
36877
36878 2007-03-15  Bruno Haible  <bruno@clisp.org>
36879
36880         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36881         declared prototype. Needed with cc on OSF/1 5.1.
36882
36883 2007-03-15  Bruno Haible  <bruno@clisp.org>
36884
36885         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36886         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36887         (struct gl_list_implementation): Add dispose_fn argument to the
36888         'create_empty', 'create' methods.
36889         (struct gl_list_impl_base): Add field 'dispose_fn'.
36890         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36891         argument.
36892         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36893         dispose_fn argument.
36894         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36895         dispose_fn on the dropped values.
36896         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36897         dispose_fn argument.
36898         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36899         dropped values.
36900         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36901         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36902         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36903         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36904         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36905         argument.
36906         (gl_tree_list_free): Call dispose_fn on the dropped values.
36907         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36908         the dropped values.
36909         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36910         Add dispose_fn argument.
36911         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36912         Call dispose_fn on the dropped values.
36913         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36914         Add dispose_fn argument.
36915         (gl_sublist_create): Initialize the 'dispose_fn' field.
36916         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36917         * tests/test-array_list.c (main): Update.
36918         * tests/test-carray_list.c (main): Update.
36919         * tests/test-avltree_list.c (main): Update.
36920         * tests/test-rbtree_list.c (main): Update.
36921         * tests/test-avltreehash_list.c (main): Update.
36922         * tests/test-rbtreehash_list.c (main): Update.
36923         * tests/test-linked_list.c (main): Update.
36924         * tests/test-linkedhash_list.c (main): Update.
36925         * tests/test-array_oset.c (main): Update.
36926
36927 2007-03-15  Bruno Haible  <bruno@clisp.org>
36928
36929         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36930         (gl_oset_create_empty): Add dispose_fn argument.
36931         (struct gl_oset_implementation): Add dispose_fn argument to
36932         'create_empty' method.
36933         (struct gl_oset_impl_base): Add dispose_fn field.
36934         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36935         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36936         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36937         values.
36938         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36939         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36940         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36941         dropped value.
36942         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36943         dropped value.
36944         * tests/test-array_oset.c (main): Update.
36945         * tests/test-avltree_oset.c (main): Update.
36946         * tests/test-rbtree_oset.c (main): Update.
36947         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36948
36949 2007-03-13  Bruno Haible  <bruno@clisp.org>
36950
36951         * tests/test-stdbool.c (i): Update after last patch.
36952
36953 2007-03-12  Bruno Haible  <bruno@clisp.org>
36954
36955         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36956         the iswprint macro. Needed on Solaris 2.5.1.
36957
36958 2007-03-12  Bruno Haible  <bruno@clisp.org>
36959
36960         * tests/test-printf-frexp.c (main): Declare x as volatile.
36961
36962 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36963
36964         * doc/gnulib.texi (Build robot for gnulib): New section.
36965
36966 2007-03-12  Jim Meyering  <jim@meyering.net>
36967
36968         * build-aux/bootstrap: New file.
36969         * build-aux/bootstrap.conf: New file, from coreutils.
36970
36971 2007-03-11  Bruno Haible  <bruno@clisp.org>
36972
36973         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36974
36975 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36976
36977         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36978         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36979         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36980
36981 2007-03-11  Bruno Haible  <bruno@clisp.org>
36982
36983         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36984         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36985
36986 2007-03-11  Bruno Haible  <bruno@clisp.org>
36987
36988         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36989         formula. Needed for SunPRO C 5.0.
36990
36991 2007-03-11  Bruno Haible  <bruno@clisp.org>
36992
36993         * modules/long-options (Depends-on): Add getopt.
36994
36995 2007-03-11  Bruno Haible  <bruno@clisp.org>
36996
36997         * modules/modechange (Depends-on): Add stdbool.
36998
36999 2007-03-11  Bruno Haible  <bruno@clisp.org>
37000
37001         * modules/i-ring (Depends-on): Add stdbool.
37002
37003 2007-03-11  Bruno Haible  <bruno@clisp.org>
37004
37005         * modules/gc-des (Depends-on): Add stdbool.
37006
37007 2007-03-11  Bruno Haible  <bruno@clisp.org>
37008
37009         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37010
37011 2007-03-11  Bruno Haible  <bruno@clisp.org>
37012
37013         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37014
37015 2007-03-11  Bruno Haible  <bruno@clisp.org>
37016
37017         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37018
37019 2007-03-11  Bruno Haible  <bruno@clisp.org>
37020
37021         * lib/vasnprintf.c (sprintf): Undefine.
37022
37023 2007-03-11  Bruno Haible  <bruno@clisp.org>
37024
37025         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37026         initializers in SunPRO C and Compaq C compilers.
37027
37028 2007-03-11  Bruno Haible  <bruno@clisp.org>
37029
37030         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37031         decrementing code ANSI C compliant.
37032
37033 2007-03-11  Bruno Haible  <bruno@clisp.org>
37034
37035         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37036         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37037
37038 2007-03-11  Bruno Haible  <bruno@clisp.org>
37039
37040         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37041         <stdbool.h> substitute doesn't pass.
37042
37043 2007-03-11  Bruno Haible  <bruno@clisp.org>
37044
37045         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37046
37047 2007-03-11  Bruno Haible  <bruno@clisp.org>
37048
37049         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37050         script, for submission to autobuild.josefsson.org.
37051
37052 2007-03-10  Bruno Haible  <bruno@clisp.org>
37053
37054         * modules/canonicalize-lgpl-tests: New file.
37055         * tests/test-canonicalize-lgpl.sh: New file.
37056         * tests/test-canonicalize-lgpl.c: New file.
37057
37058         * modules/c-strcase-tests: New file.
37059         * tests/test-c-strcase.sh: New file.
37060         * tests/test-c-strcasecmp.c: New file.
37061         * tests/test-c-strncasecmp.c: New file.
37062
37063         * modules/atexit-tests: New file.
37064         * tests/test-atexit.sh: New file.
37065         * tests/test-atexit.c: New file.
37066
37067 2007-03-10  Bruno Haible  <bruno@clisp.org>
37068
37069         * tests/test-binary-io.sh: Use temporary filenames that are not so
37070         likely to clash with those of other tests (in a parallel make).
37071         * tests/test-binary-io.c: Likewise.
37072
37073 2007-03-10  Bruno Haible  <bruno@clisp.org>
37074
37075         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37076         fallback; use #error instead.
37077         Suggested by Simon Josefsson.
37078
37079 2007-03-10  Bruno Haible  <bruno@clisp.org>
37080
37081         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37082         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37083         first and the last.
37084
37085 2007-03-10  Bruno Haible  <bruno@clisp.org>
37086
37087         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37088
37089 2007-03-10  Bruno Haible  <bruno@clisp.org>
37090
37091         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37092         "make distcheck".
37093         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37094         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37095         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37096
37097 2007-03-10  Bruno Haible  <bruno@clisp.org>
37098
37099         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37100         variable.
37101         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37102         variable.
37103
37104 2007-03-09  Eric Blake  <ebb9@byu.net>
37105         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37106
37107         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37108         types are not being provided by gnulib.
37109         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37110         types are supported.
37111
37112 2007-03-10  Bruno Haible  <bruno@clisp.org>
37113
37114         * lib/stdio_.h (__attribute__): New macro.
37115         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37116         vsprintf): Specify __attribute__ __format__ for GCC.
37117         Suggested by Eric Blake.
37118
37119 2007-03-09  Bruno Haible  <bruno@clisp.org>
37120
37121         * modules/printf-posix-tests: New file.
37122         * tests/test-printf-posix.sh: New file.
37123         * tests/test-printf-posix.c: New file.
37124
37125         * modules/printf-posix: New file.
37126         * lib/printf.c: New file.
37127         * m4/printf-posix-rpl.m4: New file.
37128         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37129         REPLACE_PRINTF.
37130         * lib/stdio_.h (printf): New declaration.
37131         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37132         ____strfmon____): New macros.
37133         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37134         REPLACE_PRINTF.
37135
37136 2007-03-09  Bruno Haible  <bruno@clisp.org>
37137
37138         * tests/test-vasnprintf-posix2.sh: New file.
37139         * tests/test-vasnprintf-posix2.c: New file.
37140         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37141         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37142         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37143
37144         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37145         a locale dependent decimal point, rather than always '.'.
37146
37147 2007-03-09  Eric Blake  <ebb9@byu.net>
37148
37149         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37150         spite of platforms like Tandem/NSK that define it to -1.
37151
37152 2007-03-08  Bruno Haible  <bruno@clisp.org>
37153
37154         * modules/vprintf-posix-tests: New file.
37155         * tests/test-vprintf-posix.sh: New file.
37156         * tests/test-vprintf-posix.c: New file.
37157         * tests/test-printf-posix.h: New file.
37158
37159         * modules/vprintf-posix: New file.
37160         * lib/vprintf.c: New file.
37161         * m4/vprintf-posix.m4: New file.
37162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37163         REPLACE_VPRINTF.
37164         * lib/stdio_.h (vprintf): New declaration.
37165         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37166         REPLACE_VPRINTF.
37167
37168 2007-03-08  Bruno Haible  <bruno@clisp.org>
37169
37170         * modules/fprintf-posix-tests: New file.
37171         * tests/test-fprintf-posix.sh: New file.
37172         * tests/test-fprintf-posix.c: New file.
37173
37174         * modules/fprintf-posix: New file.
37175         * lib/fprintf.c: New file.
37176         * m4/fprintf-posix.m4: New file.
37177         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37178         REPLACE_FPRINTF.
37179         * lib/stdio_.h (fprintf): New declaration.
37180         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37181         REPLACE_FPRINTF.
37182
37183 2007-03-08  Bruno Haible  <bruno@clisp.org>
37184
37185         * modules/vfprintf-posix-tests: New file.
37186         * tests/test-vfprintf-posix.sh: New file.
37187         * tests/test-vfprintf-posix.c: New file.
37188         * tests/test-fprintf-posix.h: New file.
37189         * tests/test-fprintf-posix.out: New file.
37190
37191         * modules/vfprintf-posix: New file.
37192         * lib/vfprintf.c: New file.
37193         * m4/vfprintf-posix.m4: New file.
37194         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37195         REPLACE_VFPRINTF.
37196         * lib/stdio_.h (vfprintf): New declaration.
37197         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37198         REPLACE_VFPRINTF.
37199
37200 2007-03-08  Bruno Haible  <bruno@clisp.org>
37201
37202         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37203
37204 2007-03-08  Bruno Haible  <bruno@clisp.org>
37205
37206         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37207         instead of 'expr' invocations.
37208         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37209         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37210         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37211         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37212         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37213         Suggested by Paul Eggert.
37214
37215 2007-03-08  Bruno Haible  <bruno@clisp.org>
37216
37217         * modules/fseterr-tests: New file.
37218         * tests/test-fseterr.c: New file.
37219
37220         * modules/fseterr: New file.
37221         * lib/fseterr.h: New file.
37222         * lib/fseterr.c: New file.
37223
37224 2007-03-08  Bruno Haible  <bruno@clisp.org>
37225
37226         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37227         * lib/getopt_.h: Likewise.
37228         * lib/mbswidth.h: Likewise.
37229         * lib/setenv.h: Likewise.
37230         * lib/vasnprintf.h: Likewise.
37231         * lib/vasprintf.h: Likewise.
37232         * lib/verror.h: Likewise.
37233         * lib/xsetenv.h: Likewise.
37234         * lib/xvasprintf.h: Likewise.
37235
37236 2007-03-08  Jim Meyering  <jim@meyering.net>
37237
37238         * users.txt: Add parted.
37239
37240         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37241
37242 2007-03-07  Bruno Haible  <bruno@clisp.org>
37243
37244         * m4/printf.m4: Make the shell script snippets copy&pastable.
37245
37246 2007-03-02  Bruno Haible  <bruno@clisp.org>
37247
37248         * lib/netinet_in_.h: New file.
37249         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37250         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37251         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37252         (Depends-on): Add absolute-header.
37253         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37254         into netinet/in.h.
37255
37256 2007-03-03  Bruno Haible  <bruno@clisp.org>
37257
37258         * lib/sys_select_.h: New file.
37259         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37260         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37261         * modules/sys_select (Files): Add lib/sys_select_.h.
37262         (Depends-on): Add absolute-header.
37263         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37264         into sys/select.h.
37265
37266 2007-03-02  Bruno Haible  <bruno@clisp.org>
37267
37268         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37269         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37270         values.
37271         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37272         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37273         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37274         * modules/sys_socket (Depends-on): Add absolute-header.
37275         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37276         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37277         (Include): Remove requirement of inclusion of <sys/types.h>.
37278
37279 2007-03-02  Bruno Haible  <bruno@clisp.org>
37280
37281         * lib/byteswap_.h (bswap_32): Fix formula.
37282
37283 2007-03-06  Bruno Haible  <bruno@clisp.org>
37284
37285         * modules/sprintf-posix-tests: New file.
37286         * tests/test-sprintf-posix.c: New file.
37287
37288         * modules/sprintf-posix: New file.
37289         * lib/sprintf.c: New file.
37290         * m4/sprintf-posix.m4: New file.
37291         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37292         REPLACE_SPRINTF.
37293         * lib/stdio_.h (sprintf): New declaration.
37294         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37295         REPLACE_SPRINTF.
37296
37297 2007-03-06  Bruno Haible  <bruno@clisp.org>
37298
37299         * modules/vsprintf-posix-tests: New file.
37300         * tests/test-vsprintf-posix.c: New file.
37301         * tests/test-sprintf-posix.h: New file.
37302
37303         * modules/vsprintf-posix: New file.
37304         * lib/vsprintf.c: New file.
37305         * m4/vsprintf-posix.m4: New file.
37306         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37307         REPLACE_VSPRINTF.
37308         * lib/stdio_.h (vsprintf): New declaration.
37309         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37310         REPLACE_VSPRINTF.
37311
37312 2007-03-06  Bruno Haible  <bruno@clisp.org>
37313
37314         * modules/vsnprintf (Depend-on): Remove minmax.
37315
37316 2007-03-06  Bruno Haible  <bruno@clisp.org>
37317
37318         * modules/snprintf-posix-tests: New file.
37319         * tests/test-snprintf-posix.c: New file.
37320
37321         * modules/snprintf-posix: New file.
37322         * m4/snprintf-posix.m4: New file.
37323         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37324         gl_FUNC_SNPRINTF.
37325         (gl_FUNC_SNPRINTF): Invoke it.
37326         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37327         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37328         is set.
37329         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37330
37331 2007-03-06  Bruno Haible  <bruno@clisp.org>
37332
37333         * modules/vsnprintf-posix-tests: New file.
37334         * tests/test-vsnprintf-posix.c: New file.
37335         * tests/test-snprintf-posix.h: New file.
37336
37337         * modules/vsnprintf-posix: New file.
37338         * m4/vsnprintf-posix.m4: New file.
37339         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37340         gl_FUNC_VSNPRINTF.
37341         (gl_FUNC_VSNPRINTF): Invoke it.
37342         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37343         * lib/stdio_.h (vsnprintf): Define as a replacement if
37344         REPLACE_VSNPRINTF is set.
37345         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37346
37347 2007-03-06  Bruno Haible  <bruno@clisp.org>
37348
37349         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37350         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37351
37352 2007-03-06  Bruno Haible  <bruno@clisp.org>
37353
37354         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37355         (asinl): Declare also if HAVE_DECL_ASINL is set.
37356         (atanl): Declare also if HAVE_DECL_ATANL is set.
37357         (ceill): Declare also if HAVE_DECL_CEILL is set.
37358         (cosl): Declare also if HAVE_DECL_COSL is set.
37359         (expl): Declare also if HAVE_DECL_EXPL is set.
37360         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37361         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37362         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37363         (logl): Declare also if HAVE_DECL_LOGL is set.
37364         (sinl): Declare also if HAVE_DECL_SINL is set.
37365         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37366         (tanl): Declare also if HAVE_DECL_TANL is set.
37367         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37368         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37369         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37370         declaration of frexpl, ldexpl.
37371         * modules/printf-frexpl (Depends-on): Add math.
37372         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37373
37374 2007-03-05  Bruno Haible  <bruno@clisp.org>
37375
37376         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37377         frexpl and ldexpl are declared.
37378         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37379
37380 2007-03-05  Bruno Haible  <bruno@clisp.org>
37381
37382         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37383         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37384
37385 2007-03-05  Bruno Haible  <bruno@clisp.org>
37386
37387         * lib/stdio_.h: Include <stddef.h>.
37388
37389 2007-03-05  Bruno Haible  <bruno@clisp.org>
37390
37391         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37392
37393 2007-03-05  Bruno Haible  <bruno@clisp.org>
37394
37395         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37396         NetBSD 4, from Ralf Wildenhues.
37397
37398 2007-03-04  Bruno Haible  <bruno@clisp.org>
37399
37400         * lib/vasprintf.h: Update #if logic for the case when the functions
37401         exist but are overridden.
37402
37403 2007-03-04  Bruno Haible  <bruno@clisp.org>
37404
37405         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37406         implementations: glibc-2.4 and MacOS X 10.3.
37407         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37408         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37409         * tests/test-vasprintf-posix.c (test_function): Likewise.
37410
37411 2007-03-04  Bruno Haible  <bruno@clisp.org>
37412
37413         * modules/vasprintf-posix-tests: New file.
37414         * tests/test-vasprintf-posix.c: New file.
37415
37416         * modules/vasprintf-posix: New file.
37417         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37418         defined.
37419         * m4/vasprintf-posix.m4: New file.
37420         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37421         gl_FUNC_VASPRINTF.
37422         (gl_FUNC_VASPRINTF): Invoke it.
37423         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37424         here.
37425         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37426
37427 2007-03-04  Bruno Haible  <bruno@clisp.org>
37428
37429         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37430         REPLACE_GETTIMEOFDAY.
37431         * modules/sys_time (Makefile.am): Likewise.
37432         * m4/sys_time_h.m4: Likewise.
37433         * m4/gettimeofday.m4: Likewise.
37434
37435 2007-03-04  Bruno Haible  <bruno@clisp.org>
37436
37437         * modules/vasnprintf-posix-tests: New file.
37438         * tests/test-vasnprintf-posix.c: New file.
37439
37440         * modules/vasnprintf-posix: New file.
37441         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37442         printf-frexpl.h.
37443         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37444         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37445         REPLACE_VASNPRINTF is defined.
37446         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37447         gl_FUNC_VASNPRINTF.
37448         (gl_FUNC_VASNPRINTF): Invoke it.
37449         * m4/vasnprintf-posix.m4: New file.
37450         * m4/printf.m4: New file.
37451
37452 2007-03-04  Bruno Haible  <bruno@clisp.org>
37453
37454         Compile progreloc.c only if --enable-relocatable is specified.
37455         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37456         if --enable-relocatable was specified.
37457         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37458         lib_SOURCES.
37459
37460 2007-03-04  Jim Meyering  <jim@meyering.net>
37461
37462         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37463         Use it consistently, rather than enumerating errno constants.
37464
37465 2007-03-04  Bruno Haible  <bruno@clisp.org>
37466
37467         * modules/xvasprintf-tests: New file.
37468         * tests/test-xvasprintf.c: New file.
37469
37470         * modules/vasprintf-tests: New file.
37471         * tests/test-vasprintf.c: New file.
37472
37473         * modules/vasnprintf-tests: New file.
37474         * tests/test-vasnprintf.c: New file.
37475
37476         * modules/vsnprintf-tests: New file.
37477         * tests/test-vsnprintf.c: New file.
37478
37479         * modules/snprintf-tests: New file.
37480         * tests/test-snprintf.c: New file.
37481
37482 2007-03-04  Bruno Haible  <bruno@clisp.org>
37483
37484         Compile relocatable.c only if --enable-relocatable is specified.
37485         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37486         gl_RELOCATABLE_LIBRARY.
37487         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37488         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37489         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37490         gl_RELOCATABLE_LIBRARY.
37491         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37492         (Makefile.am): Remove lib_SOURCES.
37493         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37494         gl_RELOCATABLE_LIBRARY.
37495         (Makefile.am): Remove lib_SOURCES.
37496         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37497         always.
37498         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37499         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37500
37501 2007-03-04  Bruno Haible  <bruno@clisp.org>
37502
37503         * modules/argmatch-tests: New file.
37504         * tests/test-argmatch.c: New file.
37505
37506         * tests/test-allocsa.c (main): Halve the number of loop runs.
37507
37508         * modules/alloca-opt-tests: New file.
37509         * tests/test-alloca-opt.c: New file.
37510
37511 2007-03-04  Jim Meyering  <jim@meyering.net>
37512
37513         Work around difference between Linux ACLs and Solaris 10 ZFS.
37514         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37515         for EINVAL.
37516
37517 2007-03-03  Bruno Haible  <bruno@clisp.org>
37518
37519         * modules/relocatable-prog (Depends-on): Add back progreloc's
37520         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37521
37522 2007-03-03  Bruno Haible  <bruno@clisp.org>
37523
37524         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37525         * modules/relocatable-lib: New file.
37526
37527 2007-03-03  Bruno Haible  <bruno@clisp.org>
37528
37529         * modules/relocatable-prog: Renamed from modules/relocatable.
37530         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37531
37532 2007-03-03  Bruno Haible  <bruno@clisp.org>
37533
37534         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37535         m4/relocatable-lib.m4.
37536         (Depends-on): Remove 'relocatable'.
37537         (configure.ac): Add gl_RELOCATABLE_NOP.
37538
37539 2007-03-03  Bruno Haible  <bruno@clisp.org>
37540
37541         * modules/relocatable-prog-wrapper: New file.
37542         * modules/relocatable (Depends-on): Add it. Remove all other
37543         dependencies except progname.
37544         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37545
37546         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37547         (gl_FUNC_STRERROR): Nop.
37548         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37549
37550         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37551         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37552
37553         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37554         (gl_FUNC_READLINK): Update.
37555
37556         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37557
37558 2007-03-03  Bruno Haible  <bruno@clisp.org>
37559
37560         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37561         * modules/xreadlink (Depends-on): Add unistd.
37562         * modules/xreadlink-with-size (Depends-on): Likewise.
37563
37564 2007-03-03  Bruno Haible  <bruno@clisp.org>
37565
37566         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37567         extracted from gt_FUNC_SETENV.
37568         (gt_FUNC_SETENV): Remove macro.
37569         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37570         remove gt_FUNC_SETENV.
37571
37572 2007-03-03  Bruno Haible  <bruno@clisp.org>
37573
37574         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37575         ENABLE_RELOCATABLE here.
37576         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37577
37578 2007-03-03  Bruno Haible  <bruno@clisp.org>
37579
37580         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37581         * tests/test-rbtreehash_list.c: Include progname.h.
37582         (main): Call set_program_name.
37583
37584         * modules/rbtree-oset-tests (Depends-on): Add progname.
37585         * tests/test-rbtree_oset.c: Include progname.h.
37586         (main): Call set_program_name.
37587
37588         * modules/rbtree-list-tests (Depends-on): Add progname.
37589         * tests/test-rbtree_list.c: Include progname.h.
37590         (main): Call set_program_name.
37591
37592         * modules/linked-list-tests (Depends-on): Add progname.
37593         * tests/test-linked_list.c: Include progname.h.
37594         (main): Call set_program_name.
37595
37596 2007-03-03  Bruno Haible  <bruno@clisp.org>
37597
37598         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37599         All uses of __restrict changed to _Restrict_.
37600         * lib/glob_.h (__restrict): Remove macro.
37601
37602 2007-03-02  Bruno Haible  <bruno@clisp.org>
37603
37604         * modules/gettext (configure.ac): Require gettext infrastructure
37605         from version 0.16.1.
37606
37607 2007-03-02  Bruno Haible  <bruno@clisp.org>
37608
37609         * modules/linkedhash-list-tests (Depends-on): Add progname.
37610         * tests/test-linkedhash_list.c: Include progname.h.
37611         (main): Call set_program_name.
37612
37613         * modules/carray-list-tests (Depends-on): Add progname.
37614         * tests/test-carray_list.c: Include progname.h.
37615         (main): Call set_program_name.
37616
37617         * modules/avltreehash-list-tests (Depends-on): Add progname.
37618         * tests/test-avltreehash_list.c: Include progname.h.
37619         (main): Call set_program_name.
37620
37621         * modules/avltree-oset-tests (Depends-on): Add progname.
37622         * tests/test-avltree_oset.c: Include progname.h.
37623         (main): Call set_program_name.
37624
37625         * modules/avltree-list-tests (Depends-on): Add progname.
37626         * tests/test-avltree_list.c: Include progname.h.
37627         (main): Call set_program_name.
37628
37629         * modules/array-oset-tests (Depends-on): Add progname.
37630         * tests/test-array_oset.c: Include progname.h.
37631         (main): Call set_program_name.
37632
37633         * modules/array-list-tests (Depends-on): Add progname.
37634         * tests/test-array_list.c: Include progname.h.
37635         (main): Call set_program_name.
37636
37637         * modules/argp-tests (Depends-on): Add progname.
37638         * tests/test-argp.c: Include argp.h first. Include progname.h.
37639         (main): Call set_program_name.
37640
37641 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37642
37643         * doc/gnulib-tool.texi (Initial import): Reword description of
37644         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37645         limited effect even if defined after the first system include.
37646
37647 2007-03-01  Bruno Haible  <bruno@clisp.org>
37648
37649         * build-aux/config.libpath: Update to libtool-1.5.22.
37650         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37651
37652 2007-03-01  Bruno Haible  <bruno@clisp.org>
37653
37654         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37655         foo_CFLAGS.
37656         Reported by Ralf Wildenhues.
37657
37658 2007-03-01  Bruno Haible  <bruno@clisp.org>
37659
37660         * build-aux/install-reloc: Remove object files left over by some
37661         compilers.
37662         Reported by Ralf Wildenhues.
37663
37664 2007-03-01  Bruno Haible  <bruno@clisp.org>
37665
37666         * build-aux/install-reloc: Break long lines.
37667
37668 2007-03-01  Bruno Haible  <bruno@clisp.org>
37669
37670         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37671         Reported by Ralf Wildenhues.
37672
37673 2007-03-01  Bruno Haible  <bruno@clisp.org>
37674
37675         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37676         include ordering constraints.
37677
37678 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37679
37680         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37681         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37682         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37683         as another example.
37684         * lib/time_.h: Fix misspelling.
37685         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37686         Require gl_HEADER_TIME_H_DEFAULTS.
37687         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37688         * m4/time_r.m4 (gl_TIME_R): Likewise.
37689         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37690
37691 2007-03-01  Bruno Haible  <bruno@clisp.org>
37692
37693         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37694         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37695
37696 2007-03-01  Jim Meyering  <jim@meyering.net>
37697
37698         * modules/xreadlink (Maintainer): Add my name.
37699         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37700
37701 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37702             Bruno Haible  <bruno@clisp.org>
37703
37704         * build-aux/install-reloc: Compile also c-ctype.c.
37705         * build-aux/relocatable.sh.in: New file.
37706         * doc/relocatable.texi: New file.
37707         * doc/relocatable-maint.texi: New file.
37708         * doc/gnulib.texi: Include relocatable-maint.texi.
37709         * lib/progreloc.c: Include unistd.h unconditionally.
37710         * lib/relocwrapper.c: Include unistd.h unconditionally.
37711         Include c-ctype.h.
37712         (add_dotbin): Use c_tolower.
37713         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37714         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37715         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37716         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37717         to m4/relocatable-lib.m4.
37718         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37719         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37720         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37721         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37722         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37723         * modules/relocatable: New file.
37724         * modules/relocatable-lib: New file.
37725         * modules/relocatable-script: New file.
37726
37727 2007-02-28  Bruno Haible  <bruno@clisp.org>
37728
37729         Import --enable-relocatable infrastructure.
37730         * build-aux/config.libpath: New file, from GNU gettext.
37731         * build-aux/install-reloc: New file, from GNU gettext.
37732         * build-aux/reloc-ldflags: New file, from GNU gettext.
37733         * lib/relocatable.h: New file, from GNU gettext.
37734         * lib/relocatable.c: New file, from GNU gettext.
37735         * lib/relocwrapper.c: New file, from GNU gettext.
37736         * m4/relocatable.m4: New file, from GNU gettext.
37737
37738 2007-02-28  Bruno Haible  <bruno@clisp.org>
37739
37740         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37741
37742         * modules/xreadlink: New file, from GNU gettext with modifications.
37743         * lib/xreadlink.c: New file, from GNU gettext.
37744         * lib/xreadlink.h: Add comments.
37745         (xreadlink): New declaration.
37746
37747         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37748         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37749         lib/xreadlink-with-size.c.
37750         (configure.ac): Remove gl_XREADLINK invocation.
37751         (Makefile.am): Augment lib_SOURCES.
37752         * m4/xreadlink.m4: Remove file.
37753         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37754         (xreadlink_with_size): Renamed from xreadink.
37755         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37756         * modules/canonicalize (Depends-on): Replace xreadlink with
37757         xreadlink-with-size.
37758         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37759
37760 2007-02-25  Jim Meyering  <jim@meyering.net>
37761
37762         * build-aux/announce-gen: When complaining about excess arguments,
37763         list them.
37764
37765 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37766
37767         * README: Document signed integer overflow situation more
37768         accurately.
37769
37770 2007-02-25  Bruno Haible  <bruno@clisp.org>
37771
37772         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37773         'a' or 'A' conversion.
37774
37775 2007-02-25  Bruno Haible  <bruno@clisp.org>
37776
37777         * modules/filename: Renamed from modules/pathname.
37778         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37779         lib/concatpath.c with lib/concat-filename.c.
37780         (Makefile.am): Update.
37781         (Include): Replace pathname.h with filename.h.
37782         * lib/filename.h: Renamed from lib/pathname.h.
37783         (concatenated_filename): Renamed from concatenated_pathname.
37784         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37785         (concatenated_filename): Renamed from concatenated_pathname.
37786         * lib/findprog.c: Include filename.h instead of pathname.h.
37787         (find_in_path): Update.
37788         * lib/javacomp.c: Include filename.h instead of pathname.h.
37789         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37790         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37791         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37792         is_oldgcj_14_13_usable, is_javac_usable): Update.
37793         * lib/javaexec.c: Include filename.h instead of pathname.h.
37794         (execute_java_class): Update.
37795         * modules/findprog: Update.
37796         * modules/javacomp: Update.
37797         * modules/javaexec: Update.
37798         * MODULES.html.sh (File system functions): Add 'filename', remove
37799         'pathname'.
37800
37801 2007-02-25  Bruno Haible  <bruno@clisp.org>
37802
37803         * modules/printf-frexpl-tests: New file.
37804         * tests/test-printf-frexpl.c: New file.
37805
37806         * modules/printf-frexpl: New file.
37807         * lib/printf-frexpl.h: New file.
37808         * lib/printf-frexpl.c: New file.
37809         * m4/printf-frexpl.m4: New file.
37810
37811 2007-02-25  Bruno Haible  <bruno@clisp.org>
37812
37813         * modules/printf-frexp-tests: New file.
37814         * tests/test-printf-frexp.c: New file.
37815
37816         * modules/printf-frexp: New file.
37817         * lib/printf-frexp.h: New file.
37818         * lib/printf-frexp.c: New file.
37819         * m4/printf-frexp.m4: New file.
37820
37821 2007-02-25  Bruno Haible  <bruno@clisp.org>
37822
37823         Assume automake >= 1.10 for the tests.
37824         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37825         * modules/arctwo-tests: Likewise.
37826         * modules/argp-tests: Likewise.
37827         * modules/avltree-list-tests: Likewise.
37828         * modules/avltree-oset-tests: Likewise.
37829         * modules/avltreehash-list-tests: Likewise.
37830         * modules/carray-list-tests: Likewise.
37831         * modules/crc-tests: Likewise.
37832         * modules/des-tests: Likewise.
37833         * modules/gc-arcfour-tests: Likewise.
37834         * modules/gc-arctwo-tests: Likewise.
37835         * modules/gc-des-tests: Likewise.
37836         * modules/gc-hmac-md5-tests: Likewise.
37837         * modules/gc-hmac-sha1-tests: Likewise.
37838         * modules/gc-md2-tests: Likewise.
37839         * modules/gc-md4-tests: Likewise.
37840         * modules/gc-md5-tests: Likewise.
37841         * modules/gc-pbkdf2-sha1-tests: Likewise.
37842         * modules/gc-rijndael-tests: Likewise.
37843         * modules/gc-sha1-tests: Likewise.
37844         * modules/gc-tests: Likewise.
37845         * modules/getaddrinfo-tests: Likewise.
37846         * modules/hmac-md5-tests: Likewise.
37847         * modules/hmac-sha1-tests: Likewise.
37848         * modules/linked-list-tests: Likewise.
37849         * modules/linkedhash-list-tests: Likewise.
37850         * modules/lock-tests: Likewise.
37851         * modules/md2-tests: Likewise.
37852         * modules/md4-tests: Likewise.
37853         * modules/md5-tests: Likewise.
37854         * modules/rbtree-list-tests: Likewise.
37855         * modules/rbtree-oset-tests: Likewise.
37856         * modules/rbtreehash-list-tests: Likewise.
37857         * modules/read-file-tests: Likewise.
37858         * modules/rijndael-tests: Likewise.
37859         * modules/stdint-tests: Likewise.
37860         * modules/tls-tests: Likewise.
37861
37862 2007-02-24  Bruno Haible  <bruno@clisp.org>
37863
37864         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37865         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37866         function; instead check whether isnan with a double argument links.
37867         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37868         function; instead check whether isnan with a 'long double' argument
37869         links.
37870         Reported by Eric Blake <ebb9@byu.net>.
37871
37872 2007-02-24  Bruno Haible  <bruno@clisp.org>
37873
37874         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37875         defined.
37876         * lib/isnanl.c: Remove all code. Just include isnan.c.
37877         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37878
37879 2007-02-25  Jim Meyering  <jim@meyering.net>
37880
37881         Avoid conflicting types for 'unsetenv' on FreeBSD.
37882         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37883         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37884         in stdlib.h.
37885
37886 2007-02-24  Bruno Haible  <bruno@clisp.org>
37887
37888         * modules/isnanl-nolibm-tests: New file.
37889         * tests/test-isnanl.c: New file.
37890
37891         * modules/isnanl-nolibm: New file.
37892         * lib/isnanl.h: New file.
37893         * lib/isnanl.c: New file.
37894         * m4/isnanl.m4: New file.
37895
37896 2007-02-24  Bruno Haible  <bruno@clisp.org>
37897
37898         * modules/isnan-nolibm-tests: New file.
37899         * tests/test-isnan.c: New file.
37900
37901         * modules/isnan-nolibm: New file.
37902         * lib/isnan.h: New file.
37903         * lib/isnan.c: New file.
37904         * m4/isnan.m4: New file.
37905
37906 2007-02-24  Bruno Haible  <bruno@clisp.org>
37907
37908         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37909         assume that an exponent fits in 20 bits.
37910
37911 2007-02-24  Jim Meyering  <jim@meyering.net>
37912
37913         * m4/regex.m4: Update the description of the configure-time option,
37914         --without-included-regex, to state accurately what the defaults are,
37915         and perhaps to give people an idea why using this option is risky.
37916
37917 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37918
37919         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37920         loops on small arguments.  This attempts to avoid the problem
37921         Bruno Haible reported for AIX 4.3.2 in
37922         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37923
37924 2007-02-23  Bruno Haible  <bruno@clisp.org>
37925
37926         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37927         Needed for help2man.
37928
37929 2007-02-23  Karl Berry  <karl@gnu.org>
37930
37931         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37932         exists, foo.h should be cvs-ignored, not committed.
37933
37934 2007-02-23  Eric Blake  <ebb9@byu.net>
37935
37936         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37937         * lib/stat-time.h (includes): Likewise.
37938         * lib/utimecmp.c (includes): Likewise.
37939         * lib/utimens.h (includes): Likewise.
37940         * lib/getdate.y (includes): Also include "timespec.h" for use
37941         internal to the module.
37942         * modules/utimens (Depends-on): Revert yesterday's patch.
37943         * modules/nanosleep (Depends-on): Add missing dependency.
37944
37945 2007-02-22  Bruno Haible  <bruno@clisp.org>
37946
37947         * lib/glob.c: Don't include getlogin_r.h.
37948
37949 2007-02-22  Jim Meyering  <jim@meyering.net>
37950
37951         * modules/utimens (Depends-on): Add timespec, required for
37952         utimens.h's inclusion of timespec.h.
37953
37954 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37955
37956         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37957         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37958         Schwab in
37959         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37960         I'll try to think of a better way to fix the Solaris problem.
37961
37962         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37963         like glibc; on Solaris 10, it fails with errno == EINVAL.
37964         POSIX says the behavior is unspecified if the first argument is NULL,
37965         so play it safe and never pass NULL to the system getcwd.
37966
37967 2007-02-21  Jim Meyering  <jim@meyering.net>
37968
37969         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37970         of gettimeofday.  It would conflict with the one now always
37971         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37972         an IRIX 6.5 build failure.
37973
37974 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37975
37976         Minor fixups to port to Solaris 10 with Sun C 5.8.
37977         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37978         * modules/getcwd (Depends-on): Add dirfd.
37979         * lib/putenv.c (putenv): #undef it.
37980         (rpl_putenv): New decl.
37981         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37982
37983 2007-02-20  Bruno Haible  <bruno@clisp.org>
37984
37985         * modules/stdio-tests: New file.
37986         * tests/test-stdio.c: New file.
37987
37988         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37989         (Depends-on): Add stdio.
37990         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37991         (Include): Use <stdio.h> instead of vsnprintf.h.
37992         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37993         HAVE_DECL_VSNPRINTF.
37994         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37995
37996         * modules/snprintf (Files): Remove lib/snprintf.h.
37997         (Depends-on): Add stdio.
37998         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37999         (Include): Use <stdio.h> instead of snprintf.h.
38000         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38001         HAVE_DECL_SNPRINTF.
38002         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38003         * lib/getaddrinfo.c: Likewise.
38004
38005         * modules/stdio: New file.
38006         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38007         * lib/snprintf.h: Remove file.
38008         * lib/vsnprintf.h: Remove file.
38009         * lib/.cppi-disable: Remove snprintf.h.
38010         * m4/stdio_h.m4: New file.
38011         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38012
38013 2007-02-20  Jim Meyering  <jim@meyering.net>
38014
38015         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38016         used by e.g., mingw.  From Bruno Haible.
38017
38018 2007-02-19  Bruno Haible  <bruno@clisp.org>
38019
38020         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38021         warnings.
38022         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38023
38024 2007-02-19  Bruno Haible  <bruno@clisp.org>
38025
38026         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38027         from mingw users.
38028
38029 2007-02-19  Bruno Haible  <bruno@clisp.org>
38030
38031         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38032         warnings.
38033         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38034
38035 2007-02-19  Jim Meyering  <jim@meyering.net>
38036
38037         Don't use FD after a successful "fdopendir (fd)".
38038         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38039         Reset it by calling dirfd on the just-obtained DIR*.
38040
38041         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38042         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38043
38044 2007-02-18  Bruno Haible  <bruno@clisp.org>
38045
38046         * lib/readlink.c: Include <unistd.h>.
38047         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38048         HAVE_READLINK.
38049         * modules/readlink (Depends-on): Add unistd.
38050         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38051         (Include): Add <unistd.h>.
38052
38053         * lib/getlogin_r.h: Remove file.
38054         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38055         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38056         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38057         HAVE_DECL_GETLOGIN_R.
38058         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38059         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38060         (Include): Use <unistd.h> instead of getlogin_r.h.
38061
38062         * lib/getcwd.h: Remove file.
38063         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38064         * lib/xgetcwd.c: Likewise.
38065         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38066         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38067         * modules/getcwd (Files): Remove lib/getcwd.h.
38068         (Depends-on): Add unistd.
38069         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38070         (Include): Use <unistd.h> instad of getcwd.h.
38071
38072         * lib/ftruncate.c: Include <unistd.h> first.
38073         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38074         Set HAVE_FTRUNCATE.
38075         * modules/ftruncate (Depends-on): Add unistd.
38076         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38077
38078         * lib/fchdir.c: Include <unistd.h> first.
38079         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38080         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38081         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38082         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38083         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38084
38085         * lib/dup2.c: Include <unistd.h> first.
38086         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38087         HAVE_DUP2.
38088         * modules/dup2 (Depends-on): Add unistd.
38089         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38090
38091         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38092         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38093         REPLACE_CHOWN. Don't define chown as a macro here.
38094         * modules/chown (Depends-on): Add unistd.
38095         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38096
38097         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38098         Add definition for GL_LINK_WARNING.
38099         (chown, dup2): New declarations.
38100         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38101         link warning.
38102         (ftruncate): New declaration.
38103         (getcwd): New declaration, taken from old getcwd.h.
38104         (getlogin_r): New declaration, taken from old getlogin_r.h.
38105         (readlink): New declaration.
38106         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38107         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38108         (gl_PREREQ_UNISTD): Remove macro.
38109         (gl_UNISTD_MODULE_INDICATOR): New macro.
38110         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38111         many new variables. Don't set UNISTD_H.
38112         * modules/unistd (Description): Change.
38113         (Depends-on): Add link-warning.
38114         (configure.ac): Update.
38115         (Makefile.am): Create unistd.h always. Substitute many new variables
38116         into it.
38117
38118 2007-02-18  Bruno Haible  <bruno@clisp.org>
38119
38120         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38121         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38122         HAVE_GETSUBOPT.
38123         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38124         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38125         * lib/getsubopt.h: Remove file.
38126         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38127         (Depends-on): Add stdlib.
38128         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38129         (Includes): Use <stdlib.h> instead of getsubopt.h.
38130         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38131         Set HAVE_GETSUBOPT.
38132         * lib/getsubopt.c: Don't include getsubopt.h.
38133
38134 2007-02-18  Bruno Haible  <bruno@clisp.org>
38135
38136         * modules/fchdir (Depends-on): Add dup2.
38137
38138 2007-02-18  Bruno Haible  <bruno@clisp.org>
38139
38140         * lib/stdlib_.h: Handle glibc's special invocation convention
38141         specially.
38142
38143 2007-02-18  Bruno Haible  <bruno@clisp.org>
38144
38145         * modules/stdlib-tests: New file.
38146         * tests/test-stdlib.c: New file.
38147
38148         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38149         (Depends-on): Add stdlib.
38150         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38151         (Includes): Use <stdlib.h> instead of mkstemp.h.
38152         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38153         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38154         * lib/mkstemp.c: Don't include mkstemp.h.
38155         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38156         * lib/stdlib--.h: Don't include mkstemp.h.
38157
38158         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38159         (Depends-on): Add stdlib.
38160         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38161         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38162         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38163         HAVE_MKDTEMP.
38164         * lib/mkdtemp.c: Don't include mkdtemp.h.
38165         * lib/clean-temp.c: Don't include mkdtemp.h.
38166
38167         * modules/exit (Files): Remove lib/exit.h.
38168         (Depends-on): Add stdlib.
38169         (Makefile.am): Remove lib_SOURCES.
38170         (Include): Use <stdlib.h> instead of exit.h.
38171         * lib/argmatch.c: Don't include exit.h.
38172         * lib/execute.c: Likewise.
38173         * lib/pagealign_alloc.c: Likewise.
38174         * lib/pipe.c: Likewise.
38175         * lib/wait-process.c: Likewise.
38176         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38177         * lib/exitfail.c: Likewise.
38178         * lib/savewd.c: Likewise.
38179         * lib/xsetenv.c: Likewise.
38180
38181         * modules/stdlib: New file.
38182         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38183         and extra comments about mkstemp().
38184         * lib/exit.h: Remove file.
38185         * lib/mkdtemp.h: Remove file.
38186         * lib/mkstemp.h: Remove file.
38187         * m4/stdlib_h.m4: New file.
38188         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38189
38190 2007-02-18  Bruno Haible  <bruno@clisp.org>
38191
38192         * modules/math-tests: New file.
38193         * tests/test-math.c: New file.
38194
38195         * modules/math: New file.
38196         * modules/mathl (Files): Remove lib/mathl.h.
38197         (Depends-on): Add math.
38198         (Makefile.am): Don't mention mathl.h.
38199         (Include): Use <math.h> instead of mathl.h.
38200         * lib/math_.h: New file.
38201         * lib/mathl.h: Remove file.
38202         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38203         mathl.h.
38204         * lib/asinl.c: Likewise.
38205         * lib/atanl.c: Likewise.
38206         * lib/ceill.c: Likewise.
38207         * lib/cosl.c: Likewise.
38208         * lib/expl.c: Likewise.
38209         * lib/floorl.c: Likewise.
38210         * lib/frexpl.c: Likewise.
38211         * lib/ldexpl.c: Likewise.
38212         * lib/logl.c: Likewise.
38213         * lib/sincosl.c: Likewise.
38214         * lib/sinl.c: Likewise.
38215         * lib/sqrtl.c: Likewise.
38216         * lib/tanl.c: Likewise.
38217         * lib/trigl.c: Likewise.
38218         * m4/math_h.m4: New file.
38219         * MODULES.html.sh (Mathematics): Add math.
38220
38221 2007-02-17  Bruno Haible  <bruno@clisp.org>
38222
38223         * modules/wctype-tests: New file.
38224         * tests/test-wctype.c: New file.
38225
38226         * modules/wchar-tests: New file.
38227         * tests/test-wchar.c: New file.
38228
38229         * modules/unistd-tests: New file.
38230         * tests/test-unistd.c: New file.
38231
38232         * modules/time-tests: New file.
38233         * tests/test-time.c: New file.
38234
38235         * modules/sysexits-tests: New file.
38236         * tests/test-sysexits.c: New file.
38237
38238         * modules/sys_time-tests: New file.
38239         * tests/test-sys_time.c: New file.
38240
38241         * modules/sys_stat-tests: New file.
38242         * tests/test-sys_stat.c: New file.
38243
38244         * modules/sys_socket-tests: New file.
38245         * tests/test-sys_socket.c: New file.
38246
38247         * modules/sys_select-tests: New file.
38248         * tests/test-sys_select.c: New file.
38249
38250         * modules/string-tests: New file.
38251         * tests/test-string.c: New file.
38252
38253         * modules/stdbool-tests: New file.
38254         * tests/test-stdbool.c: New file.
38255
38256         * modules/netinet_in-tests: New file.
38257         * tests/test-netinet_in.c: New file.
38258
38259         * modules/inttypes-tests: New file.
38260         * tests/test-inttypes.c: New file.
38261
38262         * modules/fcntl-tests: New file.
38263         * tests/test-fcntl.c: New file.
38264
38265         * modules/byteswap-tests: New file.
38266         * tests/test-byteswap.c: New file.
38267
38268         * modules/arpa_inet-tests: New file.
38269         * tests/test-arpa_inet.c: New file.
38270
38271 2007-02-17  Bruno Haible  <bruno@clisp.org>
38272
38273         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38274         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38275         if the corresponding module is not enabled. Emit link warnings if
38276         the function is used nevertheless.
38277         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38278         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38279         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38280         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38281         * modules/inttypes (Depends-on): Add link-warning.
38282         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38283         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38284         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38285         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38286         * modules/imaxdiv (configure.ac): Likewise.
38287         * modules/strtoimax (configure.ac): Likewise.
38288         * modules/strtoumax (configure.ac): Likewise.
38289
38290 2007-02-17  Bruno Haible  <bruno@clisp.org>
38291
38292         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38293         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38294         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38295         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38296
38297 2007-02-17  Bruno Haible  <bruno@clisp.org>
38298
38299         * modules/link-warning: New file.
38300         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38301         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38302         * modules/string (Depends-on): Add link-warning.
38303         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38304         string.h.
38305         * MODULES.html.sh (Support for building libraries and executables): Add
38306         link-warning.
38307
38308 2007-02-17  Bruno Haible  <bruno@clisp.org>
38309
38310         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38311         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38312         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38313         long lines.
38314
38315 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38316             Bruno Haible  <bruno@clisp.org>
38317
38318         * modules/tmpfile: New file.
38319         * lib/tmpfile.c: New file.
38320         * m4/tmpfile.m4: New file.
38321         * MODULES.html.sh (func_all_modules): New section "Input/output".
38322
38323 2007-02-15  Bruno Haible  <bruno@clisp.org>
38324
38325         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38326         (supports_delete_on_close): New function.
38327         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38328
38329 2007-02-14  Bruno Haible  <bruno@clisp.org>
38330
38331         * modules/mbspcasecmp-tests: New file.
38332         * tests/test-mbspcasecmp.sh: New file.
38333         * tests/test-mbspcasecmp.c: New file.
38334
38335         New module mbspcasecmp.
38336         * modules/mbspcasecmp: New file.
38337         * lib/mbspcasecmp.c: New file.
38338         * lib/string_.h (strncasecmp): Change warning message.
38339         (mbspcasecmp): New declaration.
38340         * m4/mbspcasecmp.m4: New file.
38341         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38342         GNULIB_MBSPCASECMP.
38343         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38344         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38345
38346 2007-02-14  Bruno Haible  <bruno@clisp.org>
38347
38348         * modules/mbsncasecmp-tests: New file.
38349         * tests/test-mbsncasecmp.sh: New file.
38350         * tests/test-mbsncasecmp.c: New file.
38351
38352         New module mbsncasecmp.
38353         * modules/mbsncasecmp: New file.
38354         * lib/mbsncasecmp.c: New file.
38355         * lib/string_.h (mbsncasecmp): New declaration.
38356         * m4/mbsncasecmp.m4: New file.
38357         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38358         GNULIB_MBSNCASECMP.
38359         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38360         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38361
38362 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38363
38364         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38365         Verify that it doesn't overlap with our flags.
38366         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38367         do not have the desired effect in multibyte locales; instead, use
38368         mbscasecmp.
38369         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38370         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38371         we don't require GNU fnmatch ourselves (if our users require it, they
38372         should do so explicitly).
38373
38374         Fix regex code so it doesn't rely on strcasecmp.
38375         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38376         Otherwise, include gnulib's langinfo.h.
38377         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38378         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38379         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38380         * modules/regex (FILES): Remove m4/codeset.m4.
38381         (Depends-on): Add localcharset.  Remove strcase.
38382
38383 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38384
38385         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38386         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38387
38388 2007-02-13  Bruno Haible  <bruno@clisp.org>
38389
38390         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38391         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38392
38393 2007-02-12  Bruno Haible  <bruno@clisp.org>
38394
38395         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38396         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38397         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38398         time warning rather than a link error.
38399
38400 2007-02-12  Bruno Haible  <bruno@clisp.org>
38401
38402         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38403         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38404         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38405
38406 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38407
38408         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38409         args, not 2.
38410
38411 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38412
38413         New module 'time', so that apps can include <time.h> as per
38414         POSIX and GNU instead of separate include files like time_r.h
38415         and timegm.h.  This implementation tries out a simpler approach
38416         for replacing decls in standard include files (as compared to
38417         the string module), somewhat as an experiment.
38418
38419         * config/srclist.txt: Comment out mktime.c for now.
38420         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38421         since it doesn't apply any more.  Use generic wording instead.
38422         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38423         'time'.
38424         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38425         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38426         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38427         Don't include <sys/types.h>; no longer needed since we assume C89.
38428         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38429         * lib/strftime.c: Likewise.
38430         * lib/time_r.c: Likewise.
38431         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38432         * lib/nanosleep.c: Include <time.h> first, to check interface.
38433         * lib/strptime.c: Likewise.
38434         * lib/time_r.c: Likewise.
38435         * lib/timegm.c: Likewise.
38436         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38437         needed.
38438         * lib/timegm.c: Don't include timegm.h; no longer needed.
38439         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38440         time.h now handles any problems in that area.
38441         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38442         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38443         that time.h defines struct timespec.
38444         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38445         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38446         handles that.
38447         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38448         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38449         needed.  Set REPLACE_LOCALTIME.
38450         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38451         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38452         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38453         nanosleep; time_h.m4 now does that.  Don't require
38454         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38455         module handles this now.
38456         * modules/getdate (Depends-on): Remove timespec.  Add time.
38457         * modules/nanosleep (Depends-on): Likewise.
38458         * modules/stat-time (Depends-on): Likewise.
38459         * modules/nanosleep (Include): Include time.h, not timespec.h.
38460         * modules/strptime (Files): Remove lib/strptime.h.
38461         (Depends-on): Add extensions, time.
38462         (Include): Include time.h, not strptime.h.
38463         * modules/time_r (Files): Remove lib/time_r.h.
38464         (Depends-on): Add time.
38465         (Include): Include time.h, not time_r.h.
38466         * modules/timegm: Likewise.
38467         * modules/timespec (Description): Now does timespec-related decls
38468         of our own, instead of struct timespec itself.
38469         (Depends-on): Add time; remove extensions.
38470         (Maintainer): Add self.
38471         * modules/utimecmp (Depends-on): Add time; remove timespec.
38472         * modules/utimens (Depends-on): Likewise.
38473         * modules/xnanosleep (Depends-on): Likewise.
38474
38475 2007-02-11  Bruno Haible  <bruno@clisp.org>
38476
38477         * lib/c-strstr.c: Include allocsa.h.
38478         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38479         * lib/c-strcasestr.c: Include allocsa.h.
38480         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38481         * lib/strcasestr.c: Include allocsa.h.
38482         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38483         * lib/mbsstr.c: Include allocsa.h.
38484         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38485         allocsa/freesa instead of malloc/free.
38486         * lib/mbscasestr.c: Include allocsa.h.
38487         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38488         allocsa/freesa instead of malloc/free.
38489         * modules/c-strstr (Depends-on): Add allocsa.
38490         * modules/c-strcasestr (Depends-on): Likewise.
38491         * modules/strcasestr (Depends-on): Likewise.
38492         * modules/mbsstr (Depends-on): Likewise.
38493         * modules/mbscasestr (Depends-on): Likewise.
38494
38495 2007-02-11  Bruno Haible  <bruno@clisp.org>
38496
38497         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38498
38499         * modules/mbsspn-tests: New file.
38500         * tests/test-mbsspn.sh: New file.
38501         * tests/test-mbsspn.c: New file.
38502
38503 2007-02-11  Bruno Haible  <bruno@clisp.org>
38504
38505         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38506
38507         * modules/mbspbrk-tests: New file.
38508         * tests/test-mbspbrk.sh: New file.
38509         * tests/test-mbspbrk.c: New file.
38510
38511 2007-02-11  Bruno Haible  <bruno@clisp.org>
38512
38513         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38514         unneeded cast.
38515
38516         * modules/mbscspn-tests: New file.
38517         * tests/test-mbscspn.sh: New file.
38518         * tests/test-mbscspn.c: New file.
38519
38520 2007-02-11  Bruno Haible  <bruno@clisp.org>
38521
38522         * modules/mbscasecmp-tests: New file.
38523         * tests/test-mbscasecmp.sh: New file.
38524         * tests/test-mbscasecmp.c: New file.
38525
38526 2007-02-11  Bruno Haible  <bruno@clisp.org>
38527
38528         Ensure O(n) worst-case complexity of mbscasestr.
38529         * lib/mbscasestr.c: Include stdbool.h.
38530         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38531         functions.
38532         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38533         the bookkeeping indicates that it's worth it.
38534         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38535
38536         * modules/mbscasestr-tests: New file.
38537         * tests/test-mbscasestr1.c: New file.
38538         * tests/test-mbscasestr2.sh: New file.
38539         * tests/test-mbscasestr2.c: New file.
38540         * tests/test-mbscasestr3.sh: New file.
38541         * tests/test-mbscasestr3.c: New file.
38542         * tests/test-mbscasestr4.sh: New file.
38543         * tests/test-mbscasestr4.c: New file.
38544         * m4/locale-tr.m4: New file.
38545
38546 2007-02-11  Bruno Haible  <bruno@clisp.org>
38547
38548         Ensure O(n) worst-case complexity of mbsstr.
38549         * lib/mbsstr.c: Include stdbool.h.
38550         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38551         functions.
38552         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38553         bookkeeping indicates that it's worth it.
38554         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38555
38556         * modules/mbsstr-tests: New file.
38557         * tests/test-mbsstr1.c: New file.
38558         * tests/test-mbsstr2.sh: New file.
38559         * tests/test-mbsstr2.c: New file.
38560         * tests/test-mbsstr3.sh: New file.
38561         * tests/test-mbsstr3.c: New file.
38562         * m4/locale-fr.m4: New file.
38563
38564 2007-02-11  Bruno Haible  <bruno@clisp.org>
38565
38566         * lib/mbsrchr.c (mbsrchr): Fix bug.
38567
38568         * modules/mbsrchr-tests: New file.
38569         * tests/test-mbsrchr.sh: New file.
38570         * tests/test-mbsrchr.c: New file.
38571
38572 2007-02-11  Bruno Haible  <bruno@clisp.org>
38573
38574         * lib/mbschr.c (mbschr): Fix bug.
38575
38576         * modules/mbschr-tests: New file.
38577         * tests/test-mbschr.sh: New file.
38578         * tests/test-mbschr.c: New file.
38579         * m4/locale-zh.m4: New file.
38580
38581 2007-02-11  Bruno Haible  <bruno@clisp.org>
38582
38583         Support for copying multibyte string iterators.
38584         * lib/mbiter.h: Include <string.h>.
38585         (mbiter_multi_copy): New function.
38586         (mbi_copy): New macro.
38587         * lib/mbuiter.h: Include <string.h>.
38588         (mbuiter_multi_copy): New function.
38589         (mbui_copy): New macro.
38590
38591 2007-02-11  Bruno Haible  <bruno@clisp.org>
38592
38593         New module mbslen.
38594         * modules/mbslen: New file.
38595         * lib/mbslen.c: New file.
38596         * lib/string_.h (mbslen): New declaration.
38597         * m4/mbslen.m4: New file.
38598         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38599         GNULIB_MBSLEN.
38600         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38601         * MODULES.html.sh (Internationalization functions): Add mbslen.
38602
38603 2007-02-11  Bruno Haible  <bruno@clisp.org>
38604
38605         Ensure O(n) worst-case complexity of strcasestr substitute.
38606         * lib/strcasestr.c: Include stdbool.h.
38607         (knuth_morris_pratt): New function.
38608         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38609         bookkeeping indicates that it's worth it.
38610         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38611
38612         * modules/strcasestr-tests: New file.
38613         * tests/test-strcasestr.c: New file.
38614
38615 2007-02-11  Bruno Haible  <bruno@clisp.org>
38616
38617         Ensure O(n) worst-case complexity of c_strcasestr.
38618         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38619         (knuth_morris_pratt): New function.
38620         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38621         the bookkeeping indicates that it's worth it.
38622         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38623
38624         * modules/c-strcasestr-tests: New file.
38625         * tests/test-c-strcasestr.c: New file.
38626
38627 2007-02-11  Bruno Haible  <bruno@clisp.org>
38628
38629         Ensure O(n) worst-case complexity of c_strstr.
38630         * lib/c-strstr.c: Include stdbool.h, string.h.
38631         (knuth_morris_pratt): New function.
38632         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38633         bookkeeping indicates that it's worth it.
38634         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38635
38636         * lib/c-strstr.c: Complete rewrite for maintainability.
38637
38638         * modules/c-strstr-tests: New file.
38639         * tests/test-c-strstr.c: New file.
38640
38641 2007-02-11  Bruno Haible  <bruno@clisp.org>
38642
38643         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38644         5.2.1 and earlier, whereby \055 was treated just like the range
38645         delimiter '-'.
38646         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38647
38648 2007-02-08  Bruno Haible  <bruno@clisp.org>
38649
38650         * modules/regex (Depends-on): Add stdbool.
38651         Reported by Dalibor Topic <robilad@kaffe.org>.
38652
38653 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38654
38655         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38656         Prefer returning from main to exiting from it.
38657         Remove unnecessary parens after sizeof.
38658
38659 2007-02-05  Bruno Haible  <bruno@clisp.org>
38660
38661         New module mbssep.
38662         * modules/mbssep: New file.
38663         * lib/mbssep.c: New file.
38664         * lib/string_.h (strsep): Add a conditional link warning.
38665         (mbssep): New declaration.
38666         * m4/mbssep.m4: New file.
38667         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38668         GNULIB_MBSSEP.
38669         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38670         * MODULES.html.sh (Internationalization functions): Add mbssep.
38671
38672 2007-02-05  Bruno Haible  <bruno@clisp.org>
38673
38674         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38675         Optimize search in case of 1 delimiter.
38676
38677 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38678
38679         * lib/acl.h: Include sys/types.h before sys/acl.h.
38680
38681 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38682
38683         Merge upstream fix for glibc bugzilla #3957:
38684
38685         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38686
38687         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38688         bit for RE_HAT_LISTS_NOT_NEWLINE.
38689         (build_charclass_op): Remove bogus comment.
38690
38691 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38692
38693         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38694
38695 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38696
38697         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38698         * lib/memmem.c [!defined _LIBC]: Include config.h.
38699
38700 2007-02-04  Bruno Haible  <bruno@clisp.org>
38701
38702         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38703         warning message.
38704
38705 2007-02-04  Bruno Haible  <bruno@clisp.org>
38706
38707         New module mbstok_r.
38708         * modules/mbstok_r: New file.
38709         * lib/mbstok_r.c: New file.
38710         * lib/string_.h (strtok_r): Change argument names to match the
38711         comments. Add a conditional link warning.
38712         (mbstok_r): New declaration.
38713         * m4/mbstok_r.m4: New file.
38714         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38715         GNULIB_MBSTOK_R.
38716         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38717         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38718
38719 2007-02-04  Bruno Haible  <bruno@clisp.org>
38720
38721         New module mbsspn.
38722         * modules/mbsspn: New file.
38723         * lib/mbsspn.c: New file.
38724         * lib/string_.h (strspn): Add a conditional link warning.
38725         (mbsspn): New declaration.
38726         * m4/mbsspn.m4: New file.
38727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38728         GNULIB_MBSSPN.
38729         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38730         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38731
38732 2007-02-04  Bruno Haible  <bruno@clisp.org>
38733
38734         New module mbspbrk.
38735         * modules/mbspbrk: New file.
38736         * lib/mbspbrk.c: New file.
38737         * lib/string_.h (strpbrk): Add a conditional link warning.
38738         (mbspbrk): New declaration.
38739         * m4/mbspbrk.m4: New file.
38740         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38741         GNULIB_MBSPBRK.
38742         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38743         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38744
38745 2007-02-04  Bruno Haible  <bruno@clisp.org>
38746
38747         New module mbscspn.
38748         * modules/mbscspn: New file.
38749         * lib/mbscspn.c: New file.
38750         * lib/string_.h (strcspn): Add a conditional link warning.
38751         (mbscspn): New declaration.
38752         * m4/mbscspn.m4: New file.
38753         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38754         GNULIB_MBSCSPN.
38755         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38756         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38757
38758 2007-02-04  Bruno Haible  <bruno@clisp.org>
38759
38760         New module mbscasestr, reduced goal of strcasestr.
38761         * modules/mbscasestr: New file.
38762         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38763         (mbscasestr): Renamed from strcasestr.
38764         * lib/strcasestr.c: Don't include mbuiter.h.
38765         (strcasestr): Remove support for multibyte locales.
38766         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38767         Change the conditional link warning.
38768         (mbscasestr): New declaration.
38769         * m4/mbscasestr.m4: New file.
38770         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38771         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38772         REPLACE_STRCASESTR.
38773         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38774         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38775         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38776         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38777         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38778         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38779         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38780         (Depends-on): Remove mbuiter.
38781         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38782
38783 2007-02-04  Bruno Haible  <bruno@clisp.org>
38784
38785         Simplify handling of strncasecmp.
38786         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38787         the conditional link warning.
38788         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38789         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38790         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38791         * modules/strcase (configure.ac): Don't invoke
38792         gl_STRING_MODULE_INDICATOR.
38793         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38794
38795 2007-02-04  Bruno Haible  <bruno@clisp.org>
38796
38797         New module mbscasecmp, reduced goal of strcasecmp.
38798         * modules/mbscasecmp: New file.
38799         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38800         (mbscasecmp): Renamed from strcasecmp.
38801         * lib/strcasecmp.c: Don't include mbuiter.h.
38802         (strcasecmp): Remove support for multibyte locales.
38803         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38804         Change the conditional link warning.
38805         (mbscasecmp): New declaration.
38806         * m4/mbscasecmp.m4: New file.
38807         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38808         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38809         REPLACE_STRCASECMP.
38810         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38811         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38812         GNULIB_MBSCASECMP.
38813         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38814         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38815         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38816         (Depends-on): Remove mbuiter.
38817         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38818
38819 2007-02-04  Bruno Haible  <bruno@clisp.org>
38820
38821         New module mbsstr. Remove module strstr.
38822         * modules/mbsstr: New file.
38823         * modules/strstr: Remove file.
38824         * lib/mbsstr.c: Renamed from lib/strstr.c.
38825         (mbsstr): Renamed from strstr.
38826         * lib/string_.h (strstr): Remove declaration. Change the conditional
38827         link warning.
38828         (mbsstr): New declaration.
38829         * m4/mbsstr.m4: New file.
38830         * m4/strstr.m4: Remove file.
38831         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38832         REPLACE_STRSTR.
38833         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38834         Don't initialize GNULIB_STRSTR.
38835         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38836         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38837         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38838         (Support for systems lacking ANSI C 89): Remove strstr.
38839
38840 2007-02-04  Bruno Haible  <bruno@clisp.org>
38841
38842         New module mbsrchr.
38843         * modules/mbsrchr: New file.
38844         * lib/mbsrchr.c: New file.
38845         * lib/string_.h (strrchr): Add a conditional link warning.
38846         (mbsrchr): New declaration.
38847         * m4/mbsrchr.m4: New file.
38848         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38849         GNULIB_MBSRCHR.
38850         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38851         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38852
38853 2007-02-04  Bruno Haible  <bruno@clisp.org>
38854
38855         New module mbschr.
38856         * modules/mbschr: New file.
38857         * lib/mbschr.c: New file.
38858         * lib/string_.h (strchr): Add a conditional link warning.
38859         (mbschr): New declaration.
38860         * m4/mbschr.m4: New file.
38861         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38862         GNULIB_MBSCHR.
38863         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38864         * MODULES.html.sh (Internationalization functions): Add mbschr.
38865
38866 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38867
38868         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38869
38870         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38871
38872 2007-02-04  Bruno Haible  <bruno@clisp.org>
38873
38874         New module description section 'configure.ac-early'.
38875         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38876         (func_get_autoconf_early_snippet): New function.
38877         (func_import, func_create_testdir): Use it. Remove special cases for
38878         modules 'extensions' and 'lock'.
38879         * modules/extensions (configure.ac-early): Require
38880         gl_USE_SYSTEM_EXTENSIONS.
38881         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38882
38883 2007-02-04  Bruno Haible  <bruno@clisp.org>
38884
38885         Make use of gcj-4.3's -fsource and -ftarget option.
38886         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38887         and if so try the options -fsource and -ftarget.
38888         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38889         source_version, ftarget_option, target_version arguments.
38890         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38891         (is_envjavac_oldgcj_14_14_usable): Renamed from
38892         is_envjavac_gcj_14_14_usable.
38893         (is_envjavac_oldgcj_14_13_usable): Renamed from
38894         is_envjavac_gcj_14_13_usable.
38895         (is_gcj_present): Update.
38896         (is_gcj_43, is_gcj43_usable): New functions.
38897         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38898         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38899         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38900         try the options -fsource and -ftarget.
38901
38902 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38903
38904         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38905         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38906         larger value.
38907
38908 2007-02-03  Jim Meyering  <jim@meyering.net>
38909
38910         Give tools a better chance to allocate space for very large buffers.
38911         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38912
38913         Make pwd and readlink work also when run with an unreadable parent dir
38914         on systems with openat support.
38915         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38916         provided getcwd function, even when we have openat support.
38917         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38918
38919 2007-02-02  Bruno Haible  <bruno@clisp.org>
38920
38921         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38922         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38923         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38924         portability problems if one of these functions is only used on specific
38925         platforms.
38926         Reported by Paul Eggert.
38927
38928 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38929
38930         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38931         is causing more trouble than it's curing.
38932         * lib/regex_internal.h (__mempcpy): Remove.
38933         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38934         (and make the code a tad smaller to boot).
38935         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38936
38937 2007-02-02  Jim Meyering  <jim@meyering.net>
38938
38939         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38940         section, not in the Makefile.am: one.
38941
38942 2007-02-02  Eric Blake  <ebb9@byu.net>
38943
38944         * lib/strchrnul.c: Always include config.h first.
38945
38946         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38947         gnulib strstr is not necessary here.
38948
38949 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38950
38951         * m4/socklen.m4: Fix typo.
38952
38953 2007-02-02  Eric Blake  <ebb9@byu.net>
38954
38955         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38956         * modules/netinet_in (Makefile.am): Likewise.
38957
38958 2007-02-01  Bruno Haible  <bruno@clisp.org>
38959
38960         * lib/string_.h (GL_LINK_WARNING): New macro.
38961         (strcasecmp, strstr, strcasestr): If provided by the system,
38962         conditionally define as a macro that leads to a warning instead of to
38963         an error.
38964         (strncasecmp): Conditionally define as a macro that leads to a warning.
38965
38966 2007-02-01  Karl Berry  <karl@gnu.org>
38967
38968         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38969
38970 2007-02-01  Bruno Haible  <bruno@clisp.org>
38971
38972         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38973         renamings.
38974
38975 2007-02-01  Eric Blake  <ebb9@byu.net>
38976
38977         * modules/regex (Depends-on): Revert dependence on mempcpy.
38978         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38979         module's definition of mempcpy.
38980         Reported by Paul Eggert.
38981
38982 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38983
38984         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38985         the symbol XYZ before redefining it.  This fixes a problem with
38986         programs that don't use XYZ, when compiled on systems that define
38987         XYZ to something else.
38988
38989 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38990
38991         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38992         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38993         writeable to group or other and (2) is intended to have a special
38994         mode bit that is set or cleared.  In such a case, the directory
38995         should be neither group- nor other-writeable until the special
38996         mode bits are right.
38997
38998 2007-01-31  Eric Blake  <ebb9@byu.net>
38999
39000         * modules/mountlist (Depends-on): Add strstr.
39001
39002         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39003         bug.
39004         * modules/string (Makefile.am): Remove redundant replacement.
39005         * modules/regex (Depends-on): Add mempcpy.
39006
39007 2007-01-31  Bruno Haible  <bruno@clisp.org>
39008
39009         New module description field 'Link'.
39010         * gnulib-tool (func_usage): Document --extract-link-directive.
39011         (sed_extract_prog): Recognize 'Link' directive.
39012         (func_get_link_directive): New function.
39013         (func_import): Show summary of link directives.
39014         Handle --extract-link-directive option.
39015         * modules/acl (Link): New section.
39016         * modules/clock-time (Link): New section.
39017         * modules/euidaccess (Link): New section.
39018         * modules/gettext (Link): New section.
39019         * modules/iconv (Link): New section.
39020         * modules/lock (Link): New section.
39021         * modules/nanosleep (Link): New section.
39022         * modules/readline (Link): New section.
39023
39024 2007-01-27  Bruno Haible  <bruno@clisp.org>
39025
39026         Enforce the use of gnulib modules for unportable <string.h> functions.
39027         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39028         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39029         (gl_HEADER_STRING_H_BODY): Require it.
39030         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39031         the symbol XYZ to one that gives a link error.
39032         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39033         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39034         * modules/mempcpy (configure.ac): Likewise.
39035         * modules/memrchr (configure.ac): Likewise.
39036         * modules/stpcpy (configure.ac): Likewise.
39037         * modules/stpncpy (configure.ac): Likewise.
39038         * modules/strcase (configure.ac): Likewise.
39039         * modules/strcasestr (configure.ac): Likewise.
39040         * modules/strchrnul (configure.ac): Likewise.
39041         * modules/strdup (configure.ac): Likewise.
39042         * modules/strndup (configure.ac): Likewise.
39043         * modules/strnlen (configure.ac): Likewise.
39044         * modules/strpbrk (configure.ac): Likewise.
39045         * modules/strsep (configure.ac): Likewise.
39046         * modules/strstr (configure.ac): Likewise.
39047         * modules/strtok_r (configure.ac): Likewise.
39048
39049 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39050
39051         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39052
39053 2007-01-30  Jim Meyering  <jim@meyering.net>
39054
39055         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39056
39057 2007-01-29  Bruno Haible  <bruno@clisp.org>
39058
39059         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39060         * lib/execute.c: Likewise.
39061         * lib/pipe.c: Likewise.
39062         * lib/printf-args.h: Likewise.
39063         * lib/printf-args.c: Likewise.
39064         * lib/printf-parse.c: Likewise.
39065         * lib/vasnprintf.c: Likewise.
39066
39067 2007-01-29  Eric Blake  <ebb9@byu.net>
39068
39069         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39070         declaration.
39071
39072 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39073
39074         * lib/strptime.h (strptime): Use 'restrict' for args where
39075         POSIX requires this.
39076         * lib/strptime.c (strptime): Likewise.
39077         Change license notice from LGPL to GPL, since gnulib-tool will
39078         change this as needed.
39079         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39080         defined.
39081         Include "strptime.h" first, to check interface.
39082         Do not #undef _LIBC and _NL_CURRENT.
39083         Do not include <stdlib.h>; no longer needed.
39084         Include "time_r.h" and declare ptime_locale_status
39085         only if _LIBC is not defined.
39086         (__P): Remove unused macro.
39087         (match_string): Bring back glibc version, but use it only if _LIBC
39088         is defined.
39089         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39090         Remove unnecessary assertion and abort() call.
39091         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39092         * m4/strptime.m4: Fix serial number comment.
39093         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39094         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39095         (Depends-on): Add time_r.
39096
39097 2007-01-29  Bruno Haible  <bruno@clisp.org>
39098
39099         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39100         strptime.
39101         * modules/strptime (Depends-on): Add stdbool.
39102         * lib/strptime.h: Include <time.h> always. Add comments.
39103
39104 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39105
39106         * modules/strptime: New file.
39107         * lib/strptime.h: New file.
39108         * lib/strptime.c: New file.
39109         * m4/strptime.m4: New file.
39110
39111 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39112
39113         * MODULES.html.sh: New module mpsort.
39114         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39115
39116         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39117         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39118         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39119         All uses changed.
39120         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39121         All uses changed.
39122         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39123         to _Restrict_.
39124         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39125         the parameter matches the prototype.
39126
39127 2007-01-28  Jim Meyering  <jim@meyering.net>
39128
39129         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39130         sys/time.h here, reverting that part of the previous patch:
39131         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39132
39133 2007-01-28  Bruno Haible  <bruno@clisp.org>
39134
39135         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39136         value of $(SYS_TIME_H).
39137         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39138         remove it conditionally, too. [added by Jim Meyering]
39139         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39140         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39141         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39142         GETTIMEOFDAY_REPLACEMENT to 1.
39143
39144 2007-01-28  Bruno Haible  <bruno@clisp.org>
39145
39146         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39147         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39148         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39149         Set UNISTD_H instead of UNISTD_H2.
39150         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39151
39152 2007-01-28  Bruno Haible  <bruno@clisp.org>
39153
39154         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39155         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39156
39157 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39158
39159         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39160         (func_create_testdir): Ensure C locale for `grep' and `tr'
39161         character ranges.
39162         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39163         ACLOCAL_AMFLAGS parsing state machine.
39164
39165 2007-01-27  Bruno Haible  <bruno@clisp.org>
39166
39167         * modules/unistr/base: Update.
39168
39169 2007-01-27  Bruno Haible  <bruno@clisp.org>
39170
39171         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39172         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39173         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39174         modules/unistr/u32-mbtouc.
39175         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39176         * lib/unistr.h: Update.
39177         * lib/linebreak.c: Update.
39178         * modules/unistr/u32-mbtouc: Renamed from
39179         modules/unistr/u32-mbtouc-safe.
39180         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39181         * lib/unistr.h: Update.
39182         * lib/unistr/u32-to-u8.c: Update.
39183         * lib/unistr/u32-to-u16.c: Update.
39184
39185 2007-01-27  Bruno Haible  <bruno@clisp.org>
39186
39187         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39188         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39189         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39190         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39191         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39192         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39193         modules/unistr/u16-mbtouc.
39194         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39195         * lib/unistr.h: Update.
39196         * lib/linebreak.c: Update.
39197         * modules/linebreak: Update.
39198         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39199         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39200         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39201         * modules/unistr/u16-mbtouc: Renamed from
39202         modules/unistr/u16-mbtouc-safe.
39203         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39204         * lib/unistr.h: Update.
39205         * lib/unistr/u16-to-u8.c: Update.
39206         * modules/unistr/u16-to-u8: Update.
39207         * lib/unistr/u16-to-u32.c: Update.
39208         * modules/unistr/u16-to-u32: Update.
39209
39210 2007-01-27  Bruno Haible  <bruno@clisp.org>
39211
39212         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39213         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39214         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39215         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39216         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39217         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39218         modules/unistr/u8-mbtouc.
39219         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39220         * lib/unistr.h: Update.
39221         * lib/striconveh.c: Update.
39222         * modules/striconveh: Update.
39223         * lib/linebreak.c: Update.
39224         * modules/linebreak: Update.
39225         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39226         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39227         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39228         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39229         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39230         * lib/unistr.h: Update.
39231         * lib/striconveh.c: Update.
39232         * modules/striconveh: Update.
39233         * lib/unistr/u8-to-u16.c: Update.
39234         * modules/unistr/u8-to-u16: Update.
39235         * lib/unistr/u8-to-u32.c: Update.
39236         * modules/unistr/u8-to-u32: Update.
39237
39238 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39239
39240         Sync from Libtool.
39241         * lib/argz.c: Do not include strings.h nor memory.h, include
39242         string.h unconditionally.  Patch by Simon Josefsson.
39243
39244 2007-01-27  Bruno Haible  <bruno@clisp.org>
39245
39246         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39247         from gl_HEADER_STRING_H_BODY.
39248         (gl_HEADER_STRING_H_BODY): Require it.
39249         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39250         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39251         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39252         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39253         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39254         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39255         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39256         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39257         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39258         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39259         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39260         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39261         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39262         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39263         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39264
39265 2007-01-27  Bruno Haible  <bruno@clisp.org>
39266
39267         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39268         check_PROGRAMS into noinst_PROGRAMS.
39269         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39270         check_PROGRAMS in this case.
39271         (func_import): Set for_test to false.
39272         (func_create_testdir): Set for_test to true.
39273
39274 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39275             Bruno Haible  <bruno@clisp.org>
39276
39277         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39278         (Depends-on): Add string.
39279         (Includes): Use <string.h> instead of strcasestr.h.
39280         * modules/string (Makefile.am): Also substitute the value of
39281         REPLACE_STRCASESTR.
39282         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39283         assume strcasestr is declared in <string.h> not <strings.h>. Also
39284         set REPLACE_STRCASESTR.
39285         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39286         REPLACE_STRCASESTR.
39287         * lib/strcasestr.h: Remove file.
39288         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39289         * lib/string_.h (strcasestr): New declaration.
39290
39291 2007-01-27  Bruno Haible  <bruno@clisp.org>
39292
39293         * lib/string_.h: Use 'extern'.
39294
39295 2007-01-27  Jim Meyering  <jim@meyering.net>
39296
39297         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39298         of set-but-not-used local, "q".
39299
39300         * lib/mempcpy.c: Include <config.h> before <string.h>.
39301         This fixes a compilation error on HP-UX, due to the system's
39302         "restrict"-using mempcpy prototype.
39303
39304 2007-01-26  Bruno Haible  <bruno@clisp.org>
39305
39306         Small optimization.
39307         * lib/javacomp.c: Include c-strstr.h.
39308          (is_envjavac_gcj): Use c_strstr instead of strstr.
39309         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39310
39311 2007-01-26  Bruno Haible  <bruno@clisp.org>
39312
39313         * MODULES.html.sh (Unicode string functions): Add the new modules.
39314
39315         * modules/uniconv/u32-strconv-to-locale: New file.
39316         * lib/uniconv/u32-strconv-to-locale.c: New file.
39317
39318         * modules/uniconv/u16-strconv-to-locale: New file.
39319         * lib/uniconv/u16-strconv-to-locale.c: New file.
39320
39321         * modules/uniconv/u8-strconv-to-locale: New file.
39322         * lib/uniconv/u8-strconv-to-locale.c: New file.
39323
39324         * modules/uniconv/u32-strconv-from-locale: New file.
39325         * lib/uniconv/u32-strconv-from-locale.c: New file.
39326
39327         * modules/uniconv/u16-strconv-from-locale: New file.
39328         * lib/uniconv/u16-strconv-from-locale.c: New file.
39329
39330         * modules/uniconv/u8-strconv-from-locale: New file.
39331         * lib/uniconv/u8-strconv-from-locale.c: New file.
39332
39333         * modules/uniconv/u32-strconv-to-enc: New file.
39334         * lib/uniconv/u32-strconv-to-enc.c: New file.
39335         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39336         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39337
39338         * modules/uniconv/u16-strconv-to-enc: New file.
39339         * lib/uniconv/u16-strconv-to-enc.c: New file.
39340         * lib/uniconv/u-strconv-to-enc.h: New file.
39341         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39342         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39343
39344         * modules/uniconv/u8-strconv-to-enc: New file.
39345         * lib/uniconv/u8-strconv-to-enc.c: New file.
39346         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39347         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39348
39349         * modules/uniconv/u32-strconv-from-enc: New file.
39350         * lib/uniconv/u32-strconv-from-enc.c: New file.
39351         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39352         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39353
39354         * modules/uniconv/u16-strconv-from-enc: New file.
39355         * lib/uniconv/u16-strconv-from-enc.c: New file.
39356         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39357         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39358
39359         * modules/uniconv/u8-strconv-from-enc: New file.
39360         * lib/uniconv/u8-strconv-from-enc.c: New file.
39361         * lib/uniconv/u-strconv-from-enc.h: New file.
39362         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39363         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39364
39365         * modules/uniconv/u32-conv-from-enc: New file.
39366         * lib/uniconv/u32-conv-from-enc.c: New file.
39367         * modules/uniconv/u32-conv-from-enc-tests: New file.
39368         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39369
39370         * modules/uniconv/u16-conv-from-enc: New file.
39371         * lib/uniconv/u16-conv-from-enc.c: New file.
39372         * lib/uniconv/u-conv-from-enc.h: New file.
39373         * modules/uniconv/u16-conv-from-enc-tests: New file.
39374         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39375
39376         * modules/uniconv/u8-conv-from-enc: New file.
39377         * lib/uniconv/u8-conv-from-enc.c: New file.
39378         * modules/uniconv/u8-conv-from-enc-tests: New file.
39379         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39380
39381         * modules/uniconv/base: New file.
39382         * lib/uniconv.h: New file.
39383
39384 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39385
39386         * doc/gnulib-tool.texi (Initial import): Update to match current
39387         behavior with strdup module.
39388         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39389         * lib/memmem.h: Remove; all uses removed.  This is now done
39390         by <string.h>.
39391         * lib/mempcpy.h: Likewise.
39392         * lib/memrchr.h: Likewise.
39393         * lib/stpcpy.h: Likewise.
39394         * lib/stpncpy.h: Likewise.
39395         * lib/strcase.h: Likewise.
39396         * lib/strchrnul.h: Likewise.
39397         * lib/strdup.h: Likewise.
39398         * lib/strndup.h: Likewise.
39399         * lib/strnlen.h: Likewise.
39400         * lib/strpbrk.h: Likewise.
39401         * lib/strsep.h: Likewise.
39402         * lib/strstr.h: Likewise.
39403         * lib/strtok_r.h: Likewise.
39404         * lib/string_.h: New file.
39405         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39406         Rely on <string.h> instead.
39407         * lib/canon-host.c: Likewise.
39408         * lib/chdir-long.c: Likewise.
39409         * lib/concatpath.c: Likewise.
39410         * lib/exclude.c: Likewise.
39411         * lib/fchdir.c: Likewise.
39412         * lib/getaddrinfo.c: Likewise.
39413         * lib/getcwd.c: Likewise.
39414         * lib/getsubopt.c: Likewise.
39415         * lib/glob.c: Likewise.
39416         * lib/hard-locale.c: Likewise.
39417         * lib/iconvme.c: Likewise.
39418         * lib/javacomp.c: Likewise.
39419         * lib/mempcpy.c: Likewise.
39420         * lib/memrchr.c: Likewise.
39421         * lib/regex_internal.h: Likewise.
39422         * lib/stpncpy.c: Likewise.
39423         * lib/strcasecmp.c: Likewise.
39424         * lib/strchrnul.c: Likewise.
39425         * lib/strdup.c: Likewise.
39426         * lib/striconv.c: Likewise.
39427         * lib/striconveh.c: Likewise.
39428         * lib/striconveha.c: Likewise.
39429         * lib/strncasecmp.c: Likewise.
39430         * lib/strndup.c: Likewise.
39431         * lib/strnlen.c: Likewise.
39432         * lib/strsep.c: Likewise.
39433         * lib/strstr.c: Likewise.
39434         * lib/strtok_r.c: Likewise.
39435         * lib/userspec.c: Likewise.
39436         * lib/w32spawn.h: Likewise.
39437         * lib/xstrndup.c: Likewise.
39438         * lib/mountlist.c (strstr): Remove decl.
39439         * m4/string_h.m4: New file.
39440         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39441         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39442         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39443         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39444         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39445         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39446         Set REPLACE_STRCASECMP if necessary.
39447         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39448         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39449         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39450         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39451         HAVE_DECL_STRDUP if necessary.
39452         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39453         since gl_FUNC_STRNDUP does that now.
39454         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39455         Check for decl here...
39456         (gl_PREREQ_STRNLEN): ... not here.
39457         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39458         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39459         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39460         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39461         necessary.
39462         * modules/string: New file.
39463         * modules/memmem (Files): Remove special-purpose include file.
39464         (Depends-on): Add string.
39465         (Include): Include <string.h>, not the removed file.
39466         * modules/mempcpy: Likewise.
39467         * modules/memrchr: Likewise.
39468         * modules/stpcpy: Likewise.
39469         * modules/stpncpy: Likewise.
39470         * modules/strcase: Likewise.
39471         * modules/strchrnul: Likewise.
39472         * modules/strdup: Likewise.
39473         * modules/strndup: Likewise.
39474         * modules/strnlen: Likewise.
39475         * modules/strpbrk: Likewise.
39476         * modules/strsep: Likewise.
39477         * modules/strstr: Likewise.
39478         * modules/strtok_r: Likewise.
39479         * tests/test-dirname.c: Don't include "strdup.h", since
39480         <string.h> now suffices.
39481         * tests/test-memmem.c: Don't include "memmem.h", since
39482         <string.h> now suffices.
39483
39484 2007-01-25  Bruno Haible  <bruno@clisp.org>
39485
39486         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39487         *resultp is 0.
39488
39489         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39490         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39491         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39492         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39493
39494         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39495         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39496         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39497         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39498         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39499         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39500
39501 2007-01-24  Bruno Haible  <bruno@clisp.org>
39502
39503         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39504         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39505         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39506         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39507         gl_FUNC_FTS_CORE.
39508         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39509         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39510         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39511         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39512         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39513         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39514         gl_FUNC_FCHOWNAT.
39515         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39516         gl_FUNC_STRFTIME.
39517         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39518         Reported by Ralf Wildenhues.
39519
39520 2007-01-24  Bruno Haible  <bruno@clisp.org>
39521
39522         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39523         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39524         gl_GETADDRINFO.
39525         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39526         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39527         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39528
39529 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39530
39531         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39532         Don't use 'exit'; just return from 'main'.
39533         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39534
39535         * lib/fnmatch_.h: Readjust white space and comments to match
39536         glibc, to avoid spurious diffs.
39537
39538 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39539
39540         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39541         2004-12-01 change by Jakub Jelinek, since this code won't compile
39542         if !LIBC.  Problem reported by Bob Proulx.
39543
39544 2007-01-23  Bruno Haible  <bruno@clisp.org>
39545
39546         * lib/striconveh.c: Include c-strcaseeq.h.
39547         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39548         * modules/striconveh (Depends-on): Add c-strcaseeq.
39549
39550 2007-01-23  Bruno Haible  <bruno@clisp.org>
39551
39552         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39553
39554         * modules/c-strcaseeq: New file.
39555         * lib/c-strcaseeq.h: New file.
39556
39557         * modules/streq: New file.
39558         * lib/streq.h: New file.
39559
39560 2007-01-23  Bruno Haible  <bruno@clisp.org>
39561
39562         * modules/striconveha-tests: New file.
39563         * tests/test-striconveha.c: New file.
39564
39565         * lib/striconveha.h: Include <stdbool.h>.
39566         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39567         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39568         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39569         (mem_iconveha): New function.
39570         (str_iconveha_notranslit): Renamed from str_iconveha.
39571         (str_iconveha): New function.
39572         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39573         c-strcase.
39574
39575 2007-01-23  Bruno Haible  <bruno@clisp.org>
39576
39577         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39578         encodings without forgiving before trying any encoding with handler.
39579         (str_iconveha): Try all encodings without forgiving before trying any
39580         encoding with handler.
39581
39582 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39583
39584         Import the following changes from libc.
39585
39586         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39587
39588         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39589
39590         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39591
39592         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39593         normal_bracket label.
39594
39595         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39596
39597         [BZ #361]
39598         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39599         to normal_bracket after fetching the next character.
39600
39601 2007-01-22  Bruno Haible  <bruno@clisp.org>
39602
39603         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39604         argument.
39605         * lib/striconveh.c (iconv_carefully_1): New function.
39606         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39607         argument.
39608         (str_cd_iconveh): Update.
39609         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39610         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39611         * tests/test-striconveh.c (MAGIC): New macro.
39612         (new_offsets): New function.
39613         (main): Test call with and without offsets.
39614
39615 2007-01-22  Bruno Haible  <bruno@clisp.org>
39616
39617         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39618         * modules/sys_select (Makefile.am): Likewise.
39619         * modules/sys_socket (Makefile.am): Likewise.
39620         * modules/sys_time (Makefile.am): Likewise.
39621
39622 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39623
39624         * modules/gettimeofday (License): Change from GPL to LGPL, since
39625         gettimeofday is a library function.
39626
39627 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39628
39629         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39630
39631 2007-01-21  Bruno Haible  <bruno@clisp.org>
39632
39633         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39634
39635 2007-01-21  Bruno Haible  <bruno@clisp.org>
39636
39637         * modules/striconveha: New file.
39638         * lib/striconveha.h: New file.
39639         * lib/striconveha.c: New file.
39640         * MODULES.html.sh (Internationalization functions): Add striconveha.
39641         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39642         string.
39643         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39644
39645 2007-01-21  Bruno Haible  <bruno@clisp.org>
39646
39647         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39648         * lib/striconveh.c (str_iconveh): Likewise.
39649
39650 2007-01-21  Bruno Haible  <bruno@clisp.org>
39651
39652         * lib/striconveh.h (mem_iconveh): New declaration.
39653         * lib/striconveh.c (mem_iconveh): New function.
39654         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39655
39656 2007-01-21  Bruno Haible  <bruno@clisp.org>
39657
39658         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39659
39660         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39661         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39662         original result buffer.
39663         (str_cd_iconveh): Update.
39664         * tests/test-striconveh.c (main): Update.
39665
39666         * lib/striconv.h (mem_cd_iconv): Change specification.
39667         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39668         result buffer.
39669         (str_cd_iconv): Update.
39670         * tests/test-striconv.c (main): Update.
39671
39672 2007-01-21  Bruno Haible  <bruno@clisp.org>
39673
39674         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39675
39676 2007-01-20  Jim Meyering  <jim@meyering.net>
39677
39678         * lib/userspec.c (parse_with_separator): If a user or group string
39679         starts with "+", skip the corresponding name-to-ID look-up, since
39680         such a look-up must fail: user and group names may not include "+".
39681
39682 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39683
39684         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39685         since we now assume the sys_time module.
39686         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39687         check for sys/time.h; no longer needed.
39688         * modules/poll (Depends-on): Depend on sys_time.
39689
39690 2007-01-18  Bruno Haible  <bruno@clisp.org>
39691
39692         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39693         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39694
39695         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39696         gettimeofday.
39697
39698         * tests/test-gettimeofday.c: Include <time.h>.
39699         (dummy): Remove variable.
39700
39701         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39702         gl_HEADER_SYS_TIME_H.
39703         (gl_HEADER_SYS_TIME_H): New macro.
39704
39705         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39706         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39707         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39708         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39709         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39710         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39711         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39712         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39713         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39714         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39715         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39716
39717         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39718         last change; it caused a compilation error when cross-compiling to
39719         Cygwin.
39720
39721 2007-01-18  Jim Meyering  <jim@meyering.net>
39722
39723         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39724         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39725         than the race-prone "test -d sys || mkdir sys".
39726         (configure.ac): Use AC_PROG_MKDIR_P.
39727         * modules/sys_select: Likewise.
39728         * modules/sys_socket: Likewise.
39729         * modules/sys_time: Likewise.
39730
39731 2007-01-18  Eric Blake  <ebb9@byu.net>
39732
39733         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39734         replace gettimeofday.
39735         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39736         name, to avoid infinite recursion.
39737
39738 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39739
39740         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39741         module sys_time.
39742         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39743         assume timespec.h defines struct timeval.
39744         * lib/settime.c: Likewise.
39745         * lib/utimens.c: Likewise.
39746         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39747         since we now assume the gettimeofday module.
39748         * lib/tempname.c (__gen_tempname): Likewise.
39749         * lib/gettimeofday.h: Remove.
39750         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39751         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39752         Include <time.h>, for 'time()'.
39753         (localtime_buffer_addr): Also use this workaround if
39754         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39755         to simplify the uses.  All uses changed.
39756         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39757         that #undef is inside {}, and 'const' follows type name consistently.
39758         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39759         (gettimeofday): Do not use the maximum possible value for
39760         tv->tv_usec, since that might break usages other than ls.c.
39761         Instead, we'll leave ls.c alone.  This undoes today's patch
39762         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39763         we've never observed the problem but might as well keep the
39764         canary.
39765         * lib/nanosleep.c: Include timespec.h first, for interface check.
39766         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39767         now assume the sys_time module.
39768         * lib/tempname.c: Likewise.
39769         * lib/timespec.h: Likewise.
39770         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39771         needed.
39772         * lib/strftime.c: Likewise.
39773         * lib/timespec.h: Likewise.
39774         * lib/posixtm.c: Include posixtm.h first, for interface check.
39775         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39776         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39777         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39778         * lib/sys_time_.h: New file.
39779         * lib/timespec.h (struct timespec): Use long int, not long.
39780         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39781         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39782         Remove obsolescent call to AC_HEADER_TIME.
39783         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39784         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39785         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39786         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39787         Likewise.
39788         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39789         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39790         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39791         into the sys_time module.  Check for gettimeofday just once.
39792         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39793         for gettimeofday signature to just check the signature.  Merely
39794         compile it, since linking doesn't test signature.  Improve test for
39795         whether gettimeofday.o is actually needed.
39796         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39797         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39798         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39799         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39800         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39801         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39802         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39803         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39804         than worrying about sys/time.h.
39805         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39806         Don't bother worrying about TIME_WITH_SYS_TIME.
39807         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39808         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39809         * m4/sys_time_h.m4: New file.
39810         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39811         Don't include sys/time.h.  Return from main rather than exiting.
39812         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39813         all uses changed.
39814         * modules/gethrxtime (Depends-on): Add sys_time.
39815         * modules/gettime (Depends-on): Likewise.
39816         * modules/gettimeofday (Depends-on): Likewise.
39817         * modules/nanosleep (Depends-on): Likewise.
39818         * modules/settime (Depends-on): Likewise.
39819         * modules/tempname (Depends-on): Likewise.
39820         * modules/utimens (Depends-on): Likewise.
39821         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39822         (Include:) Change back to <sys/time.h>.
39823         (Maintainer:) Add self.
39824         * modules/sys_time: New file.
39825         * modules/tempname (Depends-on): Add gettimeofday.
39826         * tests/test-gettimeofday.c: Include <sys/time.h>
39827         rather than gettimeofday.h.
39828
39829 2007-01-17  Bruno Haible  <bruno@clisp.org>
39830
39831         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39832         the license default to GPL.
39833         (func_create_testdir): Don't complain if a module is LGPL and its
39834         tests module depends on GPLed modules.
39835
39836 2007-01-17  Bruno Haible  <bruno@clisp.org>
39837
39838         * lib/gettimeofday.c (gettimeofday): Add code for the case
39839         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39840         maximum possible value for tv->tv_usec, rather than the minimum one.
39841
39842 2005-10-08  Martin Lambers  <marlam@marlam.de>
39843 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39844 2007-01-16  Bruno Haible  <bruno@clisp.org>
39845
39846         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39847         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39848         gl_FUNC_GETTIMEOFDAY.
39849         (Include): Add gettimeofday.h.
39850         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39851         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39852         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39853         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39854         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39855         * lib/gettimeofday.h: New file.
39856         * lib/gettimeofday.c: Include <sys/timeb.h>.
39857         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39858         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39859         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39860         fall back on time().
39861
39862         * tests/test-gettimeofday.c: New file.
39863         * modules/gettimeofday-tests: New file.
39864
39865 2007-01-16  Eric Blake  <ebb9@byu.net>
39866
39867         * modules/fnmatch (Depends-on): Depend on wchar.
39868         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39869         * m4/fnmatch.m4: Likewise.
39870         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39871         * m4/mbchar.m4: Likewise.
39872         * modules/mbswidth (Depends-on): Depend on wchar.
39873         * lib/mbswidth.c: Assume <wchar.h>.
39874         * m4/mbswidth.m4: Likewise.
39875         * modules/quotearg (Depends-on): Depend on wchar.
39876         * lib/quotearg.c: Assume <wchar.h>.
39877         * m4/quotearg.m4: Likewise.
39878         * modules/regex (Depends-on): Depend on wchar.
39879         * lib/regex_internal.h: Assume <wchar.h>.
39880         * m4/regex.m4: Likewise.
39881         * modules/stdint (Depends-on): Depend on wchar.
39882         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39883         * m4/stdint.m4: Likewise.
39884         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39885         * modules/strftime (Depends-on): Depend on wchar.
39886         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39887         * modules/strtol (Depends-on): Depend on wchar.
39888         * lib/strtol.c: Assume <wchar.h>.
39889         * modules/wcwidth (Depends-on): Depend on wchar.
39890         * lib/wcwidth.h: Assume <wchar.h>.
39891         * m4/wcwidth.m4: Likewise.
39892
39893 2007-01-16  Bruno Haible  <bruno@clisp.org>
39894
39895         * modules/csharpexec-script: New, created from...
39896         * modules/csharpexec: ... this.
39897
39898 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39899
39900         * modules/javaexec-script: New, created from...
39901         * modules/javaexec: ... this.
39902
39903 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39904
39905         * modules/poll (Dependencies): Add sys_select.
39906
39907 2007-01-15  Jim Meyering  <jim@meyering.net>
39908
39909         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39910         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39911         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39912         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39913
39914 2007-01-15  Bruno Haible  <bruno@clisp.org>
39915
39916         * modules/striconveh: New file.
39917         * lib/striconveh.h: New file.
39918         * lib/striconveh.c: New file.
39919         * MODULES.html.sh (Internationalization functions): Add striconveh.
39920
39921         * modules/striconveh-tests: New file.
39922         * tests/test-striconveh.c: New file.
39923
39924 2007-01-15  Bruno Haible  <bruno@clisp.org>
39925
39926         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39927         not from GNU libiconv or GNU libc.
39928
39929 2007-01-15  Bruno Haible  <bruno@clisp.org>
39930
39931         * doc/gnulib-intro.texi (Copyright): Explain the different license
39932         terms for module descriptions, autoconf macros, tests, documentation.
39933
39934 2007-01-14  Bruno Haible  <bruno@clisp.org>
39935
39936         * modules/striconv-tests: New file.
39937         * tests/test-striconv.c: New file.
39938
39939 2007-01-14  Bruno Haible  <bruno@clisp.org>
39940
39941         * modules/iconv-tests: New file.
39942         * tests/test-iconv.c: New file.
39943
39944 2007-01-14  Bruno Haible  <bruno@clisp.org>
39945
39946         * gnulib-tool (func_get_license): For test modules, use the license of
39947         the main module.
39948
39949 2007-01-14  Bruno Haible  <bruno@clisp.org>
39950
39951         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39952         if iconv is found to exist.
39953
39954 2007-01-14  Bruno Haible  <bruno@clisp.org>
39955
39956         * modules/c-ctype-tests: New file.
39957         * tests/test-c-ctype.c: New file.
39958
39959 2007-01-14  Bruno Haible  <bruno@clisp.org>
39960
39961         * modules/binary-io-tests: New file.
39962         * tests/test-binary-io.sh: New file.
39963         * tests/test-binary-io.c: New file.
39964
39965 2007-01-14  Bruno Haible  <bruno@clisp.org>
39966
39967         * modules/array-oset-tests: New file.
39968         * tests/test-array_oset.c: New file.
39969
39970 2007-01-14  Bruno Haible  <bruno@clisp.org>
39971
39972         * modules/array-list-tests: New file.
39973         * tests/test-array_list.c: New file.
39974
39975 2007-01-14  Bruno Haible  <bruno@clisp.org>
39976
39977         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39978         and make.
39979         Reported by Simon Josefsson in
39980         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39981
39982 2007-01-14  Bruno Haible  <bruno@clisp.org>
39983
39984         * modules/allocsa-tests: New file.
39985         * tests/test-allocsa.c: New file.
39986
39987 2007-01-14  Bruno Haible  <bruno@clisp.org>
39988
39989         * modules/fchdir (Depends-on): Add absolute-header.
39990         * modules/unistd (Depends-on): Likewise.
39991
39992 2006-12-30  Bruno Haible  <bruno@clisp.org>
39993
39994         * modules/fchdir: New file.
39995         * modules/unistd (Files): Add lib/unistd_.h.
39996         (Makefile.am): Generate unistd.h from unistd_.h.
39997         * lib/fchdir.c: New file.
39998         * lib/dirent_.h: New file.
39999         * lib/unistd_.h: New file.
40000         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40001         * m4/fchdir.m4: New file.
40002         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40003         (gl_HEADER_UNISTD): Invoke it.
40004         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40005         function.
40006         * lib/backupfile.c (opendir, closedir): Undefine.
40007         * lib/chown.c (open, close): Undefine.
40008         * lib/clean-temp.c (open, close): Undefine.
40009         * lib/copy-file.c (open, close): Undefine.
40010         * lib/execute.c (open, close): Undefine.
40011         * lib/fsusage.c (open, close): Undefine.
40012         * lib/gc-gnulib.c (open, close): Undefine.
40013         * lib/getcwd.c (opendir, closedir): Undefine.
40014         * lib/glob.c (opendir, closedir): Undefine.
40015         * lib/javacomp.c (open, close): Undefine.
40016         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40017         * lib/openat-proc.c (open, close): Undefine.
40018         * lib/pagealign_alloc.c (open, close): Undefine.
40019         * lib/pipe.c (open, close): Undefine.
40020         * lib/progreloc.c (open, close): Undefine.
40021         * lib/savedir.c (opendir, closedir): Undefine.
40022         * lib/utime.c (open, close): Undefine.
40023         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40024
40025 2007-01-10  Bruno Haible  <bruno@clisp.org>
40026
40027         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40028
40029 2007-01-12  Eric Blake  <ebb9@byu.net>
40030
40031         Provide a robust <wchar.h>.  Further simplifications are now
40032         possible in other modules, but not included here.
40033         * modules/wchar: New module.
40034         * m4/wchar.m4: New file.
40035         * lib/wchar_.h: Likewise.
40036         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40037         of the new module.
40038         * MODULES.html.sh (Extended multibyte and wide character utilities):
40039         New section.
40040
40041 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40042
40043         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40044         to a reasonable default for memory allocation.
40045         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40046         file system that reports garbage st_size values for symlinks.
40047         Problem reported by Liyang Hu.
40048
40049 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40050
40051         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40052         Emacs .#* auto-save files).
40053
40054 2007-01-11  Bruno Haible  <bruno@clisp.org>
40055
40056         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40057         directory.
40058
40059 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40060
40061         Use @...@ consistently in lib/wctype_.h.
40062         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40063         on it being set to 1 or 0.
40064         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40065         go back to AC_SUBSTing it.
40066         * modules/wctype (Makefile.am): Undo previous change.
40067
40068 2007-01-10  Eric Blake  <ebb9@byu.net>
40069
40070         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40071         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40072         * modules/wctype (Makefile.am): Likewise.
40073         Reported by Chris McGuire.
40074
40075 2007-01-10  Jim Meyering  <jim@meyering.net>
40076
40077         fts.c: a small readability/maintainability improvement
40078         * lib/fts.c (fts_read): Make this code slightly more readable and
40079         maintainable by hoisting the "sp->fts_cur = p" assignments to
40080         immediately follow the statements that set P.  Derived from
40081         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40082
40083 2007-01-10  Eric Blake  <ebb9@byu.net>
40084
40085         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40086         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40087         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40088         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40089         Reported by Chris McGuire.
40090
40091 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40092
40093         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40094         in sed script.
40095
40096 2007-01-09  Bruno Haible  <bruno@clisp.org>
40097
40098         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40099         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40100         variables.
40101         (func_module): Use them.
40102
40103 2007-01-09  Bruno Haible  <bruno@clisp.org>
40104
40105         * modules/unistr/base: New file.
40106         * lib/unistr.h: New file.
40107
40108         * modules/unistr/u8-to-u16: New file.
40109         * lib/unistr/u8-to-u16.c: New file.
40110
40111         * modules/unistr/u8-to-u32: New file.
40112         * lib/unistr/u8-to-u32.c: New file.
40113
40114         * modules/unistr/u16-to-u8: New file.
40115         * lib/unistr/u16-to-u8.c: New file.
40116
40117         * modules/unistr/u16-to-u32: New file.
40118         * lib/unistr/u16-to-u32.c: New file.
40119
40120         * modules/unistr/u32-to-u8: New file.
40121         * lib/unistr/u32-to-u8.c: New file.
40122
40123         * modules/unistr/u32-to-u16: New file.
40124         * lib/unistr/u32-to-u16.c: New file.
40125
40126         * modules/unistr/u8-check: New file.
40127         * modules/unistr/u16-check: New file.
40128         * modules/unistr/u32-check: New file.
40129         * lib/unistr/u8-check.c: New file.
40130         * lib/unistr/u16-check.c: New file.
40131         * lib/unistr/u32-check.c: New file.
40132
40133         * modules/unistr/u8-chr: New file.
40134         * modules/unistr/u16-chr: New file.
40135         * modules/unistr/u32-chr: New file.
40136         * lib/unistr/u8-chr.c: New file.
40137         * lib/unistr/u16-chr.c: New file.
40138         * lib/unistr/u32-chr.c: New file.
40139
40140         * modules/unistr/u8-cmp: New file.
40141         * modules/unistr/u16-cmp: New file.
40142         * modules/unistr/u32-cmp: New file.
40143         * lib/unistr/u8-cmp.c: New file.
40144         * lib/unistr/u16-cmp.c: New file.
40145         * lib/unistr/u32-cmp.c: New file.
40146
40147         * modules/unistr/u8-cpy: New file.
40148         * modules/unistr/u16-cpy: New file.
40149         * modules/unistr/u32-cpy: New file.
40150         * lib/unistr/u8-cpy.c: New file.
40151         * lib/unistr/u16-cpy.c: New file.
40152         * lib/unistr/u32-cpy.c: New file.
40153         * lib/unistr/u-cpy.h: New file.
40154
40155         * modules/unistr/u8-cpy-alloc: New file.
40156         * modules/unistr/u16-cpy-alloc: New file.
40157         * modules/unistr/u32-cpy-alloc: New file.
40158         * lib/unistr/u8-cpy-alloc.c: New file.
40159         * lib/unistr/u16-cpy-alloc.c: New file.
40160         * lib/unistr/u32-cpy-alloc.c: New file.
40161         * lib/unistr/u-cpy-alloc.h: New file.
40162
40163         * modules/unistr/u8-endswith: New file.
40164         * modules/unistr/u16-endswith: New file.
40165         * modules/unistr/u32-endswith: New file.
40166         * lib/unistr/u8-endswith.c: New file.
40167         * lib/unistr/u16-endswith.c: New file.
40168         * lib/unistr/u32-endswith.c: New file.
40169         * lib/unistr/u-endswith.h: New file.
40170
40171         * modules/unistr/u8-mblen: New file.
40172         * modules/unistr/u16-mblen: New file.
40173         * modules/unistr/u32-mblen: New file.
40174         * lib/unistr/u8-mblen.c: New file.
40175         * lib/unistr/u16-mblen.c: New file.
40176         * lib/unistr/u32-mblen.c: New file.
40177
40178         * modules/unistr/u8-mbtouc: New file.
40179         * modules/unistr/u16-mbtouc: New file.
40180         * modules/unistr/u32-mbtouc: New file.
40181         * lib/unistr/u8-mbtouc.c: New file.
40182         * lib/unistr/u16-mbtouc.c: New file.
40183         * lib/unistr/u32-mbtouc.c: New file.
40184
40185         * modules/unistr/u8-mbtouc-safe: New file.
40186         * modules/unistr/u16-mbtouc-safe: New file.
40187         * modules/unistr/u32-mbtouc-safe: New file.
40188         * lib/unistr/u8-mbtouc-safe.c: New file.
40189         * lib/unistr/u16-mbtouc-safe.c: New file.
40190         * lib/unistr/u32-mbtouc-safe.c: New file.
40191
40192         * modules/unistr/u8-move: New file.
40193         * modules/unistr/u16-move: New file.
40194         * modules/unistr/u32-move: New file.
40195         * lib/unistr/u8-move.c: New file.
40196         * lib/unistr/u16-move.c: New file.
40197         * lib/unistr/u32-move.c: New file.
40198         * lib/unistr/u-move.h: New file.
40199
40200         * modules/unistr/u8-next: New file.
40201         * modules/unistr/u16-next: New file.
40202         * modules/unistr/u32-next: New file.
40203         * lib/unistr/u8-next.c: New file.
40204         * lib/unistr/u16-next.c: New file.
40205         * lib/unistr/u32-next.c: New file.
40206
40207         * modules/unistr/u8-prev: New file.
40208         * modules/unistr/u16-prev: New file.
40209         * modules/unistr/u32-prev: New file.
40210         * lib/unistr/u8-prev.c: New file.
40211         * lib/unistr/u16-prev.c: New file.
40212         * lib/unistr/u32-prev.c: New file.
40213
40214         * modules/unistr/u8-set: New file.
40215         * modules/unistr/u16-set: New file.
40216         * modules/unistr/u32-set: New file.
40217         * lib/unistr/u8-set.c: New file.
40218         * lib/unistr/u16-set.c: New file.
40219         * lib/unistr/u32-set.c: New file.
40220         * lib/unistr/u-set.h: New file.
40221
40222         * modules/unistr/u8-startswith: New file.
40223         * modules/unistr/u16-startswith: New file.
40224         * modules/unistr/u32-startswith: New file.
40225         * lib/unistr/u8-startswith.c: New file.
40226         * lib/unistr/u16-startswith.c: New file.
40227         * lib/unistr/u32-startswith.c: New file.
40228         * lib/unistr/u-startswith.h: New file.
40229
40230         * modules/unistr/u8-stpcpy: New file.
40231         * modules/unistr/u16-stpcpy: New file.
40232         * modules/unistr/u32-stpcpy: New file.
40233         * lib/unistr/u8-stpcpy.c: New file.
40234         * lib/unistr/u16-stpcpy.c: New file.
40235         * lib/unistr/u32-stpcpy.c: New file.
40236         * lib/unistr/u-stpcpy.h: New file.
40237
40238         * modules/unistr/u8-stpncpy: New file.
40239         * modules/unistr/u16-stpncpy: New file.
40240         * modules/unistr/u32-stpncpy: New file.
40241         * lib/unistr/u8-stpncpy.c: New file.
40242         * lib/unistr/u16-stpncpy.c: New file.
40243         * lib/unistr/u32-stpncpy.c: New file.
40244         * lib/unistr/u-stpncpy.h: New file.
40245
40246         * modules/unistr/u8-strcat: New file.
40247         * modules/unistr/u16-strcat: New file.
40248         * modules/unistr/u32-strcat: New file.
40249         * lib/unistr/u8-strcat.c: New file.
40250         * lib/unistr/u16-strcat.c: New file.
40251         * lib/unistr/u32-strcat.c: New file.
40252         * lib/unistr/u-strcat.h: New file.
40253
40254         * modules/unistr/u8-strchr: New file.
40255         * modules/unistr/u16-strchr: New file.
40256         * modules/unistr/u32-strchr: New file.
40257         * lib/unistr/u8-strchr.c: New file.
40258         * lib/unistr/u16-strchr.c: New file.
40259         * lib/unistr/u32-strchr.c: New file.
40260
40261         * modules/unistr/u8-strcmp: New file.
40262         * modules/unistr/u16-strcmp: New file.
40263         * modules/unistr/u32-strcmp: New file.
40264         * lib/unistr/u8-strcmp.c: New file.
40265         * lib/unistr/u16-strcmp.c: New file.
40266         * lib/unistr/u32-strcmp.c: New file.
40267
40268         * modules/unistr/u8-strcpy: New file.
40269         * modules/unistr/u16-strcpy: New file.
40270         * modules/unistr/u32-strcpy: New file.
40271         * lib/unistr/u8-strcpy.c: New file.
40272         * lib/unistr/u16-strcpy.c: New file.
40273         * lib/unistr/u32-strcpy.c: New file.
40274         * lib/unistr/u-strcpy.h: New file.
40275
40276         * modules/unistr/u8-strcspn: New file.
40277         * modules/unistr/u16-strcspn: New file.
40278         * modules/unistr/u32-strcspn: New file.
40279         * lib/unistr/u8-strcspn.c: New file.
40280         * lib/unistr/u16-strcspn.c: New file.
40281         * lib/unistr/u32-strcspn.c: New file.
40282         * lib/unistr/u-strcspn.h: New file.
40283
40284         * modules/unistr/u8-strdup: New file.
40285         * modules/unistr/u16-strdup: New file.
40286         * modules/unistr/u32-strdup: New file.
40287         * lib/unistr/u8-strdup.c: New file.
40288         * lib/unistr/u16-strdup.c: New file.
40289         * lib/unistr/u32-strdup.c: New file.
40290         * lib/unistr/u-strdup.h: New file.
40291
40292         * modules/unistr/u8-strlen: New file.
40293         * modules/unistr/u16-strlen: New file.
40294         * modules/unistr/u32-strlen: New file.
40295         * lib/unistr/u8-strlen.c: New file.
40296         * lib/unistr/u16-strlen.c: New file.
40297         * lib/unistr/u32-strlen.c: New file.
40298         * lib/unistr/u-strlen.h: New file.
40299
40300         * modules/unistr/u8-strmblen: New file.
40301         * modules/unistr/u16-strmblen: New file.
40302         * modules/unistr/u32-strmblen: New file.
40303         * lib/unistr/u8-strmblen.c: New file.
40304         * lib/unistr/u16-strmblen.c: New file.
40305         * lib/unistr/u32-strmblen.c: New file.
40306
40307         * modules/unistr/u8-strmbtouc: New file.
40308         * modules/unistr/u16-strmbtouc: New file.
40309         * modules/unistr/u32-strmbtouc: New file.
40310         * lib/unistr/u8-strmbtouc.c: New file.
40311         * lib/unistr/u16-strmbtouc.c: New file.
40312         * lib/unistr/u32-strmbtouc.c: New file.
40313
40314         * modules/unistr/u8-strncat: New file.
40315         * modules/unistr/u16-strncat: New file.
40316         * modules/unistr/u32-strncat: New file.
40317         * lib/unistr/u8-strncat.c: New file.
40318         * lib/unistr/u16-strncat.c: New file.
40319         * lib/unistr/u32-strncat.c: New file.
40320         * lib/unistr/u-strncat.h: New file.
40321
40322         * modules/unistr/u8-strncmp: New file.
40323         * modules/unistr/u16-strncmp: New file.
40324         * modules/unistr/u32-strncmp: New file.
40325         * lib/unistr/u8-strncmp.c: New file.
40326         * lib/unistr/u16-strncmp.c: New file.
40327         * lib/unistr/u32-strncmp.c: New file.
40328
40329         * modules/unistr/u8-strncpy: New file.
40330         * modules/unistr/u16-strncpy: New file.
40331         * modules/unistr/u32-strncpy: New file.
40332         * lib/unistr/u8-strncpy.c: New file.
40333         * lib/unistr/u16-strncpy.c: New file.
40334         * lib/unistr/u32-strncpy.c: New file.
40335         * lib/unistr/u-strncpy.h: New file.
40336
40337         * modules/unistr/u8-strnlen: New file.
40338         * modules/unistr/u16-strnlen: New file.
40339         * modules/unistr/u32-strnlen: New file.
40340         * lib/unistr/u8-strnlen.c: New file.
40341         * lib/unistr/u16-strnlen.c: New file.
40342         * lib/unistr/u32-strnlen.c: New file.
40343         * lib/unistr/u-strnlen.h: New file.
40344
40345         * modules/unistr/u8-strpbrk: New file.
40346         * modules/unistr/u16-strpbrk: New file.
40347         * modules/unistr/u32-strpbrk: New file.
40348         * lib/unistr/u8-strpbrk.c: New file.
40349         * lib/unistr/u16-strpbrk.c: New file.
40350         * lib/unistr/u32-strpbrk.c: New file.
40351         * lib/unistr/u-strpbrk.h: New file.
40352
40353         * modules/unistr/u8-strrchr: New file.
40354         * modules/unistr/u16-strrchr: New file.
40355         * modules/unistr/u32-strrchr: New file.
40356         * lib/unistr/u8-strrchr.c: New file.
40357         * lib/unistr/u16-strrchr.c: New file.
40358         * lib/unistr/u32-strrchr.c: New file.
40359
40360         * modules/unistr/u8-strspn: New file.
40361         * modules/unistr/u16-strspn: New file.
40362         * modules/unistr/u32-strspn: New file.
40363         * lib/unistr/u8-strspn.c: New file.
40364         * lib/unistr/u16-strspn.c: New file.
40365         * lib/unistr/u32-strspn.c: New file.
40366         * lib/unistr/u-strspn.h: New file.
40367
40368         * modules/unistr/u8-strstr: New file.
40369         * modules/unistr/u16-strstr: New file.
40370         * modules/unistr/u32-strstr: New file.
40371         * lib/unistr/u8-strstr.c: New file.
40372         * lib/unistr/u16-strstr.c: New file.
40373         * lib/unistr/u32-strstr.c: New file.
40374         * lib/unistr/u-strstr.h: New file.
40375
40376         * modules/unistr/u8-strtok: New file.
40377         * modules/unistr/u16-strtok: New file.
40378         * modules/unistr/u32-strtok: New file.
40379         * lib/unistr/u8-strtok.c: New file.
40380         * lib/unistr/u16-strtok.c: New file.
40381         * lib/unistr/u32-strtok.c: New file.
40382         * lib/unistr/u-strtok.h: New file.
40383
40384         * modules/unistr/u8-uctomb: New file.
40385         * modules/unistr/u16-uctomb: New file.
40386         * modules/unistr/u32-uctomb: New file.
40387         * lib/unistr/u8-uctomb.c: New file.
40388         * lib/unistr/u16-uctomb.c: New file.
40389         * lib/unistr/u32-uctomb.c: New file.
40390
40391         * MODULES.html.sh (Unicode string functions): Add the new modules.
40392
40393 2007-01-08  Bruno Haible  <bruno@clisp.org>
40394
40395         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40396         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40397         subdirectories.
40398
40399 2007-01-08  Karl Berry  <karl@gnu.org>
40400
40401         * doc/error.texi: mention that main() fns must set program_name
40402         when progname is used.
40403
40404 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40405
40406         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40407         WCTYPE_H is empty, for the benefit of builds from non-distclean
40408         directories.  Problem reported by Eric Blake in
40409         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40410
40411 2007-01-08  Bruno Haible  <bruno@clisp.org>
40412
40413         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40414         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40415         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40416         PROVIDE_CANONICALIZE_FILENAME_MODE.
40417         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40418
40419 2007-01-08  Bruno Haible  <bruno@clisp.org>
40420
40421         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40422         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40423         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40424         * lib/fts.c: Likewise.
40425         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40426
40427 2006-12-25  Bruno Haible  <bruno@clisp.org>
40428
40429         * modules/utf8-ucs4-safe: New file.
40430         * lib/utf8-ucs4-safe.h: New file.
40431         * lib/unistr/utf8-ucs4-safe.c: New file.
40432
40433         * modules/utf16-ucs4-safe: New file.
40434         * lib/utf16-ucs4-safe.h: New file.
40435         * lib/unistr/utf16-ucs4-safe.c: New file.
40436
40437         * MODULES.html.sh (Unicode string functions): Add the new modules.
40438
40439 2007-01-08  Bruno Haible  <bruno@clisp.org>
40440
40441         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40442         (Depends-on): Add unitypes.
40443         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40444         (u8_mbtouc_aux): Move out to separate file.
40445         (u8_mbtouc): Use ucs4_t, uint8_t types.
40446         * lib/unistr/utf8-ucs4.c: New file.
40447
40448         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40449         (Depends-on): Add unitypes.
40450         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40451         (u16_mbtouc_aux): Move out to separate file.
40452         (u16_mbtouc): Use ucs4_t, uint16_t types.
40453         * lib/unistr/utf16-ucs4.c: New file.
40454
40455         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40456         (Depends-on): Add unitypes.
40457         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40458         (u8_uctomb_aux): Move out to separate file.
40459         (u8_uctomb): Use ucs4_t, uint8_t types.
40460         * lib/unistr/ucs4-utf8.c: New file.
40461
40462         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40463         (Depends-on): Add unitypes.
40464         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40465         (u16_uctomb_aux): Move out to separate file.
40466         (u16_uctomb): Use ucs4_t, uint16_t types.
40467         * lib/unistr/ucs4-utf16.c: New file.
40468
40469 2006-12-25  Bruno Haible  <bruno@clisp.org>
40470
40471         * modules/unitypes: New file.
40472         * lib/unitypes.h: New file.
40473         * MODULES.html.sh (func_all_modules): New section "Unicode string
40474         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40475         this section. Add unitypes.
40476
40477 2007-01-08  Bruno Haible  <bruno@clisp.org>
40478
40479         Avoid variable names that conflict with those from libtool.
40480         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40481         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40482         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40483         library_names_spec to acl_library_names_spec, hardcode_* to
40484         acl_hardcode_*.
40485         Reported by Ralf Wildenhues.
40486
40487 2007-01-08  Bruno Haible  <bruno@clisp.org>
40488
40489         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40490         definition.
40491         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40492         definition.
40493         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40494         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40495         definition.
40496         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40497         definition.
40498         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40499         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40500         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40501         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40502         definition.
40503         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40504         definition.
40505         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40506         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40507         GC_USE_<algorithm>.
40508         * lib/gc-libgcrypt.c: Likewise.
40509         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40510         * modules/gc-arctwo (configure.ac): Likewise.
40511         * modules/gc-des (configure.ac): Likewise.
40512         * modules/gc-hmac-md5 (configure.ac): Likewise.
40513         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40514         * modules/gc-md2 (configure.ac): Likewise.
40515         * modules/gc-md4 (configure.ac): Likewise.
40516         * modules/gc-md5 (configure.ac): Likewise.
40517         * modules/gc-random (configure.ac): Likewise.
40518         * modules/gc-rijndael (configure.ac): Likewise.
40519         * modules/gc-sha1 (configure.ac): Likewise.
40520
40521 2007-01-08  Bruno Haible  <bruno@clisp.org>
40522
40523         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40524         macro definition.
40525         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40526         definition.
40527         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40528         definition.
40529         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40530         * modules/fcntl-safer (configure.ac): Likewise.
40531         * modules/fopen-safer (configure.ac): Likewise.
40532         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40533         GNULIB_FWRITEERROR macro definition.
40534
40535 2007-01-08  Bruno Haible  <bruno@clisp.org>
40536
40537         * m4/gnulib-common.m4: New file.
40538         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40539         (func_get_filelist): Add m4/gnulib-common.m4.
40540
40541 2007-01-08  Bruno Haible  <bruno@clisp.org>
40542
40543         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40544         command.
40545
40546 2007-01-08  Jim Meyering  <jim@meyering.net>
40547
40548         Use a more robust test for a "can't happen" condition.
40549         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40550         narrowed the st_size value.  Presuming the "can't happen" condition
40551         is true, that narrowing could conceivably convert an invalid st_size
40552         value into a valid one.  Instead, use a change based on Matthew
40553         Woehlke's original patch.
40554
40555         Slight readability improvement: use an assert-like macro
40556         in place of literal "abort ()" uses.
40557         * lib/fts.c (fts_assert): Define.
40558         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40559         Use this macro instead of a bare 'abort'.
40560
40561 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40562
40563         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40564         simply work around them.
40565         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40566         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40567         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40568         declaring.
40569         Don't bother to define as macros, since the standard doesn't require it.
40570         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40571         longer worry about IRIX 5.3.
40572         (HAVE_WCTYPE_CTMP_BUG): Remove.
40573
40574 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40575
40576         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40577         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40578         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40579         Problems reported by Georg Schwarz for IRIX 5.3.
40580
40581         * gnulib-tool (autoconf_minversion): Take the maximum version number
40582         found, not the minimum.  Problem reported by James Youngman.
40583
40584 2007-01-03  Karl Berry  <karl@gnu.org>
40585
40586         * doc/error.texi: new file, explaining interaction with progname.
40587         * doc/gnulib.texi: include it.  Update copyright.
40588
40589 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40590
40591         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40592         AC_CANONICAL_HOST, to improve autobuild outputs.
40593
40594 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40595             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40596
40597         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40598         sockets, server sockets, and other file descriptors.  Count errors
40599         to compute the return value.  Reorder the code a bit to be easier
40600         to follow.  Don't set event bits that were not requested (except
40601         POLLERR and POLLHUP).
40602
40603 2007-01-01  Bruno Haible  <bruno@clisp.org>
40604
40605         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40606
40607 2007-01-03  Jim Meyering  <jim@meyering.net>
40608
40609         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40610
40611 2007-01-02  Bruno Haible  <bruno@clisp.org>
40612
40613         * modules/settime (Include): Require timespec.h.
40614         * modules/nanosleep (Include): Likewise.
40615
40616 2007-01-01  Bruno Haible  <bruno@clisp.org>
40617
40618         * gnulib-tool (func_emit_copyright_notice): Bump year.
40619         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40620
40621 2007-01-01  Bruno Haible  <bruno@clisp.org>
40622
40623         Improve support for OpenBSD.
40624         * build-aux/config.rpath (libname_spec): Export.
40625         (library_names_spec): New variable. Export.
40626         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40627         library_names_spec from the config.rpath output. Locate shared library
40628         through the name pattern in library_names_spec.
40629
40630 2007-01-01  Eric Blake  <ebb9@byu.net>
40631
40632         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40633
40634 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40635
40636         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40637         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40638         assume the C locale, and avoid an "eval" that could cause trouble.
40639         Problem with SORT reported by Bob Proulx.
40640
40641         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40642         Define.  Trivial patch from Henning Nielsen Lund, originally
40643         sent to bug-grep@gnu.org today.
40644
40645 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40646
40647         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40648         struct stat.  Problem reported by Henning Nielsen Lund.
40649         * lib/acl.c: Include acl.h first, to check interface.  Don't
40650         bother to include sys/types.h and sys/stat.h again.
40651
40652 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40653
40654         Import the following change from libc; problem reported by
40655         Sven Verdoolaege.
40656
40657         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40658
40659         [BZ #1373]
40660         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40661
40662 2006-12-28  Jim Meyering  <jim@meyering.net>
40663
40664         * build-aux/announce-gen: Do not assume that the package
40665         builds any of tar.gz, tar.bz2, and .xdelta files.
40666         Suggestion from Simon Josefsson.
40667
40668 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40669
40670         * modules/announce-gen: New file.
40671
40672 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40673
40674         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40675         handles its gotchas now.
40676         * lib/mbswidth.c: Likewise.
40677         * lib/wcwidth.h: Likewise.
40678         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40679         and iswcntrl; the wctype module does this stuff now.
40680         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40681         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40682         * modules/mbchar (Depends-on): Add wctype.
40683         * modules/mbswidth (Depends-on): Likewise.
40684         * modules/wcwidth (Depends-on): Likewise.
40685
40686 2006-12-27  Eric Blake  <ebb9@byu.net>
40687
40688         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40689         module uses more than what <wctype.h> is required to provide.
40690
40691 2006-12-26  Eric Blake  <ebb9@byu.net>
40692
40693         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40694
40695 2006-12-26  Eric Blake  <ebb9@byu.net>
40696
40697         * modules/absolute-header: New module.
40698         * modules/fcntl (Depends-on): Depend on it.
40699         * modules/inttypes (Depends-on): Likewise.
40700         * modules/stdint (Depends-on): Likewise.
40701         * modules/sys_stat (Depends-on): Likewise.
40702         * modules/wctype (Depends-on): Likewise.
40703         * MODULES.html.sh (Support for building libraries and
40704         executables): Document it.
40705
40706 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40707
40708         * gnulib-tool (SED): Remove, undoing previous change.
40709         The problem was that it broke coreutils on Solaris, because
40710         "sed --posix" leaked into a makefile.
40711         (sed): New alias, if 'alias' and GNU sed.
40712
40713 2006-12-24  Jim Meyering  <jim@meyering.net>
40714
40715         Work around an fchownat bug in glibc-2.4:
40716         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40717         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40718         in spite of the -P option.
40719         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40720         New macros.
40721         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40722         * modules/openat (Files): Add lib/fchownat.c.
40723         * lib/openat.c (fchownat): Don't define here.  Move to...
40724         * lib/fchownat.c: ...this new file.
40725
40726 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40727
40728         Fix bug reported by Bruno Haible in
40729         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40730         where quotearg.c didn't compile on Mac OS X 10.2 because it
40731         lacks <wchar.h> and wint_t.
40732         * lib/wctype_.h (__wctype_wint_t): New type.
40733         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40734         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40735         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40736         Arg is now of type __wctype_wint_t, not wint_t.
40737         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40738         substitute HAVE_WINT_T.
40739         * modules/wctype (Files): Add m4/wint_t.m4.
40740         (wctype.h): Substitute HAVE_WINT_T.
40741
40742 2006-12-23  Bruno Haible  <bruno@clisp.org>
40743
40744         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40745
40746 2006-12-23  Bruno Haible  <bruno@clisp.org>
40747
40748         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40749         S_ISLNK.
40750         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40751         mingw.
40752
40753 2006-12-22  Bruno Haible  <bruno@clisp.org>
40754
40755         * lib/copy-file.c: Include acl.h.
40756         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40757         Close the file descriptors only after being done with copy_acl.
40758         * modules/copy-file (Depends-on): Add acl.
40759
40760 2006-12-22  Bruno Haible  <bruno@clisp.org>
40761
40762         * gnulib-tool (SED): New variable.
40763         Use $SED instead of sed everywhere.
40764
40765 2006-12-22  Bruno Haible  <bruno@clisp.org>
40766
40767         * modules/no-c++: New file.
40768         * m4/no-c++.m4: New file.
40769         * MODULES.html.sh (Support for building libraries and executables):
40770         Add no-c++.
40771
40772 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40773
40774         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40775         Include <limits.h>, and use its INT_MAX to rewrite the
40776         j loop so that it does not overflow 'int'.  Problem reported by
40777         Ralf Wildenhues in
40778         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40779         Play it safe by shifting left by 1 rather than multiplying by 2,
40780         as GCC is less likely to optimize this away when the value
40781         is signed (when it assumes overflow leads to undefined behavior).
40782         Also, don't assume time_t uses two's complement.
40783
40784 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40785
40786         * MODULES.html.sh: New module wctype.
40787         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40788         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40789         <wctype.h>, since the new wctype module should fix this.
40790         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40791         the wctype module should arrange for it.
40792         * lib/regex_internal.h: Likewise.
40793         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40794         since the wctype module should handle this now.
40795         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40796         * modules/fnmatch (Depends-on): Add wctype.
40797         * modules/quotearg (Depends-on): Likewise.
40798         * modules/regex (Depends-on): Likewise.
40799
40800 2006-12-19  Bruno Haible  <bruno@clisp.org>
40801
40802         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40803         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40804
40805 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40806
40807         * modules/savewd (Depends-on): Fix dependency on fcntl.
40808
40809 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40810
40811         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40812         conforms to C99, rather than relying on the user's environment
40813         setting of STDINT_H.
40814
40815 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40816         and Eric Blake  <ebb9@byu.net>
40817
40818         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40819         This is more consistent with the other defines here.
40820         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40821         Port to z/OS.  Problem reported by Paul Gilmartin.
40822         Change local vars to use gl_ prefix rather than ac_.
40823         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40824         with other defines.
40825         * modules/double-slash-root: New module.
40826         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40827         (Depends-on): Add double-slash-root.
40828         * MODULES.html.sh (File system functions): Mention new module.
40829
40830 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40831
40832         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40833         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40834         This is for the benefit of gzip, which doesn't do i18n.
40835
40836 2006-12-12  Jim Meyering  <jim@meyering.net>
40837
40838         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40839         Reported by Andreas Schwab <schwab@suse.de>.
40840
40841 2006-12-12  Bruno Haible  <bruno@clisp.org>
40842
40843         Merge these changes.
40844         2006-09-05  Bruno Haible  <bruno@clisp.org>
40845         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40846         iconv_alloc succeeded.
40847         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40848         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40849         test for " && dest " at the end - dest is always != NULL there. Call
40850         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40851         with 2xNULL arguments, also to flush the state storage. Handle the
40852         IRIX iconv behaviour. Realloc the final result, to throw away unused
40853         memory.
40854
40855 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40856
40857         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40858         and fchmodat unconditionally, since glibc 2.4 has them.
40859         Problem reported by Arkadiusz Miskiewicz.
40860
40861 2006-12-10  Bruno Haible  <bruno@clisp.org>
40862
40863         * gnulib-tool (func_import): Show the include files only for those
40864         modules that are copied and specified.
40865         Reported by Karl Berry.
40866
40867 2006-12-08  Jim Meyering  <jim@meyering.net>
40868
40869         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40870         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40871
40872         * build-aux/announce-gen: Add two new options, both optional:
40873         --bootstrap-tools=TOOL_LIST
40874               a comma-separated list of tools, e.g.,
40875               autoconf,automake,bison,gnulib
40876         --gnulib-snapshot-date=DATE
40877               if gnulib is in the bootstrap tool list,
40878               then report this as the snapshot date.
40879               If not specified, use the current date/time.
40880               If you specify a date here, be sure it's UTC.
40881
40882 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40883
40884         * tests/test-argp-2.sh: Fix test to match actual output.
40885         (func_compare): Fix sed script to be portable.
40886
40887 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40888
40889         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40890         workaround for this case.  It is not autoconfigured now; offhand
40891         it's hard to see how to autoconfigure it.
40892
40893 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40894
40895         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40896         a directory that is about to be chowned.  Such a directory's
40897         initial file permissions should permit the owner only and this
40898         should not be changed until after the chown, since the group and
40899         other bits would be incorrect if they granted permission before
40900         the chown.
40901
40902         Fix porting problem for iswctype reported by Georg Schwarz in:
40903         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40904         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40905         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40906         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40907         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40908
40909 2006-12-03  Jim Meyering  <jim@meyering.net>
40910
40911         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40912         p->fts_statp may not yet be defined.
40913         (fts_read): Instead, set it in the caller, once p->fts_statp is
40914         sure to be defined, and corresponds to a top-level directory.
40915         This bug made du -x fail.  Here's the coreutils test case:
40916         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40917         Reported by Mike Frysinger.
40918
40919 2006-12-01  Jim Meyering  <jim@meyering.net>
40920
40921         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40922         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40923         Reported by Simon Josefsson.
40924
40925 2006-11-30  Jim Meyering  <jim@meyering.net>
40926
40927         * m4/warning.m4: Use the all-permissive copyright notice
40928         recommended by RMS (rather than LGPL).
40929         * m4/vararrays.m4: Likewise.
40930         * m4/flexmember.m4: Likewise.
40931
40932 2006-11-29  Bruno Haible  <bruno@clisp.org>
40933
40934         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40935         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40936         using +=.
40937         Reported by Simon Josefsson <simon@josefsson.org>.
40938
40939 2006-11-28  James Youngman <jay@gnu.org>
40940
40941         * README: Advise users that they might find the bug-gnulib@gnu.org
40942         and autotools-announce@gnu.org mailing lists useful.
40943
40944 2006-11-28  Bruno Haible  <bruno@clisp.org>
40945
40946         * m4/ptrdiff_max.m4: Remove file.
40947
40948 2006-11-21  Bruno Haible  <bruno@clisp.org>
40949
40950         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40951         _AC_COMPUTE_INT.
40952         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40953         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40954         _AC_COMPUTE_INT.
40955         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40956         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40957         _AC_COMPUTE_INT.
40958         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40959
40960 2006-11-28  Jim Meyering  <jim@meyering.net>
40961
40962         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40963         warning from "gcc -Wshadow" about shadowing the builtin.
40964
40965 2006-11-27  Bruno Haible  <bruno@clisp.org>
40966
40967         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40968         _AC_COMPUTE_INT.
40969         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40970
40971 2006-11-27  Bruno Haible  <bruno@clisp.org>
40972             Paul Eggert  <eggert@cs.ucla.edu>
40973
40974         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40975
40976 2006-11-26  Bruno Haible  <bruno@clisp.org>
40977
40978         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40979         noinst_LTLIBRARIES.
40980
40981 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40982             Bruno Haible  <bruno@clisp.org>
40983
40984         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40985         if compiling with "gcc -ansi".
40986
40987 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40988
40989         Fix some incompatibilities with gcc -ansi -pedantic.
40990         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40991         if compiling pedantically with GCC, unless it's C99 or later.
40992         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40993         it mishandles gcc -ansi -pedantic as well.
40994         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40995         if gcc -pedantic.
40996         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40997         initializers for struct if -pedantic, unless it's C99 or later.
40998
40999 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41000
41001         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41002         Don't close an fd more than once. Identical atimes indicate
41003         success, not failure.
41004
41005 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41006
41007         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41008
41009 2006-11-23  Jim Meyering  <jim@meyering.net>
41010
41011         * build-aux/announce-gen: New file.  From coreutils.
41012
41013 2006-11-22  Jim Meyering  <jim@meyering.net>
41014
41015         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41016         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41017         (fts_read): Use a temporary to narrow the overused st_size member
41018         before using it in a switch statement.  Reported by Matthew Woehlke.
41019
41020         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41021         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41022
41023 2006-11-20  Bruno Haible  <bruno@clisp.org>
41024
41025         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41026         changequote instead of pairs of brackets.
41027         Reported by Andreas Schwab <schwab@suse.de>.
41028
41029 2006-11-21  Jim Meyering  <jim@meyering.net>
41030
41031         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41032         so as to remain compatible with older compilers.
41033         Patch from Michael Deutschmann.
41034
41035 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41036
41037         * MODULES.html.sh (File system functions): Add openat.
41038
41039         * lib/openat.h (rpl_fstatat): New macro, if
41040         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41041         (fstatat): Define to rpl_fstatat under the same conditions,
41042         unless COMPILING_FSTATAT.
41043         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41044         seems to have the bug.
41045         * lib/fstatat.c: New file.
41046         * modules/openat (Files): Add it.
41047
41048 2006-11-20  Bruno Haible  <bruno@clisp.org>
41049
41050         * Makefile: New file.
41051
41052 2006-11-20  Jim Meyering  <jim@meyering.net>
41053
41054         The beginnings of syntax-related checks for gnulib.
41055         * lib/Makefile: New file.
41056         * lib/t-idcache: New script.  Ensure that the two halves of
41057         idcache.c stay in sync.
41058
41059         * lib/idcache.c: Adjust comments in user- and group- portions to
41060         be more accurate, and to be consistent with one another.
41061
41062 2006-11-20  Jim Meyering  <jim@meyering.net>
41063
41064         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41065         continue using the flexible array member (thus, this module performs
41066         half as many malloc calls), with the addition that...
41067         (getgroup, getuser): Consistently record a non-match via an empty
41068         "name" string, and map an empty string match to a NULL return value.
41069         * modules/idcache (Depends-on): Re-add flexmember.
41070
41071         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41072         (getuidbyname, getgroup, getgidbyname): Likewise.
41073
41074         Use cleaner syntax: NULL rather than 0.
41075         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41076
41077 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41078
41079         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41080         It mishandled the case where the group was missing.
41081         Problem reported by Greg Schafer.
41082         * modules/idcache: Likewise.
41083
41084 2006-11-18  Jim Meyering  <jim@meyering.net>
41085
41086         * check-module (%exempt_header): Add exception for some
41087         conditionally-included headers.
41088
41089         * modules/i-ring (Depends-on): Add verify.
41090         (License): Change to LGPL.
41091
41092 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41093
41094         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41095         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41096         and inttostr.h.  Use snprintf rather than uinttostr, so that
41097         LGPLed code doesn't depend on GPLed.
41098
41099 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41100
41101         * modules/inline (License): Change from GPL to LGPL.
41102
41103 2006-11-17  Jim Meyering  <jim@meyering.net>
41104
41105         * modules/d-type (License): Switch to LGPL.
41106
41107 2006-11-15  Bruno Haible  <bruno@clisp.org>
41108
41109         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41110
41111 2006-11-15  Eric Blake  <ebb9@byu.net>
41112
41113         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41114         the module dependency.
41115
41116 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41117             Bruno Haible  <bruno@clisp.org>
41118
41119         * gnulib-tool (func_create_testdir): Add license consistency check.
41120
41121 2006-11-15  Eric Blake  <ebb9@byu.net>
41122
41123         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41124         random "(cached)" in configure output.
41125
41126 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41127
41128         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41129         test for conforming inttypes.h is both announced and cached.
41130
41131         * MODULES.html.sh (seen_modules, seen_files): New variables.
41132         (func_module): Rewrite to use a few less gnulib-tool and sed
41133         invocations.  Avoid a couple of quadratic algorithms for ...
41134         (missed_modules, missed_files): ... these, with ...
41135         (func_append, func_tmpdir): ... these new functions, from
41136         gnulib-tool.  Analogously, install traps for cleanup.
41137
41138         * tests/test-gc.c (main): Remove unused variables.
41139         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41140
41141 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41142
41143         * modules/inttostr (License): Change to LGPL.
41144
41145 2006-11-14  Eric Blake  <ebb9@byu.net>
41146
41147         * modules/tempname (License): Change to LGPL.
41148
41149 2006-11-14  Eric Blake  <ebb9@byu.net>
41150
41151         * doc/functions.texi (Function Portability): *printf functions on
41152         Cygwin now understand all POSIX size specifiers.
41153
41154 2006-11-14  Bruno Haible  <bruno@clisp.org>
41155
41156         * modules/c-ctype (License): Change to LGPL.
41157
41158 2006-11-12  Bruno Haible  <bruno@clisp.org>
41159
41160         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41161         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41162         for GNOME libraries, for which the include files are installed in
41163         subdirectories of $prefix/include.
41164
41165 2006-11-12  Bruno Haible  <bruno@clisp.org>
41166
41167         * m4/lib-link.m4: Require at least autoconf-2.54.
41168         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41169         name to underscores for the --with option.
41170
41171 2006-11-13  Bruno Haible  <bruno@clisp.org>
41172
41173         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41174         the tests directory.
41175         Reported by Ralf Wildenhues.
41176
41177 2006-11-13  Bruno Haible  <bruno@clisp.org>
41178
41179         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41180         (func_emit_initmacro_end): Undo the override here.
41181         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41182         Works around the famous automake error in coreutils.
41183
41184 2006-11-13  Eric Blake  <ebb9@byu.net>
41185
41186         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41187         element, not its node.
41188
41189 2006-11-12  Bruno Haible  <bruno@clisp.org>
41190
41191         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41192         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41193
41194 2006-11-12  Bruno Haible  <bruno@clisp.org>
41195
41196         * gnulib-tool: New option --local-symlink.
41197         (func_usage): Document it.
41198         (lsymbolic): New variable.
41199         (func_import, func_create_testdir): If --symlink was not specified,
41200         test whether --local-symlink was specified and the file comes from
41201         the local_gnulib_dir.
41202
41203 2006-11-12  Bruno Haible  <bruno@clisp.org>
41204
41205         * gnulib-tool (func_ln): New function.
41206         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41207
41208 2006-11-12  Bruno Haible  <bruno@clisp.org>
41209
41210         Finish support for source files in subdirectories.
41211         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41212         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41213         AUTOMAKE_OPTIONS.
41214         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41215
41216 2006-11-12  Bruno Haible  <bruno@clisp.org>
41217
41218         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41219         EXTRA_lib_SOURCES augmentation.
41220         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41221
41222 2006-11-12  Jim Meyering  <jim@meyering.net>
41223
41224         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41225         file descriptors.  This also averts a failure on systems with
41226         native openat support when a traversed directory lacks "x" access.
41227         * lib/fts_.h: Include "i-ring.h"
41228         (struct FTS) [fts_fd_ring]: New member.
41229         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41230         (FCHDIR): Add parentheses.
41231         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41232         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41233         When descending, rather than simply closing the previous
41234         fts_cwd_fd value, push that file descriptor onto the ring.
41235         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41236         (fts_open): Initialize the new fd_ring member.
41237         (fts_close): Clear the ring.
41238         (fts_safe_changedir): When possible, use our new fd_ring to skip
41239         the diropen and fstat and dev/ino comparison that would normally
41240         accompany a virtual `chdir ("..")'.
41241
41242         * modules/fts (Depends-on): Add i-ring.
41243         * modules/i-ring: New module.
41244         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41245         * m4/i-ring.m4: New file.
41246
41247 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41248
41249         * gnulib-tool (func_create_testdir): Fix replacement of
41250         `build-aux' in configure.ac.  Run autotools in gltests
41251         subdirectory.
41252         (func_create_testdir, func_create_megatestdir, test): There is
41253         no need for '--force' in most autotool invocations in a new
41254         tree.  Actually fail the whole test if any of the tools, or the
41255         configure or make stages fail.
41256
41257         Sync from Automake.
41258         * build-aux/gnupload: Revert last change.  Add pointer to upload
41259         instructions of the GNU Maintenance Instructions.
41260         Suggestion by Karl Berry.
41261
41262 2006-11-10  Jim Meyering  <jim@meyering.net>
41263
41264         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41265
41266 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41267
41268         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41269         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41270         (bind_textdomain_codeset) [! ENABLE_NLS]:
41271         Evaluate all the arguments.  That way, callers get compatible behavior
41272         if the arguments have side effects.  Also, it avoids some GCC
41273         diagnostics in some cases; Joel E. Denny reported problems when Bison
41274         was configured with --enable-gcc-warnigs.
41275
41276 2006-11-10  Jim Meyering  <jim@meyering.net>
41277
41278         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41279         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41280         account.
41281
41282 2006-11-10  Jim Meyering  <jim@meyering.net>
41283
41284         * modules/inline: New file/module.
41285         * modules/xalloc (Files): Remove m4/inline.m4.
41286         (Depends-on): Add inline, instead.
41287         * modules/oset: Likewise.
41288         * modules/list: Likewise.
41289
41290 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41291
41292         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41293         Problem reported by Matthew Woehlke.
41294
41295 2006-11-09  Bruno Haible  <bruno@clisp.org>
41296
41297         * lib/tempname.c (gen_tempname): Remove variant that invokes
41298         __gen_tempname.
41299         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41300         __gen_tempname.
41301
41302 2006-11-08  Bruno Haible  <bruno@clisp.org>
41303
41304         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41305         to 'yes' instead of 'cross-compiling'.
41306
41307 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41308
41309         * lib/quotearg.h (quotearg_free): New decl.
41310         * lib/quotearg.c (quotearg_free): New function.
41311         (slot0, nslots, slotvec0, slotvec):
41312         Now file-scope so that quotearg_free can get at them.
41313
41314 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41315
41316         Sync from Automake.
41317         * build-aux/gnupload: Add missing 'gnu' to example URL.
41318         Report by Karl Berry.
41319
41320 2006-11-08  Bruno Haible  <bruno@clisp.org>
41321
41322         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41323         Suggested by Paul Eggert.
41324
41325 2006-11-08  Jim Meyering  <jim@meyering.net>
41326
41327         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41328         It's already included if !_LIBC.
41329         (fts_safe_changedir): Add a comment.
41330
41331 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41332
41333         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41334         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41335         Matthew Woehlke.
41336
41337         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41338         definitions up, to avoid colliding with change below.
41339         (static_inline) [HAVE_INLINE]: New macro.
41340         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41341         Provide extern decls when !HAVE_INLINE.  Do not define unless
41342         static_inline is defined, either by us or by xmalloc.c.  Use
41343         static_inline rather than static inline.
41344         (XCALLOC): Optimize sizeof(T) = 1 case.
41345         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41346
41347 2006-11-07  Bruno Haible  <bruno@clisp.org>
41348
41349         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41350         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41351         AC_C_INLINE.
41352         * modules/xalloc (Files): Add m4/inline.m4.
41353
41354 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41355
41356         * README: Fix typo.
41357         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41358         (Miscellanous Notes): ...from this.
41359
41360 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41361
41362         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41363         Mention that offsetof should be used instead of sizeof.
41364         From Bruno Haible.
41365
41366 2006-11-07  Bruno Haible  <bruno@clisp.org>
41367
41368         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41369
41370 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41371
41372         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41373         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41374         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41375         (gl_tree_add_before, gl_tree_add_after):
41376         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41377         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41378         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41379         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41380         (gl_linked_add_after, gl_linked_add_at): Likewise.
41381         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41382         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41383         (gl_tree_add_before, gl_tree_add_after): Likewise.
41384         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41385         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41386         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41387
41388 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41389
41390         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41391
41392 2006-11-06  Bruno Haible  <bruno@clisp.org>
41393
41394         * m4/inline.m4: New file.
41395         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41396         * modules/list (Files): Add m4/inline.m4.
41397         * modules/oset (Files): Likewise.
41398
41399 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41400
41401         * lib/idcache.c: Include <stddef.h>, for offsetof.
41402         (struct userid.name): Change from char * to a flexible array member.
41403         All uses changed.
41404         * modules/idcache (Depends-on): Add flexmember.
41405
41406         * MODULES.html.sh (Core language properties): New module flexmember.
41407         * modules/flexmember, m4/flexmember.m4: New files.
41408
41409         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41410         inline functions that are identical with the old xnmalloc_inline,
41411         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41412         that we can avoid some unnecessary integer multiplications and
41413         divisions in the common case where the element size is known at
41414         compile time.
41415         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41416         needed.
41417         (xnboundedmalloc): Remove.
41418         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41419         arguments, for consistency with rest of this header.
41420         (xcharalloc): Rewrite using XNMALLOC.
41421         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41422         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41423         versions have been moved to lib/xalloc.h and renamed to be the
41424         non-*_inline versions.
41425         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41426         and xnrealloc functions, since those functions are now inline and
41427         now call us.
41428         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41429         renaming described above.
41430         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41431         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41432         captures the dependency in AC_C_INLINE.
41433
41434         New module canonicalize-lgpl, proposed by Charles Wilson in
41435         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41436         with a few small changes afterwards.
41437         * MODULES.html.sh (File system functions): New module
41438         canonicalize-lgpl.
41439         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41440         and canonicalize_file_name.
41441         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41442         * modules/canonicalize-lgpl: New files.
41443
41444 2006-11-05  Bruno Haible  <bruno@clisp.org>
41445
41446         * gnulib-tool (func_import, func_create_testdir): Create directories
41447         also for files in subdirectories of lib/.
41448
41449 2006-11-05  Bruno Haible  <bruno@clisp.org>
41450
41451         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41452         ANSI C compliant.
41453
41454 2006-11-03  Bruno Haible  <bruno@clisp.org>
41455
41456         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41457         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41458         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41459         (xnboundedmalloc): New inline function.
41460         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41461         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41462         xmalloc.
41463         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41464         xmalloc.
41465         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41466         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41467         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41468         xmalloc.
41469         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41470         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41471         xmalloc.
41472         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41473         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41474         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41475         xmalloc.
41476         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41477         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41478         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41479         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41480         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41481         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41482         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41483
41484 2006-11-03  Bruno Haible  <bruno@clisp.org>
41485
41486         * lib/c-ctype.h [C++]: Define functions without name mangling.
41487         * lib/fwriteerror.h [C++]: Likewise.
41488         * lib/gcd.h [C++]: Likewise.
41489         * lib/linebreak.h [C++]: Likewise.
41490
41491 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41492
41493         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41494         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41495         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41496         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41497         Check for functions and headers just once.
41498         Check for declaration of canonicalize_file_name.
41499         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41500
41501 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41502
41503         * gnulib-tool (func_import): Fix typo in actioncmd.
41504
41505 2006-11-02  Bruno Haible  <bruno@clisp.org>
41506
41507         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41508         newline sequence in the Makefile.am snippet as a space, like "make"
41509         does.
41510         Reported by Roger Persson <perrog@gmail.com>.
41511
41512 2006-11-01  Bruno Haible  <bruno@clisp.org>
41513
41514         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41515         already declared in <string.h>.
41516         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41517
41518 2006-11-01  Bruno Haible  <bruno@clisp.org>
41519
41520         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41521         * lib/strcase.h: Include <string.h>.
41522         (strcasecmp): Define to rpl_strcasecmp here.
41523
41524 2006-11-01  Bruno Haible  <bruno@clisp.org>
41525
41526         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41527
41528 2006-11-01  Eric Blake  <ebb9@byu.net>
41529
41530         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41531
41532         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41533
41534 2006-10-29  Bruno Haible  <bruno@clisp.org>
41535
41536         Make it compile in C++ mode.
41537         * lib/full-write.c (full_rw): Add a cast.
41538
41539 2006-11-01  Bruno Haible  <bruno@clisp.org>
41540
41541         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41542         be POSIX compliant.
41543         Reported by Roger Persson <perrog@gmail.com>.
41544
41545 2006-11-01  Eric Blake  <ebb9@byu.net>
41546
41547         * lib/getopt_.h: Fix comments.
41548
41549 2006-10-31  Eric Blake  <ebb9@byu.net>
41550
41551         * modules/tmpdir (Depends-on): Add sys_stat.
41552         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41553         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41554         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41555         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41556         tempname.
41557
41558 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41559
41560         Avoid some C++ diagnostics reported by Bruno Haible.
41561         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41562         xmalloc.
41563         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41564         (struct slotvec): Move to top level.
41565         (quotearg_n_options): Rewrite to avoid xmalloc.
41566         * lib/xalloc.h (xcharalloc): New function.
41567         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41568         [defined __cplusplus]: Add function template that provides result
41569         type propagation.  This part of the change is from Bruno Haible.
41570
41571 2006-10-29  Bruno Haible  <bruno@clisp.org>
41572
41573         Make it compile in C++ mode.
41574         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41575         * lib/strnlen1.c (strnlen1): Cast memchr result.
41576         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41577         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41578         (create_temp_dir): Rename local variable 'template'.
41579         (compile_csharp_using_sscli): Add cast.
41580         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41581         * lib/findprog.c (find_in_path): Likewise.
41582         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41583         * lib/wait-process.c (register_slave_subprocess): Likewise.
41584
41585 2006-10-22  Bruno Haible  <bruno@clisp.org>
41586
41587         * modules/tsearch: New file.
41588         * lib/tsearch.h: New file.
41589         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41590         * m4/tsearch.m4: New file.
41591         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41592
41593 2006-10-29  Eric Blake  <ebb9@byu.net>
41594
41595         * lib/arcfour.c: Assume config.h.
41596         * lib/arctwo.c: Likewise.
41597         * lib/base64.c: Likewise.
41598         * lib/check-version.c: Likewise.
41599         * lib/crc.c: Likewise.
41600         * lib/des.c: Likewise.
41601         * lib/gc-gnulib.c: Likewise.
41602         * lib/gc-libgcrypt.c: Likewise.
41603         * lib/gc-pbkdf2-sha1.c: Likewise.
41604         * lib/getaddrinfo.c: Likewise.
41605         * lib/getdelim.c: Likewise.
41606         * lib/getline.c: Likewise.
41607         * lib/hmac-md5.c: Likewise.
41608         * lib/hmac-sha1.c: Likewise.
41609         * lib/iconvme.c: Likewise.
41610         * lib/md2.c: Likewise.
41611         * lib/md4.c: Likewise.
41612         * lib/memxor.c: Likewise.
41613         * lib/read-file.c: Likewise.
41614         * lib/readline.c: Likewise.
41615         * lib/rijndael-alg-fst.c: Likewise.
41616         * lib/rijndael-api-fst.c: Likewise.
41617         * lib/xgetdomainname.c: Likewise.
41618
41619 2006-10-28  Eric Blake  <ebb9@byu.net>
41620
41621         * lib/xstrndup.c: Assume config.h.
41622
41623 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41624
41625         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41626         stat-macros.h is now for our own macros, whereas stat_h is for
41627         macros in the <sys/stat.h> name space.
41628         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41629         (STAT_MACROS_H): Remove.
41630         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41631         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41632         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41633         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41634         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41635         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41636         Move these macros to ...
41637         * lib/stat_.h: here.  Don't include stat-macros.h.
41638         * lib/canonicalize.c: Don't include stat-macros.h.
41639         * lib/chown.c: Likewise.
41640         * lib/euidaccess.c: Likewise.
41641         * lib/file-type.c: Likewise.
41642         * lib/filemode.c: Likewise.
41643         * lib/glob.c: Likewise.
41644         * lib/isapipe.c: Likewise.
41645         * lib/lchown.c: Likewise.
41646         * lib/lstat.c: Likewise.
41647         * lib/mkdir-p.c: Likewise.
41648         * lib/rmdir.c: Likewise.
41649         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41650         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41651         unless mkdir isn't declared, to speed up 'configure'.
41652         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41653         would define all the S_* symbols.
41654         * modules/canonicalize (Depends-on):
41655         Depend on sys_stat, not stat-macros.
41656         * modules/chown: Likewise.
41657         * modules/euidaccess: Likewise.
41658         * modules/filemode: Likewise.
41659         * modules/file-type: Likewise.
41660         * modules/glob: Likewise.
41661         * modules/isapipe: Likewise.
41662         * modules/lchown: Likewise.
41663         * modules/lstat: Likewise.
41664         * modules/mkancesdirs: Likewise.
41665         * modules/rmdir: Likewise.
41666         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41667         * modules/modechange: Likewise.
41668         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41669         (configure.ac): Remove gl_STAT_MACROS.
41670         * modules/sys_stat (Depends-on): Remove stat-macros.
41671
41672 2006-10-27  Bruno Haible  <bruno@clisp.org>
41673
41674         * m4/signed.m4: Remove file.
41675         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41676         invocation.
41677         * modules/vasnprintf (Files): Remove m4/signed.m4.
41678
41679 2006-10-27  Bruno Haible  <bruno@clisp.org>
41680
41681         Update to GNU gettext 0.16.
41682         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41683         m4/inttypes-h.m4, m4/signed.m4.
41684         * m4/gettext.m4: Update to GNU gettext 0.16.
41685         * m4/intl.m4: New file, from GNU gettext.
41686         * m4/intldir.m4: New file, from GNU gettext.
41687         * config/srclist.txt: Update
41688
41689 2006-10-27  Eric Blake  <ebb9@byu.net>
41690
41691         * MODULES.html.sh: Document tempname.
41692         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41693         dependencies.
41694         (Files): Move lib/tempname.c...
41695         * modules/tempname: ...to this new module.
41696         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41697         (gl_PREREQ_TEMPNAME): Move...
41698         * m4/tempname.m4: ...to this new file.
41699         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41700         * modules/sys_stat (Depends-on): Add stat-macros.
41701         * lib/stat_.h (includes): Pick up stat macros.
41702         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41703         if stat macros are broken.
41704         * lib/tempname.c (includes): No need to include "stat-macros.h".
41705         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41706         (direxists, __path_search) [!_LIBC]: Don't compile these in
41707         gnulib; the tmpdir module covers that.
41708         * lib/tempname.h: New file.
41709
41710 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41711
41712         * COPYING: Explain how gnulib-tool converts licence headers.
41713         Almost all wording by Eric Blake.
41714
41715 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41716
41717         * lib/mbchar.h (is_basic_table): Make read-only.
41718         * lib/mbchar.c (is_basic_table): Likewise.
41719         Reported by John Darrington.
41720
41721 2006-10-25  Bruno Haible  <bruno@clisp.org>
41722
41723         * lib/progname.h (set_program_name): Undefine before defining.
41724
41725 2006-10-25  Bruno Haible  <bruno@clisp.org>
41726
41727         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41728         false for non-gcc C++ compilers.
41729         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41730
41731 2006-10-24  Bruno Haible  <bruno@clisp.org>
41732
41733         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41734         iconv implementations like Irix iconv.
41735
41736 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41737
41738         * modules/vararrays: New file.
41739         * m4/vararrays.m4: New file, taken from diffutils.
41740         * MODULES.html.sh: New module vararrays.
41741
41742 2006-10-24  Karl Berry  <karl@gnu.org>
41743
41744         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41745         Don't call GNU Unix.
41746
41747 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41748
41749         * users.txt: Add Libtool.
41750
41751         Sync from Libtool:
41752
41753         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41754
41755         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41756         to gnulib's policy of including config.h unconditionally.
41757
41758 2006-10-24  Bruno Haible  <bruno@clisp.org>
41759
41760         * modules/wcwidth (Files): Add m4/wint_t.m4.
41761         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41762         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41763
41764 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41765
41766         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41767         to pacify GCC with some -W flags enabled.  Problem reported by
41768         Bruno Haible.
41769
41770 2006-10-24  Jim Meyering  <jim@meyering.net>
41771
41772         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41773         Reported by Karl Berry.
41774
41775 2006-10-23  Bruno Haible  <bruno@clisp.org>
41776
41777         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41778
41779 2006-10-24  Bruno Haible  <bruno@clisp.org>
41780
41781         * lib/gl_list.h: Use C comment style, not C++ comment style.
41782
41783 2006-10-23  Eric Blake  <ebb9@byu.net>
41784
41785         * lib/getaddrinfo.c (includes): Add missing include.
41786
41787 2006-10-23  Bruno Haible  <bruno@clisp.org>
41788             Paul Eggert  <eggert@cs.ucla.edu>
41789
41790         Ability to rename obstack_free.
41791         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41792         obstack_free.
41793         (obstack_free): Invoke the __obstack_free macro.
41794         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41795
41796 2006-10-23  Bruno Haible  <bruno@clisp.org>
41797             Paul Eggert  <eggert@cs.ucla.edu>
41798
41799         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41800         __argc, __argv from the declaration. (They are defined as macros on
41801         mingw.)
41802
41803 2006-10-22  Bruno Haible  <bruno@clisp.org>
41804
41805         * doc/gnulib-intro.texi: New file.
41806         * doc/gnulib.texi: Include it.
41807
41808 2006-10-21  Bruno Haible  <bruno@clisp.org>
41809
41810         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41811         "Introduction", "Miscellanous Notes", "Particular Modules".
41812
41813 2006-10-21  Bruno Haible  <bruno@clisp.org>
41814
41815         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41816         Change mostlyclean-local rule to avoid sh syntax error from bash
41817         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41818
41819 2006-10-23  Jim Meyering  <jim@meyering.net>
41820
41821         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41822         in place of snprintf.
41823
41824         * modules/inttostr (Files): Add lib/uinttostr.c.
41825         * lib/uinttostr.c (inttostr): New file/function.
41826         * lib/inttostr.h (uinttostr): Declare.
41827         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41828         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41829         Add uinttostr.
41830         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41831
41832 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41833
41834         * lib/canonicalize.c (ELOOP): Define if not already defined.
41835         Problem reported by Bruno Haible in
41836         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41837
41838 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41839
41840         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41841         Problem reported by Perry Smith and Ville Laurikari.
41842
41843         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41844         uses.
41845
41846 2006-10-19  Bruno Haible  <bruno@clisp.org>
41847
41848         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41849         for mingw.
41850
41851 2006-10-19  Bruno Haible  <bruno@clisp.org>
41852
41853         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41854         Needed for mingw.
41855
41856 2006-10-19  Bruno Haible  <bruno@clisp.org>
41857
41858         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41859
41860 2006-10-19  Bruno Haible  <bruno@clisp.org>
41861
41862         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41863         it.
41864
41865 2006-10-19  Bruno Haible  <bruno@clisp.org>
41866
41867         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41868         invocation.
41869
41870 2006-10-19  Bruno Haible  <bruno@clisp.org>
41871
41872         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41873         mountlist by default.
41874
41875 2006-10-16  Bruno Haible  <bruno@clisp.org>
41876
41877         * lib/c-strstr.c: Include c-strstr.h.
41878
41879 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41880
41881         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41882         in a slash.
41883
41884 2006-10-18  Bruno Haible  <bruno@clisp.org>
41885
41886         * lib/lock.h [C++]: Wrap definitions in extern "C".
41887
41888 2006-10-18  Bruno Haible  <bruno@clisp.org>
41889
41890         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41891         gl_LIBOBJS list.
41892
41893 2006-10-18  Bruno Haible  <bruno@clisp.org>
41894
41895         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41896
41897 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41898
41899         * lib/xstrtol.h: Include gettext.h.
41900         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41901         Problem reported by Eric Blake.
41902         * modules/xstrtol (Depends-on): Add gettext-h.
41903
41904 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41905
41906         * lib/strftime.c (advance): New macro.
41907         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41908         incomplete type, so you can't add 0 to it.  Problem and patch
41909         reported by Eelco Dolstra for dietlibc.
41910
41911 2006-10-18  Jim Meyering  <jim@meyering.net>
41912
41913         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41914         type for a local, and rename it: s/up/user_proc/.
41915
41916 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41917
41918         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41919         READ_UTMP_USER_PROCESS.
41920         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41921
41922 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41923
41924         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41925         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41926
41927 2006-10-17  Eric Blake  <ebb9@byu.net>
41928
41929         * lib/sigprocmask.c (sigprocmask): Fix typo.
41930
41931         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41932
41933         * modules/clean-temp (Makefile.am): Don't add to make output...
41934         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41935         config.h.
41936
41937 2006-10-17  Bruno Haible  <bruno@clisp.org>
41938
41939         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41940         differently if DEFAULT_TEXT_DOMAIN is set.
41941
41942 2006-10-16  Bruno Haible  <bruno@clisp.org>
41943
41944         * lib/clean-temp.c: Include fwriteerror.h.
41945
41946 2006-10-16  Bruno Haible  <bruno@clisp.org>
41947
41948         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41949
41950 2006-10-16  Bruno Haible  <bruno@clisp.org>
41951
41952         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41953         * lib/sigprocmask.h: Include <sys/types.h>.
41954         (sigset_t): Use the system's definition if present.
41955
41956 2006-10-17  Eric Blake  <ebb9@byu.net>
41957
41958         * lib/xvasprintf.c (includes): Assume config.h.
41959         * lib/xasprintf.c (includes): Likewise.
41960
41961 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41962
41963         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41964         at least as wide as intmax_t.
41965
41966 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41967
41968         (Imported from Automake.)
41969         * build-aux/gnupload: Update to version 1.1 of directive file.
41970
41971 2006-10-16  Eric Blake  <ebb9@byu.net>
41972
41973         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41974         match Automake 1.10a.
41975
41976 2006-10-14  Bruno Haible  <bruno@clisp.org>
41977
41978         * modules/sigprocmask: New file.
41979         * lib/sigprocmask.h: New file.
41980         * lib/sigprocmask.c: New file.
41981         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41982         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41983         request sigprocmask.o.
41984         (gl_PREREQ_SIGPROCMASK): New macro.
41985         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41986         (Depends-on): Add sigprocmask.
41987         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41988         gt_SIGNALBLOCKING. Test for 'raise' only once.
41989         * lib/fatal-signal.c: Include sigprocmask.h.
41990         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41991         unblock_fatal_signals): Define always.
41992         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41993         sigprocmask.
41994
41995 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41996
41997         Sync from Automake.
41998         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41999         which incorrectly sets the mode of an existing destination
42000         directory.  In some cases the unpatched install-sh could do the
42001         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42002         system.  We hope this is rare in practice, but it's clearly worth
42003         fixing.  Problem reported by Alex Unleashed in
42004         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42005         Also, don't bother to check for -m bugs unless we're using -m;
42006         suggested by Stepan Kasal.
42007
42008 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42009
42010         Sync from Automake.
42011         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42012         `-c' flag, so they appear at the same position as in %FASTDEP%
42013         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42014         which ignores unknown options only after the first non-option.
42015         Bug report against M4 by Nelson H. F. Beebe.
42016
42017 2006-10-13  Jim Meyering  <jim@meyering.net>
42018
42019         Fix a bug in yesterday's change.
42020         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42021         p->fts_statp->st_dev would be used uninitialized.
42022         Ensures that we always call fts_stat on the very first entry.
42023         Miklos Szeredi reported that find -xdev stopped working.
42024
42025 2006-10-12  Bruno Haible  <bruno@clisp.org>
42026
42027         * gnulib-tool (func_get_automake_snippet): Append an automatically
42028         computed EXTRA_DIST augmentation.
42029         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42030         * modules/alloca-opt (Makefile.am): Likewise.
42031         * modules/allocsa (Makefile.am): Likewise.
42032         * modules/arcfour (Makefile.am): Likewise.
42033         * modules/arctwo (Makefile.am): Likewise.
42034         * modules/argmatch (Makefile.am): Likewise.
42035         * modules/argz (Makefile.am): Likewise.
42036         * modules/atexit (Makefile.am): Likewise.
42037         * modules/backupfile (Makefile.am): Likewise.
42038         * modules/byteswap (Makefile.am): Likewise.
42039         * modules/c-strtod (Makefile.am): Likewise.
42040         * modules/c-strtold (Makefile.am): Likewise.
42041         * modules/calloc (Makefile.am): Likewise.
42042         * modules/canon-host (Makefile.am): Likewise.
42043         * modules/canonicalize (Makefile.am): Likewise.
42044         * modules/chdir-long (Makefile.am): Likewise.
42045         * modules/chdir-safer (Makefile.am): Likewise.
42046         * modules/check-version (Makefile.am): Likewise.
42047         * modules/chown (Makefile.am): Likewise.
42048         * modules/cloexec (Makefile.am): Likewise.
42049         * modules/close-stream (Makefile.am): Likewise.
42050         * modules/closeout (Makefile.am): Likewise.
42051         * modules/crc (Makefile.am): Likewise.
42052         * modules/csharpexec (Makefile.am): Likewise.
42053         * modules/cycle-check (Makefile.am): Likewise.
42054         * modules/des (Makefile.am): Likewise.
42055         * modules/dev-ino (Makefile.am): Likewise.
42056         * modules/dirfd (Makefile.am): Likewise.
42057         * modules/dirname (Makefile.am): Likewise.
42058         * modules/dup2 (Makefile.am): Likewise.
42059         * modules/eealloc (Makefile.am): Likewise.
42060         * modules/error (Makefile.am): Likewise.
42061         * modules/euidaccess (Makefile.am): Likewise.
42062         * modules/exclude (Makefile.am): Likewise.
42063         * modules/exitfail (Makefile.am): Likewise.
42064         * modules/fcntl-safer (Makefile.am): Likewise.
42065         * modules/fcntl (Makefile.am): Likewise.
42066         * modules/file-type (Makefile.am): Likewise.
42067         * modules/fileblocks (Makefile.am): Likewise.
42068         * modules/filemode (Makefile.am): Likewise.
42069         * modules/filenamecat (Makefile.am): Likewise.
42070         * modules/fnmatch (Makefile.am): Likewise.
42071         * modules/fopen-safer (Makefile.am): Likewise.
42072         * modules/fpending (Makefile.am): Likewise.
42073         * modules/fprintftime (Makefile.am): Likewise.
42074         * modules/free (Makefile.am): Likewise.
42075         * modules/fsusage (Makefile.am): Likewise.
42076         * modules/ftruncate (Makefile.am): Likewise.
42077         * modules/fts (Makefile.am): Likewise.
42078         * modules/gc-arcfour (Makefile.am): Likewise.
42079         * modules/gc-des (Makefile.am): Likewise.
42080         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42081         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42082         * modules/gc-md4 (Makefile.am): Likewise.
42083         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42084         * modules/gc-sha1 (Makefile.am): Likewise.
42085         * modules/gc (Makefile.am): Likewise.
42086         * modules/getaddrinfo (Makefile.am): Likewise.
42087         * modules/getcwd (Makefile.am): Likewise.
42088         * modules/getdelim (Makefile.am): Likewise.
42089         * modules/getdomainname (Makefile.am): Likewise.
42090         * modules/getgroups (Makefile.am): Likewise.
42091         * modules/gethostname (Makefile.am): Likewise.
42092         * modules/gethrxtime (Makefile.am): Likewise.
42093         * modules/getline (Makefile.am): Likewise.
42094         * modules/getloadavg (Makefile.am): Likewise.
42095         * modules/getlogin_r (Makefile.am): Likewise.
42096         * modules/getndelim2 (Makefile.am): Likewise.
42097         * modules/getopt (Makefile.am): Likewise.
42098         * modules/getpagesize (Makefile.am): Likewise.
42099         * modules/getpass-gnu (Makefile.am): Likewise.
42100         * modules/getpass (Makefile.am): Likewise.
42101         * modules/getsubopt (Makefile.am): Likewise.
42102         * modules/gettime (Makefile.am): Likewise.
42103         * modules/gettimeofday (Makefile.am): Likewise.
42104         * modules/getugroups (Makefile.am): Likewise.
42105         * modules/getusershell (Makefile.am): Likewise.
42106         * modules/glob (Makefile.am): Likewise.
42107         * modules/group-member (Makefile.am): Likewise.
42108         * modules/hard-locale (Makefile.am): Likewise.
42109         * modules/hash (Makefile.am): Likewise.
42110         * modules/hmac-md5 (Makefile.am): Likewise.
42111         * modules/hmac-sha1 (Makefile.am): Likewise.
42112         * modules/human (Makefile.am): Likewise.
42113         * modules/idcache (Makefile.am): Likewise.
42114         * modules/imaxabs (Makefile.am): Likewise.
42115         * modules/imaxdiv (Makefile.am): Likewise.
42116         * modules/inet_ntop (Makefile.am): Likewise.
42117         * modules/inet_pton (Makefile.am): Likewise.
42118         * modules/intprops (Makefile.am): Likewise.
42119         * modules/inttostr (Makefile.am): Likewise.
42120         * modules/inttypes (Makefile.am): Likewise.
42121         * modules/isapipe (Makefile.am): Likewise.
42122         * modules/javaversion (Makefile.am): Likewise.
42123         * modules/lchmod (Makefile.am): Likewise.
42124         * modules/lchown (Makefile.am): Likewise.
42125         * modules/localcharset (Makefile.am): Likewise.
42126         * modules/long-options (Makefile.am): Likewise.
42127         * modules/lstat (Makefile.am): Likewise.
42128         * modules/malloc (Makefile.am): Likewise.
42129         * modules/mathl (Makefile.am): Likewise.
42130         * modules/mbchar (Makefile.am): Likewise.
42131         * modules/md2 (Makefile.am): Likewise.
42132         * modules/md4 (Makefile.am): Likewise.
42133         * modules/md5 (Makefile.am): Likewise.
42134         * modules/memcasecmp (Makefile.am): Likewise.
42135         * modules/memchr (Makefile.am): Likewise.
42136         * modules/memcmp (Makefile.am): Likewise.
42137         * modules/memcoll (Makefile.am): Likewise.
42138         * modules/memcpy (Makefile.am): Likewise.
42139         * modules/memmem (Makefile.am): Likewise.
42140         * modules/memmove (Makefile.am): Likewise.
42141         * modules/mempcpy (Makefile.am): Likewise.
42142         * modules/memrchr (Makefile.am): Likewise.
42143         * modules/memset (Makefile.am): Likewise.
42144         * modules/memxor (Makefile.am): Likewise.
42145         * modules/mkancesdirs (Makefile.am): Likewise.
42146         * modules/mkdir-p (Makefile.am): Likewise.
42147         * modules/mkdir (Makefile.am): Likewise.
42148         * modules/mkdtemp (Makefile.am): Likewise.
42149         * modules/mkstemp (Makefile.am): Likewise.
42150         * modules/mktime (Makefile.am): Likewise.
42151         * modules/modechange (Makefile.am): Likewise.
42152         * modules/mountlist (Makefile.am): Likewise.
42153         * modules/nanosleep (Makefile.am): Likewise.
42154         * modules/obstack (Makefile.am): Likewise.
42155         * modules/openat (Makefile.am): Likewise.
42156         * modules/pagealign_alloc (Makefile.am): Likewise.
42157         * modules/pathmax (Makefile.am): Likewise.
42158         * modules/physmem (Makefile.am): Likewise.
42159         * modules/poll (Makefile.am): Likewise.
42160         * modules/posixtm (Makefile.am): Likewise.
42161         * modules/posixver (Makefile.am): Likewise.
42162         * modules/putenv (Makefile.am): Likewise.
42163         * modules/quote (Makefile.am): Likewise.
42164         * modules/quotearg (Makefile.am): Likewise.
42165         * modules/raise (Makefile.am): Likewise.
42166         * modules/read-file (Makefile.am): Likewise.
42167         * modules/readline (Makefile.am): Likewise.
42168         * modules/readlink (Makefile.am): Likewise.
42169         * modules/readtokens (Makefile.am): Likewise.
42170         * modules/readutmp (Makefile.am): Likewise.
42171         * modules/realloc (Makefile.am): Likewise.
42172         * modules/regex (Makefile.am): Likewise.
42173         * modules/rename-dest-slash (Makefile.am): Likewise.
42174         * modules/rename (Makefile.am): Likewise.
42175         * modules/rijndael (Makefile.am): Likewise.
42176         * modules/rmdir (Makefile.am): Likewise.
42177         * modules/rpmatch (Makefile.am): Likewise.
42178         * modules/safe-read (Makefile.am): Likewise.
42179         * modules/safe-write (Makefile.am): Likewise.
42180         * modules/same-inode (Makefile.am): Likewise.
42181         * modules/same (Makefile.am): Likewise.
42182         * modules/save-cwd (Makefile.am): Likewise.
42183         * modules/savedir (Makefile.am): Likewise.
42184         * modules/setenv (Makefile.am): Likewise.
42185         * modules/settime (Makefile.am): Likewise.
42186         * modules/sha1 (Makefile.am): Likewise.
42187         * modules/sig2str (Makefile.am): Likewise.
42188         * modules/snprintf (Makefile.am): Likewise.
42189         * modules/stat-macros (Makefile.am): Likewise.
42190         * modules/stat-time (Makefile.am): Likewise.
42191         * modules/stdbool (Makefile.am): Likewise.
42192         * modules/stdint (Makefile.am): Likewise.
42193         * modules/stdlib-safer (Makefile.am): Likewise.
42194         * modules/stpcpy (Makefile.am): Likewise.
42195         * modules/stpncpy (Makefile.am): Likewise.
42196         * modules/strcase (Makefile.am): Likewise.
42197         * modules/strcasestr (Makefile.am): Likewise.
42198         * modules/strchrnul (Makefile.am): Likewise.
42199         * modules/strcspn (Makefile.am): Likewise.
42200         * modules/strdup (Makefile.am): Likewise.
42201         * modules/strerror (Makefile.am): Likewise.
42202         * modules/strftime (Makefile.am): Likewise.
42203         * modules/strndup (Makefile.am): Likewise.
42204         * modules/strnlen (Makefile.am): Likewise.
42205         * modules/strpbrk (Makefile.am): Likewise.
42206         * modules/strsep (Makefile.am): Likewise.
42207         * modules/strstr (Makefile.am): Likewise.
42208         * modules/strtod (Makefile.am): Likewise.
42209         * modules/strtoimax (Makefile.am): Likewise.
42210         * modules/strtok_r (Makefile.am): Likewise.
42211         * modules/strtol (Makefile.am): Likewise.
42212         * modules/strtoll (Makefile.am): Likewise.
42213         * modules/strtoul (Makefile.am): Likewise.
42214         * modules/strtoull (Makefile.am): Likewise.
42215         * modules/strtoumax (Makefile.am): Likewise.
42216         * modules/strverscmp (Makefile.am): Likewise.
42217         * modules/sys_socket (Makefile.am): Likewise.
42218         * modules/sys_stat (Makefile.am): Likewise.
42219         * modules/sysexits (Makefile.am): Likewise.
42220         * modules/time_r (Makefile.am): Likewise.
42221         * modules/timegm (Makefile.am): Likewise.
42222         * modules/timespec (Makefile.am): Likewise.
42223         * modules/tmpfile-safer (Makefile.am): Likewise.
42224         * modules/trim (Makefile.am): Likewise.
42225         * modules/unistd-safer (Makefile.am): Likewise.
42226         * modules/unlinkdir (Makefile.am): Likewise.
42227         * modules/unlocked-io (Makefile.am): Likewise.
42228         * modules/userspec (Makefile.am): Likewise.
42229         * modules/utime (Makefile.am): Likewise.
42230         * modules/utimecmp (Makefile.am): Likewise.
42231         * modules/utimens (Makefile.am): Likewise.
42232         * modules/vasnprintf (Makefile.am): Likewise.
42233         * modules/vasprintf (Makefile.am): Likewise.
42234         * modules/vsnprintf (Makefile.am): Likewise.
42235         * modules/xalloc (Makefile.am): Likewise.
42236         * modules/xgetcwd (Makefile.am): Likewise.
42237         * modules/xnanosleep (Makefile.am): Likewise.
42238         * modules/xreadlink (Makefile.am): Likewise.
42239         * modules/xstrtod (Makefile.am): Likewise.
42240         * modules/xstrtol (Makefile.am): Likewise.
42241         * modules/xstrtold (Makefile.am): Likewise.
42242         * modules/yesno (Makefile.am): Likewise.
42243         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42244
42245 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42246
42247         * modules/error (Makefile.am): Distribute files through
42248         EXTRA_DIST, not lib_SOURCES.
42249
42250 2006-10-12  Eric Blake  <ebb9@byu.net>
42251
42252         * modules/error (Makefile.am): Distribute files in /lib.
42253         * modules/obstack (Makefile.am): Likewise.
42254
42255 2006-10-12  Bruno Haible  <bruno@clisp.org>
42256
42257         * modules/acl (Makefile.am): Distribute all files in lib/ through
42258         EXTRA_DIST.
42259         * modules/arcfour (Makefile.am): Likewise.
42260         * modules/arctwo (Makefile.am): Likewise.
42261         * modules/argmatch (Makefile.am): Likewise.
42262         * modules/argz (Makefile.am): Likewise.
42263         * modules/atexit (Makefile.am): Likewise.
42264         * modules/backupfile (Makefile.am): Likewise.
42265         * modules/c-strtod (Makefile.am): Likewise.
42266         * modules/c-strtold (Makefile.am): Likewise.
42267         * modules/calloc (Makefile.am): Likewise.
42268         * modules/canon-host (Makefile.am): Likewise.
42269         * modules/canonicalize (Makefile.am): Likewise.
42270         * modules/chdir-long (Makefile.am): Likewise.
42271         * modules/chdir-safer (Makefile.am): Likewise.
42272         * modules/check-version (Makefile.am): Likewise.
42273         * modules/chown (Makefile.am): Likewise.
42274         * modules/cloexec (Makefile.am): Likewise.
42275         * modules/close-stream (Makefile.am): Likewise.
42276         * modules/closeout (Makefile.am): Likewise.
42277         * modules/crc (Makefile.am): Likewise.
42278         * modules/cycle-check (Makefile.am): Likewise.
42279         * modules/des (Makefile.am): Likewise.
42280         * modules/dirfd (Makefile.am): Likewise.
42281         * modules/dirname (Makefile.am): Likewise.
42282         * modules/dup2 (Makefile.am): Likewise.
42283         * modules/euidaccess (Makefile.am): Likewise.
42284         * modules/exclude (Makefile.am): Likewise.
42285         * modules/exitfail (Makefile.am): Likewise.
42286         * modules/fcntl-safer (Makefile.am): Likewise.
42287         * modules/file-type (Makefile.am): Likewise.
42288         * modules/fileblocks (Makefile.am): Likewise.
42289         * modules/filemode (Makefile.am): Likewise.
42290         * modules/filenamecat (Makefile.am): Likewise.
42291         * modules/fnmatch (Makefile.am): Likewise.
42292         * modules/fopen-safer (Makefile.am): Likewise.
42293         * modules/fpending (Makefile.am): Likewise.
42294         * modules/fprintftime (Makefile.am): Likewise.
42295         * modules/free (Makefile.am): Likewise.
42296         * modules/fsusage (Makefile.am): Likewise.
42297         * modules/ftruncate (Makefile.am): Likewise.
42298         * modules/fts (Makefile.am): Likewise.
42299         * modules/gc (Makefile.am): Likewise.
42300         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42301         * modules/getaddrinfo (Makefile.am): Likewise.
42302         * modules/getcwd (Makefile.am): Likewise.
42303         * modules/getdelim (Makefile.am): Likewise.
42304         * modules/getdomainname (Makefile.am): Likewise.
42305         * modules/getgroups (Makefile.am): Likewise.
42306         * modules/gethostname (Makefile.am): Likewise.
42307         * modules/gethrxtime (Makefile.am): Likewise.
42308         * modules/getline (Makefile.am): Likewise.
42309         * modules/getloadavg (Makefile.am): Likewise.
42310         * modules/getlogin_r (Makefile.am): Likewise.
42311         * modules/getopt (Makefile.am): Likewise.
42312         * modules/getpass (Makefile.am): Likewise.
42313         * modules/getpass-gnu (Makefile.am): Likewise.
42314         * modules/getsubopt (Makefile.am): Likewise.
42315         * modules/gettime (Makefile.am): Likewise.
42316         * modules/gettimeofday (Makefile.am): Likewise.
42317         * modules/getugroups (Makefile.am): Likewise.
42318         * modules/getusershell (Makefile.am): Likewise.
42319         * modules/glob (Makefile.am): Likewise.
42320         * modules/group-member (Makefile.am): Likewise.
42321         * modules/hard-locale (Makefile.am): Likewise.
42322         * modules/hash (Makefile.am): Likewise.
42323         * modules/hmac-md5 (Makefile.am): Likewise.
42324         * modules/hmac-sha1 (Makefile.am): Likewise.
42325         * modules/human (Makefile.am): Likewise.
42326         * modules/idcache (Makefile.am): Likewise.
42327         * modules/imaxabs (Makefile.am): Likewise.
42328         * modules/imaxdiv (Makefile.am): Likewise.
42329         * modules/inet_ntop (Makefile.am): Likewise.
42330         * modules/inet_pton (Makefile.am): Likewise.
42331         * modules/inttostr (Makefile.am): Likewise.
42332         * modules/isapipe (Makefile.am): Likewise.
42333         * modules/lchown (Makefile.am): Likewise.
42334         * modules/long-options (Makefile.am): Likewise.
42335         * modules/lstat (Makefile.am): Likewise.
42336         * modules/malloc (Makefile.am): Likewise.
42337         * modules/mathl (Makefile.am): Likewise.
42338         * modules/mbchar (Makefile.am): Likewise.
42339         * modules/md2 (Makefile.am): Likewise.
42340         * modules/md4 (Makefile.am): Likewise.
42341         * modules/md5 (Makefile.am): Likewise.
42342         * modules/memcasecmp (Makefile.am): Likewise.
42343         * modules/memchr (Makefile.am): Likewise.
42344         * modules/memcmp (Makefile.am): Likewise.
42345         * modules/memcoll (Makefile.am): Likewise.
42346         * modules/memcpy (Makefile.am): Likewise.
42347         * modules/memmem (Makefile.am): Likewise.
42348         * modules/memmove (Makefile.am): Likewise.
42349         * modules/mempcpy (Makefile.am): Likewise.
42350         * modules/memrchr (Makefile.am): Likewise.
42351         * modules/memset (Makefile.am): Likewise.
42352         * modules/memxor (Makefile.am): Likewise.
42353         * modules/mkancesdirs (Makefile.am): Likewise.
42354         * modules/mkdir (Makefile.am): Likewise.
42355         * modules/mkdir-p (Makefile.am): Likewise.
42356         * modules/mkdtemp (Makefile.am): Likewise.
42357         * modules/mkstemp (Makefile.am): Likewise.
42358         * modules/mktime (Makefile.am): Likewise.
42359         * modules/modechange (Makefile.am): Likewise.
42360         * modules/mountlist (Makefile.am): Likewise.
42361         * modules/nanosleep (Makefile.am): Likewise.
42362         * modules/openat (Makefile.am): Likewise.
42363         * modules/pagealign_alloc (Makefile.am): Likewise.
42364         * modules/physmem (Makefile.am): Likewise.
42365         * modules/poll (Makefile.am): Likewise.
42366         * modules/posixtm (Makefile.am): Likewise.
42367         * modules/posixver (Makefile.am): Likewise.
42368         * modules/putenv (Makefile.am): Likewise.
42369         * modules/quote (Makefile.am): Likewise.
42370         * modules/quotearg (Makefile.am): Likewise.
42371         * modules/raise (Makefile.am): Likewise.
42372         * modules/read-file (Makefile.am): Likewise.
42373         * modules/readline (Makefile.am): Likewise.
42374         * modules/readlink (Makefile.am): Likewise.
42375         * modules/readtokens (Makefile.am): Likewise.
42376         * modules/readutmp (Makefile.am): Likewise.
42377         * modules/realloc (Makefile.am): Likewise.
42378         * modules/regex (Makefile.am): Likewise.
42379         * modules/rename (Makefile.am): Likewise.
42380         * modules/rename-dest-slash (Makefile.am): Likewise.
42381         * modules/rijndael (Makefile.am): Likewise.
42382         * modules/rmdir (Makefile.am): Likewise.
42383         * modules/rpmatch (Makefile.am): Likewise.
42384         * modules/safe-read (Makefile.am): Likewise.
42385         * modules/safe-write (Makefile.am): Likewise.
42386         * modules/same (Makefile.am): Likewise.
42387         * modules/save-cwd (Makefile.am): Likewise.
42388         * modules/savedir (Makefile.am): Likewise.
42389         * modules/setenv (Makefile.am): Likewise.
42390         * modules/settime (Makefile.am): Likewise.
42391         * modules/sha1 (Makefile.am): Likewise.
42392         * modules/sig2str (Makefile.am): Likewise.
42393         * modules/snprintf (Makefile.am): Likewise.
42394         * modules/stdlib-safer (Makefile.am): Likewise.
42395         * modules/stpcpy (Makefile.am): Likewise.
42396         * modules/stpncpy (Makefile.am): Likewise.
42397         * modules/strcase (Makefile.am): Likewise.
42398         * modules/strcasestr (Makefile.am): Likewise.
42399         * modules/strchrnul (Makefile.am): Likewise.
42400         * modules/strcspn (Makefile.am): Likewise.
42401         * modules/strdup (Makefile.am): Likewise.
42402         * modules/strerror (Makefile.am): Likewise.
42403         * modules/strftime (Makefile.am): Likewise.
42404         * modules/strndup (Makefile.am): Likewise.
42405         * modules/strnlen (Makefile.am): Likewise.
42406         * modules/strpbrk (Makefile.am): Likewise.
42407         * modules/strsep (Makefile.am): Likewise.
42408         * modules/strstr (Makefile.am): Likewise.
42409         * modules/strtod (Makefile.am): Likewise.
42410         * modules/strtoimax (Makefile.am): Likewise.
42411         * modules/strtok_r (Makefile.am): Likewise.
42412         * modules/strtol (Makefile.am): Likewise.
42413         * modules/strtoll (Makefile.am): Likewise.
42414         * modules/strtoul (Makefile.am): Likewise.
42415         * modules/strtoull (Makefile.am): Likewise.
42416         * modules/strtoumax (Makefile.am): Likewise.
42417         * modules/strverscmp (Makefile.am): Likewise.
42418         * modules/time_r (Makefile.am): Likewise.
42419         * modules/timegm (Makefile.am): Likewise.
42420         * modules/tmpfile-safer (Makefile.am): Likewise.
42421         * modules/unistd-safer (Makefile.am): Likewise.
42422         * modules/unlinkdir (Makefile.am): Likewise.
42423         * modules/userspec (Makefile.am): Likewise.
42424         * modules/utime (Makefile.am): Likewise.
42425         * modules/utimecmp (Makefile.am): Likewise.
42426         * modules/utimens (Makefile.am): Likewise.
42427         * modules/vasnprintf (Makefile.am): Likewise.
42428         * modules/vasprintf (Makefile.am): Likewise.
42429         * modules/vsnprintf (Makefile.am): Likewise.
42430         * modules/xalloc (Makefile.am): Likewise.
42431         * modules/xgetcwd (Makefile.am): Likewise.
42432         * modules/xnanosleep (Makefile.am): Likewise.
42433         * modules/xreadlink (Makefile.am): Likewise.
42434         * modules/xstrtod (Makefile.am): Likewise.
42435         * modules/xstrtol (Makefile.am): Likewise.
42436         * modules/xstrtold (Makefile.am): Likewise.
42437         * modules/yesno (Makefile.am): Likewise.
42438
42439 2006-10-12  Jim Meyering  <jim@meyering.net>
42440
42441         * m4/getloadavg.m4: Revert the change below.
42442
42443         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42444         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42445         fail with a symlink, which is what coreutils' ./bootstrap now
42446         creates by default.
42447
42448 2006-10-12  Bruno Haible  <bruno@clisp.org>
42449
42450         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42451         mingw.
42452         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42453         MSVC and mingw explicitly.
42454
42455 2006-10-11  Simon Josefsson  <jas@extundo.com>
42456             Bruno Haible  <bruno@clisp.org>
42457
42458         Add support for multiple gnulib-tool invocations in the scope of a
42459         single configure.ac file.
42460         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42461         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42462         with the same contents as the _LIBADD variable.
42463         (func_emit_initmacro_start, func_emit_initmacro_end,
42464         func_emit_initmacro_done): New functions.
42465         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42466         gl_LIBOBJS and gl_LTLIBOBJS.
42467
42468 2006-10-11  Bruno Haible  <bruno@clisp.org>
42469
42470         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42471         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42472         autoreconf. Instead, invoke autopoint explicitly but move back the
42473         *.m4 files from gnulib.
42474
42475 2006-10-11  Bruno Haible  <bruno@clisp.org>
42476
42477         * gnulib-tool (func_usage): Make module names after --create-testdir
42478         optional.
42479         (func_create_testdir): If no module was specified, use nearly all
42480         modules.
42481
42482 2006-10-12  Jim Meyering  <jim@meyering.net>
42483
42484         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42485         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42486         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42487         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42488         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42489         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42490         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42491         (fts_set_stat_required): New function.
42492         (fts_open): Defer the calls to fts_stat, if possible or requested.
42493         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42494         into fts_stat itself.
42495         (fts_read): Perform any required (deferred) fts_stat call.
42496         (fts_build): Likewise, for the directory we're about to open and read.
42497         In the readdir loop, carefully decide whether each entry will require
42498         an eventual call to fts_stat, using dirent.d_type info if available.
42499         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42500         a command line argument into this function.  Update all callers.
42501         Map a return value of FTS_DOT to FTS_D for a command line argument.
42502         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42503         Thanks to Miklos Szeredi for his tenacity and for the initial
42504         bug report about "find" failing on a FUSE-based file system.
42505
42506         * lib/fts.c (fts_open): Use consistent indentation.
42507
42508 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42509
42510         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42511         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42512         reported by Jim Meyering.  All uses of cache variables renamed
42513         to match Autoconf's.
42514         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42515         the other one.
42516
42517         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42518         Fix misspelling in diagnostic.
42519
42520 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42521
42522         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42523         defined.  Problem reported by Matthew Woehlke.
42524
42525         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42526         Add support for Tandem NonStop R series.
42527         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42528         Use new macro.
42529
42530         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42531         (has_trailing_slash): Omit size arg; all callers changed.
42532         Omit 'inline', since it doesn't help performance and we'd
42533         need to configure it.
42534         Don't count //, ///, etc. as having a trailing slash.
42535         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42536         (rpl_rename_dest_slash): On failure, use rename's errno rather
42537         than (in some cases) an incorrect or junk errno.
42538         Simplify code by removing need to compute length; this does
42539         cause it to make two passes instead of one over the file name,
42540         but it's worth it.
42541
42542         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42543         change, since Autoconf's version may no longer be appropriate now
42544         that we are using CVS Autoconf's version.  Add support for Tandem.
42545
42546 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42547             Bruno Haible  <bruno@clisp.org>
42548
42549         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42550         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42551         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42552         gl_AC_TYPE_LONG_LONG.
42553
42554         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42555         instead of HAVE_LONG_LONG.
42556         * lib/printf-args.c (printf_fetchargs): Likewise.
42557         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42558         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42559         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42560         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42561         gl_AC_TYPE_LONG_LONG.
42562
42563 2006-10-11  Bruno Haible  <bruno@clisp.org>
42564
42565         * m4/longlong.m4: Add comments.
42566         * m4/ulonglong.m4: Likewise.
42567
42568 2006-10-10  Bruno Haible  <bruno@clisp.org>
42569
42570         Make it possible to #define stpcpy, strdup to aliases.
42571         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42572         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42573
42574 2006-10-10  Bruno Haible  <bruno@clisp.org>
42575
42576         Make it possible to #define gcd to an alias.
42577         * lib/gcd.c: Include config.h.
42578
42579 2006-10-10  Bruno Haible  <bruno@clisp.org>
42580
42581         Make it possible to #define c_isascii to an alias.
42582         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42583         defined. Undefine the macros before defining them, to avoid gcc
42584         warnings.
42585         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42586         define NO_C_CTYPE_MACROS early.
42587
42588 2006-10-10  Bruno Haible  <bruno@clisp.org>
42589
42590         Make it possible to #define set_program_name to an alias.
42591         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42592         ENABLE_RELOCATABLE early.
42593
42594 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42595
42596         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42597         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42598         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42599         More generally, don't assume that 64-bit signed int is available
42600         if unsigned int is, and vice versa.
42601         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42602         unsigned symbols, not on their signed counterparts.
42603         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42604         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42605         (UINT64_C, UINTMAX_C):
42606         Likewise.
42607         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42608         unsigned counterparts.
42609         (Have_long_long, Unsigned): New macros.
42610         (Int): Renamed from INT.
42611         (strtoimax): Use the new macros.
42612         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42613         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42614         * modules/inttypes (inttypes.h): Substitute
42615         HAVE_UNSIGNED_LONG_LONG_INT.
42616         * modules/stdint (stdint.h): Likewise.
42617         (Files): Add m4/ulonglong.m4.
42618
42619 2006-10-10  Bruno Haible  <bruno@clisp.org>
42620
42621         Fix a gcc -Wshadow warning.
42622         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42623         to 'bucket'.
42624         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42625         gl_linked_indexof_from_to): Likewise.
42626         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42627         Likewise.
42628         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42629         Likewise.
42630         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42631         Reported by Eric Blake.
42632
42633 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42634
42635         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42636         for NetBSD.  Problem reported by Bruno Haible.
42637
42638 2006-10-09  Jim Meyering  <jim@meyering.net>
42639
42640         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42641         Patch from Bruno Haible.
42642
42643 2006-10-09  Jim Meyering  <jim@meyering.net>
42644
42645         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42646         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42647         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42648
42649 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42650
42651         Don't include <config.h> twice; this doesn't work in some cases,
42652         e.g., when config.h has "#define intmax_t long long int" and
42653         we include <config.h>, <inttypes.h>, <config.h> in that order.
42654         Problem reported by Matthew Woehlke in:
42655         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42656         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42657         * lib/fts-cycle.c: Don't include config.h.
42658         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42659         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42660         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42661         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42662         inttypes.h.
42663         * lib/xstrtoumax.c: Likewise.
42664         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42665         __strtol and the like, so that this module is more like its siblings.
42666         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42667         Remove; no longer needed now that we assume gnulib inttypes.h.
42668
42669 2006-10-08  Bruno Haible  <bruno@clisp.org>
42670
42671         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42672         option.
42673
42674 2006-10-07  Jim Meyering  <jim@meyering.net>
42675
42676         * modules/inttypes (inttypes.h): Revert what seems to have been
42677         an inadvertent part of today's change: use "|", not "/" in the
42678         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42679
42680 2006-10-07  Bruno Haible  <bruno@clisp.org>
42681
42682         * modules/sublist: New file.
42683
42684 2006-10-07  Bruno Haible  <bruno@clisp.org>
42685
42686         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42687         * modules/argz (argz.h): Likewise.
42688         * modules/arpa_inet (arpa/inet.h): Likewise.
42689         * modules/byteswap (byteswap.h): Likewise.
42690         * modules/configmake (configmake.h): Likewise.
42691         * modules/fcntl (fcntl.h): Likewise.
42692         * modules/fnmatch (fnmatch.h): Likewise.
42693         * modules/getopt (getopt.h): Likewise.
42694         * modules/glob (glob.h): Likewise.
42695         * modules/inttypes (inttypes.h): Likewise.
42696         * modules/netinet_in (netinet/in.h): Likewise.
42697         * modules/poll (poll.h): Likewise.
42698         * modules/stdbool (stdbool.h): Likewise.
42699         * modules/stdint (stdint.h): Likewise.
42700         * modules/sys_select (sys/select.h): Likewise.
42701         * modules/sys_socket (sys/socket.h): Likewise.
42702         * modules/sys_stat (sys/stat.h): Likewise.
42703         * modules/sysexits (sysexits.h): Likewise.
42704         * modules/unistd (unistd.h): Likewise.
42705         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42706         Add a "DO NOT EDIT" comment to the generated file.
42707         (func_import): Likewise for gnulib-comp.m4.
42708
42709 2006-10-07  Bruno Haible  <bruno@clisp.org>
42710
42711         * lib/gl_sublist.h: New file.
42712         * lib/gl_sublist.c: New file.
42713
42714 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42715
42716         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42717         name (relative to the original working directory) and the file
42718         name component (relative to the temporary working directory).  All
42719         callers changed.
42720         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42721         * lib/mkdir-p.c (make_dir_parents): Likewise.
42722         * lib/mkdir-p.h (make_dir_parents): Likewise.
42723
42724 2006-10-06  Eric Blake  <ebb9@byu.net>
42725
42726         Define several macros for use by the clean-temp module.
42727         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42728         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42729         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42730
42731         * lib/clean-temp.h (close_stream_temp): New declaration.
42732         * lib/clean-temp.c (includes): Pull in headers according to what
42733         other modules are in use.
42734         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42735
42736 2006-10-06  Bruno Haible  <bruno@clisp.org>
42737
42738         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42739         instead of fopen, fwriteerror.
42740
42741 2006-10-06  Bruno Haible  <bruno@clisp.org>
42742
42743         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42744         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42745         int.
42746         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42747         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42748         Return an error indicator.
42749         Suggested by Eric Blake.
42750
42751 2006-10-06  Bruno Haible  <bruno@clisp.org>
42752
42753         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42754         Reported by Eric Blake.
42755
42756 2006-10-06  Bruno Haible  <bruno@clisp.org>
42757
42758         * modules/closeout (Description): Mention stderr too.
42759
42760 2006-10-06  Bruno Haible  <bruno@clisp.org>
42761         and Paul Eggert  <eggert@cs.ucla.edu>
42762
42763         * lib/closeout.c (close_stdout): Also close stderr.
42764         * lib/closeout.h: Update comment.
42765
42766 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42767
42768         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42769         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42770         * lib/dirchownmod.c: Include lchown.h.
42771         * lib/lchown.c: Don't include files that lchown.h now includes.
42772         Don't declare chown, since lchown.h now does that.
42773         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42774         (lchown): Define to rpl_chown if lchown is declared but
42775         does not exist.  Declare using a prototype if lchown is not
42776         declared.  Add a copyright notice.
42777         * lib/mkstemp.h: Include <unistd.h>.
42778         * lib/openat.c: Include lchown.h.
42779
42780         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42781         we now test for that separately.
42782         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42783         rather than O_NOFOLLOW, when testing whether it's possible to
42784         avoid a race condition reliably.
42785         * lib/savewd.c (savewd_chdir): Likewise.
42786
42787         Remove macros that are no longer needed now that stdint.h is
42788         reliable.
42789         * lib/fsusage.c (UINTMAX_MAX): Remove.
42790         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42791         * lib/utimecmp.c (SIZE_MAX): Remove.
42792
42793         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42794
42795         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42796         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42797         O_NOATIME works.
42798
42799 2006-10-05  Bruno Haible  <bruno@clisp.org>
42800
42801         * lib/gl_list.h (gl_sortedlist_search_from_to,
42802         gl_sortedlist_indexof_from_to): New declarations.
42803         (gl_list_implementation): New fields sortedlist_search_from_to,
42804         sortedlist_indexof_from_to.
42805         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42806         inline functions.
42807         * lib/gl_list.c (gl_sortedlist_search_from_to,
42808         gl_sortedlist_indexof_from_to): New functions.
42809         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42810         function.
42811         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42812         (gl_array_sortedlist_search_from_to): New function.
42813         (gl_array_list_implementation): Update.
42814         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42815         function.
42816         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42817         (gl_carray_sortedlist_search_from_to): New function.
42818         (gl_carray_list_implementation): Update.
42819         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42820         gl_linked_sortedlist_indexof_from_to): New functions.
42821         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42822         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42823         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42824         gl_tree_sortedlist_indexof_from_to): New functions.
42825         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42826         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42827         Update.
42828         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42829         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42830         Update.
42831
42832 2006-10-05  Bruno Haible  <bruno@clisp.org>
42833
42834         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42835         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42836         (struct gl_list_implementation): Add fields search_from_to,
42837         indexof_from_to. Remove fields search, indexof.
42838         (gl_list_search): Use the search_from_to method.
42839         (gl_list_search_from, gl_list_search_from_to): New functions.
42840         (gl_list_indexof): Use the indexof_from_to method.
42841         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42842         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42843         (gl_list_search_from, gl_list_search_from_to): New functions.
42844         (gl_list_indexof): Use the indexof_from_to method.
42845         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42846         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42847         gl_array_indexof. Add start_index, end_index arguments.
42848         (gl_array_search_from_to): Renamed from gl_array_search. Add
42849         start_index, end_index arguments.
42850         (gl_array_remove, gl_array_list_implementation): Update.
42851         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42852         gl_carray_indexof. Add start_index, end_index arguments.
42853         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42854         start_index, end_index arguments.
42855         (gl_carray_remove, gl_carray_list_implementation): Update.
42856         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42857         gl_linked_search. Add start_index, end_index arguments.
42858         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42859         start_index, end_index arguments.
42860         (gl_linked_remove): Update.
42861         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42862         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42863         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42864         field to 'size_t'.
42865         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42866         gl_tree_search. Add start_index, end_index arguments.
42867         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42868         start_index, end_index arguments.
42869         (gl_tree_remove): Update.
42870         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42871         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42872         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42873         function.
42874         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42875         gl_tree_search. Add start_index, end_index arguments.
42876         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42877         start_index, end_index arguments.
42878         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42879         Update.
42880         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42881
42882 2006-10-05  Bruno Haible  <bruno@clisp.org>
42883
42884         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42885
42886         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42887         fwriteerror_temp): New declarations.
42888         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42889         (descriptors): New variable.
42890         (cleanup): First, close the descriptors.
42891         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42892         fclose_temp, fwriteerror_temp): New functions.
42893
42894 2006-10-04  Jim Meyering  <jim@meyering.net>
42895
42896         * lib/fts.c (fts_open): Tiny comment change.
42897
42898 2006-10-04  Bruno Haible  <bruno@clisp.org>
42899
42900         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42901         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42902         gl_LOCK_BODY.
42903         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42904         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42905         gl_LOCK_EARLY_BODY.
42906         (gl_LOCK): Require gl_LOCK_BODY.
42907
42908 2006-10-04  Bruno Haible  <bruno@clisp.org>
42909
42910         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42911         (gl_oset_search_atleast): New declaration.
42912         (struct gl_oset_implementation): Add field 'search_atleast'.
42913         (gl_oset_search_atleast): New inline function.
42914         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42915         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42916         (gl_array_oset_implementation): Update.
42917         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42918         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42919         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42920
42921 2006-10-04  Bruno Haible  <bruno@clisp.org>
42922
42923         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42924
42925 2006-10-03  Bruno Haible  <bruno@clisp.org>
42926
42927         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42928         from gl_avltreehash_list_implementation.
42929
42930 2006-10-03  Bruno Haible  <bruno@clisp.org>
42931
42932         * lib/gl_oset.c (gl_oset_add): Fix return type.
42933
42934 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42935
42936         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42937
42938 2006-10-02  Eric Blake  <ebb9@byu.net>
42939
42940         * modules/strnlen (Depends-on): Add extensions.
42941
42942 2006-10-02  Eric Blake  <ebb9@byu.net>
42943
42944         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42945         definition in 2.60+.
42946
42947 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42948
42949         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42950         checks.
42951
42952 2006-10-02  Bruno Haible  <bruno@clisp.org>
42953
42954         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42955         to the AUTOMAKE_OPTIONS.
42956         Reported by Jim Meyering.
42957
42958 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42959
42960         Work around bug in Solaris 10 /proc file system:
42961         /proc/self/fd/NNN/.. isn't the parent directory of
42962         the directory whose file descriptor is NNN.  This needs to
42963         be worked around at run time, not compile time, since a
42964         program might be built on Solaris 8, where things work, and
42965         run on Solaris 10.
42966         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42967         to use the following interface instead:
42968         (OPENAT_BUFFER_SIZE): New macro.
42969         (openat_proc_name): New function.
42970         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42971         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42972         Likewise.
42973         * lib/openat-proc.c: New file.
42974         * modules/openat (Files): Add lib/openat-proc.c.
42975         (Depends-on): Add same-inode, stdbool.
42976         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42977
42978 2006-09-29  Bruno Haible  <bruno@clisp.org>
42979
42980         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42981         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42982         argument. Set stdout_closed before testing for ferror, not after.
42983         (fwriteerror, fwriteerror_no_ebadf): New functions.
42984
42985 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42986
42987         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42988
42989 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42990
42991         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42992         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42993
42994 2006-09-28  Jim Meyering  <jim@meyering.net>
42995
42996         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42997         Include <unistd.h>.
42998
42999 2006-09-28  Bruno Haible  <bruno@clisp.org>
43000
43001         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43002         * modules/linkedhash-list (Depends-on): Likewise.
43003         * modules/rbtreehash-list (Depends-on): Likewise.
43004
43005 2006-09-28  Bruno Haible  <bruno@clisp.org>
43006
43007         * lib/strndup.h: Simplify the redefinition of strndup.
43008         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43009         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43010
43011 2006-09-28  Bruno Haible  <bruno@clisp.org>
43012
43013         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43014         * lib/gl_linkedhash_list.c: Likewise.
43015         * lib/gl_rbtreehash_list.c: Likewise.
43016
43017 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43018
43019         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43020         getaddrinfo.
43021
43022         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43023         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43024         it causes <stdio_ext.h> to cause a compile-time error.
43025         Problem reported by Nelson H. F. Beebe.
43026         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43027         of HAVE_DECL___PENDING.
43028
43029         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43030         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43031         declaration.
43032
43033 2006-09-27  Jim Meyering  <jim@meyering.net>
43034
43035         This file could end up with a definition for a function
43036         named __strndup, rather than rpl_strndup on a system with
43037         incomplete weak_alias support.
43038         * lib/strndup.c (strndup): Rename from __strndup.
43039         Remove #defines that used to map __strndup to strndup.
43040         Don't use K&R prototypes.
43041         Remove LIBC-related code, since this file is not sync'd with glibc.
43042         * lib/strndup.h: Revamp, accordingly.
43043         * m4/strndup.m4: Modernize.
43044
43045 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43046
43047         * modules/savewd (Depends-on): Add 'raise'.
43048         * lib/savewd.c: Include <signal.h>, for 'raise'.
43049
43050 2006-09-26  Jim Meyering  <jim@meyering.net>
43051
43052         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43053         when we detect Darwin 8.7.0's acl_get_file bug.
43054         Rearrange to perform the new (below) run-test while $LIBS
43055         contains any acl-related library.  Set USE_ACL at the end.
43056         (gl_ACL_GET_FILE): New function.
43057
43058 2006-09-26  Eric Blake  <ebb9@byu.net>
43059
43060         * lib/verror.c: Include <config.h> unconditionally.
43061
43062 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43063
43064         * modules/clock-time (Maintainer): Add self.
43065         * modules/getlogin_r (Depends-on): Add extensions.
43066
43067 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43068
43069         * modules/clock-time: New module.
43070         * modules/nanosleep (Depends-on): Add clock-time.
43071         * modules/gethrxtime (Depends-on): Likewise.
43072         * modules/gettime (Depends-on): Likewise.
43073         * modules/settime (Depends-on): Likewise.
43074
43075         * modules/fts-lgpl: Depend on openat.
43076         * modules/mkancesdirs: Depend on savewd.
43077         * modules/mkdir-p: Likewise.
43078
43079 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43080
43081         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43082
43083         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43084         `gl_have_arbitrary_file_name_length_limit' to
43085         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43086         actually works between configure runs.
43087
43088 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43089             Bruno Haible  <bruno@clisp.org>
43090
43091         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43092
43093 2006-09-25  Jim Meyering  <jim@meyering.net>
43094
43095         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43096         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43097
43098 2006-09-25  Eric Blake  <ebb9@byu.net>
43099
43100         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43101         exec's in 2006-09-18 patch when shuffling fds.
43102
43103 2006-09-25  Bruno Haible  <bruno@clisp.org>
43104
43105         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43106         Reported by Jim Meyering.
43107
43108 2006-09-24  Jim Meyering  <jim@meyering.net>
43109
43110         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43111         compare a pointer against a literal "0".  That caused failures with
43112         at least HP-UX's hpcc.
43113
43114 2006-09-22  Simon Josefsson  <jas@extundo.com>
43115
43116         * modules/gc-sha1:
43117         * modules/gc-md4:
43118         * modules/gc-hmac-sha1:
43119         * modules/gc-hmac-md5:
43120         * modules/gc-des:
43121         * modules/gc-arcfour: Distribute more files.
43122
43123 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43124
43125         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43126         (gl_linked_iterator_from_to): Initialize struct completely.
43127         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43128         (gl_tree_iterator_from_to): Likewise
43129         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43130         * lib/gl_array_list.c [lint] (gl_array_iterator)
43131         (gl_array_iterator_from_to): Likewise.
43132         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43133         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43134         (gl_carray_iterator_from_to): Likewise.
43135
43136         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43137         * lib/md4.c (md4_process_block): Remove unused variable.
43138         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43139         parentheses for clarity.
43140
43141 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43142
43143         * modules/bison-i18n (Depends-on): Add gettext.
43144
43145 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43146
43147         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43148         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43149         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43150         also add missing comma that caused broken test.
43151         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43152         stdlib.h, for `abort'.
43153         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43154         variables.
43155         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43156         include unistd.h if present, for `rmdir'.
43157         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43158         variables.
43159         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43160         in the process include standard headers for prototypes.
43161         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43162         gets declared on GNU/Linux.
43163         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43164         unistd.h, for `rmdir'.
43165         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43166
43167         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43168         always true.
43169         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43170
43171         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43172
43173 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43174
43175         * gnulib-tool (func_version): Create output all at once.  This
43176         may help avoid triggering unnecessary SIGPIPEs, and at any
43177         rate it doesn't hurt.
43178
43179 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43180             Bruno Haible  <bruno@clisp.org>
43181
43182         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43183         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43184         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43185
43186         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43187         (gl_FUNC_VASPRINTF): Invoke it.
43188
43189 2006-09-22  Bruno Haible  <bruno@clisp.org>
43190
43191         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43192         getloadavg.c as first argument.
43193
43194 2006-09-22  Bruno Haible  <bruno@clisp.org>
43195
43196         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43197         at the beginning of the gl_INIT macro.
43198         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43199         gl_GETLOADAVG.
43200
43201 2006-09-22  Bruno Haible  <bruno@clisp.org>
43202
43203         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43204         module.
43205         Suggested by Ralf Wildenhues.
43206
43207 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43208
43209         Import this patch from libc:
43210
43211         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43212
43213         * lib/regex_internal.c (re_string_reconstruct): Handle
43214         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43215         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43216         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43217         re_string_context_at.
43218
43219         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43220         now requires it.
43221         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43222         gl_REGEX now does it for us.
43223         (gl_REGEX): Add test taken from
43224         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43225
43226         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43227         Check that large offsets work.  Modernize Autoconf usages.
43228         Prefer "yes" to mean a good thing rather than a bad.
43229         Don't put "#define mkstemp" in config.h, as this might interfere
43230         with standard system headers that "#define mkstemp mkstemp64".
43231
43232         * modules/mkstemp (Depends-on): Add extensions, so that
43233         mkstemp is visible on some platforms.
43234         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43235         (Include): Change to "mkstemp.h" from <stdlib.h>.
43236         (Files): Add mkstemp.h.
43237
43238         * lib/mkstemp.h: New file, since some standard headers
43239         #define mkstemp.
43240         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43241         Include "mkstemp.h".
43242         Make the _LIBC code resemble glibc original more,
43243         e.g., use K&R style.
43244         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43245         (mkstemp): Remove, since mkstemp.h does this for us.
43246         * lib/stdlib--.h: Include mkstemp.h.
43247
43248         Import this patch from libc:
43249
43250         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43251
43252         * lib/tempname.c (__gen_tempname): Change attempts_min
43253         into a macro.  Use preprocessor to decide how to initialize
43254         attempts [Coverity CID 67].
43255
43256 2006-09-20  Bruno Haible  <bruno@clisp.org>
43257
43258         * lib/mkdtemp.c: Import from libc.
43259         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43260                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43261                 attempts_min into a macro.  Use preprocessor to decide how to
43262                 initialize attempts [Coverity CID 67].
43263         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43264                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43265                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43266
43267 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43268
43269         * gnulib-tool (func_exit): New function, to allow to pass the
43270         exit status portably through the trap.  Use everywhere.
43271         (--help, --version): Signal a write error.
43272         (trap): catch SIGPIPE, for write errors.
43273         Exit at the end of the trap, with the correct exit status.
43274
43275 2006-09-19  Karl Berry  <karl@gnu.org>
43276
43277         * doc/gnulib.texi: note about the license texinfo files.
43278
43279 2006-09-19  Eric Blake  <ebb9@byu.net>
43280
43281         * gnulib-tool: Avoid space-tab.
43282
43283 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43284
43285         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43286         that prevented coreutils 6.1 from building.  Problem reported
43287         by Petter Reinholdtsen.
43288
43289 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43290
43291         * gnulib-tool (avoidlist): Fix typo that broke options like
43292         --avoid=lock that are used by coreutils bootstrap.
43293
43294 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43295
43296         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43297         more systematically.
43298
43299 2006-09-18  Jim Meyering  <jim@meyering.net>
43300
43301         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43302
43303 2006-09-18  Bruno Haible  <bruno@clisp.org>
43304
43305         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43306
43307 2006-09-18  Bruno Haible  <bruno@clisp.org>
43308
43309         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43310         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43311         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43312         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43313         * m4/gettext.m4: Require autoconf >= 2.52.
43314         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43315         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43316         of gl_cv_header_inttypes_h.
43317
43318 2006-09-18  Bruno Haible  <bruno@clisp.org>
43319
43320         * lib/javaversion.c: Include configmake.h.
43321
43322 2006-09-18  Bruno Haible  <bruno@clisp.org>
43323
43324         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43325         avoid that the while loops be executed in a subshell.
43326
43327 2006-09-18  Bruno Haible  <bruno@clisp.org>
43328
43329         * MODULES.html.sh (func_module): Break long lines.
43330         Suggested by Bruce Korb <bkorb@gnu.org>.
43331
43332 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43333
43334         Speed up by a factor of 1.12.
43335         * gnulib-tool (nl): New variable.
43336         (func_import): Rewrite include directive extraction to only read each
43337         directive once.
43338
43339 2006-09-17  Bruno Haible  <bruno@clisp.org>
43340
43341         * modules/javaversion (Makefile.am): Remove DEFS setting.
43342         (Depends-on): Add configmake, for PKGDATADIR definition.
43343
43344 2006-09-17  Bruno Haible  <bruno@clisp.org>
43345
43346         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43347
43348 2006-09-17  Bruno Haible  <bruno@clisp.org>
43349
43350         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43351         (func_modules_transitive_closure, func_modules_add_dummy,
43352         func_modules_to_filelist, func_import, func_create_testdir,
43353         func_create_megatestdir, ...): Use it wherever possible.
43354         Suggested by Ralf Wildenhues.
43355
43356 2006-09-16  Karl Berry  <karl@gnu.org>
43357
43358         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43359         to avoid sectioning errors.
43360         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43361         [ifinfo]: blank line after @center-ed titles.
43362         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43363         Spell FSF address consistently with others.
43364         (These changes approved by rms.)
43365
43366 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43367
43368         Speed up by a factor of 1.61.
43369         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43370         already checked module names again.
43371
43372 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43373
43374         Speed up by a factor of 1.13.
43375         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43376         for new_files, and the input to func_add_or_update.
43377
43378 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43379
43380         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43381         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43382
43383 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43384
43385         * modules/mkancesdirs (Depends-on): Add fcntl.
43386         * modules/savewd: New file.
43387         * MODULES.html.sh (File system functions): Add savewd.
43388
43389         * modules/configmake (Makefile.am): Add support for the
43390         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43391
43392 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43393
43394         * m4/savewd.m4: New file.
43395
43396 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43397
43398         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43399         (dirchownmod): New arg FD.  All callers changed.
43400         Use FD rather than opening the directory ourself, as opening is
43401         now the caller's responsibility.
43402         * lib/dirchownmod.h: Likewise.
43403         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43404         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43405         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43406         (test_dir): Remove.
43407         (mkancesdirs): Return length of prefix of FILE that has already
43408         been made, or -2 if there is a child doing the work.  Redo
43409         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43410         ".", and treat ".." specially since it might stray back into
43411         already-created areas.  Use a subprocess if necessary.  New arg
43412         WD; all users changed.  MAKE_DIR function should now return 1
43413         if it creates a directory that is not readable.  Return -2 if
43414         a child process is spun off.
43415         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43416         Adjust signature to match code.
43417         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43418         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43419         all users changed.
43420         * lib/savewd.c, lib/savewd.h: New files.
43421
43422 2006-09-15  Jim Meyering  <jim@meyering.net>
43423
43424         * modules/rename-dest-slash: New module.
43425         * MODULES.html.sh (posix_compat): Add it here.
43426
43427         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43428
43429 2006-09-15  Jim Meyering  <jim@meyering.net>
43430
43431         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43432         file.
43433
43434         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43435
43436 2006-09-15  Jim Meyering  <jim@meyering.net>
43437
43438         * lib/rename-dest-slash.c (has_trailing_slash): Use
43439         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43440         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43441         test before testing whether SRC is a directory.
43442         Suggestions from Bruno Haible.
43443
43444         Avoid a warning about an unused variable.
43445         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43446         into the #ifdef block where it's used.
43447
43448         * lib/rename-dest-slash.c: New file.
43449
43450 2006-09-14  Bruno Haible  <bruno@clisp.org>
43451
43452         * lib/allocsa.c: Include <config.h> unconditionally.
43453         * lib/asnprintf.c: Likewise.
43454         * lib/asprintf.c: Likewise.
43455         * lib/c-strcasecmp.c: Likewise.
43456         * lib/c-strcasestr.c: Likewise.
43457         * lib/c-strncasecmp.c: Likewise.
43458         * lib/c-strstr.c: Likewise.
43459         * lib/classpath.c: Likewise.
43460         * lib/clean-temp.c: Likewise.
43461         * lib/concatpath.c: Likewise.
43462         * lib/copy-file.c: Likewise.
43463         * lib/csharpcomp.c: Likewise.
43464         * lib/csharpexec.c: Likewise.
43465         * lib/execute.c: Likewise.
43466         * lib/fatal-signal.c: Likewise.
43467         * lib/findprog.c: Likewise.
43468         * lib/fwriteerror.c: Likewise.
43469         * lib/gl_array_list.c: Likewise.
43470         * lib/gl_array_oset.c: Likewise.
43471         * lib/gl_avltree_list.c: Likewise.
43472         * lib/gl_avltree_oset.c: Likewise.
43473         * lib/gl_avltreehash_list.c: Likewise.
43474         * lib/gl_carray_list.c: Likewise.
43475         * lib/gl_linked_list.c: Likewise.
43476         * lib/gl_linkedhash_list.c: Likewise.
43477         * lib/gl_list.c: Likewise.
43478         * lib/gl_oset.c: Likewise.
43479         * lib/gl_rbtree_list.c: Likewise.
43480         * lib/gl_rbtree_oset.c: Likewise.
43481         * lib/gl_rbtreehash_list.c: Likewise.
43482         * lib/imaxabs.c: Likewise.
43483         * lib/imaxdiv.c: Likewise.
43484         * lib/javacomp.c: Likewise.
43485         * lib/javaexec.c: Likewise.
43486         * lib/javaversion.c: Likewise.
43487         * lib/linebreak.c: Likewise.
43488         * lib/localcharset.c: Likewise.
43489         * lib/lock.c: Likewise.
43490         * lib/mbchar.c: Likewise.
43491         * lib/mbswidth.c: Likewise.
43492         * lib/mkdtemp.c: Likewise.
43493         * lib/pipe.c: Likewise.
43494         * lib/printf-args.c: Likewise.
43495         * lib/printf-parse.c: Likewise.
43496         * lib/progname.c: Likewise.
43497         * lib/progreloc.c: Likewise.
43498         * lib/readlink.c: Likewise.
43499         * lib/sh-quote.c: Likewise.
43500         * lib/stpcpy.c: Likewise.
43501         * lib/stpncpy.c: Likewise.
43502         * lib/strcasecmp.c: Likewise.
43503         * lib/strcasestr.c: Likewise.
43504         * lib/strcspn.c: Likewise.
43505         * lib/striconv.c: Likewise.
43506         * lib/strncasecmp.c: Likewise.
43507         * lib/strnlen1.c: Likewise.
43508         * lib/strstr.c: Likewise.
43509         * lib/strtok_r.c: Likewise.
43510         * lib/tls.c: Likewise.
43511         * lib/tmpdir.c: Likewise.
43512         * lib/unicodeio.c: Likewise.
43513         * lib/unsetenv.c: Likewise.
43514         * lib/vasnprintf.c: Likewise.
43515         * lib/vasprintf.c: Likewise.
43516         * lib/wait-process.c: Likewise.
43517         * lib/xallocsa.c: Likewise.
43518         * lib/xsetenv.c: Likewise.
43519         * lib/xstriconv.c: Likewise.
43520
43521 2006-09-13  Simon Josefsson  <jas@extundo.com>
43522
43523         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43524         that internally, suggested by Ralf Wildenhues
43525         <Ralf.Wildenhues@gmx.de>.
43526
43527 2006-09-13  Simon Josefsson  <jas@extundo.com>
43528
43529         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43530         @LIBOBJS@.
43531         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43532
43533 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43534
43535         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43536         longer worry about uses that don't define HAVE_CONFIG_H.
43537         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43538         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43539         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43540         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43541         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43542         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43543         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43544         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43545         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43546         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43547         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43548         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43549         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43550         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43551         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43552         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43553         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43554         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43555         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43556         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43557         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43558         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43559         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43560         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43561         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43562         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43563         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43564         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43565         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43566         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43567         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43568         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43569         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43570         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43571         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43572         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43573         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43574         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43575         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43576         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43577         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43578         Likewise.
43579
43580 2006-09-13  Eric Blake  <ebb9@byu.net>
43581
43582         * lib/getopt.c: Fix typo in last commit.
43583
43584 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43585
43586         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43587         dgettext.
43588
43589 2006-09-12  Jim Meyering  <jim@meyering.net>
43590
43591         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43592         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43593         Reported by Nelson H. F. Beebe.
43594
43595 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43596
43597         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43598         program_invocation_name and program_invocation_short_name are
43599         initialized.
43600         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43601         and program_invocation_short_name to argp.h, so they are visible
43602         to user programs.
43603         * lib/argp.h: Likewise
43604
43605 2006-09-10  Bruno Haible  <bruno@clisp.org>
43606
43607         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43608         m4/inttypes_h.m4, m4/uintmax_t.m4.
43609
43610 2006-09-10  Bruno Haible  <bruno@clisp.org>
43611
43612         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43613         gl_AC_TYPE_UINTMAX_T.
43614
43615 2006-09-10  Bruno Haible  <bruno@clisp.org>
43616
43617         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43618
43619 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43620
43621         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43622         convention.  Text proposed by Bruno Haible.
43623         (struct argp_option): Document the use of N_() wrappers.
43624
43625         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43626         '\v', and translate the two parts separately, instead of feeding
43627         the whole string to gettext.  This allows to exclude
43628         '\v' from the strings visible to the translator by writing doc
43629         strings as N_("..") "\v" N_("..").
43630
43631 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43632
43633         * config/srclist.txt: Undo latest change; the bug was fixed.
43634
43635 2006-09-09  Bruno Haible  <bruno@clisp.org>
43636
43637         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43638         assignments if building a library without libtool.
43639         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43640         in func_emit_lib_Makefile_am.
43641         (func_import): When building a static library libfoo.a, arrange to
43642         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43643         (func_create_testdir): Likewise.
43644         * modules/gc (configure.ac, Makefile.am): If building statically,
43645         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43646         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43647         * modules/striconv (configure.ac, Makefile.am): Likewise.
43648         Based on a suggestion by Ralf Wildenhues.
43649
43650 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43651
43652         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43653         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43654         Also:
43655
43656         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43657         Add year_2050_test to catch glibc bug 2821
43658         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43659
43660         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43661         Prefer #ifdef to #if.
43662
43663         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43664         Return from 'main' instead of calling 'exit'.
43665
43666 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43667
43668         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43669         returned the maximum time_t value rather than (time_t) -1.
43670         Problem originally reported by William Bardwell
43671         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43672
43673         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43674         Moved to here ...
43675         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43676         ... from here.
43677
43678 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43679
43680         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43681         2821 is fixed.
43682
43683 2006-09-08  Jim Meyering  <jim@meyering.net>
43684
43685         Don't make generated files read-only.  That would bother too many
43686         people.  However, do retain the ability to work when targets are
43687         read-only: remove the destination and temporary files before writing
43688         them (when generated via sed or echo), or by using the -f option for
43689         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43690         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43691         * modules/byteswap, modules/configmake, modules/fcntl:
43692         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43693         * modules/localcharset, modules/netinet_in, modules/poll:
43694         * modules/stdbool, modules/stdint, modules/sys_select:
43695         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43696
43697 2006-09-08  Jim Meyering  <jim@meyering.net>
43698
43699         Avoid new build failure on FreeBSD 6.0.
43700         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43701         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43702         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43703
43704 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43705
43706         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43707
43708 2006-09-07  Jim Meyering  <jim@meyering.net>
43709
43710         Fix global typo in last change: use chmod u-w, not chmod u-x.
43711         Spotted by Paul Eggert and Bruce Korb.
43712         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43713         * modules/byteswap, modules/configmake, modules/fcntl:
43714         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43715         * modules/localcharset, modules/netinet_in, modules/poll:
43716         * modules/stdbool, modules/stdint, modules/sys_select:
43717         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43718
43719 2006-09-06  Jim Meyering  <jim@meyering.net>
43720
43721         Make generated files be read-only.
43722         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43723         Ensure that each generated file is now read-only.
43724         * modules/argz: Likewise.
43725         * modules/arpa_inet: Likewise.
43726         * modules/byteswap: Likewise.
43727         * modules/configmake: Likewise.
43728         * modules/fcntl: Likewise.
43729         * modules/fnmatch: Likewise.
43730         * modules/getopt: Likewise.
43731         * modules/glob: Likewise.
43732         * modules/inttypes: Likewise.
43733         * modules/netinet_in: Likewise.
43734         * modules/poll: Likewise.
43735         * modules/stdbool: Likewise.
43736         * modules/stdint: Likewise.
43737         * modules/sys_select: Likewise.
43738         * modules/sys_socket: Likewise.
43739         * modules/sys_stat: Likewise.
43740         * modules/sysexits: Likewise.
43741         * modules/localcharset: Same as above, but continue using temporary
43742         file named "t-$@" (why different?) rather than the "$@-t" used
43743         everywhere else.
43744
43745         * modules/sysexits (Makefile.am): Replace literal occurrences
43746         of "sysexit.h" more readable, and more consistent, "$@".
43747
43748 2006-09-06  Bruno Haible  <bruno@clisp.org>
43749
43750         * modules/striconv: New file.
43751         * modules/xstriconv: New file.
43752         * MODULES.html.sh (Internationalization functions): Add striconv,
43753         xstriconv.
43754
43755 2006-09-06  Bruno Haible  <bruno@clisp.org>
43756
43757         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43758         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43759         not using libtool correctly.
43760
43761 2006-09-06  Bruno Haible  <bruno@clisp.org>
43762
43763         * lib/striconv.h: New file.
43764         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43765         iconvstring.c.
43766         * lib/xstriconv.h: New file.
43767         * lib/xstriconv.c: New file.
43768
43769 2006-09-06  Bruno Haible  <bruno@clisp.org>
43770
43771         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43772         lib_..._LDFLAGS.
43773
43774 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43775
43776         * lib/argz_.h: Sync from Libtool.
43777
43778         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43779                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43780
43781         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43782
43783 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43784
43785         * modules/trim: New file.
43786
43787 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43788
43789         * lib/trim.h: New file.
43790         * lib/trim.c: New file.
43791
43792 2006-09-05  Bruno Haible  <bruno@clisp.org>
43793
43794         * MODULES.html.sh (String handling): Add trim.
43795
43796 2006-09-04  Karl Berry  <karl@gnu.org>
43797
43798         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43799         until next release.
43800
43801 2006-09-03  Bruno Haible  <bruno@clisp.org>
43802
43803         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43804         correctly.
43805
43806 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43807
43808         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43809         not gl_GETLOADAVG.  Omit unneeded semicolons.
43810         Problems reported by Ralf Wildenhues in
43811         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43812         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43813         at the end, which is the usual gnulib style.
43814
43815         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43816         of doing all the work ourselves.
43817         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43818         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43819
43820 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43821
43822         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43823         Problem reported by Ralf Wildenhues in
43824         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43825
43826         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43827         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43828
43829 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43830
43831         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43832         yesterday's patch by changing test -n to test -z.
43833
43834 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43835
43836         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43837         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43838         the former is now obsolescent.
43839
43840         * modules/chdir-long (Depends-on): Add fcntl.
43841
43842 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43843
43844         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43845         obsolescent, and programs should use gnulib instead.
43846         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43847         but with prefixes changed.
43848
43849 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43850
43851         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43852         or stdbool.h, because they might not exist while configuring.
43853
43854         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43855         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43856         does that for us.
43857         (O_DIRECTORY): Remove.
43858
43859 2006-08-31  Eric Blake  <ebb9@byu.net>
43860
43861         * gnulib-tool: Don't let emacs change spaces to TAB.
43862
43863 2006-08-31  Bruno Haible  <bruno@clisp.org>
43864
43865         * gnulib-tool: When calling func_import more than once, do it in a
43866         subshell.
43867         Reported by Eric Blake <ebb9@byu.net>.
43868
43869 2006-08-31  Bruno Haible  <bruno@clisp.org>
43870
43871         * gnulib-tool (nl): Remove variable.
43872         (sed_transform_lib_file): Use more robust test for config-h module.
43873         (func_import): Fix typo in 2006-08-25 patch.
43874
43875 2006-08-31  Bruno Haible  <bruno@clisp.org>
43876
43877         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43878         specified, augment Makefile.am variables instead of assigning them.
43879
43880 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43881
43882         Work around a bug in both the Linux and SunOS 64-bit kernels:
43883         nanosleep mishandles sleeps for longer than 2**31 seconds.
43884         Problem reported by Frank v Waveren in
43885         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43886         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43887         Check for nanosleep bug.
43888         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43889
43890 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43891
43892         Work around a bug in both the Linux and SunOS 64-bit kernels:
43893         nanosleep mishandles sleeps for longer than 2**31 seconds.
43894         Problem reported by Frank v Waveren in
43895         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43896         * lib/nanosleep.c (BILLION): New constant.
43897         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43898         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43899         implementation.
43900
43901 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43902
43903         * modules/nanosleep (Depends-on): Add gettime.
43904
43905 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43906         and Simon Josefsson  <jas@extundo.com>
43907         and Oskar Liljeblad  <oskar@osk.mine.nu>
43908
43909         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43910         * gnulib-tool (func_import): New license type 'unmodifiable license
43911         text'.
43912         * modules/fdl: Use it.  Longer description.
43913         * module/gpl, module/lgpl: New files.
43914
43915 2006-08-30  Jim Meyering  <jim@meyering.net>
43916
43917         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43918         shadowing the parameter.
43919
43920 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43921
43922         Sync from Libtool:
43923
43924         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43925
43926         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43927         sharing with gnulib.  Report by Eric Blake.
43928
43929 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43930
43931         * modules/isapipe: New file.
43932         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43933
43934 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43935
43936         * modules/configmake (Makefile.am): Add a comment, and omit
43937         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43938         by Bruno Haible.
43939
43940 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43941
43942         * m4/isapipe.m4: New file.
43943
43944 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43945
43946         * lib/isapipe.c, lib/isapipe.h: New files.
43947
43948 2006-08-29  Jim Meyering  <jim@meyering.net>
43949
43950         * modules/configmake (Makefile.am): Make configmake.h depend on
43951         Makefile.  Otherwise, a stale configmake.h could hang around.
43952
43953 2006-08-29  Eric Blake  <ebb9@byu.net>
43954
43955         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43956         resolution of upstream bug 3044.
43957
43958 2006-08-29  Bruno Haible  <bruno@clisp.org>
43959
43960         * modules/localcharset (Depends-on): Add configmake.
43961         (Makefile.am): Remove setting of LIBDIR through DEFS.
43962
43963 2006-08-29  Bruno Haible  <bruno@clisp.org>
43964
43965         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43966         defined.
43967
43968 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43969
43970         * modules/fcntl: New file.
43971         * modules/chdir-safer (Depends-on): Add fcntl.
43972         * modules/fts: Likewise.
43973         * modules/mkdir-p: Likewise.
43974
43975         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43976         This undoes the most recent change, since we're now addressing the
43977         problem in a different way.
43978
43979         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43980         into output, since the output might be called Makefile.am even
43981         if $makefile_name is something different.
43982         (func_import): Use $makefile_am rather than
43983         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43984         empty.
43985
43986         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43987
43988 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43989
43990         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43991         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43992         recent change to stdint.m4, since we're now addressing the problem in a
43993         different way.
43994
43995 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43996
43997         * m4/fcntl_h.m4: New file.
43998
43999 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44000
44001         * lib/fcntl_.h: New file.
44002         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44003         the fcntl module.
44004         * lib/dirchownmod.c: Likewise.
44005         * lib/fts.c: Likewise.
44006
44007         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44008         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44009         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44010         just before including <inttypes.h>, to avoid circular inclusion.
44011
44012 2006-08-28  Jim Meyering  <jim@meyering.net>
44013
44014         * doc/visibility.texi: Actually read and correct the grammar of the
44015         sentence affected by yesterday's change.
44016
44017 2006-08-28  Eric Blake  <ebb9@byu.net>
44018
44019         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44020         needs wrapper.
44021
44022 2006-08-28  Eric Blake  <ebb9@byu.net>
44023
44024         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44025
44026 2006-08-28  Eric Blake  <ebb9@byu.net>
44027
44028         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44029
44030 2006-08-28  Bruno Haible  <bruno@clisp.org>
44031
44032         * modules/c-strstr: New file, from GNU gettext.
44033         * MODULES.html.sh (String handling): Add c-strstr.
44034
44035 2006-08-28  Bruno Haible  <bruno@clisp.org>
44036
44037         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44038         macros.
44039         Reported by Eric Blake.
44040
44041 2006-08-28  Bruno Haible  <bruno@clisp.org>
44042
44043         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44044         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44045         * lib/vasprintf.c: Include errno.h, limits.h.
44046         (EOVERFLOW): New fallback definition.
44047         (vasprintf): Test here whether the string length is > INT_MAX.
44048         * lib/vsnprintf.c: Include errno.h, limits.h.
44049         (EOVERFLOW): New fallback definition.
44050         (vsnprintf): Fix bug when generated string was too long for the buffer.
44051         Test here whether the string length is > INT_MAX.
44052
44053 2006-08-28  Bruno Haible  <bruno@clisp.org>
44054
44055         * lib/inttypes_.h (SCNX*): Remove definitions.
44056         Reported by Eric Blake.
44057
44058 2006-08-28  Bruno Haible  <bruno@clisp.org>
44059
44060         * lib/c-strstr.h: New file, from GNU gettext.
44061         * lib/c-strstr.c: New file, from GNU gettext.
44062
44063 2006-08-28  Bruno Haible  <bruno@clisp.org>
44064
44065         * gnulib-tool: Reorder some statements.
44066
44067 2006-08-28  Bruno Haible  <bruno@clisp.org>
44068
44069         * gnulib-tool: New option --makefile-name.
44070         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44071         $makefile_name.
44072         (func_import): Write $makefile_name to the cache file, and read it from
44073         there unless explicitly specified. Use $makefile_name as file name
44074         instead of Makefile.am. Adjust the recommendations accordingly.
44075
44076 2006-08-28  Bruno Haible  <bruno@clisp.org>
44077
44078         * gnulib-tool (func_verify_module): Check against misapplying patch.
44079
44080 2006-08-28  Bruno Haible  <bruno@clisp.org>
44081
44082         * gnulib-tool (func_relativize, func_relconcat): New functions.
44083         Give an error if --local-dir is given with --update.
44084         Remove trailing slashes from $local_gnulib_dir.
44085         (func_import): Store the relativized $local_gnulib_dir in
44086         gnulib-cache.m4, and read it from there if not specified explicitly.
44087
44088 2006-08-28  Bruno Haible  <bruno@clisp.org>
44089
44090         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44091         is the current directory. Respect also $local_gnulib_dir.
44092
44093 2006-08-28  Bruno Haible  <bruno@clisp.org>
44094             Simon Josefsson  <jas@extundo.com>
44095
44096         BeOS portability.
44097         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44098
44099 2006-08-27  Jim Meyering  <jim@meyering.net>
44100
44101         * doc/visibility.texi: Remove duplicate word: "pointer".
44102
44103 2006-08-26  Bruno Haible  <bruno@clisp.org>
44104
44105         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44106         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44107         (Makefile.am): Create inttypes.h from inttypes_.h.
44108         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44109
44110         * modules/imaxabs: New file.
44111
44112         * modules/imaxdiv: New file.
44113
44114 2006-08-26  Bruno Haible  <bruno@clisp.org>
44115
44116         * m4/inttypes.m4: New file.
44117         * m4/_inttypes_h.m4: Remove file.
44118         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44119         PRI_MACROS_BROKEN.
44120         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44121
44122         * m4/imaxabs.m4: New file.
44123
44124         * m4/imaxdiv.m4: New file.
44125
44126 2006-08-26  Bruno Haible  <bruno@clisp.org>
44127
44128         * lib/inttypes_.h: New file.
44129         * lib/inttypes.h: Remove file.
44130         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44131
44132         * lib/imaxabs.c: New file.
44133
44134         * lib/imaxdiv.c: New file.
44135
44136 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44137
44138         New config-h module, so that "make" output needn't be cluttered
44139         by -DHAVE_CONFIG_H.
44140         * MODULES.html.sh (Support for building libraries and executables):
44141         Add config-h.
44142         * modules/config-h: New file.
44143         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44144         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44145         the config-h module is used.
44146
44147         New configmake module, so that "make" output needn't be cluttered
44148         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44149         * MODULES.html.sh (Support for building libraries and executables):
44150         Add configmake.
44151         * modules/configmake: New file.
44152
44153 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44154
44155         * m4/config-h.m4: New file.
44156
44157 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44158
44159         * config/srclist.txt: Add elisp-comp.
44160
44161 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44162
44163         * MODULES.html.sh (Support for building libraries and executables):
44164         Add elisp-comp.
44165         * build-aux/elisp-comp: New file.
44166         * modules/elisp-comp: New file.
44167
44168 2006-08-24  Bruno Haible  <bruno@clisp.org>
44169
44170         * gnulib-tool (func_create_testdir): Use non-default values of
44171         sourcebase and m4base.
44172
44173 2006-08-24  Bruno Haible  <bruno@clisp.org>
44174
44175         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44176         HTML structure.
44177
44178 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44179
44180         * modules/openat (Depends-on): Add lchown.
44181
44182 2006-08-23  Bruno Haible  <bruno@clisp.org>
44183
44184         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44185         of gl_LOCK_EARLY instead of gl_LOCK.
44186
44187 2006-08-23  Bruno Haible  <bruno@clisp.org>
44188
44189         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44190         on OSF/1 to no.
44191         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44192
44193 2006-08-23  Bruno Haible  <bruno@clisp.org>
44194
44195         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44196         as unusable.
44197
44198         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44199         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44200         (gl_LOCK): New macro.
44201
44202 2006-08-22  Simon Josefsson  <jas@extundo.com>
44203
44204         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44205         to md5 module.
44206
44207 2006-08-22  Simon Josefsson  <jas@extundo.com>
44208
44209         * MODULES.html.sh: Add "Support for maintaining and release
44210         projects".
44211
44212         * build-aux/gnupload: New file, from coreutils.
44213
44214 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44215
44216         Avoid the need for AC_LIBSOURCES in m4 macros.
44217         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44218         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44219         * modules/check-version (EXTRA_DIST): Add check-version.h.
44220         * modules/crc (EXTRA_DIST): Add crc.h.
44221         * modules/des (EXTRA_DIST): Add des.h.
44222         * modules/gc (EXTRA_DIST): Add gc.h.
44223         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44224         * modules/getline (EXTRA_DIST): Add getline.h.
44225         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44226         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44227         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44228         * modules/md2 (EXTRA_DIST): Add md2.h.
44229         * modules/md4 (EXTRA_DIST): Add md4.h.
44230         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44231         * modules/read-file (EXTRA_DIST): Add read-file.h.
44232         * modules/readline (EXTRA_DIST): Add readline.h.
44233         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44234         rijndael-api-fst.h.
44235
44236 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44237
44238         * m4/rijndael.m4 (gl_ARCFOUR):
44239         * m4/arctwo.m4 (gl_ARCTWO):
44240         * m4/check-version.m4 (gl_CHECK_VERSION):
44241         * m4/crc.m4 (gl_CRC):
44242         * m4/des.m4 (gl_DES):
44243         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44244         * m4/gc.m4 (gl_GC):
44245         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44246         * m4/getline.m4 (gl_FUNC_GETLINE):
44247         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44248         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44249         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44250         * m4/md2.m4 (gl_MD2):
44251         * m4/md4.m4 (gl_MD4):
44252         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44253         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44254         * m4/readline.m4 (gl_FUNC_READLINE):
44255         * m4/rijndael.m4 (gl_RIJNDAEL):
44256         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44257         to get the necessary .h files and whatnot.
44258
44259 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44260
44261         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44262         gnulib rather than the other way around.
44263         * config/srclistvars.sh (COREUTILS): Remove.
44264
44265 2006-08-22  Jim Meyering  <jim@meyering.net>
44266
44267         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44268
44269         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44270
44271 2006-08-22  Eric Blake  <ebb9@byu.net>
44272
44273         * modules/regexprops-generic: New file.
44274         * MODULES.html.sh (Support for building documentation): List it.
44275
44276 2006-08-22  Eric Blake  <ebb9@byu.net>
44277
44278         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44279         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44280         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44281         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44282
44283 2006-08-22  Bruno Haible  <bruno@clisp.org>
44284
44285         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44286         and lib_LTLIBRARIES like the other lib_* variables.
44287
44288 2006-08-22  Bruno Haible  <bruno@clisp.org>
44289
44290         * build-aux/x-to-1.in: New file, from GNU gettext.
44291
44292 2006-08-22  Bruno Haible  <bruno@clisp.org>
44293
44294         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44295         <utmpx.h> exists.
44296
44297 2006-08-22  Bruno Haible  <bruno@clisp.org>
44298
44299         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44300         <utmpx.h> exists.
44301
44302 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44303
44304         BeOS portability.
44305         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44306         exist.
44307         Problem reported by Bruno Haible.
44308
44309 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44310
44311         Avoid the need for AC_LIBSOURCES in m4 macros.
44312         * modules/acl (EXTRA_DIST): Add acl.h.
44313         * modules/argmatch (Files): Add m4/argmatch.m4.
44314         (configure.ac): Add gl_ARGMATCH.
44315         (EXTRA_DIST): Renamed from lib_SOURCES, for
44316         consistency with the other modules.  Remove argmatch.c.
44317         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44318         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44319         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44320         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44321         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44322         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44323         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44324         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44325         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44326         * modules/closeout (EXTRA_DIST): Add closeout.h.
44327         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44328         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44329         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44330         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44331         dirname.h; remove basename.c and stripslash.c.
44332         * modules/exclude (EXTRA_DIST): Add exclude.h.
44333         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44334         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44335         * modules/file-type (EXTRA_DIST): Add file-type.h.
44336         * modules/filemode (EXTRA_DIST): Add filemode.h.
44337         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44338         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44339         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44340         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44341         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44342         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44343         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44344         * modules/getdate (EXTRA_DIST): Add getdate.c.
44345         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44346         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44347         * modules/getpass (EXTRA_DIST): Add getpass.h.
44348         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44349         * modules/group-member (EXTRA_DIST): Add group-member.h.
44350         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44351         * modules/hash (EXTRA_DIST): Add hash.h.
44352         * modules/human (EXTRA_DIST): Add human.h.
44353         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44354         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44355         * modules/lchown (EXTRA_DIST): Add lchown.h.
44356         * modules/long-options (EXTRA_DIST): Add long-options.h.
44357         * modules/lstat (EXTRA_DIST): Add lstat.h.
44358         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44359         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44360         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44361         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44362         * modules/memxor (EXTRA_DIST): Add memxor.h.
44363         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44364         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44365         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44366         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44367         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44368         * modules/physmem (EXTRA_DIST): Add physmem.h.
44369         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44370         * modules/posixver (EXTRA_DIST): Add posixver.h.
44371         * modules/quote (EXTRA_DIST): Add quote.h.
44372         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44373         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44374         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44375         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44376         regex_internal.h regexec.c.
44377         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44378         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44379         * modules/same (EXTRA_DIST): Add same.h.
44380         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44381         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44382         * modules/savedir (EXTRA_DIST): Add savedir.h.
44383         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44384         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44385         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44386         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44387         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44388         * modules/strdup (EXTRA_DIST): Add strdup.h.
44389         * modules/strftime (EXTRA_DIST): Add strftime.h.
44390         * modules/strndup (EXTRA_DIST): Add strndup.h.
44391         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44392         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44393         * modules/time_r (EXTRA_DIST): Add time_r.h.
44394         * modules/timespec (EXTRA_DIST): Add timespec.h.
44395         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44396         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44397         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44398         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44399         * modules/userspec (EXTRA_DIST): Add userspec.h.
44400         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44401         * modules/utimens (EXTRA_DIST): Add utimens.h.
44402         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44403         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44404         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44405         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44406         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44407         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44408         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44409         * modules/yesno (EXTRA_DIST): Add yesno.h.
44410
44411 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44412
44413         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44414
44415         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44416         * m4/dev-ino.m4, same-inode.m4: Remove.
44417
44418         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44419         * m4/acl.m4 (AC_FUNC_ACL):
44420         * m4/backupfile.m4 (gl_BACKUPFILE):
44421         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44422         * m4/canon-host.m4 (gl_CANON_HOST):
44423         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44424         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44425         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44426         * m4/cloexec.m4 (gl_CLOEXEC):
44427         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44428         * m4/closeout.m4 (gl_CLOSEOUT):
44429         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44430         * m4/dirname.m4 (gl_DIRNAME):
44431         * m4/exclude.m4 (gl_EXCLUDE):
44432         * m4/exitfail.m4 (gl_EXITFAIL):
44433         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44434         * m4/file-type.m4 (gl_FILE_TYPE):
44435         * m4/filemode.m4 (gl_FILEMODE):
44436         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44437         * m4/fpending.m4 (gl_FUNC_FPENDING):
44438         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44439         * m4/fts.m4 (gl_FUNC_FTS):
44440         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44441         * m4/getdate.m4 (gl_GETDATE):
44442         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44443         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44444         * m4/getpass.m4 (gl_FUNC_GETPASS):
44445         * m4/gettime.m4 (gl_GETTIME):
44446         * m4/getugroups.m4 (gl_GETUGROUPS):
44447         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44448         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44449         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44450         * m4/hash.m4 (gl_HASH):
44451         * m4/idcache.m4 (gl_IDCACHE):
44452         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44453         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44454         * m4/long-options.m4 (gl_LONG_OPTIONS):
44455         * m4/lstat.m4 (gl_FUNC_LSTAT):
44456         * m4/md5.m4 (gl_MD5):
44457         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44458         * m4/memcoll.m4 (gl_MEMCOLL):
44459         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44460         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44461         * m4/memxor.m4 (gl_MEMXOR):
44462         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44463         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44464         * m4/modechange.m4 (gl_MODECHANGE):
44465         * m4/mountlist.m4 (gl_MOUNTLIST):
44466         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44467         * m4/openat.m4 (gl_FUNC_OPENAT):
44468         * m4/pathmax.m4 (gl_PATHMAX):
44469         * m4/physmem.m4 (gl_PHYSMEM):
44470         * m4/posixtm.m4 (gl_POSIXTM):
44471         * m4/posixver.m4 (gl_POSIXVER):
44472         * m4/quote.m4 (gl_QUOTE):
44473         * m4/quotearg.m4 (gl_QUOTEARG):
44474         * m4/readtokens.m4 (gl_READTOKENS):
44475         * m4/readutmp.m4 (gl_READUTMP):
44476         * m4/regex.m4 (gl_REGEX):
44477         * m4/safe-read.m4 (gl_SAFE_READ):
44478         * m4/safe-write.m4 (gl_SAFE_WRITE):
44479         * m4/same.m4 (gl_SAME):
44480         * m4/save-cwd.m4 (gl_SAVE_CWD):
44481         * m4/savedir.m4 (gl_SAVEDIR):
44482         * m4/settime.m4 (gl_SETTIME):
44483         * m4/sha1.m4 (gl_SHA1):
44484         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44485         * m4/stat-macros.m4 (gl_STAT_MACROS):
44486         * m4/stat-time.m4 (gl_STAT_TIME):
44487         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44488         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44489         * m4/strdup.m4 (gl_FUNC_STRDUP):
44490         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44491         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44492         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44493         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44494         * m4/time_r.m4 (gl_TIME_R):
44495         * m4/timespec.m4 (gl_TIMESPEC):
44496         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44497         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44498         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44499         * m4/userspec.m4 (gl_USERSPEC):
44500         * m4/utimecmp.m4 (gl_UTIMECMP):
44501         * m4/utimens.m4 (gl_UTIMENS):
44502         * m4/xalloc.m4 (gl_XALLOC):
44503         * m4/xgetcwd.m4 (gl_XGETCWD):
44504         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44505         * m4/xreadlink.m4 (gl_XREADLINK):
44506         * m4/xstrtod.m4 (gl_XSTRTOD):
44507         * m4/yesno.m4 (gl_YESNO):
44508         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44509         to get the necessary .h files and whatnot.
44510
44511 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44512             Bruno Haible  <bruno@clisp.org>
44513
44514         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44515         /bin/sh understanding of '!' conditional negation.
44516
44517 2006-08-21  Jim Meyering  <jim@meyering.net>
44518
44519         * modules/openat (Depends-on): Really alphabetize.
44520
44521         * modules/acl (Depends-on): Add error and quote.
44522
44523         * check-module (find_included_lib_files): Add at-func.c to the
44524         ok-to-include-more-than-once white list.
44525
44526         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44527
44528 2006-08-21  Bruno Haible  <bruno@clisp.org>
44529
44530         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44531         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44532         Reported by Martin Lambers <marlam@marlam.de>.
44533
44534 2006-08-21  Bruno Haible  <bruno@clisp.org>
44535
44536         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44537         specify an installation location, don't emit a noinst_LIBRARIES or
44538         noinst_LTLIBRARIES assignment.
44539
44540 2006-08-21  Bruno Haible  <bruno@clisp.org>
44541
44542         BeOS portability.
44543         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44544         BeOS has mbrtowc() but no <wctype.h>.
44545
44546 2006-08-21  Bruno Haible  <bruno@clisp.org>
44547
44548         BeOS portability.
44549         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44550         exist.
44551
44552 2006-08-21  Bruno Haible  <bruno@clisp.org>
44553
44554         BeOS portability.
44555         * lib/mbchar.h: Include <wctype.h> only if it exists.
44556
44557 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44558
44559         Remove files that are no longer needed by their respective modules.
44560         * m4/obstack.m4: Remove.
44561         * m4/strerror_r.m4: Remove.
44562         * m4/uint32_t.m4: Remove.
44563         * m4/uintptr_t.m4: Remove.
44564         * m4/ullong_max.m4: Remove.
44565         * m4/xstrtoimax.m4: Remove.
44566         * m4/xstrtoumax.m4: Remove.
44567
44568         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44569         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44570         dependencies now capture this.
44571
44572         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44573         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44574         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44575         * m4/human.m4 (gl_HUMAN): Likewise.
44576         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44577         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44578
44579         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44580
44581         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44582         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44583         stdint.
44584         * m4/human.m4 (gl_HUMAN): Likewise.
44585         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44586         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44587         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44588         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44589         * m4/xstrtol (gl_XSTRTOL): Likewise.
44590
44591         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44592         AC_TYPE_LONG_LONG_INT.
44593         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44594         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44595         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44596         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44597
44598         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44599         on stdbool.
44600
44601         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44602         (gl_PREREQ_XSTRTOUL): Remove.
44603
44604         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44605
44606         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44607         mode.
44608
44609 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44610
44611         Add and change modules to make it easier for coreutils to use
44612         gnulib-tool.
44613         * modules/backupfile (Files): Remove m4/d-ino.m4.
44614         (Depends-on): Add d-ino.
44615         * modules/cycle-check (Depends-on): Add stdint.
44616         (lib_SOURCES): Add cycle-check.h.
44617         * modules/d-ino: New module.
44618         * modules/d-type: New module.
44619         * modules/error (Files): Remove m4/strerror_r.m4.
44620         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44621         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44622         m4/inttypes_h.m4, m4/uintmax_t.m4.
44623         (Depends-on): Add stdint.
44624         (lib_SOURCES): Add fsusage.h.
44625         * modules/getcwd (Files): Remove d-ino.m4.
44626         (Depends-on): Add d-ino.
44627         * modules/getndelim2 (Depends-on): Add stdint.
44628         * modules/glob (Files): Remove m4/d-type.m4.
44629         (Depends-on): Add d-type.
44630         * modules/host-os: New module.
44631         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44632         m4/inttypes_h.m4, m4/uintmax_t.m4.
44633         * Depends-on: Add stdint.
44634         (lib_SOURCES): Add human.h.
44635         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44636         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44637         m4/uintmax_t.m4, m4/ulonglong.m4.
44638         (Depends-on): Add stdint.
44639         (EXTRA_DIST): Add inttostr.h.
44640         * modules/lchmod: New module.
44641         * modules/link-follow: New module.
44642         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44643         (Depends-on): Add lchmod.
44644         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44645         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44646         (Depends-on): Add stdint.
44647         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44648         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44649         (Depends-on): Add stdint.
44650         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44651         * modules/perl: New module.
44652         * modules/regex (Depends-on): Add stdint.
44653         * modules/rmdir-errno: New module.
44654         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44655         m4/intmax_t.m4.
44656         (Depends-on): Add stdint.
44657         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44658         m4/uintmax_t.m4.
44659         (Depends-on): Add stdint.
44660         * modules/unlink-busy: New module.
44661         * modules/utimecmp (Depends-on): Add stdint.
44662         * modules/uptime: New module.
44663         * modules/winsz-ioctl: New module.
44664         * modules/winsz-termios: New module.
44665         * modules/xnanosleep (Depends-on): Add nanosleep.
44666         * modules/ullong_max: Remove.
44667         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44668         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44669         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44670         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44671         (Depends-on): Add inttypes.
44672         (lib_SOURCES): Add xstrtol.h.
44673         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44674         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44675         * MODULES.html.sh: Move 'assert' into the assert section.
44676         Move 'dummy' into the linking section.
44677         Remove ullong_max.
44678         Add section for compatibility checks for POSIX:2001 functions,
44679         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44680         winsz-ioctl, and winsz-termios into it.
44681         Add lchmod.
44682         Add top-level Misc section and put host-os, perl, and uptime
44683         into it.
44684
44685 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44686
44687         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44688         now assume the stdint module.  Do not include inttypes.h.
44689         * lib/fsusage.h: Likewise.
44690         * lib/getndelim2.c: Likewise.
44691         * lib/human.h: Likewise.
44692         * lib/inttostr.h: Likewise.
44693         * lib/obstack.c: Likewise.
44694         * lib/regex_internal.h: Likewise.
44695         * lib/tempname.c: Likewise.
44696         * lib/utimecmp.c: Likewise.
44697         * lib/xstrtol.h: Likewise.
44698
44699         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44700
44701         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44702         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44703         * lib/xtime.h: Likewise.
44704
44705 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44706
44707         * modules/openat (Files): Add lib/fchmodat.c.
44708         Fixes problem reported by Jay Youngman.
44709
44710 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44711
44712         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44713         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44714
44715 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44716             Bruno Haible  <bruno@clisp.org>
44717
44718         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44719         and is a script that invokes bison. Tighten the code. Add comments.
44720
44721 2006-08-18  Jim Meyering  <jim@meyering.net>
44722
44723         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44724         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44725         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44726         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44727
44728 2006-08-18  Bruno Haible  <bruno@clisp.org>
44729
44730         * modules/bison-i18n: New file.
44731         * MODULES.html.sh (Internationalization functions): Add it.
44732
44733 2006-08-18  Bruno Haible  <bruno@clisp.org>
44734
44735         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44736         sys/statvfs.h. When getmntinfo was found, check its declaration and
44737         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44738
44739 2006-08-18  Bruno Haible  <bruno@clisp.org>
44740
44741         * m4/bison-i18n.m4: New file, from bison.
44742
44743 2006-08-18  Bruno Haible  <bruno@clisp.org>
44744
44745         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44746         (ME_DUMMY): Treat "kernfs" as a dummy.
44747         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44748
44749 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44750
44751         Update from coreutils.
44752
44753         2006-08-15  Jim Meyering  <jim@meyering.net>
44754
44755         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44756
44757         2006-01-17  Jim Meyering  <jim@meyering.net>
44758
44759         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44760
44761         2006-01-11  Jim Meyering  <jim@meyering.net>
44762
44763         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44764         Check for the lchmod function.
44765
44766 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44767
44768         Update from coreutils.
44769
44770         * lib/__fpending.h: Add copyright notice.
44771         * lib/fprintftime.h: Likewise.
44772         * lib/savedir.c: Use (C) in copyright notice.
44773         * lib/savedir.h: Likewise.
44774
44775         2006-08-15  Jim Meyering  <jim@meyering.net>
44776
44777         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44778         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44779         in support of the EXPECTED_ERRNO macro.
44780         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44781         definitions.  Instead, define the appropriate symbols and include
44782         "at-func.c".
44783         * lib/mkdirat.c (mkdirat): Likewise.
44784         * lib/fchmodat.c (fchmodat): Likewise.
44785         (ENOSYS): Remove definition.
44786         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44787         it.  Don't include "unistd--.h" -- it wasn't ever used.
44788
44789         2006-01-17  Jim Meyering  <jim@meyering.net>
44790
44791         Rewrite fts.c not to change the current working directory,
44792         by using openat, fstatat, fdopendir, etc..
44793
44794         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44795         (HAVE_OPENAT_SUPPORT): Define.
44796         [_LIBC] (fchdir): Don't undef or define; no longer used.
44797         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44798         Now, this `function' always succeeds, and consumes its file descriptor
44799         parameter -- so callers must not close such FDs.  Update callers.
44800         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44801         (diropen): Add parameter, SP.  Adjust all callers.
44802         Implement using diropen_fd, rather than open.
44803         (fts_open): Initialize new member, fts_cwd_fd.
44804         Remove fts_rft-setting code.
44805         (fts_close): Close fts_cwd_fd, if necessary.
44806         (__opendir2): Define in terms of opendir or opendirat,
44807         depending on whether the FST_NOCHDIR flag is set.
44808         (fts_build): Since fts_safe_changedir consumes its FD, and since
44809         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44810         and close the dup'd file descriptor upon failure.
44811         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44812         (fts_safe_changedir): Tweak semantics to reflect that this function
44813         now calls cwd_advance_fd and hence consumes its FD argument.
44814         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44815         [struct FTS] (fts_rft): Remove now-unused member.
44816         [struct FTS] (fts_cycle.state): Improve comment.
44817
44818         * lib/openat.c (openat_needs_fchdir): New function.
44819         * lib/openat.h (openat_needs_fchdir): Declare it.
44820
44821 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44822
44823         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44824         Problem and fix reported by Pádraig Brady in
44825         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44826
44827 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44828
44829         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44830
44831 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44832
44833         * lib/memcoll.c (memcoll): Optimize for the common case where the
44834         arguments are bytewise equal.
44835
44836 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44837
44838         * doc/regexprops-generic.texi: Add a copyright notice.
44839
44840 2006-08-15  Bruno Haible  <bruno@clisp.org>
44841
44842         * modules/tmpdir (License): Change to LGPL.
44843
44844 2006-08-15  Bruno Haible  <bruno@clisp.org>
44845
44846         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44847         module.
44848
44849 2006-08-14  Simon Josefsson  <jas@extundo.com>
44850
44851         * config/srclist.txt: Add gnupload.
44852
44853 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44854
44855         Change copyright notice from LGPL 2 to GPL 2, since that's the
44856         standard form used in the gnulib repository.
44857         * tests/test-lock.c: Likewise.
44858         * tests/test-stdint.c: Likewise.
44859         * tests/test-tls.c: Likewise.
44860
44861         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44862         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44863         Add copyright notice.
44864
44865         * check-module: Add copyright notice.  Output a copyright
44866         notice if "--version" is specified.
44867         * modules/COPYING: New file.
44868         * tests/test-getaddrinfo.c: Add copyright notice.
44869         * tests/test-verify.c: Likewise.
44870
44871 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44872
44873         Change copyright notice from LGPL 2 to GPL 2, since that's the
44874         standard form used in the gnulib repository.
44875         * lib/lock.c: LGPL -> GPL.
44876         * lib/lock.h: Likewise.
44877         * lib/strnlen1.c: Likewise.
44878         * lib/strnlen1.h: Likewise.
44879         * lib/tls.c: Likewise.
44880         * lib/tls.h: Likewise.
44881         * lib/tmpdir.c: Likewise.
44882
44883         * lib/TODO: Remove; this belongs only in coreutils.
44884
44885 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44886
44887         Add copyright notices to long-enough files that lack them, since
44888         otherwise the files aren't clearly free.  Use the same notice that
44889         getdate.texi already uses.
44890         * doc/alloca-opt.texi: Add copyright notice.
44891         * doc/alloca.texi: Likewise.
44892         * doc/ctime.texi: Likewise.
44893         * doc/functions.texi: Likewise.
44894         * doc/gcd.texi: Likewise.
44895         * doc/gnulib-tool.texi: Likewise.
44896         * doc/inet_ntoa.texi: Likewise.
44897         * doc/visibility.texi: Likewise.
44898
44899         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44900         * doc/quote.texi: Add copyright notice.
44901
44902         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44903         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44904         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44905         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44906         is now obsolete, and give a pointer to the Sun list.
44907         Add copyright notice.
44908
44909 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44910
44911         * config/srclistvars.sh: Add copyright notice.
44912
44913 2006-08-14  Eric Blake  <ebb9@byu.net>
44914
44915         Import the following change from libc:
44916
44917         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44918
44919         Upstream bug 2997.
44920         * lib/misc/error.c: Add space between program name and message if file
44921         name is missing.
44922
44923 2006-08-12  Karl Berry  <karl@gnu.org>
44924
44925         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44926         remove, these originate in gnulib now.
44927
44928 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44929
44930         * doc/Makefile (standards.info standards.html standards.dvi):
44931         Also depend on make-stds.texi.
44932
44933 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44934
44935         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44936         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44937
44938         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44939         in wchar_t.  Problem reported by Eric Blake.
44940
44941         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44942         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44943         Also, help the compiler to keep LEN in a register.
44944
44945 2006-08-11  Eric Blake  <ebb9@byu.net>
44946
44947         * users.txt: Sort.  Add tar.
44948
44949 2006-08-11  Bruno Haible  <bruno@clisp.org>
44950
44951         * users.txt: New file.
44952
44953 2006-08-11  Bruno Haible  <bruno@clisp.org>
44954
44955         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44956         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44957
44958 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44959
44960         * modules/snprintf (Depends-on): Remove minmax.
44961         (Maintainer): Add self and Bruno.
44962
44963 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44964
44965         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44966         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44967         (EOVERFLOW): Define if the system does not.
44968         Do not include "minmax.h"; it wasn't used.
44969         (snprintf): Don't assume size_t promotes to an unsigned type.
44970         Fix bug when generated string was too long for the buffer: the
44971         buffer's contents are supposed to be the initial prefix of the
44972         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44973         exceeds INT_MAX; do the check ourselves.
44974
44975         Import the following changes from libc:
44976
44977         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44978
44979         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44980         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44981         set wc to the byte which couldn't be converted.
44982         (re_string_reconstruct): Don't clear valid_raw_len before calling
44983         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44984         tip_context using re_string_context_at.
44985
44986         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44987
44988         * lib/posix/regex.h: g++ still cannot handled [restrict].
44989
44990         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44991
44992         * lib/posix/regex.h: Remove special handling for VMS.
44993
44994 2006-08-10  Jim Meyering  <jim@meyering.net>
44995
44996         * modules/same-inode: New module.
44997         * modules/dev-ino: New module.
44998         * modules/cycle-check: Depend on these modules, rather than simply
44999         including their .h files.
45000         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45001         required via m4/cycle-check.m4.
45002         * modules/same: Depend on new same-inode module, rather than
45003         including same-inode.h.
45004         * modules/chdir-safer: New file.
45005
45006         * modules/chown (Depends-on): Add stat-macros.
45007
45008 2006-08-10  Jim Meyering  <jim@meyering.net>
45009
45010         * m4/cycle-check.m4: New file.
45011         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45012         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45013
45014 2006-08-10  Eric Blake  <ebb9@byu.net>
45015
45016         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45017         in from original proposal.
45018
45019 2006-08-10  Eric Blake  <ebb9@byu.net>
45020         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45021
45022         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45023         namespace.
45024
45025 2006-08-10  Bruno Haible  <bruno@clisp.org>
45026
45027         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45028         as well.
45029
45030 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45031
45032         Sync from coreutils.
45033
45034         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45035
45036         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45037         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45038
45039 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45040
45041         * modules/restrict: Remove; no longer needed now that we assume
45042         Autoconf 2.59 or later.
45043         * MODULES.html.sh: Remove 'restrict'.
45044         * modules/argp (Depends-on): Remove 'restrict'.
45045         * modules/base64 (Depends-on): Likewise.
45046         * modules/gc (Depends-on): Likewise.
45047         * modules/getaddrinfo (Depends-on): Likewise.
45048         * modules/glob (Depends-on): Likewise.
45049         * modules/inet_ntop (Depends-on): Likewise.
45050         * modules/inet_pton (Depends-on): Likewise.
45051         * modules/memxor (Depends-on): Likewise.
45052         * modules/regex (Depends-on): Likewise.
45053         * modules/strtok_r (Depends-on): Likewise.
45054         * modules/time_r (Depends-on): Likewise.
45055
45056 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45057
45058         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45059         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45060         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45061         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45062         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45063         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45064         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45065         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45066
45067         Merge from coreutils.
45068         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45069         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45070         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45071         * m4/time_r.m4 (gl_TIME_R): Likewise.
45072
45073 2006-08-09  Karl Berry  <karl@gnu.org>
45074
45075         * config/srclist.txt: no more gettext-tools, per Bruno.
45076
45077 2006-08-08  Eric Blake  <ebb9@byu.net>
45078
45079         * modules/verror: New module.
45080         * MODULES.html.sh: Document it.
45081
45082 2006-08-08  Eric Blake  <ebb9@byu.net>
45083
45084         * lib/verror.h, lib/verror.c: New files.
45085
45086 2006-08-08  Eric Blake  <ebb9@byu.net>
45087
45088         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45089         verror_at_line output complies with GNU Coding Standards even when
45090         file is NULL.
45091
45092 2006-08-07  Bruno Haible  <bruno@clisp.org>
45093
45094         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45095         versions of AIX.
45096         Reported by Ralf Wildenhues.
45097
45098 2006-08-07  Bruno Haible  <bruno@clisp.org>
45099
45100         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45101         in an AC_DEFUN. Needed so that the autoconf snippets can use
45102         AC_REQUIRE.
45103
45104 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45105
45106         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45107         Initialize pkgdata_DATA.
45108         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45109         overriding it.
45110
45111 2006-08-06  Eric Blake  <ebb9@byu.net>
45112
45113         * lib/error.h: Fold in some upstream changes from glibc.
45114         * lib/error.c: Likewise.
45115
45116 2006-08-04  Bruno Haible  <bruno@clisp.org>
45117
45118         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45119         Make the mostlyclean-local rule depend on mostlyclean-generic.
45120         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45121
45122 2006-07-31  Bruno Haible  <bruno@clisp.org>
45123
45124         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45125         <stdlib.h>, <string.h>.
45126
45127 2006-07-30  Bruno Haible  <bruno@clisp.org>
45128
45129         * modules/readlink (License): Change to LGPL.
45130
45131 2006-07-30  Bruno Haible  <bruno@clisp.org>
45132
45133         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45134         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45135         set PKGDATADIR to point to it.
45136
45137 2006-07-30  Bruno Haible  <bruno@clisp.org>
45138
45139         * modules/csharpexec (configure.ac): Comment out macro invocation.
45140         * modules/javaexec (configure.ac): Likewise.
45141         * modules/javacomp-script (configure.ac): Likewise.
45142
45143         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45144
45145 2006-07-30  Bruno Haible  <bruno@clisp.org>
45146
45147         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45148         linked-list.
45149
45150 2006-07-30  Bruno Haible  <bruno@clisp.org>
45151
45152         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45153
45154 2006-07-30  Bruno Haible  <bruno@clisp.org>
45155
45156         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45157         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45158         get removed.
45159
45160 2006-07-29  Bruno Haible  <bruno@clisp.org>
45161
45162         Make it possible for gnulib-tool to work with locally modified or
45163         augmented gnulib repositories.
45164         * gnulib-tool (func_usage): Document --local-dir option.
45165         (local_gnulib_dir): New variable.
45166         Handle --local-dir option.
45167         (func_lookup_file): New function.
45168         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45169         (func_get_description, func_get_filelist, func_get_description,
45170         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45171         func_get_automake_snippet, func_get_include_directive,
45172         func_get_license, func_get_maintainer): Use func_lookup_file.
45173         (func_import, func_create_testdir): Use func_lookup_file.
45174
45175 2006-07-29  Bruno Haible  <bruno@clisp.org>
45176
45177         * modules/setenv (Depends-on): Add unistd.
45178
45179 2006-07-29  Bruno Haible  <bruno@clisp.org>
45180
45181         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45182
45183 2006-07-29  Bruno Haible  <bruno@clisp.org>
45184
45185         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45186
45187 2006-07-29  Bruno Haible  <bruno@clisp.org>
45188
45189         * gnulib-tool (import, update): If there is no Makefile.am, look at
45190         aclocal.m4, instead of bailing out.
45191
45192 2006-07-29  Bruno Haible  <bruno@clisp.org>
45193
45194         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45195         Categorize the options by when they are useful.
45196
45197 2006-07-29  Bruno Haible  <bruno@clisp.org>
45198
45199         * gnulib-tool (func_usage): Document option --no-libtool.
45200         Handle option --no-libtool.
45201         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45202         for changed semantics of $libtool variable.
45203         (func_import): Likewise. If libtool is not used, show this through
45204         an option --no-libtool.
45205         (func_create_testdir): Update.
45206
45207 2006-07-29  Bruno Haible  <bruno@clisp.org>
45208
45209         * gnulib-tool (func_import): Extend error message about missing
45210         --doc-base.
45211
45212 2006-07-29  Bruno Haible  <bruno@clisp.org>
45213
45214         * gnulib-tool (func_import): Don't create the $docbase directory if
45215         there is no file to store there.
45216
45217 2006-07-29  Bruno Haible  <bruno@clisp.org>
45218
45219         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45220         relevant, look for configure.ac there, not in the current directory.
45221         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45222
45223 2006-07-29  Bruno Haible  <bruno@clisp.org>
45224
45225         * gnulib-tool (SORT): New variable.
45226         (func_usage): Undocument --assume-autoconf option.
45227         Remove --assume-autoconf option handling.
45228         (autoconf_minversion): Determine from the contents of configure.ac.
45229         (func_import): Remove autoconf_minversion handling.
45230         Suggested by Eric Blake.
45231
45232 2006-07-29  Bruno Haible  <bruno@clisp.org>
45233
45234         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45235
45236 2006-07-29  Bruno Haible  <bruno@clisp.org>
45237
45238         * config/srclist.txt (*setenv.[ch]): Remove rules.
45239
45240 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45241
45242         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45243
45244 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45245
45246         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45247         arpa/inet.h.
45248
45249 2006-07-28  Simon Josefsson  <jas@extundo.com>
45250
45251         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45252         * modules/inet_pton (Depends-on): Likewise.
45253
45254 2006-07-28  Simon Josefsson  <jas@extundo.com>
45255
45256         * m4/netinet_in_h.m4: New file.
45257
45258 2006-07-28  Simon Josefsson  <jas@extundo.com>
45259
45260         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45261         #include's.
45262
45263 2006-07-28  Simon Josefsson  <jas@extundo.com>
45264
45265         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45266         #include's.
45267
45268 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45269
45270         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45271         setgid on directories only if they set these bits.
45272         * lib/modechange.h: Remove obsolete comment about masks.
45273
45274 2006-07-28  Eric Blake  <ebb9@byu.net>
45275
45276         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45277         macro expansion.
45278
45279 2006-07-28  Bruno Haible  <bruno@clisp.org>
45280
45281         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45282
45283 2006-07-28  Bruno Haible  <bruno@clisp.org>
45284
45285         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45286
45287 2006-07-28  Bruno Haible  <bruno@clisp.org>
45288
45289         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45290         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45291         Define fallbacks.
45292         Avoids link error on FreeBSD 4.x.
45293         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45294
45295         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45296         encoding.
45297         * lib/mbswidth.c (iswcntrl): Likewise.
45298
45299 2006-07-27  Bruno Haible  <bruno@clisp.org>
45300
45301         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45302         test.
45303
45304 2006-07-27  Bruno Haible  <bruno@clisp.org>
45305
45306         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45307         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45308         defined.
45309
45310 2006-07-26  Eric Blake  <ebb9@byu.net>
45311
45312         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45313
45314 2006-07-26  Eric Blake  <ebb9@byu.net>
45315
45316         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45317         like mingw that lack mkstemp.
45318         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45319         avoid compilation warning on mingw.
45320
45321 2006-07-26  Bruno Haible  <bruno@clisp.org>
45322
45323         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45324         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45325         INT_FAST*_MIN, INTPTR_MIN.
45326
45327 2006-07-25  Bruno Haible  <bruno@clisp.org>
45328
45329         * modules/version-etc (Depends-on): Add stdarg.
45330
45331 2006-07-25  Bruno Haible  <bruno@clisp.org>
45332
45333         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45334         complex commands.
45335
45336 2006-07-25  Bruno Haible  <bruno@clisp.org>
45337
45338         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45339         defined in <stdarg.h> or config.h.
45340
45341 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45342
45343         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45344         (gl_STDIO_SAFER): Remove.
45345
45346 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45347
45348         * MODULES.html.sh (File stream based Input/Output):
45349         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45350         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45351         * modules/fopen-safer, modules/tmpfile-safer: New files.
45352         * modules/stdio-safer: Remove.
45353
45354 2006-07-24  Bruno Haible  <bruno@clisp.org>
45355
45356         * modules/tmpdir: New file.
45357         * MODULES.html.sh (File system functions): Add it.
45358
45359 2006-07-24  Bruno Haible  <bruno@clisp.org>
45360
45361         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45362         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45363
45364 2006-07-24  Bruno Haible  <bruno@clisp.org>
45365
45366         * modules/clean-temp: New file.
45367
45368 2006-07-24  Bruno Haible  <bruno@clisp.org>
45369
45370         * m4/tmpdir.m4: New file, from GNU gettext.
45371
45372 2006-07-24  Bruno Haible  <bruno@clisp.org>
45373
45374         * lib/tmpdir.h: New file, from GNU gettext.
45375         * lib/tmpdir.c: New file, from GNU gettext.
45376
45377 2006-07-24  Bruno Haible  <bruno@clisp.org>
45378
45379         * lib/clean-temp.h: New file, from GNU gettext.
45380         * lib/clean-temp.c: New file, from GNU gettext.
45381
45382 2006-07-23  Eric Blake  <ebb9@byu.net>
45383
45384         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45385         (Depends-on): Add binary-io.
45386
45387 2006-07-23  Eric Blake  <ebb9@byu.net>
45388
45389         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45390
45391 2006-07-23  Eric Blake  <ebb9@byu.net>
45392
45393         * lib/tmpfile-safer.c: New file.
45394         * lib/stdio-safer.h (fopen_safer): Add prototype.
45395         * lib/stdio--.h (tmpfile): Make safer.
45396
45397 2006-07-23  Bruno Haible  <bruno@clisp.org>
45398
45399         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45400         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45401         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45402         gl_linked_remove_at): Use it.
45403
45404 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45405         and Simon Josefsson <jas@extundo.com>
45406
45407         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45408
45409         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45410
45411 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45412
45413         * modules/close-stream: New file.
45414         * modules/closeout (Description): Make it clear that it exits
45415         with a diagnostic on error.
45416         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45417         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45418
45419 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45420
45421         * m4/close-stream.m4: New file.
45422
45423 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45424
45425         * lib/close-stream.c, lib/close-stream.h: New files.
45426
45427 2006-07-22  Bruno Haible  <bruno@clisp.org>
45428
45429         Merge from GNU gettext 0.15.
45430
45431         2006-05-01  Bruno Haible  <bruno@clisp.org>
45432
45433                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45434
45435         2006-07-22  Bruno Haible  <bruno@clisp.org>
45436
45437                 * modules/javaversion: New file.
45438                 * MODULES.html.sh (Java): Add javaversion.
45439
45440         2006-03-12  Bruno Haible  <bruno@clisp.org>
45441
45442                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45443
45444         2005-12-04  Bruno Haible  <bruno@clisp.org>
45445
45446                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45447                 (untested).
45448
45449         2006-06-21  Bruno Haible  <bruno@clisp.org>
45450
45451                 Avoid warnings from recent versions of mcs.
45452                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45453                 -o, -L, -r any more. Use options documented since mcs-1.0
45454                 instead. Similarly for -g.
45455
45456         2005-12-04  Bruno Haible  <bruno@clisp.org>
45457
45458                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45459                 .resources, not .resource.
45460
45461         2005-07-09  Bruno Haible  <bruno@clisp.org>
45462
45463                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45464                 add a .dll suffix.
45465                 Reported by Mark Junker <mjscod@gmx.de>.
45466
45467         2006-07-22  Bruno Haible  <bruno@clisp.org>
45468
45469                 * modules/gettext: Upgrade to gettext-0.15.
45470                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45471                 m4/visibility.m4.
45472                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45473
45474 2006-07-22  Bruno Haible  <bruno@clisp.org>
45475
45476         Merge from GNU gettext 0.15.
45477
45478         2006-03-25  Bruno Haible  <bruno@clisp.org>
45479
45480                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45481
45482         2006-07-21  Bruno Haible  <bruno@clisp.org>
45483
45484                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45485                 "1.1".
45486
45487         2006-05-09  Bruno Haible  <bruno@clisp.org>
45488
45489                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45490                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45491                 for the conftestver execution.
45492
45493         2006-05-01  Bruno Haible  <bruno@clisp.org>
45494
45495                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45496                 optional target-version argument. Verify that the compiler
45497                 groks source of the specified source-version, or add -source
45498                 option as necessary. Verify that the compiler produces
45499                 bytecode in the specified target-version, or add -target and
45500                 -source options as necessary. Make the result of the test
45501                 available as variable CONF_JAVAC. Also log error output in
45502                 config.log.
45503
45504         2006-03-11  Bruno Haible  <bruno@clisp.org>
45505
45506                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45507
45508         2006-05-09  Bruno Haible  <bruno@clisp.org>
45509
45510                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45511                 CLASSPATH_SEPARATOR to a semicolon.
45512
45513         2006-03-12  Bruno Haible  <bruno@clisp.org>
45514
45515                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45516                 available as variable CONF_JAVA, for subsequent autoconf
45517                 tests. Also log error output in config.log.
45518
45519         2006-07-19  Bruno Haible  <bruno@clisp.org>
45520
45521                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45522                 that getline works on glibc2 systems. Needed to avoid trouble
45523                 in relocatable.c.
45524                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45525
45526         2005-12-04  Bruno Haible  <bruno@clisp.org>
45527
45528                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45529                 launcher (untested).
45530
45531         2005-12-04  Bruno Haible  <bruno@clisp.org>
45532
45533                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45534
45535         2006-07-22  Bruno Haible  <bruno@clisp.org>
45536
45537                 * gettext.m4: Update from GNU gettext-0.15.
45538                 * nls.m4: Likewise.
45539                 * po.m4: Likewise.
45540                 * inttypes-pri.m4: Likewise.
45541                 * inttypes-h.m4: Renamed from inttypes.m4.
45542                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45543
45544 2006-07-22  Bruno Haible  <bruno@clisp.org>
45545
45546         Merge from GNU gettext 0.15.
45547
45548         2005-07-05  Bruno Haible  <bruno@clisp.org>
45549
45550                 * printf-args.c (printf_fetchargs): Work around broken
45551                 definition of wint_t on mingw.
45552
45553         2005-02-12  Bruno Haible  <bruno@clisp.org>
45554
45555                 * xallocsa.h: Add extern "C" for C++.
45556
45557         2006-05-17  Bruno Haible  <bruno@clisp.org>
45558
45559                 Cygwin portability.
45560                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45561
45562         2006-04-30  Bruno Haible  <bruno@clisp.org>
45563
45564                 * progreloc.c: Include <mach-o/dyld.h> if available.
45565                 (find_executable): Use _NSGetExecutablePath when possible.
45566
45567         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45568
45569                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45570                 function.
45571
45572         2005-12-29  Bruno Haible  <bruno@clisp.org>
45573
45574                 * progreloc.c (set_program_name_and_installdir): Fix
45575                 compilation error.
45576
45577         2005-12-04  Bruno Haible  <bruno@clisp.org>
45578
45579                 Cygwin portability.
45580                 * progreloc.c: Include <windows.h> also on Cygwin.
45581                 (find_executable): Add support for Cygwin.
45582                 (set_program_name_and_installdir): Handle also platforms with
45583                 nonempty EXEEXT.
45584
45585         2006-07-11  Bruno Haible  <bruno@clisp.org>
45586
45587                 * javacomp.c: Fix a comment.
45588                 Reported by Jim Meyering.
45589
45590         2006-04-30  Bruno Haible  <bruno@clisp.org>
45591
45592                 * javacomp.h (compile_java_class): Add source_version,
45593                 target_version arguments.
45594                 * javacomp.c: Rewritten to choose only a compiler that
45595                 respects the specified source_version and target_version.
45596
45597         2006-06-27  Bruno Haible  <bruno@clisp.org>
45598
45599                 Assume correct S_ISDIR macro.
45600                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45601
45602         2006-07-22  Bruno Haible  <bruno@clisp.org>
45603
45604                 * javaversion.h: New file, from GNU gettext.
45605                 * javaversion.c: New file, from GNU gettext.
45606                 * javaversion.java: New file, from GNU gettext.
45607                 * javaversion.class: New file, from GNU gettext.
45608
45609         2006-05-17  Bruno Haible  <bruno@clisp.org>
45610
45611                 Cygwin portability.
45612                 * javaexec.c (execute_java_class): Test for jview program
45613                 also on Cygwin.
45614
45615         2006-04-09  Bruno Haible  <bruno@clisp.org>
45616
45617                 * fatal-signal.c: Don't include string.h.
45618                 (at_fatal_signal): Use a copying loop instead of memcpy.
45619
45620         2005-12-04  Bruno Haible  <bruno@clisp.org>
45621
45622                 * csharpexec.c: Add support for 'clix' launcher (untested).
45623                 (execute_csharp_using_sscli): New function.
45624                 (execute_csharp_program): Call it.
45625
45626         2006-06-21  Bruno Haible  <bruno@clisp.org>
45627
45628                 Avoid warnings from recent versions of mcs.
45629                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45630                 -o, -L, -r any more. Use options documented since mcs-1.0
45631                 instead. Similarly for -g.
45632
45633         2005-07-09  Bruno Haible  <bruno@clisp.org>
45634
45635                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45636                 add a .dll suffix.
45637                 Reported by Mark Junker <mjscod@gmx.de>.
45638
45639         2006-06-17  Bruno Haible  <bruno@clisp.org>
45640
45641                 * config.charset: Update for NetBSD 3.0.
45642
45643         2006-05-17  Bruno Haible  <bruno@clisp.org>
45644
45645                 Cygwin portability.
45646                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45647
45648         2006-05-16  Bruno Haible  <bruno@clisp.org>
45649
45650                 * localcharset.c [CYGWIN]: Include <windows.h>.
45651                 (get_charset_aliases): For Cygwin, return the same CPxxx
45652                 aliases list as under WIN32.
45653                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45654                 the environment variables. Fall back to GetACP().
45655
45656         2006-04-05  Bruno Haible  <bruno@clisp.org>
45657
45658                 * config.charset: Update Juan Manuel Guerrero's address.
45659
45660         2005-02-12  Bruno Haible  <bruno@clisp.org>
45661
45662                 * allocsa.h: Add extern "C" for C++.
45663
45664         2005-02-10  Bruno Haible  <bruno@clisp.org>
45665
45666                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45667                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45668
45669         2006-07-22  Bruno Haible  <bruno@clisp.org>
45670
45671                 * gettext.h: Update to GNU gettext-0.15.
45672
45673 2006-07-22  Bruno Haible  <bruno@clisp.org>
45674
45675         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45676         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45677         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45678
45679 2006-07-21  Eric Blake  <ebb9@byu.net>
45680
45681         * modules/stdlib-safer: New file.
45682         * MODULES.html.sh (File stream based Input/Output): Add
45683         stdlib-safer.
45684
45685 2006-07-21  Eric Blake  <ebb9@byu.net>
45686
45687         * lib/stdlib-safer.h: New file from coreutils, required by
45688         stdlib--.h.
45689
45690 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45691
45692         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45693
45694 2006-07-20  Bruno Haible  <bruno@clisp.org>
45695
45696         * gnulib-tool: Recognize new option --assume-autoconf.
45697         (autoconf_minversion): New variable.
45698         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45699
45700 2006-07-20  Bruno Haible  <bruno@clisp.org>
45701
45702         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45703
45704 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45705
45706         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45707         Reindent and repaginate.
45708
45709 2006-07-19  Derek Price  <derek@ximbiot.com>
45710
45711         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45712         Correct grammar.
45713
45714 2006-07-17  Bruno Haible  <bruno@clisp.org>
45715
45716         * modules/list: New file.
45717         * modules/array-list: New file.
45718         * modules/carray-list, modules/carray-list-tests: New files.
45719         * modules/linked-list, modules/linked-list-tests: New files.
45720         * modules/avltree-list, modules/avltree-list-tests: New files.
45721         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45722         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45723         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45724         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45725         * modules/oset: New file.
45726         * modules/array-oset: New file.
45727         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45728         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45729         * tests/test-carray_list.c: New file.
45730         * tests/test-linked_list.c: New file.
45731         * tests/test-avltree_list.c: New file.
45732         * tests/test-rbtree_list.c: New file.
45733         * tests/test-linkedhash_list.c: New file.
45734         * tests/test-avltreehash_list.c: New file.
45735         * tests/test-rbtreehash_list.c: New file.
45736         * tests/test-avltree_oset.c: New file.
45737         * tests/test-rbtree_oset.c: New file.
45738         * MODULES.html.sh (Container data structures): New section.
45739
45740 2006-07-17  Bruno Haible  <bruno@clisp.org>
45741
45742         * m4/gl_list.m4: New file.
45743
45744 2006-07-17  Bruno Haible  <bruno@clisp.org>
45745
45746         * lib/gl_list.h: New file.
45747         * lib/gl_list.c: New file.
45748         * lib/gl_array_list.h: New file.
45749         * lib/gl_array_list.c: New file.
45750         * lib/gl_carray_list.h: New file.
45751         * lib/gl_carray_list.c: New file.
45752         * lib/gl_linked_list.h: New file.
45753         * lib/gl_linked_list.c: New file.
45754         * lib/gl_anylinked_list1.h: New file.
45755         * lib/gl_anylinked_list2.h: New file.
45756         * lib/gl_avltree_list.h: New file.
45757         * lib/gl_avltree_list.c: New file.
45758         * lib/gl_anyavltree_list1.h: New file.
45759         * lib/gl_anyavltree_list2.h: New file.
45760         * lib/gl_rbtree_list.h: New file.
45761         * lib/gl_rbtree_list.c: New file.
45762         * lib/gl_anyrbtree_list1.h: New file.
45763         * lib/gl_anyrbtree_list2.h: New file.
45764         * lib/gl_anytree_list1.h: New file.
45765         * lib/gl_anytree_list2.h: New file.
45766         * lib/gl_linkedhash_list.h: New file.
45767         * lib/gl_linkedhash_list.c: New file.
45768         * lib/gl_anyhash_list1.h: New file.
45769         * lib/gl_anyhash_list2.h: New file.
45770         * lib/gl_avltreehash_list.h: New file.
45771         * lib/gl_avltreehash_list.c: New file.
45772         * lib/gl_rbtreehash_list.h: New file.
45773         * lib/gl_rbtreehash_list.c: New file.
45774         * lib/gl_anytreehash_list1.h: New file.
45775         * lib/gl_anytreehash_list2.h: New file.
45776
45777         * lib/gl_oset.h: New file.
45778         * lib/gl_oset.c: New file.
45779         * lib/gl_array_oset.h: New file.
45780         * lib/gl_array_oset.c: New file.
45781         * lib/gl_avltree_oset.h: New file.
45782         * lib/gl_avltree_oset.c: New file.
45783         * lib/gl_rbtree_oset.h: New file.
45784         * lib/gl_rbtree_oset.c: New file.
45785         * lib/gl_anytree_oset.h: New file.
45786
45787 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45788
45789         * m4/mkancesdirs.m4: New file.
45790         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45791         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45792         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45793         it.
45794
45795 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45796
45797         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45798         * lib/mkancesdirs.h: New files.
45799         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45800         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45801         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45802         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45803         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45804         callers changed.  Revamp internals significantly, by not
45805         attempting to create directories that are temporarily more
45806         permissive than the final results.  Do not attempt to use
45807         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45808         This removes some race conditions, fixes some bugs, and simplifies
45809         things.  Use new dirchownmod function to do owner and mode changes.
45810         * lib/mkdir-p.h: Likewise.
45811         * lib/modechange.c (octal_to_mode): New function.
45812         (struct mode_change): New member mentioned.
45813         (make_node_op_equals): New arg mentioned.  All callers changed.
45814         (mode_compile): Keep track of which mode bits the user has explicitly
45815         mentioned.
45816         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45817         New arg PMODE_BITS, to keep track of which mode bits the user
45818         mentioned; it treats S_ISUID and S_ISGID speciall.
45819         All callers changed.
45820         * lib/modechange.h: Likewise.
45821
45822 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45823
45824         * MODULES.html.sh: Add mkancestors.
45825         * modules/mkancesdirs: New module.
45826         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45827         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45828         The chdir-safer and afs files are now orphans; I'll remove them
45829         unless someone speaks up.
45830         Add lib/dirchownmod.c, lib/dirchownmod.h.
45831         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45832         Add lchown, mkancesdirs.
45833         (Maintainer): Add self.
45834
45835 2006-07-15  Karl Berry  <karl@gnu.org>
45836
45837         * gnulib-tool: help message wording/arrangement.
45838
45839 2006-07-14  Simon Josefsson  <jas@extundo.com>
45840
45841         * doc/gnulib.texi (Libtool and Windows): New section.
45842
45843 2006-07-12  Simon Josefsson  <jas@extundo.com>
45844
45845         * modules/gendocs (License): Fix license, approved by Karl.
45846
45847 2006-07-12  Eric Blake  <ebb9@byu.net>
45848
45849         * MODULES.html.sh: Add gendocs.
45850
45851 2006-07-11  Eric Blake  <ebb9@byu.net>
45852
45853         * modules/fdl: New module, to install doc/fdl.texi.
45854         * MODULES.html.sh: Add new section for documentation modules.
45855         * gnulib-tool: Avoid space-tab.
45856         (--doc-base): New option, to manage files from doc.
45857
45858 2006-07-11  Eric Blake  <ebb9@byu.net>
45859
45860         * m4/absolute-header.m4: Fix comments to match recent change.
45861
45862 2006-07-11  Eric Blake  <ebb9@byu.net>
45863
45864         * gnulib-tool: List --doc-base before --tests-base.
45865
45866 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45867
45868         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45869
45870 2006-07-11  Bruno Haible  <bruno@clisp.org>
45871
45872         * README: Mention where to put documentation.
45873
45874 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45875
45876         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45877
45878 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45879
45880         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45881         to stdint.m4.
45882
45883 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45884
45885         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45886         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45887         "no/such/file/stdint.h" when there is no such file, so that
45888         the resulting C code can be parsed by dodgy compilers.
45889         Problems reported by Bob Proulx.
45890
45891 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45892
45893         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45894         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45895         macros into the GNU _D_EXACT_NAMLEN.
45896         * lib/savedir.c:  Likewise.
45897         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45898
45899 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45900         and Paul Eggert  <eggert@cs.ucla.edu>
45901
45902         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45903         * m4/savedir.m4:
45904         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45905         macros into the GNU _D_EXACT_NAMLEN.
45906
45907 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45908
45909         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45910         around the absolute name, to work around a problem with the HP-UX
45911         11.23 native C compiler, reported by Bob Proulx.
45912
45913 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45914
45915         * doc/maintain.texi, make-stds.texi: Sync from
45916         <http://savannah.gnu.org/projects/gnustandards>.
45917
45918 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45919
45920         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45921
45922 2006-07-09  Jim Meyering  <jim@meyering.net>
45923
45924         * m4/glob.m4: Remove a doubled word in a comment.
45925
45926 2006-07-09  Jim Meyering  <jim@meyering.net>
45927
45928         * lib/argp-pv.c: Remove a doubled word in a comment.
45929         * lib/check-version.c (check_version): Likewise.
45930         * lib/javacomp.c (compile_java_class): Likewise.
45931
45932 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45933
45934         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45935         for the benefit of people using Autoconf 2.60.  If you want to
45936         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45937         (or m4/onceonly.m4, if pre-2.57) manually.
45938
45939 2006-07-08  Jim Meyering  <jim@meyering.net>
45940
45941         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45942         comment.
45943         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45944         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45945         comment.
45946
45947 2006-07-08  Jim Meyering  <jim@meyering.net>
45948
45949         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45950
45951 2006-07-07  Simon Josefsson  <jas@extundo.com>
45952
45953         * tests/test-crc.c: Change expected crc value, the test vector
45954         were probably computed using the old broken crc.c?
45955
45956 2006-07-06  Simon Josefsson  <jas@extundo.com>
45957
45958         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45959         now the canonical place for the M4 file).
45960
45961         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45962         from the sys_socket dependency now.
45963
45964         * modules/inet_pton (Files): Ditto.
45965
45966         * modules/inet_ntop (Files): Ditto.
45967
45968 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45969
45970         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45971         not gl_PREREQ_GETUSERSHELL.
45972
45973 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45974
45975         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45976         with only one argument, for Autoconf 2.60.
45977         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45978         expand to nothing, so add a shell command to avoid syntax error.
45979         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45980
45981 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45982
45983         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45984
45985 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45986
45987         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45988         no longer needed.  Check for isblank decl.
45989         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45990         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45991         of existence.
45992
45993 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45994
45995         * lib/getloadavg.c: Use __VMS, not VMS.
45996         * lib/getopt.c: Likewise.
45997         * lib/getpagesize.h: Likewise.
45998         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45999         and probably does not work.
46000
46001 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46002
46003         * lib/.cppi-disable: Add wcwidth.
46004         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46005         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46006         (ISGRAPH): Remove.  All uses changed to isgraph.
46007         (FOLD) [!defined _LIBC]: Remove special case.
46008         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46009         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46010         HAVE_ISBLANK.
46011         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46012         case.
46013
46014 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46015
46016         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46017         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46018         brackets.  Other minor changes to suppress some compiler
46019         warnings.
46020
46021 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46022         and Paul Eggert  <eggert@cs.ucla.edu>
46023
46024         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46025         of invoking obsolescent AC_HEADER_DIRENT macro.
46026         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46027         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46028         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46029         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46030         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46031         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46032         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46033         * m4/readdir.m4: Remove; no longer needed.
46034
46035 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46036         and Paul Eggert  <eggert@cs.ucla.edu>
46037
46038         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46039         Don't worry about this obsolete case any more.
46040         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46041         directories.
46042         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46043         worry about this obsolete case any more.
46044         * lib/fts.c: Likewise.
46045         * lib/getcwd.c: Likewise.
46046         * lib/glob.h: Likewise.
46047         * lib/savedir.c: Likewise.
46048
46049 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46050
46051         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46052         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46053         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46054         needed.
46055         All uses removed.
46056         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46057         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46058         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46059         needed.
46060         * m4/getdate.m4 (gl_GETDATE): Likewise.
46061         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46062         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46063         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46064         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46065         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46066         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46067         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46068         needed.
46069
46070 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46071
46072         * lib/memcasecmp.c: Include <limits.h>.
46073         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46074         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46075         Don't assume isdigit succeeds only on '0' through '9'.
46076
46077 2006-07-05  Eric Blake  <ebb9@byu.net>
46078
46079         * modules/getaddrinfo (Depends-on): Add snprintf.
46080
46081 2006-07-05  Eric Blake  <ebb9@byu.net>
46082
46083         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46084         to avoid 'header present but could not be compiled' on cygwin.
46085
46086 2006-07-05  Eric Blake  <ebb9@byu.net>
46087
46088         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46089         missing from netdb.h.
46090         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46091
46092 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46093
46094         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46095         no longer needed.
46096         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46097         * m4/getdate.m4 (gl_GETDATE): Likewise.
46098         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46099         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46100         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46101         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46102         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46103
46104 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46105
46106         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46107         All uses of is_space replaced by isspace.
46108         * lib/exit.h: Don't talk about STDC_HEADERS.
46109         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46110         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46111         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46112         replaced by isprint etc.
46113         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46114         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46115         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46116         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46117         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46118         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46119
46120 2006-07-05  Bruno Haible  <bruno@clisp.org>
46121
46122         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46123         the function exists, before testing against AIX.
46124         Reported by Martin Lambers <marlam@marlam.de>.
46125
46126 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46127
46128         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46129         From Mark D. Baushke.
46130
46131 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46132
46133         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46134         to the absolute name, not just one, to bypass Sun C 5.8's
46135         "warning: #include of /usr/include/... may be non-portable".
46136
46137 2006-07-04  Eric Blake  <ebb9@byu.net>
46138
46139         * modules/dirname-tests: New test module.
46140         * tests/test-dirname.c: New file, replacing dirname.c
46141         TEST_DIRNAME section that was recently deleted.
46142
46143 2006-07-04  Bruno Haible  <bruno@clisp.org>
46144
46145         Assume ANSI C header files and <ctype.h> functions.
46146         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46147         (mbsnwidth): Use isprint, iscntrl instead.
46148
46149 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46150
46151         Merge from coreutils.
46152         * MODULES.html.sh: Add xstrtold.
46153         * modules/xstrtold: New file.
46154         * modules/cycle-check (Files): Add lib/same-inode.h.
46155         * modules/dirname (Files): Add m4/double-slash-root.m4.
46156         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46157         * modules/mkdir-p (Files): Add lib/same-inode.h.
46158         * modules/same (Files): Add lib/same-inode.h.
46159
46160 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46161
46162         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46163         This is to keep the terminology clean; POSIX talks about
46164         "absolute pathnames", not "full pathnames", but the GNU
46165         Coding Standards say to use "path" for something else;
46166         so use "absolute" to keep both sides happy.
46167         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46168         Set gl_absolute_header, not gl_full_header_path.
46169         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46170         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46171         All uses changed.
46172
46173         Merge from coreutils.
46174
46175         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46176
46177         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46178         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46179         want to require the building of c-strtod.o.
46180         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46181         needs -lm directly.
46182         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46183
46184         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46185
46186         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46187         --as-needed option if available.  Problem reported by Albert Chin in
46188         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46189         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46190         cc merely issues a bunch of annoying warnings for --as-needed
46191         (this problem was reported by Bob Proulx).  Also, try linking with
46192         -lm to detect a bug in binutils 2.16 (this problem was reported
46193         by Ralf Wildenhues).
46194
46195         2006-06-18  Jim Meyering  <jim@meyering.net>
46196
46197         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46198         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46199         macro.
46200         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46201         also check for glibc-2.4's abort-inducing bug.
46202
46203         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46204         Low-probability clean-up should be to use rmdir to get rid of
46205         the just-created directory, not unlink.
46206
46207         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46208         configure fail, and request a bug report to inform us about it.
46209         Add a comment that, barring reports to the contrary, in 2007 we'll
46210         assume ftruncate is universally available.
46211
46212         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46213
46214         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46215
46216         2006-03-12  Jim Meyering  <jim@meyering.net>
46217
46218         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46219         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46220         * m4/same.m4 (gl_SAME): Likewise.
46221         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46222
46223         2006-03-11  Eric Blake  <ebb9@byu.net>
46224
46225         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46226         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46227         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46228         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46229
46230 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46231
46232         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46233         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46234         reported by Mark D. Baushke, one in
46235         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46236
46237         Merge from coreutils.
46238
46239         * lib/.cppi-disable: Add stdint_.h.
46240         * lib/.cvsignore: Add stdint.h.
46241
46242         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46243
46244         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46245         both double and long double versions.
46246         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46247         * lib/xstrtold.c: New file.
46248         * lib/xstrtod.h (xstrtold): New decl.
46249
46250         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46251
46252         * lib/filemode.c (setst): Remove.
46253         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46254         (arguably) clearer, and the generated code is a bit smaller on my
46255         Debian GNU/Linux stable x86 host.
46256
46257         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46258
46259         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46260         Assume that filemode.h includes sys/types.h and sys/stat.h.
46261         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46262         (ftypelet): Reorder to put common cases first, for efficiency.
46263         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46264         to do 'M'.
46265         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46266         of 10, for compatibility with FreeBSD.  All callers changed.
46267         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46268         types that can't be deduced solely from st_mode.  First arg is now a
46269         const pointer.
46270         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46271         (strmode): Renamed from mode_string.
46272         (filemodestring): New decl.
46273         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46274         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46275         needed.
46276         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46277
46278         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46279
46280         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46281         fsusage.h now does that.  Include fsusage.h first, to test interface.
46282         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46283         at most one method (the old code could have generated decls that
46284         didn't conform to C89, not that this was ever exercised).
46285         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46286
46287         2006-03-19  Jim Meyering  <jim@meyering.net>
46288
46289         Work even in a chroot where d_ino values for entries in "/"
46290         don't match the stat.st_ino values for the same names.
46291         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46292         number, iterate through all entries again, using lstat instead.
46293         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46294         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46295
46296         * lib/getcwd.c (__getcwd): Clarify a comment.
46297         Use memcpy in place of a call to strcpy.
46298
46299         2006-03-12  Jim Meyering  <jim@meyering.net>
46300
46301         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46302         matches that of the current directory (which we're about to chdir ".."
46303         out of), then save the dev-ino of the parent, instead.
46304
46305         * lib/same-inode.h (SAME_INODE): New file/macro.
46306         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46307         Include "same-inode.h", instead.
46308         * lib/same.c: Likewise.
46309         * lib/cycle-check.h: Include "same-inode.h".
46310         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46311         * lib/cycle-check.c (SAME_INODE): Remove definition.
46312         * lib/root-dev-ino.h: Include "same-inode.h".
46313
46314         2006-03-11  Eric Blake  <ebb9@byu.net>
46315
46316         * lib/same.c (same_name): s/base_name/last_component/
46317         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46318         * lib/filenamecat.c (file_name_concat): Likewise.
46319
46320         2006-03-11  Eric Blake  <ebb9@byu.net>,
46321                     Paul Eggert  <eggert@cs.ucla.edu>
46322
46323         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46324         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46325         drive prefix.
46326         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46327         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46328         (last_component): New method.
46329         * lib/dirname.c (dir_len): Determine when drive letters need a
46330         subsequent slash.  Preserve // when it is special.
46331         (dir_name): Don't append dot when drive letter is absolute.
46332         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46333         * lib/basename.c (base_name): New semantics - malloc the result.
46334         Preserve // when it is special.  Preserve relative files that look
46335         like drive letters.
46336         (base_len): Preserve // when it is special.
46337         (last_component): New method, similar to old base_name semantics.
46338         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46339         base_name.  Strip redundant slashes from ///.
46340
46341 2006-07-03  Jim Meyering  <jim@meyering.net>
46342
46343         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46344         macro is used before the first cycle_check call.
46345
46346 2006-07-03  Eric Blake  <ebb9@byu.net>
46347
46348         * modules/dirname (Depends-on): Add xstrndup.
46349
46350 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46351
46352         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46353         test cases, so that config.log is a bit easier to follow.
46354
46355 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46356
46357         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46358         both are 64 bits, since this seems to be the tradition, and this
46359         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46360         we ever run into a host that prefers long long to long in this
46361         case, we'll need another configure-time test.  Problem reported by
46362         Jim Meyering.
46363
46364 2006-07-02  Eric Blake  <ebb9@byu.net>
46365
46366         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46367
46368 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46369
46370         * modules/inttypes (Depends-on): No longer depends on stdint.
46371         * modules/stdint (Description): Say more about assumptions.
46372         Say that the fast types might differ.  Say macros are used.
46373         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46374         (Makefile.am): Revise list of substituted symbols to match
46375         new stdint.m4.
46376         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46377         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46378         * tests/test-stdint.c (verify_same_types)
46379         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46380         the code conforms to C99/C89.
46381         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46382         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46383
46384 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46385
46386         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46387         but fix a bug, by requiring at least 64 bits.
46388         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46389         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46390         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46391         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46392
46393         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46394         changes.  Make 2.59 a prerequisite.  Check and substitute for
46395         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46396         inttypes.h.  Do not use special include files; just use the
46397         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46398         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46399         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46400         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46401         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46402         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46403         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46404         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46405         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46406         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46407         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46408         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46409         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46410         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46411         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46412         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46413         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46414         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46415         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46416         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46417         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46418         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46419         not check for things that C99 does not require, e.g., int8_t.  If
46420         a test isn't needed unless <stdint.h> isn't working, and is
46421         unlikely to be needed for any other reason, then don't do it
46422         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46423         size_t, since we assume C89 freestanding at least.  Do not check
46424         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46425         the right thing even if the types are not defined.  Instead use:
46426         (gl_STDINT_TYPE_PROPERTIES): New macro.
46427         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46428         testing whether <sys/types.h> clashes, as Autoconf does this for
46429         us now.  All uses removed.
46430         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46431         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46432         (gl_CHECK_TYPE_SAME):
46433         Remove; no longer needed.
46434         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46435         exists, since we'll return 0 anyway in that case.
46436         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46437
46438 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46439
46440         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46441         possible collision with system files.
46442         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46443         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46444         WCHAR_MIN and WCHAR_MAX in this case.
46445         (<stddef.h>): Do not include; no longer needed.
46446         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46447         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46448         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46449         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46450         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46451         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46452         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46453         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46454         !defined(__c99))]: Include in this case too, since it's harmless
46455         now.
46456         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46457         dangerous to do so.
46458         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46459         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46460         (_STDINT_MIN, _STDINT_MAX): New macros.
46461         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46462         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46463         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46464         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46465         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46466         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46467         macros, not typedefs; this simplifies things quite a bit.
46468         Use long int for all types narrower than int64_t.
46469         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46470         Define in terms of long long int or int64_t or long int,
46471         not int64_t or int32_t.  This saves some compile-time testing.
46472         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46473         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46474         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46475         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46476         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46477         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46478         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46479         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46480         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46481         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46482         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46483         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46484         undef any previous version and define our own version, for
46485         simplicity and consistency with the new macros for types.
46486         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46487         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46488         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46489         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46490         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46491         @WINT_T_SUFFIX@ to keep things simple here.
46492         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46493         Simplify by assuming typical 8/16/32/64 host, since we're
46494         already doing that elsewhere anyway.
46495         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46496         and assume long long int is 64 bits if available.  This
46497         speeds up 'configure'.
46498
46499 2006-07-01  Eric Blake  <ebb9@byu.net>
46500
46501         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46502         Reported by Andreas Buening.
46503
46504 2006-07-01  Eric Blake  <ebb9@byu.net>
46505
46506         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46507
46508 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46509
46510         * lib/getaddrinfo.c: fixed typo
46511
46512 2006-06-29  Jim Meyering  <jim@meyering.net>
46513
46514         * modules/strftime (Maintainer): Add my name, since with the
46515         FPRINTFTIME changes strftime.c has forked from glibc.
46516
46517 2006-06-29  Eric Blake  <ebb9@byu.net>
46518
46519         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46520
46521 2006-06-29  Eric Blake  <ebb9@byu.net>
46522
46523         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46524
46525 2006-06-29  Eric Blake  <ebb9@byu.net>
46526
46527         * lib/stat_.h: New file.
46528
46529 2006-06-29  Eric Blake  <ebb9@byu.net>
46530
46531         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46532         unused static function.
46533
46534 2006-06-29  Eric Blake  <ebb9@byu.net>
46535
46536         * doc/functions.texi (Function Portability): Document missing lstat
46537         on mingw.
46538
46539 2006-06-29  Eric Blake  <ebb9@byu.net>
46540
46541         * MODULES.html.sh: Add sys_stat.
46542         * modules/sys_stat: New module.
46543         * modules/mkstemp (Depends-on): Add sys_stat.
46544
46545 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46546
46547         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46548
46549 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46550
46551         * m4/c-bs-a.m4: Removed.
46552
46553 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46554
46555         * lib/strftime.c: Assume strftime() exists.
46556
46557 2006-06-29  Derek Price  <derek@ximbiot.com>
46558
46559         * modules/c-bs-a: Removed - \a is C89.
46560         * MODULES.html.sh: Remove c-bs-a.
46561
46562 2006-06-29  Bruno Haible  <bruno@clisp.org>
46563
46564         * modules/wcwidth (License): Change to LGPL.
46565
46566 2006-06-28  Simon Josefsson  <jas@extundo.com>
46567
46568         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46569         on _WIN32.
46570
46571         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46572         getnameinfo.
46573
46574 2006-06-28  Simon Josefsson  <jas@extundo.com>
46575
46576         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46577
46578 2006-06-28  Simon Josefsson  <jas@extundo.com>
46579
46580         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46581         functions there.  It will succeed on Windows XP, but on Windows
46582         2000 and (presumably) earlier, it will fail, and use the internal
46583         re-implementation.
46584         (use_win32_p): New function.
46585         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46586         Support AI_NUMERICSERV to disable getservbyname.
46587         (getnameinfo): New function, only supports
46588         NI_NUMERICHOST|NI_NUMERICSERV for now.
46589
46590         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46591         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46592         getnameinfo.
46593
46594 2006-06-28  Eric Blake  <ebb9@byu.net>
46595
46596         * modules/wcwidth: New file.
46597         * modules/mbchar (Depends-on): Add wcwidth.
46598         * modules/mbswidth (Depends-on): Add wcwidth.
46599         * MODULES.html.sh: Add wcwidth.
46600
46601 2006-06-28  Eric Blake  <ebb9@byu.net>
46602
46603         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46604         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46605
46606 2006-06-28  Eric Blake  <ebb9@byu.net>
46607
46608         * lib/xvasprintf.h: Fix comments.
46609
46610 2006-06-28  Eric Blake  <ebb9@byu.net>
46611
46612         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46613         * lib/mbswidth.c (wcwidth): Move from here...
46614         * lib/wcwidth.h: ...to this new file.
46615
46616 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46617
46618         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46619
46620         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46621         it's obsolete.
46622         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46623
46624 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46625
46626         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46627         Autoconf 2.60 says this stuff was obsolete.
46628
46629 2006-06-28  Bruno Haible  <bruno@clisp.org>
46630
46631         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46632
46633 2006-06-28  Bruno Haible  <bruno@clisp.org>
46634
46635         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46636         gt_TYPE_WCHAR_T.
46637
46638 2006-06-28  Bruno Haible  <bruno@clisp.org>
46639
46640         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46641         declaration for wcwidth.
46642         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46643
46644 2006-06-28  Bruno Haible  <bruno@clisp.org>
46645
46646         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46647         (mkdir): Define using _mkdir.
46648
46649 2006-06-28  Bruno Haible  <bruno@clisp.org>
46650
46651         * lib/getaddrinfo.h: Fix POSIX URL.
46652         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46653         _WIN32.
46654         (use_win32_p): Make static.
46655         (getaddrinfo): Reject service name if it is empty or does not consist
46656         solely of decimal digits, or if its value is > 65535.
46657         (getnameinfo): Remove useless casts.
46658
46659 2006-06-27  Simon Josefsson  <jas@extundo.com>
46660
46661         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46662         Eggert and Martin Lambers.
46663
46664 2006-06-27  Simon Josefsson  <jas@extundo.com>
46665
46666         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46667         Eggert and Martin Lambers.
46668
46669 2006-06-27  Bruno Haible  <bruno@clisp.org>
46670
46671         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46672         result to 0, not to empty.
46673         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46674
46675 2006-06-27  Bruno Haible  <bruno@clisp.org>
46676
46677         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46678
46679 2006-06-26  Simon Josefsson  <jas@extundo.com>
46680
46681         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46682         present.
46683
46684 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46685
46686         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46687         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46688         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46689
46690 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46691
46692         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46693
46694 2006-06-26  Bruno Haible  <bruno@clisp.org>
46695
46696         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46697
46698 2006-06-26  Bruno Haible  <bruno@clisp.org>
46699
46700         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46701
46702 2006-06-26  Bruno Haible  <bruno@clisp.org>
46703
46704         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46705         SGI C compiler in pre-C99 mode.
46706         Suggested by Mark D. Baushke and Larry Jones.
46707
46708 2006-06-26  Bruno Haible  <bruno@clisp.org>
46709
46710         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46711         WCHAR_MAX.
46712         Reported by Mark D. Baushke and Larry Jones.
46713
46714 2006-06-26  Bruno Haible  <bruno@clisp.org>
46715
46716         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46717         in pre-C99 mode.
46718         Suggested by Mark D. Baushke and Larry Jones.
46719
46720 2006-06-23  Simon Josefsson  <jas@extundo.com>
46721             Bruno Haible  <bruno@clisp.org>
46722
46723         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46724         Emit mostlyclean-local rule.
46725         (func_emit_tests_Makefile_am): Likewise.
46726         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46727
46728 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46729
46730         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46731
46732 2006-06-23  Bruno Haible  <bruno@clisp.org>
46733
46734         * tests/test-stdint.c: Update to match ISO C 99 Technical
46735         Corrigendum 1.
46736
46737 2006-06-23  Bruno Haible  <bruno@clisp.org>
46738
46739         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46740
46741 2006-06-23  Bruno Haible  <bruno@clisp.org>
46742
46743         * lib/stdint_.h: Treat IRIX like OpenBSD.
46744
46745 2006-06-23  Bruno Haible  <bruno@clisp.org>
46746
46747         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46748         ISO C 99 Technical Corrigendum 1.
46749
46750 2006-06-22  Simon Josefsson  <jas@extundo.com>
46751
46752         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46753         MinGW.
46754
46755 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46756
46757         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46758         needed.  Some compiler complained about some of them.  Problem reported
46759         by Larry Jones in
46760         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46761
46762 2006-06-21  Simon Josefsson  <jas@extundo.com>
46763
46764         * tests/test-getaddrinfo.c: New file.
46765
46766         * modules/getaddrinfo-tests: New file.
46767
46768         * MODULES.html.sh: Add inet_pton.
46769
46770         * modules/inet_pton: New file.
46771
46772 2006-06-21  Simon Josefsson  <jas@extundo.com>
46773
46774         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46775         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46776         of using the (limited) gnulib implementation on Windows XP.
46777
46778         * m4/inet_pton.m4: New file.
46779
46780 2006-06-21  Simon Josefsson  <jas@extundo.com>
46781
46782         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46783         variable.
46784
46785         * lib/socket_.h: Don't define WINVER.
46786
46787         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46788         slightly modified to work in gnulib.
46789
46790 2006-06-21  Simon Josefsson  <jas@extundo.com>
46791
46792         * doc/gnulib.texi (Windows sockets): Add.
46793
46794 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46795
46796         * lib/read-file.c (fread_file): Start with buffer allocation of
46797         0 bytes rather than 1 byte; this simplifies the code.
46798         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46799         code to free buffer and save/restore errno.
46800         (internal_read_file): Remove unused local.
46801
46802 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46803
46804         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46805         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46806         Problem reported by Denis Excoffier in
46807         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46808
46809 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46810
46811         * modules/sys_socket, modules/socklen: Include sys/types since
46812         FreeBSD 4.x's sys/socket.h needs it.
46813
46814 2006-06-19  Simon Josefsson  <jas@extundo.com>
46815
46816         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46817
46818 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46819
46820         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46821
46822 2006-06-19  Bruno Haible  <bruno@clisp.org>
46823
46824         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46825         and FULL_PATH_INTTYPES_H in angle brackets.
46826         Reported by Mark D. Baushke <mdb@gnu.org>.
46827
46828 2006-06-17  Eric Blake  <ebb9@byu.net>
46829
46830         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46831         errno.
46832
46833 2006-06-17  Bruno Haible  <bruno@clisp.org>
46834
46835         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46836         <sys/inttypes.h>.
46837
46838 2006-06-17  Bruno Haible  <bruno@clisp.org>
46839
46840         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46841         whether errno is declared. Assume <errno.h> declares errno.
46842
46843 2006-06-17  Bruno Haible  <bruno@clisp.org>
46844
46845         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46846
46847 2006-06-17  Bruno Haible  <bruno@clisp.org>
46848
46849         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46850         problem on Solaris 2.5.1.
46851
46852 2006-06-16  Eric Blake  <ebb9@byu.net>
46853
46854         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46855         * lib/unicodeio.c [!defined errno]: Likewise.
46856         * lib/strtol.c [!defined errno]: Likewise.
46857         * lib/strtod.c [!defined errno]: Likewise.
46858
46859 2006-06-15  Eric Blake  <ebb9@byu.net>
46860
46861         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46862
46863 2006-06-15  Eric Blake  <ebb9@byu.net>
46864
46865         * config/srclist.txt (ssize_t.m4): Lose sync.
46866
46867 2006-06-15  Bruno Haible  <bruno@clisp.org>
46868
46869         * modules/stdint (Files): Include m4/full-header-path.m4,
46870         m4/size_max.m4, m4/wchar_t.m4.
46871         (Makefile.am): Many more substitutions.
46872         * modules/stdint-tests: New file.
46873         * tests/test-stdint.c: New file.
46874
46875 2006-06-15  Bruno Haible  <bruno@clisp.org>
46876
46877         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46878         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46879         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46880         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46881         gl_CHECK_TYPE_SAME): New macros.
46882
46883 2006-06-15  Bruno Haible  <bruno@clisp.org>
46884
46885         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46886
46887 2006-06-15  Bruno Haible  <bruno@clisp.org>
46888
46889         * lib/stdint_.h: Rewritten to be fully auto-configured.
46890         Fixes bug on HP-UX/IA64.
46891
46892 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46893
46894         * lib/getdate.y (__attribute__): Don't define if already defined.
46895         Problem reported by Larry Jones.
46896         * lib/utimens.c (__attribute__): Likewise.
46897
46898 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46899
46900         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46901         reported by Andreas Schwab.
46902
46903 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46904             Bruno Haible  <bruno@clisp.org>
46905
46906         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46907         check for the declaration of strnlen and a run test that exposes the
46908         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46909         rpl_strndup.
46910
46911 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46912             Bruno Haible  <bruno@clisp.org>
46913
46914         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46915
46916 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46917
46918         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46919         compile test, for Tru64 4.0D.
46920
46921 2006-05-28  Karl Berry  <karl@gnu.org>
46922
46923         * config/srclist.txt (printf-args.c): lose sync.
46924
46925 2006-05-26  Martin Lambers  <marlam@marlam.de>
46926
46927         * lib/getpass.c: Updates the test for the native W32 API, and adds
46928         missing includes, thus fixing compilation warnings.
46929
46930 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46931
46932         * lib/exclude.c (exclude_fnmatch): New function.
46933         (excluded_file_name): Call exclude_fnmatch.
46934         * lib/exclude.h (excluded_file_name): New prototype
46935
46936 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46937
46938         * lib/tempname.c (small_open, large_open): New macros.
46939         (__open, __open64) [!_LIBC]: Remove.
46940         (__gen_tempname): Use small_open and large_open instead of __open
46941         and __open64.  This fixes a portability bug on HP-UX 11.11i
46942         reported by Simon Wing-Tang in
46943         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46944
46945 2006-05-24  Bruno Haible  <bruno@clisp.org>
46946
46947         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46948         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46949         Reported by Thorsten Maerz <torte@netztorte.de> via
46950         Aaron Stone <aaron@serendipity.cx>.
46951
46952 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46953
46954         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46955         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46956         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46957         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46958         not really conditional on the cache.
46959         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46960
46961 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46962
46963         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46964         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46965         (my_usleep): Don't mishandle maximum value.
46966
46967 2006-05-19  Jim Meyering  <jim@meyering.net>
46968
46969         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46970
46971 2006-05-17  Bruno Haible  <bruno@clisp.org>
46972
46973         Cygwin portability.
46974         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46975
46976 2006-05-17  Bruno Haible  <bruno@clisp.org>
46977
46978         * lib/stdint_.h: Fix recognition of Cygwin.
46979
46980 2006-05-15  Bruno Haible  <bruno@clisp.org>
46981
46982         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46983         on libtool patch by Ralf Wildenhues.
46984
46985 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46986
46987         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46988         test for C99 conformance; (bool) 0.5 is an integer constant
46989         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46990         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46991
46992 2006-05-11  Simon Josefsson  <jas@extundo.com>
46993
46994         * m4/xvasprintf.m4: Fix obvious typo.
46995
46996 2006-05-11  Jim Meyering  <jim@meyering.net>
46997
46998         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46999         James Lemley.
47000
47001 2006-05-10  Simon Josefsson  <jas@extundo.com>
47002
47003         * lib/md4.c: Typo fix, update copyright years.
47004         (K1, K2): Don't use L because it turn computations into 64-bit on
47005         64-bit platforms.
47006
47007 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47008
47009         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47010         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47011         unwanted sign propagation, e.g., on hosts with 64-bit int.
47012         There still are some problems with reeelly weird theoretical hosts
47013         (e.g., 33-bit int) but it's not worth worrying about now.
47014         * lib/sha1.c (rol): Likewise.
47015         (K1, K2, K3, K4): Remove unnecessary L suffix.
47016
47017 2006-05-10  Bruno Haible  <bruno@clisp.org>
47018
47019         * lib/des.c: Cast to avoid warnings.
47020
47021 2006-05-09  Bruno Haible  <bruno@clisp.org>
47022
47023         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47024         (Depends-on): Depend also on xsize, stdarg.
47025         (configure.ac): Add gl_XVASPRINTF.
47026
47027 2006-05-09  Bruno Haible  <bruno@clisp.org>
47028
47029         * m4/xvasprintf.m4: New file.
47030
47031 2006-05-09  Bruno Haible  <bruno@clisp.org>
47032
47033         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47034         (EOVERFLOW): Define fallback value.
47035         (xstrcat): New function.
47036         (xvasprintf): Recognize the special case of a string concatenation.
47037
47038 2006-05-08  Eric Blake  <ebb9@byu.net>
47039
47040         * gnulib-tool (func_version): Base copyright year on CVS date.
47041         (func_emit_copyright_notice): New function.
47042         (func_emit_lib_Makefile_am): Use it.
47043         (func_emit_tests_Makefile_am): Likewise.
47044         (func_import): Likewise.
47045
47046 2006-05-08  Bruno Haible  <bruno@clisp.org>
47047
47048         * modules/stdarg: New file.
47049         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47050
47051 2006-05-08  Bruno Haible  <bruno@clisp.org>
47052
47053         * m4/stdarg.m4: New file, from GNU gettext.
47054
47055 2006-05-08  Bruno Haible  <bruno@clisp.org>
47056
47057         * config/srclist.txt (build-aux/config.rpath): different from latest
47058         release.
47059
47060 2006-05-08  Bruno Haible  <bruno@clisp.org>
47061
47062         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47063
47064 2006-05-05  Jim Meyering  <jim@meyering.net>
47065
47066         * m4/warning.m4: New file, derived from bison's file by the same name.
47067
47068 2006-05-03  Bruno Haible  <bruno@clisp.org>
47069
47070         * lib/stdint_.h: Shorter URL.
47071         * lib/inttypes.h: Likewise.
47072
47073 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47074
47075         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47076
47077 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47078
47079         * lib/verify.h: Document the internals better.  Most of this change
47080         was written by Bruno Haible.
47081
47082 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47083
47084         * doc/verify.texi: New file, partly based on a proposal by
47085         Bruno Haible.
47086
47087 2006-05-02  Bruno Haible  <bruno@clisp.org>
47088
47089         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47090         test from here...
47091         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47092
47093 2006-04-29  Bruno Haible  <bruno@clisp.org>
47094
47095         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47096         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47097
47098 2006-04-29  Bruno Haible  <bruno@clisp.org>
47099
47100         * gnulib-tool: Make --update option actually work.
47101
47102 2006-04-29  Bruno Haible  <bruno@clisp.org>
47103
47104         * doc/gcd.texi: New file.
47105         * doc/gnulib.texi: Include it.
47106
47107 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47108
47109         * lib/getdate.y (get_date): When adding relative date, start with the
47110         initial time, not with the result of the first mktime call.
47111
47112 2006-04-25  Bruno Haible  <bruno@clisp.org>
47113
47114         * gnulib-tool (func_import): Output the include directives in three
47115         blocks, sorted separately.
47116         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47117
47118 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47119
47120         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47121         to define main with arguments, for C++.  Reported by Eric Blake.
47122         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47123         Prefer 'int main ()' to 'int main (void)', for C++.
47124         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47125         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47126         for 'main', for C99 and C++.
47127
47128 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47129
47130         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47131         Don't assume that exit status -1 is valid.
47132         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47133         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47134         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47135         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47136         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47137         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47138         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47139         functions can be used without declaring them, or that you can
47140         exit with status -1.
47141         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47142
47143 2006-04-24  Karl Berry  <karl@gnu.org>
47144
47145         * config/srclist.txt (longdouble.m4): sync lost.
47146
47147 2006-04-24  Eric Blake  <ebb9@byu.net>
47148
47149         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47150
47151 2006-04-24  Bruno Haible  <bruno@clisp.org>
47152
47153         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47154         poll() implementation in AIX.
47155         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47156
47157 2006-04-24  Bruno Haible  <bruno@clisp.org>
47158
47159         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47160         assigned exactly once.
47161
47162 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47163             Bruno Haible  <bruno@clisp.org>
47164
47165         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47166         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47167         for AM_CPPFLAGS.
47168
47169 2006-04-23  Bruno Haible  <bruno@clisp.org>
47170
47171         * modules/copy-file: Depend on unistd.
47172         * modules/execute: Likewise.
47173         * modules/fatal-signal: Likewise.
47174         * modules/findprog: Likewise.
47175         * modules/mkdtemp : Likewise.
47176         * modules/pipe: Likewise.
47177         * modules/wait-process: Likewise.
47178
47179 2006-04-23  Bruno Haible  <bruno@clisp.org>
47180
47181         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47182         condition was already detected.
47183         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47184
47185 2006-04-23  Bruno Haible  <bruno@clisp.org>
47186
47187         * lib/copy-file.c: Include <unistd.h> unconditionally.
47188         * lib/execute.c: Likewise.
47189         * lib/fatal-signal.c: Likewise.
47190         * lib/findprog.c: Likewise.
47191         * lib/mkdtemp.c: Likewise.
47192         * lib/pipe.h: Likewise.
47193         * lib/pipe.c: Likewise.
47194         * lib/wait-process.h: Likewise.
47195
47196 2006-04-23  Bruno Haible  <bruno@clisp.org>
47197
47198         * gnulib-tool (func_usage): Fix --import description. Document
47199         --update.
47200         (func_import): Create temporary file in a temporary directory, if
47201         --dry-run is specified. Silence errors from 'grep' when there are no
47202         m4 files in $m4dir.
47203         (func_create_testdir): Silence errors from 'grep' when there are no
47204         m4 files in $m4dir.
47205         Reported by Karl Berry <karl@freefriends.org>.
47206
47207 2006-04-20  Bruno Haible  <bruno@clisp.org>
47208
47209         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47210         one argument, so that the code will be portable to Autoconf 2.60.
47211         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47212         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47213         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47214
47215 2006-04-19  Derek Price  <derek@ximbiot.com>
47216             Eric Blake  <ebb9@byu.net>
47217
47218         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47219         rather than "/full/path.h".  Update comment to match.  Shorten &
47220         generalize m4_translit call via AS_TR_CPP.
47221
47222 2006-04-19  Derek Price  <derek@ximbiot.com>
47223             Eric Blake  <ebb9@byu.net>
47224
47225         * lib/inttypes.h: Correct grammar in comment.
47226
47227 2006-04-18  Derek Price  <derek@ximbiot.com>
47228             Paul Eggert  <eggert@cs.ucla.edu>
47229
47230         * modules/inttypes: New file.
47231         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47232
47233 2006-04-18  Derek Price  <derek@ximbiot.com>
47234             Paul Eggert  <eggert@cs.ucla.edu>
47235
47236         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47237         New files.
47238
47239 2006-04-18  Derek Price  <derek@ximbiot.com>
47240             Paul Eggert  <eggert@cs.ucla.edu>
47241
47242         * lib/inttypes.h: New file.
47243         * lib/strtoimax.c: Assume <inttypes.h>.
47244
47245 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47246
47247         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47248         isn't mounted.  Problem reported by Kir Kolyshkin.
47249
47250 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47251
47252         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47253         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47254         Derek R. Price.
47255         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47256         implementation.
47257
47258 2006-04-12  Eric Blake  <ebb9@byu.net>
47259
47260         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47261         is now done automatically by the corresponding Autoconf macro.
47262
47263 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47264
47265         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47266         time_r.h.
47267
47268 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47269
47270         Merge regex changes from libc, removing some of our
47271         POSIX-conformance changes that were rejected and redoing them in a
47272         less-intrusive way.
47273
47274         * lib/regcomp.c (re_compile_internal, init_dfa):
47275         Length arg is now size_t, not Idx.  All uses changed.
47276         (peek_token): Forward decl now says internal_function.
47277         (__re_error_msgid, __re_error_msgid_idx):
47278         Now static rather than extern with attribute_hidden.
47279         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47280         For some reason libc prefers K&R style defns for external functions.
47281         (regerror) [!defined _LIBC]: Likewise.
47282         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47283         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47284         (build_range_exp, build_collating_symbol):
47285         Use K&R-style defn.
47286         (re_compile_fastmap): Use '\0' to memset, not 0.
47287         (utf8_sb_map): Make the calculations more obvious.
47288         (init_dfa, parse_bracket_exp, build_charclass_op):
47289         Call calloc and cast result, as glibc does.
47290         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47291         (build_range_exp, build_collating_symbol):
47292         Now internal functions.
47293
47294         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47295
47296         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47297         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47298         Don't depend on VMS; depend on __VMS instead, for POSIX
47299         namespace cleanness.
47300         (regoff_t): Define to ssize_t, not long int.
47301
47302         Remove the REG_ macros named below.  Instead, make the old names
47303         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47304         __USE_GNU_REGEX.
47305         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47306         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47307         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47308         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47309         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47310         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47311         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47312         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47313         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47314         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47315         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47316         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47317         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47318         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47319         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47320         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47321         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47322         (REG_NREGS):
47323         Remove.  All uses replaced by the old RE_* names.
47324         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47325         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47326         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47327         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47328         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47329         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47330         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47331         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47332         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47333         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47334         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47335         Don't bother having these macros be independent of each others'
47336         values, since they no longer exist in the POSIX name space.
47337
47338         Rename the following member names back to their old names,
47339         unless !__USE_GNU_REGEX.  All uses changed back.
47340         (buffer): Renamed from re_buffer.
47341         (allocated): Renamed from re_allocated.
47342         (used): Renamed from re_used.
47343         (syntax): Renamed from re_syntax.
47344         (fastmap): Renamed from re_fastmap.
47345         (translate): Renamed from re_translate.
47346         (can_be_null): Renamed from re_can_be_null.
47347         (regs_allocated): Renamed from re_regs_allocated.
47348         (fastmap_accurate): Renamed from re_fastmap_accurate.
47349         (no_sub): Renamed from re_no_sub.
47350         (not_bol): Renamed from re_not_bol.
47351         (not_eol): Renamed from re_not_eol.
47352         (newline_anchor): Renamed from re_newline_anchor.
47353         (num_regs): Renamed from rm_num_regs.
47354         (start): Renamed from rm_start.
47355         (end): Renamed from rm_end.
47356
47357         (free_state): Move up a bit.
47358
47359         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47360         #define to be empty.
47361         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47362         when that is what is intended.
47363         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47364         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47365         (MAX): New macro.
47366         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47367         All uses changed back to re_malloc, etc.  It's now the caller's
47368         responsibility to check for overflow; all callers changed.
47369         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47370         (re_x2nrealloc): Remove.
47371         (free_state): Remove decl.
47372
47373         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47374         (re_set_registers, re_exec):
47375         Use K&R-style defn.
47376
47377         2006-01-31  Roland McGrath  <roland@redhat.com>
47378
47379         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47380         Reported by Mike Frysinger <vapier@gentoo.org>.
47381
47382         2006-01-15  Andreas Jaeger  <aj@suse.de>
47383
47384         [BZ #1950]
47385         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47386         build_wcs_upper_buffer change.
47387         (build_wcs_upper_buffer): Change return type.
47388
47389         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47390
47391         * lib/regex_internal.h: Include <stdint.h> if available.
47392
47393         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47394
47395         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47396
47397         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47398
47399         * lib/regcomp.c: Adjust for changed secondary hash function.
47400
47401         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47402
47403         * lib/regex.h: Pretty printing.
47404         Clean up namespace a bit.
47405
47406         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47407
47408         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47409         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47410
47411         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47412                     Ulrich Drepper  <drepper@redhat.com>
47413
47414         [BZ #1302]
47415         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47416         changed.
47417         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47418
47419         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47420
47421         [BZ #281]
47422         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47423         * lib/regcomp.c: Remove unnecessary uses of
47424         unsigned RE_TRANSLATE_TYPE.
47425         * lib/regex_internal.h: Likewise.
47426         * lib/regex_internal.c: Likewise.
47427         * lib/regexec.c: Likewise.
47428         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47429
47430         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47431
47432         * lib/regexec.c (find_recover_state): Remove unnecessary
47433         initialization.
47434         (transit_state_bkref): Make DFA a const pointer.
47435         (get_subexp): Likewise.
47436         (check_arrival): Likewise.
47437         (update_cur_sifted_state): Likewise.
47438         (re_search_internal): Likewise.
47439         (prune_impossible_nodes): Likewise.
47440         (acquire_init_state_context): Likewise.
47441         (proceed_next_node): Likewise.
47442         (set_regs): Likewise.
47443         (free_fail_stack_return): Likewise.
47444         (check_arrival_expand_ecl): Mark DFA parameter as const.
47445         (check_arrival_expand_ecl_sub): Likewise.
47446         (check_subexp_limits): Likewise.
47447         (sub_epsilon_src_nodes):  Likewise.
47448         (add_epsilon_src_nodes):  Likewise.
47449         (merge_state_array): Likewise.
47450         (update_regs): Likewise.
47451         (build_trtable): Likewise.
47452         (sift_states_backward): Mark MCTX parameter as const.
47453         (build_sifted_states): Likewise.
47454         (update_cur_sifted_state): Likewise.
47455         (sift_states_mkref): Likewise.
47456         (check_arrival_expand_ecl): Mark eclosure as const.
47457         (check_dst_limits_calc_pos_1): Likewise.
47458         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47459         pointer.
47460
47461         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47462
47463         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47464         (transit_state_sb): Likewise.
47465         (transit_state_mb): Likewise.
47466         (sift_states_iter_mb): Likewise.
47467         (check_arrival_add_next_nodes): Likewise.
47468         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47469         [_LIBC] (re_search_2_stub): Use mempcpy.
47470
47471         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47472         mbrtowc for very simple UTF-8 case.
47473
47474         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47475         a pointer-to-const.
47476         (re_acquire_state_context): Likewise.
47477         * lib/regex_internal.h: Adjust prototypes.
47478
47479         * lib/regex.c: Prevent using C++ compilers.
47480
47481         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47482         (re_acquire_state_context): Likewise.
47483
47484 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47485
47486         * modules/regex (Depends-on): Add ssize_t.
47487
47488 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47489
47490         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47491         translation table.
47492
47493 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47494
47495         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47496
47497 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47498             Bruno Haible  <bruno@clisp.org>
47499
47500         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47501         <sys/types.h> and <inttypes.h>.
47502
47503 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47504
47505         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47506         `__error_t_defined', so argp.h will not typedef the former.
47507
47508 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47509
47510         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47511         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47512         glibc names.  Even if glibc is changed to conform to POSIX, the
47513         traditional names will be available anyway, since regex depends on
47514         the extensions module.  Also, fix a longstanding typo in the
47515         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47516         reported by Emanuele Giaquinta.  Also, change sense of cached
47517         variable, so that the message makes sense.
47518
47519 2006-03-24  Simon Josefsson  <jas@extundo.com>
47520
47521         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47522         including some doc fixes.
47523         (base64_encode_alloc): Fix +1 bug on allocation failures.
47524
47525 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47526
47527         * lib/base64.c (base64_encode): Do not read past end of array with
47528         unsanitized input on systems with CHAR_BIT > 8.
47529
47530 2006-03-24  Eric Blake  <ebb9@byu.net>
47531
47532         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47533
47534 2006-03-22  Karl Berry  <karl@gnu.org>
47535
47536         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47537         * config/srclistvars.sh (COREUTILS): new var.
47538
47539 2006-03-17  Jim Meyering  <jim@meyering.net>
47540
47541         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47542         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47543
47544 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47545
47546         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47547         no longer needs it.  Instead, check that regoff_t is as least
47548         as wide as ptrdiff_t.
47549
47550         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47551         so that our regex.h stays compatible with the installed regex.
47552         This is helpful for installers who configure --without-included-regex.
47553         Problem reported by Emanuele Giaquinta.
47554
47555 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47556
47557         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47558         Typedef to long int, not to off_, as POSIX will likely change
47559         in that direction.
47560
47561 2006-03-15  Eric Blake  <ebb9@byu.net>
47562
47563         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47564
47565 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47566
47567         * lib/argp-help.c (validate_uparams): Fix typo
47568         * lib/argp-parse.c (argp_default_options): Consistently begin help
47569         messages with a lowercase letter.
47570
47571 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47572
47573         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47574         overrun buffers and shouldn't be used (much as gets shouldn't be
47575         used).
47576         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47577
47578 2006-03-08  Simon Josefsson  <jas@extundo.com>
47579
47580         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47581         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47582
47583 2006-03-08  Simon Josefsson  <jas@extundo.com>
47584
47585         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47586         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47587
47588 2006-03-08  Simon Josefsson  <jas@extundo.com>
47589
47590         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47591         signal that configure disabled the device.
47592
47593 2006-03-08  Simon Josefsson  <jas@extundo.com>
47594
47595         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47596         languages.
47597
47598 2006-03-07  Simon Josefsson  <jas@extundo.com>
47599
47600         * modules/getopt (Depends-on): Add unistd.
47601
47602         * modules/unistd: New file.
47603
47604 2006-03-07  Simon Josefsson  <jas@extundo.com>
47605
47606         * modules/gc-random: New file.
47607
47608 2006-03-07  Simon Josefsson  <jas@extundo.com>
47609
47610         * m4/unistd_h.m4: New file.
47611
47612 2006-03-07  Simon Josefsson  <jas@extundo.com>
47613
47614         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47615         test to be side-effect free by storing the result in the cache
47616         variable gl_cv_lib_readline, and moving the assignment of
47617         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47618         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47619
47620 2006-03-07  Simon Josefsson  <jas@extundo.com>
47621
47622         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47623         error on missing devices (the functions will return an error).
47624
47625         * m4/gc.m4: Move random stuff to gc-random.m4
47626
47627 2006-03-07  Simon Josefsson  <jas@extundo.com>
47628
47629         * lib/unistd_.h: New file.
47630
47631 2006-03-07  Simon Josefsson  <jas@extundo.com>
47632
47633         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47634
47635 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47636
47637         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47638         Problem reported by Juan Manuel Guerrero.
47639
47640 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47641
47642         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47643         the unistd module.
47644         * lib/getlogin_r.c: Likewise.
47645         * lib/getlogin_r.h: Likewise.
47646         * lib/glob.c: Likewise.
47647         * lib/pagealign_alloc.c: Likewise.
47648         * lib/unistd_.h: Remove; no longer needed.
47649
47650 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47651
47652         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47653         Add unistd.
47654         * modules/c-stack (Depends-on): Add unistd.
47655         * modules/getlogin_r: Likewise.
47656         * modules/glob: Likewise.
47657         * modules/pagealign_alloc: Likewise.
47658         * modules/unistd (Files): Remove lib/unistd_.h.
47659         (EXTRA_DIST): Remove.
47660         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47661         need unistd_.h.
47662         (MOSTLYCLEANFILES): Remove unistd.h-t.
47663
47664 2006-03-03  Simon Josefsson  <jas@extundo.com>
47665
47666         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47667
47668 2006-03-03  Simon Josefsson  <jas@extundo.com>
47669
47670         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47671         libidn and bison.
47672
47673 2006-03-03  Simon Josefsson  <jas@extundo.com>
47674
47675         * build-aux/maint.mk: Add indent target.
47676
47677 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47678
47679         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47680         our replacement poll.h in any case, to avoid a differing
47681         declaration from a system header.  Seen on AIX.
47682
47683 2006-03-01  Simon Josefsson  <jas@extundo.com>
47684
47685         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47686         <kasal@ucw.cz>.
47687
47688 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47689
47690         * modules/gettime (Depends-on): Add extensions module.
47691         * modules/nanosleep (Depends-on): Likewise.
47692         * modules/settime (Depends-on): Likewise.
47693
47694 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47695
47696         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47697         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47698         pedantically.
47699         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47700         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47701
47702         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47703         not "==".  Reported by Ralf Wildenhues.
47704
47705 2006-03-01  Karl Berry  <karl@gnu.org>
47706
47707         * doc/Copyright/request-*: new files, synced from gnuorg.
47708
47709 2006-03-01  Karl Berry  <karl@gnu.org>
47710
47711         * config/srclist.txt (Copyright/*): new entries.
47712
47713 2006-02-28  Simon Josefsson  <jas@extundo.com>
47714
47715         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47716
47717 2006-02-27  Simon Josefsson  <jas@extundo.com>
47718
47719         * lib/base64.h: Indent #define's.  From Jim Meyering
47720         <jim@meyering.net>.
47721
47722 2006-02-27  Jim Meyering  <jim@meyering.net>
47723
47724         Revert the change of 2006-02-24, so these files can continue
47725         to be sync'd from gettext.
47726         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47727         of `config.h'.
47728
47729 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47730
47731         * modules/intprops: New file.
47732         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47733         Add intprops.
47734         * modules/getloadavg (Files): Remove lib/intprops.h.
47735         (Depends-on): Add intprops.
47736         * modules/human: Likewise.
47737         * modules/inttostr: Likewise.
47738         * modules/openat: Likewise.
47739         * modules/sig2str: Likewise.
47740         * modules/userspec: Likewise.
47741         * modules/utimecmp: Likewise.
47742         * modules/xnanosleep: Likewise.
47743         * modules/xstrtol: Likewise.
47744
47745 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47746
47747         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47748         * modules/lock-tests (TESTS): Use $(EXEEXT).
47749         * modules/tls-tests: Likewise.
47750         * modules/argp-tests: Likewise.
47751         (check_PROGRAMS): New var, replacing...
47752         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47753
47754 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47755
47756         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47757         `config.h'.
47758
47759 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47760
47761         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47762
47763 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47764
47765         Sync from coreutils.
47766         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47767         gl_CHDIR_SAFER.
47768
47769 2006-02-22  Jim Meyering  <jim@meyering.net>
47770
47771         Sync from coreutils.
47772         * m4/chdir-safer.m4: New file.
47773
47774 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47775
47776         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47777         AT_FDCWD exceeds INT_MAX.
47778         * lib/openat.h (AT_FDCWD): Likewise.
47779
47780 2006-02-17  Eric Blake  <address@hidden>
47781
47782         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47783
47784 2006-02-16  Simon Josefsson  <jas@extundo.com>
47785
47786         * modules/getaddrinfo (Depends-on): Add sys_socket.
47787
47788 2006-02-15  Simon Josefsson  <jas@extundo.com>
47789
47790         * build-aux/maint.mk: Add dsyntax-check rule.
47791
47792 2006-02-15  Eric Blake  <ebb9@byu.net>
47793
47794         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47795         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47796         'present but cannot compile' warnings on cygwin.
47797         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47798         use ws2tcpip.h if sys/socket.h works.
47799         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47800         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47801
47802 2006-02-14  Simon Josefsson  <jas@extundo.com>
47803
47804         * modules/maintainer-makefile (Files): Rename.
47805
47806         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47807         and (the local) Makefile.cfg to maint-cfg.mk.
47808
47809         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47810         to the latter.
47811
47812         * modules/maintainer-makefile: New module.
47813
47814         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47815         severaly stripped to make it possible to build it up from scratch
47816         with reliable tests.
47817
47818         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47819         fixes to permit overriding the default actions when configure and
47820         makefile are not available.
47821
47822 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47823
47824         Sync from coreutils.
47825         * modules/lstat (Depends-on): Don't depend on xalloc.
47826         (License): Change from GPL to LGPL, since this is now simply a
47827         replacement for a libc function.
47828
47829 2006-02-14  Jim Meyering  <jim@meyering.net>
47830
47831         Sync from coreutils.
47832
47833         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47834         failure on deficient systems, and simplify gnulib lgpl dependencies.
47835         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47836         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47837
47838         * lib/xalloc-die.c: Remove unused definition of N_.
47839
47840 2006-02-14  Jim Meyering  <jim@meyering.net>
47841
47842         Sync from coreutils.
47843         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47844         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47845         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47846         double-quote uses of that variable, to accommodate the rare case in
47847         which getmntent is available in none of the libraries checked.  This
47848         happens at least on FreeBSD 5.0.
47849
47850 2006-02-13  Simon Josefsson  <jas@extundo.com>
47851
47852         * gnulib-tool (Usage): Fix --import, from
47853         karl@freefriends.org (Karl Berry).
47854
47855 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47856
47857         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47858
47859 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47860
47861         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47862         "autoupdate" on 2005-12-12.
47863
47864 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47865
47866         * modules/closeout (Depends-on): Remove atexit.
47867
47868 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47869
47870         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47871         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47872
47873 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47874
47875         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47876         __EXTENSIONS__ if this causes compilation to fail.  Problem
47877         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47878         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47879
47880 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47881
47882         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47883         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47884         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47885         All uses changed.
47886
47887 2006-01-26  Simon Josefsson  <jas@extundo.com>
47888
47889         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47890         prototype is visible on mingw32.
47891
47892         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47893         for mingw32.
47894
47895         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47896         mingw32).
47897
47898 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47899
47900         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47901         attempt to open for write; this always fails, at least on POSIX
47902         hosts.  This reinstates the 2006-01-09 change, which was
47903         inadvertently removed.
47904
47905 2006-01-26  Bruno Haible  <bruno@clisp.org>
47906
47907         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47908         Reported by Paul Eggert.
47909
47910 2006-01-26  Bruno Haible  <bruno@clisp.org>
47911             Paul Eggert  <eggert@cs.ucla.edu>
47912
47913         * lib/stdbool_.h (_Bool)
47914         [(! (defined __cplusplus || defined __BEOS__)
47915           && !defined __GNUC__
47916           && !(defined __HP_cc || defined __xlc__
47917                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47918                || defined __sgi))]:
47919         #define to signed char in these cases too; this simplifies
47920         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47921         etc., separately) and makes it more conservative.
47922
47923 2006-01-25  Simon Josefsson  <jas@extundo.com>
47924
47925         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47926         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47927         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47928
47929 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47930
47931         * lib/argp-namefrob.h: Bugfix. Remove stray #
47932
47933 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47934
47935         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47936         so that we test the test.
47937         Check for yet another HP-UX cc bug involving *bool |= bool.
47938
47939 2006-01-25  Karl Berry  <karl@gnu.org>
47940
47941         * config/srclist.txt (vasnprintf.c): sync lost.
47942
47943 2006-01-25  Jim Meyering  <jim@meyering.net>
47944
47945         Sync from the stable (b5) branch of coreutils:
47946
47947         * lib/fts.c (fts_children): Don't let close() clobber errno from
47948         failed fchdir().
47949
47950         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47951         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47952         a dangling symlink.  That can also happen at least for ELOOP.
47953         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47954         FYI, this bug predates the inclusion of fts.c in coreutils.
47955
47956         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47957         in their own block, so pre-c99 compilers don't object.
47958
47959         Avoid the double-free (first in fts_read, second in fts_close) that
47960         would occur when an `active' directory is made inaccessible (e.g.,
47961         via chmod a-x) during a traversal.
47962         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47963         before returning.  Reproduce this failure by
47964         mkdir -p a/b; cd a; chmod a-x . b
47965         Reported by Stavros Passas.
47966
47967 2006-01-25  Jim Meyering  <jim@meyering.net>
47968
47969         * lib/fileblocks.c: Remove more useless parentheses.
47970         * lib/readutmp.h: Likewise.
47971
47972 2006-01-25  Bruno Haible  <bruno@clisp.org>
47973
47974         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47975         warnings.
47976         Reported by Paul Eggert.
47977
47978 2006-01-25  Bruno Haible  <bruno@clisp.org>
47979
47980         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47981         rid of a trap command. For Solaris sh.
47982         Reported by Mark D. Baushke <mdb@gnu.org>.
47983
47984 2006-01-24  Simon Josefsson  <jas@extundo.com>
47985
47986         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47987         Bruno.
47988
47989 2006-01-24  Karl Berry  <karl@gnu.org>
47990
47991         * config/srclist.txt (argp-namefrob.h): sync lost.
47992
47993 2006-01-24  Jim Meyering  <jim@meyering.net>
47994
47995         * modules/openat (Files): Add lib/intprops.h.
47996         From Mark D. Baushke.
47997
47998 2006-01-24  Jim Meyering  <jim@meyering.net>
47999
48000         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48001         Reported by Mark D. Baushke.
48002
48003 2006-01-24  Jim Meyering  <jim@meyering.net>
48004
48005         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48006
48007 2006-01-24  Bruno Haible  <bruno@clisp.org>
48008
48009         * modules/strnlen (Maintainer): Change from glibc to all.
48010
48011 2006-01-24  Bruno Haible  <bruno@clisp.org>
48012
48013         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48014         Patch by Paul Eggert.
48015
48016 2006-01-24  Bruno Haible  <bruno@clisp.org>
48017
48018         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48019         already has it.
48020         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48021         2005-11-26.
48022
48023         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48024         'signed char' to avoid problems with the built-in _Bool type.
48025         Reported by Paul Eggert on 2005-11-26.
48026
48027 2006-01-24  Bruno Haible  <bruno@clisp.org>
48028
48029         * gnulib-tool (func_import): Avoid constructing complicated sed
48030         expressions inside backquote.
48031         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48032
48033 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48034
48035         These changes imported from libc.
48036         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48037         test and two separate function calls.
48038         * lib/strndup.c (__strndup): Add libc_hidden_def.
48039
48040 2006-01-23  Simon Josefsson  <jas@extundo.com>
48041
48042         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48043         Remove the test_*_SOURCES variable: automake infers it by default.
48044         * modules/tls-tests: Likewise.
48045
48046 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48047
48048         Work around porting bugs reported by Dieter in
48049         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48050         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48051         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48052         Include "getopt.h" first, to check interface.
48053         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48054         !HAVE_DECL_GETENV.
48055         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48056         (__strndup): Revert to K&R-style function dfns, the glibc style.
48057         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48058         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48059         Include strnlen.h first, to get prototype properly.
48060         (strnlen): Renamed from __strnlen.
48061         Remove weak alias.
48062
48063 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48064
48065         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48066
48067 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48068
48069         * config/srclist.txt: Adjust to reflect glibc reorganization.
48070         This affects only comments.
48071
48072 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48073
48074          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48075          Reported by Bruce Korb <bkorb@gnu.org>.
48076
48077 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48078
48079         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48080         to pacify gcc -Wswitch-default.
48081
48082 2006-01-22  Bruno Haible  <bruno@clisp.org>
48083
48084         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48085         temporary buffer for sprintf, take into account the precision also
48086         for 'd', 'i', 'u', 'o', 'x', 'X'.
48087
48088 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48089
48090         * modules/argp-tests: New module
48091         * tests/test-argp.c: New file
48092         * tests/test-argp-2.sh: New file
48093
48094 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48095
48096         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48097         (__argp_base_name): Removed
48098         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48099         typo.
48100         (__argp_base_name): Provide macro definition or extern declaration
48101         depending on the configuration
48102
48103 2006-01-20  Simon Josefsson  <jas@extundo.com>
48104
48105         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48106
48107 2006-01-20  Simon Josefsson  <jas@extundo.com>
48108
48109         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48110
48111 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48112
48113         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48114         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48115         Suggested by Bruno Haible.
48116
48117 2006-01-20  Karl Berry  <karl@gnu.org>
48118
48119         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48120         until changes propagate, I guess.
48121
48122 2006-01-19  Simon Josefsson  <jas@extundo.com>
48123
48124         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48125
48126 2006-01-19  Simon Josefsson  <jas@extundo.com>
48127
48128         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48129
48130 2006-01-19  Simon Josefsson  <jas@extundo.com>
48131
48132         * gnulib-tool: Set check_PROGRAMS.
48133
48134         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48135         modules/des-tests, modules/gc-arcfour-tests,
48136         modules/gc-arctwo-tests, modules/gc-des-tests,
48137         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48138         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48139         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48140         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48141         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48142         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48143         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48144         test_*_SOURCES.
48145
48146 2006-01-18  Simon Josefsson  <jas@extundo.com>
48147
48148         * modules/socklen (Depends-on): Depend on sys_socket.
48149
48150 2006-01-18  Simon Josefsson  <jas@extundo.com>
48151
48152         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48153         modules/des-tests, modules/gc-arcfour-tests,
48154         modules/gc-arctwo-tests, modules/gc-des-tests,
48155         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48156         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48157         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48158         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48159         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48160         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48161         $(EXEEXT) to automake TESTS variable, for mingw32.
48162
48163 2006-01-17  Simon Josefsson  <jas@extundo.com>
48164
48165         * modules/socklen (Include): Need sys/socket.h.
48166
48167 2006-01-17  Bruno Haible  <bruno@clisp.org>
48168
48169         * modules/ssize_t (Include): Add <sys/types.h>.
48170
48171 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48172
48173         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48174         it's not portable and it doesn't work with cross-compiles.
48175         Problem reported by Bruno Haible.  Fix missing-$ typo in
48176         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48177         -zignore from being used with Sun's C compiler.
48178
48179 2006-01-12  Simon Josefsson  <jas@extundo.com>
48180
48181         * lib/base64.c: Fix warning, reported by Bruno Haible
48182         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48183
48184 2006-01-12  Bruno Haible  <bruno@clisp.org>
48185
48186         * modules/ldd: New file.
48187         * build-aux/ldd.sh.in: New file.
48188         * MODULES.html.sh (Support for building libraries and executables): Add
48189         ldd.
48190
48191 2006-01-12  Bruno Haible  <bruno@clisp.org>
48192
48193         * m4/ldd.m4: New file.
48194
48195 2006-01-12  Bruno Haible  <bruno@clisp.org>
48196
48197         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48198         endless loop while replacing $auxdir with build-aux.
48199
48200 2006-01-11  Simon Josefsson  <jas@extundo.com>
48201
48202         * lib/stdint_.h (SIZE_MAX): Add missing (.
48203
48204 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48205
48206         Sync from coreutils.
48207         * lib/md5.c: Fix commentary typos.
48208         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48209         * lib/md5.h (__attribute__): Remove; unused.
48210         * lib/sha1.c: Fix commentary to match md5 better.
48211         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48212         so that we don't need to worry about alignment.  All uses changed.
48213         This merges the 2005-10-28 md5 change into sha1.
48214
48215 2006-01-11  Jim Meyering  <jim@meyering.net>
48216
48217         Sync from coreutils.
48218         * lib/md5.c (OP): Fix spacing.
48219
48220 2006-01-11  Bruno Haible  <bruno@clisp.org>
48221
48222         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48223         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48224         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48225
48226 2006-01-11  Bruno Haible  <bruno@clisp.org>
48227
48228         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48229         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48230         the "early" section as well.
48231
48232 2006-01-11  Bruno Haible  <bruno@clisp.org>
48233
48234         Avoid "ar: no archive members specified" error on MacOS X.
48235         * gnulib-tool (func_modules_add_dummy): New function.
48236         (func_import, func_create_testdir): Invoke it.
48237
48238 2006-01-11  Bruno Haible  <bruno@clisp.org>
48239
48240         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48241         with $auxdir in AC_CONFIG_FILES statements.
48242
48243 2006-01-11  Bruno Haible  <bruno@clisp.org>
48244
48245         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48246         Initialize also noinst_HEADERS to empty.
48247
48248 2006-01-11  Bruno Haible  <bruno@clisp.org>
48249
48250         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48251         variables.
48252         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48253         autoreconf.
48254
48255 2006-01-11  Bruno Haible  <bruno@clisp.org>
48256
48257         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48258         overridable by the user.
48259         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48260
48261 2006-01-10  Simon Josefsson  <jas@extundo.com>
48262
48263         * modules/sys_socket: New file.
48264
48265 2006-01-10  Simon Josefsson  <jas@extundo.com>
48266
48267         * m4/sys_socket_h.m4: New file.
48268
48269 2006-01-10  Simon Josefsson  <jas@extundo.com>
48270
48271         * lib/socket_.h: New file.
48272
48273 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48274
48275         * modules/readutmp (Maintainer): Add myself.
48276
48277 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48278
48279         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48280         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48281         People who are still concerned with buggy memcmp implementations
48282         can invoke gl_FUNC_MEMCMP themselves.
48283
48284 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48285
48286         * lib/regex_internal.h (BITSET_WORD_BITS):
48287         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48288         preprocessor mishandles large unsigned values as if they were signed.
48289         Problem reported by Claudio Fontana in
48290         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48291
48292 2006-01-10  Jim Meyering  <jim@meyering.net>
48293
48294         Avoid the double-free (first in fts_read, second in fts_close) that
48295         would occur when an `active' directory is made inaccessible (e.g.,
48296         via chmod a-x) during a traversal.
48297         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48298         before returning.  Reproduce this failure by
48299         mkdir -p a/b; cd a; chmod a-x . b
48300         Reported by Stavros Passas.
48301
48302         Sync from coreutils.
48303         * lib/sha1.c: Tweak grammar in a comment.
48304
48305 2006-01-10  Jim Meyering  <jim@meyering.net>
48306
48307         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48308         Patch by Joerg Sonnenberger.
48309
48310 2006-01-10  Bruno Haible  <bruno@clisp.org>
48311
48312         * modules/readutmp: Depend on module free.
48313         * modules/strtok_r: Depend on module restrict.
48314
48315 2006-01-10  Bruno Haible  <bruno@clisp.org>
48316
48317         * modules/gettext (configure.ac): Add an invocation of
48318         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48319
48320 2006-01-10  Bruno Haible  <bruno@clisp.org>
48321
48322         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48323         Reported by Werner Lemberg <wl@gnu.org>.
48324
48325 2006-01-10  Bruno Haible  <bruno@clisp.org>
48326
48327         * lib/localcharset.c: Update from GNU gettext.
48328
48329 2006-01-10  Bruno Haible  <bruno@clisp.org>
48330
48331         * lib/argp.h (__const): Remove macro. Use const instead.
48332         * lib/argp-fmtstream.h (__const): Likewise.
48333         * lib/glob_.h (__const): Remove macro.
48334         * lib/glob-libc.h: Use const instead of __const.
48335
48336 2006-01-10  Bruno Haible  <bruno@clisp.org>
48337
48338         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48339         variable.
48340         Needed to avoid an automake error regarding the 'gettext' module.
48341
48342 2006-01-09  Simon Josefsson  <jas@extundo.com>
48343
48344         * modules/inet_ntop (Depends-on): Add restrict.
48345
48346 2006-01-09  Simon Josefsson  <jas@extundo.com>
48347
48348         * modules/gc-rijndael-tests (License): Put under LGPL.
48349
48350         * modules/gc-des-tests (License): Likewise.
48351
48352         * modules/gc-arcfour-tests (License): Likewise.
48353
48354         * modules/gc-arctwo-tests (License): Likewise.
48355
48356         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48357
48358         * modules/gc-hmac-sha1-tests (Files): Likewise.
48359
48360         * modules/gc-hmac-md5-tests (License): Likewise.
48361
48362         * modules/gc-sha1-tests (License): Likewise.
48363
48364         * modules/gc-md5-tests (License): Likewise.
48365
48366         * modules/gc-md4-tests (License): Likewise.
48367
48368         * modules/gc-md2-tests (License): Likewise.
48369
48370         * modules/gc-tests (License): Likewise.
48371
48372         * modules/des-tests (License): Likewise.
48373
48374         * modules/md4-tests (License): Likewise.
48375
48376         * modules/md2-tests (License): Likewise.
48377
48378 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48379
48380         Sync from coreutils:
48381
48382         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48383         * modules/lib-ignore: New file.
48384         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48385         chdir-safer.m4, lchmod.m4.
48386         * modules/openat: Add mkdirat.c, openat-priv.h.
48387
48388 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48389
48390         Sync from coreutils.
48391         * m4/lib-ignore.m4: New file.
48392         * m4/lchmod.m4: New file.
48393
48394 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48395
48396         Sync from coreutils.
48397         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48398         for write access: POSIX says that must fail.
48399         * lib/fts.c (diropen): Likewise.
48400         * lib/save-cwd.c (save_cwd): Likewise.
48401         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48402         well, for minor improvements on hosts that lack O_DIRECTORY.
48403         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48404         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48405         Fall back on chown if open failed with EACCES.
48406
48407         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48408         Report an error at compile-time if only a 1-second nominal clock
48409         resolution is found.
48410
48411         * lib/lchmod.h: New file.
48412         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48413         (make_dir_parents): Use lchown rather than chown, and
48414         lchmod rather than chmod.
48415
48416         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48417         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48418         "proc" reported by n0dalus.
48419
48420         * lib/mountlist.c: Include <limits.h>.
48421         (dev_from_mount_options)
48422         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48423         New function.  It no longer assumes "dev=" has the System V meaning
48424         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48425         (read_file_system_list)
48426         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48427         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48428         dev= in that case.
48429
48430         * lib/posixtm.h (PDS_PRE_2000): New macro.
48431         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48432         allow_century.  All usages changed.  Reject dates outside the range
48433         1969-1999 if PDS_PRE_2000 is used.
48434
48435 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48436
48437         Sync from coreutils.
48438         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48439         (Time of day items): Mention the possibility of leap seconds.
48440         Problem reported by Dr. David Alan Gilbert.
48441
48442 2006-01-09  Jim Meyering  <jim@meyering.net>
48443
48444         Sync from coreutils.
48445
48446         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48447
48448         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48449
48450         * lib/modechange.c (mode_compile): Reject an invalid mode string
48451         that starts with an octal digit.  From Andreas Gruenbacher.
48452
48453         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48454         and dup to open_safer and dup_safer, respectively.
48455         (openat_permissive): Fix typo in comment.
48456
48457         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48458         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48459         (_): Remove; no longer needed.
48460         (openat): Renamed from rpl_openat; no need for rpl_openat
48461         since openat.h renames openat for us.
48462         Replace most of the body with a call to openat_permissive,
48463         to avoid duplicate code.
48464         Port to (probably hypothetical) environments were mode_t is
48465         wider than int.
48466         (openat_permissive): Require mode arg, so that we can check
48467         types better.  Put it just after flags.  Change cwd failure
48468         indicator from pointer-to-bool to pointer-to-errno-value.
48469         All callers changed.
48470         Invoke openat_save_fail and/or openat_restore_fail if
48471         cwd_errno is null, so that openat can call us.
48472         (openat_permissive, fdopendir, fstatat, unlinkat):
48473         Simplify errno handling to avoid some duplicate code,
48474         as it's OK to set errno on success.
48475         * lib/openat.h: Revamp code so that function macros depend on
48476         __OPENAT_PREFIX only, not also on AT_FDCWD.
48477         (openat_ro): Remove.  Caller changed to use openat_permissive.
48478         (openat_permissive): Now a macro, if not a function.
48479         (openat_restore_fail, openat_save_fail): Now always functions,
48480         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48481
48482         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48483         and openat.c.
48484         * lib/mkdirat.c: Include openat-priv.h.
48485         Remove definitions of macros defined therein.
48486         * lib/openat.c: Likewise.
48487
48488         * lib/mkdirat.c (mkdirat): New file and function.
48489         * lib/openat.h (mkdirat): Declare.
48490
48491         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48492
48493         * lib/openat.h (openat_permissive): Declare.
48494         (openat_ro): Define.
48495
48496         * lib/openat.c (EXPECTED_ERRNO): New macro.
48497         (openat_permissive): New function -- used in remove.c rewrite.
48498         (all functions): Set errno just before returning, only if there
48499         was an actual failure.
48500         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48501
48502         Emulate openat-family functions using Linux's procfs, if possible.
48503         Idea and some code based on Ulrich Drepper's glibc changes.
48504
48505         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48506         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48507         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48508         before falling back on save_cwd and restore_cwd.
48509         (fdopendir, fstatat, unlinkat): Likewise.
48510
48511         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48512         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48513
48514         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48515         as second argument to va_arg.  Otherwise, some versions of gcc
48516         warn that `if this code is reached, the program will abort'.
48517
48518 2006-01-09  Jim Meyering  <jim@meyering.net>
48519
48520         Sync from coreutils.
48521         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48522         Require openat-priv.h.
48523
48524 2006-01-09  Bruno Haible  <bruno@clisp.org>
48525
48526         * modules/strnlen (Include): Use strnlen.h.
48527
48528 2006-01-09  Bruno Haible  <bruno@clisp.org>
48529
48530         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48531
48532 2006-01-09  Bruno Haible  <bruno@clisp.org>
48533
48534         * lib/sysexit_.h (EX_OK): New macro.
48535         Suggested by Martin Lambers <marlam@marlam.de>.
48536
48537 2006-01-09  Bruno Haible  <bruno@clisp.org>
48538
48539         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48540         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48541
48542 2006-01-09  Bruno Haible  <bruno@clisp.org>
48543
48544         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48545         numbers.
48546
48547 2006-01-09  Bruno Haible  <bruno@clisp.org>
48548
48549         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48550         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48551         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48552         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48553
48554 2006-01-09  Bruno Haible  <bruno@clisp.org>
48555
48556         * build-aux/javacomp.sh.in: New file, moved from lib/.
48557         * modules/javacomp-script (Files): Update.
48558         (configure.ac): Add AC_CONFIG_FILES invocation.
48559         (EXTRA_DIST): Remove variable.
48560
48561         * build-aux/javaexec.sh.in: New file, moved from lib/.
48562         * modules/javaexec (Files): Update.
48563         (configure.ac): Add AC_CONFIG_FILES invocation.
48564         (EXTRA_DIST): Remove javaexec.sh.in.
48565
48566         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48567         * modules/csharpcomp-script (Files): Update.
48568         (configure.ac): Add AC_CONFIG_FILES invocation.
48569         (EXTRA_DIST): Remove variable.
48570
48571         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48572         * modules/csharpexec (Files): Update.
48573         (configure.ac): Add AC_CONFIG_FILES invocation.
48574         (EXTRA_DIST): Remove csharpexec.sh.in.
48575
48576 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48577
48578         Sync from coreutils.
48579
48580         Add POSIX ACL support
48581         * lib/acl.h (copy_acl, set_acl): Add declarations.
48582         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48583         systems other than Linux.
48584         (chmod_or_fchmod): New function: use fchmod when possible,
48585         and chmod otherwise.
48586         (file_has_acl): Add a POSIX ACL implementation, with a
48587         Linux-specific subcase.
48588         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48589         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48590         acls are unsupported.
48591         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48592         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48593         are unsupported.
48594
48595 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48596
48597         Sync from coreutils.
48598         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48599
48600 2006-01-07  Bruno Haible  <bruno@clisp.org>
48601
48602         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48603         gl_EARLY.
48604
48605 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48606
48607         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48608         Problem reported for Mingw by Mark Junker.
48609
48610 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48611
48612         * README: Gnulib normally doesn't generate a tarball.
48613
48614 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48615
48616         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48617         long int, not int, for nanosecond counts, so that people who are
48618         used to POSIX struct timespec won't be surprised.  Reported by Jim
48619         Meyering.
48620
48621 2005-12-28  Bruno Haible  <bruno@clisp.org>
48622
48623         * build-aux/config.rpath: Update from GNU gettext.
48624
48625 2005-12-16  Jim Meyering  <jim@meyering.net>
48626
48627         * modules/fprintftime: New module.
48628         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48629
48630 2005-12-16  Jim Meyering  <jim@meyering.net>
48631
48632         * m4/fprintftime.m4: New file.
48633
48634 2005-12-16  Jim Meyering  <jim@meyering.net>
48635
48636         * lib/fprintftime.c, lib/fprintftime.h: New files.
48637
48638 2005-12-15  Simon Josefsson  <jas@extundo.com>
48639
48640         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48641         new m4/socklen.m4.
48642
48643 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48644
48645         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48646         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48647
48648 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48649
48650         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48651         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48652         struct uparams is valid. Fall back to the default values if it is
48653         not.
48654
48655 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48656
48657         * modules/argp (Files): Add argp-pin.c
48658         (Depends-on): dirname
48659         (lib_SOURCES): Add argp-pin.c
48660
48661 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48662
48663         * m4/argp.m4:  Check if program_invocation_name and
48664         program_invocation_short_name are declared and define appropriate
48665         macros if they are not.
48666
48667 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48668
48669         * lib/argp-help.c (__argp_base_name): New function
48670         (__argp_short_program_name): Rewrite using __argp_base_name
48671         * lib/argp-namefrob.h: Define program_invocation_name and
48672         program_invocation_short_name if requested
48673         (__argp_base_name): Add prototype
48674         * lib/argp-parse.c (argp_def): Use gettext wrappers
48675         (argp_default_parser): Use __argp_base_name
48676         * lib/argp-pin.c: New file. Defines program_invocation_name and
48677         program_invocation_short_name on systems that lack them.
48678
48679 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48680
48681         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48682         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48683         porting problem reported by Georg Schwarz in
48684         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48685
48686 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48687
48688         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48689         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48690         porting problem reported by Georg Schwarz in
48691         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48692
48693 2005-12-05  Bruno Haible  <bruno@clisp.org>
48694
48695         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48696         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48697         Reported by Mark Junker <mjscod@gmx.de>.
48698
48699 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48700
48701         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48702         Use implementation from Albert Chin, with some
48703         comments/corrections by Stepan Kasal and myself.
48704
48705 2005-12-02  Bruno Haible  <bruno@clisp.org>
48706
48707         * gnulib-tool (func_import): Accept GPLed build tool modules when
48708         --lgpl is given.
48709         * modules/csharpcomp-script: New file.
48710         * modules/csharpcomp: Depend on it.
48711         * modules/javacomp-script: New file.
48712         * modules/javacomp: Depend on it.
48713         Suggested by Simon Josefsson.
48714
48715 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48716
48717         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48718         statement, to work around an HP-UX 10.20 compiler bug reported by
48719         Peter O'Gorman.
48720
48721 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48722
48723         * modules/savedir (Depends-on): Add openat.
48724
48725 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48726
48727         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48728         (uintmax_t) [defined uintmax_t]: Do not declare.
48729         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48730         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48731         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48732         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48733         sake of portability to weird hosts that C allows (though we don't
48734         know of any practical examples).
48735
48736         * lib/savedir.h (fdsavedir): New decl.
48737         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48738         contains most of the former guts of savedir.
48739         (savedir): Use savedirstream.
48740         Include "openat.h".
48741
48742 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48743
48744         * modules/obstack (Files): Add m4/ulonglong.m4.
48745         Problem reported by Davide Angelocola.
48746
48747 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48748
48749         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48750         coreutils no longer futzes with rounding modes.
48751
48752 2005-11-14  Jim Meyering  <jim@meyering.net>
48753
48754         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48755         replacement of mkstemp.
48756
48757 2005-11-10  Simon Josefsson  <jas@extundo.com>
48758
48759         * lib/readline.c: Remove EOL.
48760
48761 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48762
48763         * modules/gethrxtime (Depends-on): Add gettime.
48764
48765 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48766
48767         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48768         or gettimeofday; no longer needed.
48769
48770 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48771
48772         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48773         time business.
48774         (gethrxtime) [! (HAVE_NANOUPTIME
48775         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48776         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48777         our own approximation.
48778
48779 2005-11-08  Eric Blake  <ebb9@byu.net>
48780
48781         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48782
48783 2005-11-08  Eric Blake  <ebb9@byu.net>
48784
48785         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48786
48787 2005-11-04  Bruno Haible  <bruno@clisp.org>
48788
48789         * gnulib-tool: Implement --update mode.
48790
48791 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48792
48793         Fix porting problem reported by Theodoros V. Kalamatianos.
48794         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48795         Don't assume that futimes failing means we must fail.
48796
48797 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48798
48799         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48800         variables to suggest the intended function of the PATH_MAX check.
48801
48802 2005-10-30  Kean Johnston  <jkj@sco.com>
48803
48804         Trivial changes to support SCO systems.
48805         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48806         as PATH_MAX.
48807         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48808         where __ptr is null when no I/O is pending.
48809
48810 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48811
48812         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48813         leave errno alone.  Problem reported by Dmitry V. Levin.
48814
48815 2005-10-28  Simon Josefsson  <jas@extundo.com>
48816
48817         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48818         Test more.
48819
48820         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48821
48822         * modules/md2, modules/md2-tests: New files.
48823
48824 2005-10-28  Simon Josefsson  <jas@extundo.com>
48825
48826         * m4/inet_ntop.m4: More tests.
48827
48828         * m4/gc-md2.m4, md2.m4: New file.
48829
48830 2005-10-28  Simon Josefsson  <jas@extundo.com>
48831
48832         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48833         "restrict" keywords, as per POSIX.  Protect the function
48834         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48835         Don't use K&R prototypes.  Check the sprintf return values.
48836         Re-define EAFNOSUPPORT if not present.  Indent.
48837
48838         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48839         suggested by Bruno Haible <bruno@clisp.org>.
48840
48841         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48842
48843         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48844
48845         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48846         libgcrypt).
48847
48848         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48849
48850         * lib/md2.h, lib/md2.c: New files.
48851
48852 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48853
48854         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48855         errno alone.  Problem reported by Frederic Jolliton.
48856
48857 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48858
48859         * modules/verify (License): Change from GPL to LGPL.  This is a
48860         tiny module and there are apparently near-equivalents that are
48861         under the BSD license.
48862
48863 2005-10-24  Simon Josefsson  <jas@extundo.com>
48864
48865         * modules/sha1: Relicense to LGPL.
48866
48867 2005-10-24  Simon Josefsson  <jas@extundo.com>
48868
48869         * lib/md4.h: Shrink buffer size, now that we changed the type.
48870
48871 2005-10-23  Simon Josefsson  <jas@extundo.com>
48872
48873         * gnulib-tool (func_import): Fix --tests-base.
48874
48875 2005-10-22  Simon Josefsson  <jas@extundo.com>
48876
48877         * modules/arcfour (Depends-on): Need stdint.
48878
48879 2005-10-22  Simon Josefsson  <jas@extundo.com>
48880
48881         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48882         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48883
48884 2005-10-22  Simon Josefsson  <jas@extundo.com>
48885
48886         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48887         suggested by Bruno Haible <bruno@clisp.org>.
48888
48889 2005-10-22  Simon Josefsson  <jas@extundo.com>
48890
48891         * lib/crc.h: Include stddef.h, for size_t.
48892
48893 2005-10-22  Simon Josefsson  <jas@extundo.com>
48894
48895         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48896         arcfour_context struct (simplify test vector testing in GNU
48897         Shishi).
48898
48899 2005-10-21  Simon Josefsson  <jas@extundo.com>
48900
48901         * modules/des, modules/des-tests: New files.
48902
48903         * modules/gc-des, modules/gc-des-tests: New files.
48904
48905         * tests/test-des.c, tests/test-gc-des.c: New file.
48906
48907 2005-10-21  Simon Josefsson  <jas@extundo.com>
48908
48909         * modules/arctwo, modules/arctwo-tests: New files.
48910
48911         * tests/test-arctwo.c: New file.
48912
48913         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48914
48915         * tests/test-gc-arctwo.c: New file.
48916
48917 2005-10-21  Simon Josefsson  <jas@extundo.com>
48918
48919         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48920         Bruno Haible <bruno@clisp.org>.
48921
48922         * m4/gc-des.m4: New file.
48923
48924 2005-10-21  Simon Josefsson  <jas@extundo.com>
48925
48926         * m4/arctwo.m4: New file.
48927
48928         * m4/gc-arctwo.m4: New file.
48929
48930 2005-10-21  Simon Josefsson  <jas@extundo.com>
48931
48932         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48933         block.
48934
48935 2005-10-21  Simon Josefsson  <jas@extundo.com>
48936
48937         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48938         <bruno@clisp.org>.
48939
48940         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48941
48942         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48943         Bruno Haible <bruno@clisp.org>.
48944
48945         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48946         <bruno@clisp.org>.
48947
48948 2005-10-21  Simon Josefsson  <jas@extundo.com>
48949
48950         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48951
48952 2005-10-21  Simon Josefsson  <jas@extundo.com>
48953
48954         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48955
48956 2005-10-21  Simon Josefsson  <jas@extundo.com>
48957
48958         * lib/des.h, lib/des.c: New files.
48959
48960         * lib/gc-gnulib.c: Support DES.c
48961
48962 2005-10-21  Simon Josefsson  <jas@extundo.com>
48963
48964         * lib/arctwo.h, lib/arctwo.c: New files.
48965
48966         * lib/gc-gnulib.c: Support ARCTWO.
48967
48968 2005-10-21  Simon Josefsson  <jas@extundo.com>
48969
48970         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48971         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48972
48973 2005-10-21  Simon Josefsson  <jas@extundo.com>
48974
48975         * gnulib-tool (func_import, func_create_testdir): Define automake
48976         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48977         Makefile.am snippet),
48978         suggested by Bruno Haible <bruno@clisp.org>.
48979
48980         * modules/gc (Makefile.am): Use it.
48981
48982 2005-10-21  Bruno Haible  <bruno@clisp.org>
48983
48984         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48985         patch.
48986
48987 2005-10-19  Simon Josefsson  <jas@extundo.com>
48988
48989         * tests/test-gc-rijndael.c: New file.
48990
48991         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48992
48993 2005-10-19  Simon Josefsson  <jas@extundo.com>
48994
48995         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48996         interface too.
48997
48998 2005-10-19  Simon Josefsson  <jas@extundo.com>
48999
49000         * tests/test-gc-arcfour.c: New file.
49001
49002         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49003
49004 2005-10-19  Simon Josefsson  <jas@extundo.com>
49005
49006         * modules/gc-md4, modules/gc-md4-tests: New file.
49007
49008         * tests/test-gc-md4.c: New file.
49009
49010 2005-10-19  Simon Josefsson  <jas@extundo.com>
49011
49012         * m4/gc-md4.m4: New file.
49013
49014 2005-10-19  Simon Josefsson  <jas@extundo.com>
49015
49016         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49017         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49018         <kasal@ucw.cz>.
49019
49020 2005-10-19  Simon Josefsson  <jas@extundo.com>
49021
49022         * m4/gc-arcfour.m4: New file.
49023
49024         * m4/gc-rijndael.m4: New file.
49025
49026 2005-10-19  Simon Josefsson  <jas@extundo.com>
49027
49028         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49029
49030 2005-10-19  Simon Josefsson  <jas@extundo.com>
49031
49032         * lib/gc-gnulib.c: Support ARCFOUR.
49033
49034 2005-10-19  Simon Josefsson  <jas@extundo.com>
49035
49036         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49037         support.
49038
49039         * lib/gc.h: Add ECB enum type.
49040
49041         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49042
49043 2005-10-18  Simon Josefsson  <jas@extundo.com>
49044
49045         * tests/test-md5.c: New file.
49046
49047         * modules/md5-tests: New file.
49048
49049 2005-10-18  Simon Josefsson  <jas@extundo.com>
49050
49051         * tests/test-md4.c: New file.
49052
49053         * modules/md4, modules/md4-tests: New files.
49054
49055 2005-10-18  Simon Josefsson  <jas@extundo.com>
49056
49057         * m4/md4.m4: New file.
49058
49059 2005-10-18  Simon Josefsson  <jas@extundo.com>
49060
49061         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49062
49063 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49064
49065         * gnulib-tool (func_create_testdir): Omit the second check whether
49066         BUILT_SOURCES in nonempty.
49067
49068 2005-10-17  Simon Josefsson  <jas@extundo.com>
49069
49070         * tests/test-rijndael.c: New file.
49071
49072 2005-10-17  Simon Josefsson  <jas@extundo.com>
49073
49074         * modules/sha1: Depend on stdint instead of md5.
49075
49076         * modules/md5: Depend on stdint, remove uint32_t.
49077
49078 2005-10-17  Simon Josefsson  <jas@extundo.com>
49079
49080         * modules/gc-sha1-tests: New file.
49081
49082         * tests/test-gc-sha1.c: New file.
49083
49084 2005-10-17  Simon Josefsson  <jas@extundo.com>
49085
49086         * m4/md5.m4: Remove call to uint32_t.m4.
49087
49088 2005-10-17  Simon Josefsson  <jas@extundo.com>
49089
49090         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49091
49092         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49093         md5.h.
49094
49095         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49096
49097         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49098
49099 2005-10-17  Simon Josefsson  <jas@extundo.com>
49100
49101         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49102
49103 2005-10-17  Simon Josefsson  <jas@extundo.com>
49104
49105         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49106
49107 2005-10-17  Simon Josefsson  <jas@extundo.com>
49108
49109         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49110
49111         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49112
49113 2005-10-17  Bruno Haible  <bruno@clisp.org>
49114
49115         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49116         that it can also be used in a test.
49117
49118 2005-10-16  Bruno Haible  <bruno@clisp.org>
49119
49120         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49121         TESTS_ENVIRONMENT, so that individual tests can augment it.
49122
49123         * gnulib-tool (func_create_testdir): Use an intermediate target for
49124         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49125         macros, like $(ALLOCA_H), which cannot be passed through the command
49126         line.
49127
49128 2005-10-15  Simon Josefsson  <jas@extundo.com>
49129
49130         * modules/rijndael-tests: New file.
49131
49132         * modules/rijndael: New file.
49133
49134 2005-10-15  Simon Josefsson  <jas@extundo.com>
49135
49136         * m4/rijndael.m4: New file.
49137
49138 2005-10-15  Simon Josefsson  <jas@extundo.com>
49139
49140         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49141
49142         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49143
49144 2005-10-14  Simon Josefsson  <jas@extundo.com>
49145
49146         * tests/test-arcfour.c: New file.
49147
49148         * modules/arcfour, modules/arcfour-tests: New files.
49149
49150 2005-10-14  Simon Josefsson  <jas@extundo.com>
49151
49152         * m4/arcfour.m4: New file.
49153
49154 2005-10-14  Simon Josefsson  <jas@extundo.com>
49155
49156         * lib/arcfour.h, lib/arcfour.c: New files.
49157
49158 2005-10-14  Roland McGrath  <roland@redhat.com>
49159
49160         Import from libc.  [BZ #1331]
49161         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49162         macro argument.
49163         Reported by Matej Vela <vela@debian.org>.
49164
49165 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49166
49167         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49168         include <wchar.h>; no longer needed.
49169
49170 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49171
49172         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49173
49174 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49175         and  Ulrich Drepper  <drepper@redhat.com>
49176
49177         Import from libc.
49178         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49179         instead of inline stream orientation test and two separate
49180         function calls.  Pay no attention to USE_IN_LIBIO.
49181
49182 2005-10-13  Simon Josefsson  <jas@extundo.com>
49183
49184         * modules/gc-hmac-md5-tests: New file.
49185
49186         * tests/test-gc-hmac-sha1.c: New file.
49187
49188         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49189
49190         * modules/gc-hmac-md5-tests: New file.
49191
49192         * tests/test-gc-md5.c: New file.
49193
49194         * modules/gc-md5-tests: New file.
49195
49196 2005-10-13  Simon Josefsson  <jas@extundo.com>
49197
49198         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49199         Move memory allocation outside of loop.
49200
49201 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49202
49203         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49204         intermediate directory is in a read-only file system.  Problem
49205         reported by Eric Blake.
49206
49207 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49208
49209         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49210
49211 2005-10-12  Simon Josefsson  <jas@extundo.com>
49212
49213         * tests/test-hmac-sha1.c: New file.
49214
49215         * modules/hmac-sha1-tests: New file.
49216
49217         * modules/hmac-sha1: New file.
49218
49219 2005-10-12  Simon Josefsson  <jas@extundo.com>
49220
49221         * modules/gc-sha1: New file.
49222
49223 2005-10-12  Simon Josefsson  <jas@extundo.com>
49224
49225         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49226
49227         * tests/test-gc-pbkdf2-sha1.c: New file.
49228
49229 2005-10-12  Simon Josefsson  <jas@extundo.com>
49230
49231         * modules/gc-md5, modules/gc-hmac-md5: New files.
49232
49233         * modules/gc (Files): Remove md5, memxor and hmac files.
49234
49235 2005-10-12  Simon Josefsson  <jas@extundo.com>
49236
49237         * m4/gc-pbkdf2-sha1.m4: New file.
49238
49239         * m4/gc-hmac-sha1.m4: New file.
49240
49241         * m4/gc-sha1: New file.
49242
49243         * m4/hmac-sha1.m4: New file.
49244
49245 2005-10-12  Simon Josefsson  <jas@extundo.com>
49246
49247         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49248
49249         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49250
49251 2005-10-12  Simon Josefsson  <jas@extundo.com>
49252
49253         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49254         suggested by Bruno Haible <bruno@clisp.org>.
49255
49256 2005-10-12  Simon Josefsson  <jas@extundo.com>
49257
49258         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49259
49260 2005-10-12  Simon Josefsson  <jas@extundo.com>
49261
49262         * lib/gc-pbkdf2-sha1.c: New file.
49263
49264         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49265
49266 2005-10-12  Simon Josefsson  <jas@extundo.com>
49267
49268         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49269
49270         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49271
49272 2005-10-12  Simon Josefsson  <jas@extundo.com>
49273
49274         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49275         GC_USE_HMAC_MD5, respectively.
49276
49277         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49278         (gc_md5): Fix typo.
49279
49280         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49281
49282         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49283
49284         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49285
49286 2005-10-12  Bruno Haible  <bruno@clisp.org>
49287
49288         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49289         Reported by Stepan Kasal <kasal@ucw.cz>.
49290
49291 2005-10-11  Simon Josefsson  <jas@extundo.com>
49292
49293         * tests/test-crc.c: New file.
49294
49295         * modules/crc, modules/crc-tests: New files.
49296
49297 2005-10-11  Simon Josefsson  <jas@extundo.com>
49298
49299         * m4/crc.m4: New file.
49300
49301 2005-10-11  Simon Josefsson  <jas@extundo.com>
49302
49303         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49304
49305         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49306
49307         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49308
49309 2005-10-11  Simon Josefsson  <jas@extundo.com>
49310
49311         * lib/crc.h, lib/crc.c: New files.
49312
49313         * lib/gc.h (gc_hash_buffer): Add doc.
49314
49315 2005-10-11  Bruno Haible  <bruno@clisp.org>
49316
49317         * modules/c-strcasestr: New file.
49318         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49319
49320 2005-10-11  Bruno Haible  <bruno@clisp.org>
49321
49322         * modules/c-strcase: New file.
49323         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49324
49325 2005-10-11  Bruno Haible  <bruno@clisp.org>
49326
49327         * lib/strcasecmp.c: Include limits.h.
49328         (strcasecmp): Avoid integer overflow on exotic platforms.
49329         * lib/strncasecmp.c: Include limits.h.
49330         (strncasecmp): Avoid integer overflow on exotic platforms.
49331         Reported by Paul Eggert.
49332
49333 2005-10-11  Bruno Haible  <bruno@clisp.org>
49334
49335         * lib/c-strcasestr.h: New file, from GNU gettext.
49336         * lib/c-strcasestr.c: New file, from GNU gettext.
49337
49338 2005-10-11  Bruno Haible  <bruno@clisp.org>
49339
49340         * lib/c-strcase.h: New file, from GNU gettext.
49341         * lib/c-strcasecmp.c: New file, from GNU gettext.
49342         * lib/c-strncasecmp.c: New file, from GNU gettext.
49343
49344 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49345
49346         * modules/mempcpy (License): GPL -> LGPL.
49347         * modules/strchrnul (License): Likewise.
49348         * modules/sysexits (License): Likewise.
49349
49350 2005-10-08  Simon Josefsson  <jas@extundo.com>
49351
49352         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49353
49354 2005-10-07  Simon Josefsson  <jas@extundo.com>
49355
49356         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49357
49358 2005-10-06  Simon Josefsson  <jas@extundo.com>
49359
49360         * tests/test-hmac-md5.c: New file.
49361
49362         * modules/hmac-md5-tests: New file.
49363
49364         * modules/hmac-md5: New file.
49365
49366 2005-10-06  Simon Josefsson  <jas@extundo.com>
49367
49368         * m4/hmac-md5.m4: New file.
49369
49370         * m4/memxor.m4: Require gl_C_RESTRICT.
49371
49372 2005-10-06  Simon Josefsson  <jas@extundo.com>
49373
49374         * lib/memxor.c (memxor): Avoid casts and warnings.
49375
49376 2005-10-06  Simon Josefsson  <jas@extundo.com>
49377
49378         * lib/hmac-md5.c: New file.
49379
49380         * lib/hmac.h: New file.
49381
49382 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49383
49384         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49385         promotes to int, not unsigned int, to catch the AIX 5.3
49386         compiler bug.
49387
49388 2005-10-05  Simon Josefsson  <jas@extundo.com>
49389
49390         * modules/memxor: New file.
49391
49392         * modules/iconv (Files): Move config.rpath to havelib, it is used
49393         there.
49394
49395         * modules/havelib (Files): Add config.rpath.
49396
49397 2005-10-05  Simon Josefsson  <jas@extundo.com>
49398
49399         * m4/memxor.m4: New file.
49400
49401 2005-10-05  Simon Josefsson  <jas@extundo.com>
49402
49403         * lib/memxor.c (memxor): Fix compiler error.
49404
49405         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49406         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49407
49408         * lib/memxor.h, lib/memxor.c: New files.
49409
49410         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49411         we assume all systems have it, suggested by Jim Meyering
49412         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49413         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49414         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49415         same reasons.
49416
49417 2005-10-05  Simon Josefsson  <jas@extundo.com>
49418
49419         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49420
49421 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49422
49423         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49424         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49425         needed, since the source code now assumes these .h files.
49426
49427 2005-10-05  Derek Price  <derek@ximbiot.com>
49428
49429         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49430
49431 2005-10-05  Bruno Haible  <bruno@clisp.org>
49432
49433         * modules/stdint (License): Change to LGPL.
49434
49435 2005-10-04  Simon Josefsson  <jas@extundo.com>
49436
49437         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49438         D. Baushke" <mdb@gnu.org>.
49439
49440 2005-10-04  Bruno Haible  <bruno@clisp.org>
49441
49442         * lib/verify.h (verify_true): Provide alternative definition for C++.
49443
49444 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49445
49446         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49447         (SSIZE_MAX): New macro, if not already defined.
49448         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49449         than 2 GiB.
49450
49451 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49452
49453         Sync from coreutils.
49454         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49455         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49456         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49457         ULLONG_MAX doesn't work with 2.7.2.1.
49458
49459 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49460
49461         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49462         From Ben Pfaff.
49463
49464         * modules/exclude (Depends-on): Depend on verify.
49465         * modules/strtoimax (Depends-on): Likewise.
49466         * modules/utimecmp (Depends-on): Likewise.
49467
49468 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49469
49470         * lib/exclude.c: Include verify.h.
49471         (verify): Remove.  All callers changed to use verify.h's version.
49472         * lib/strtoimax.c: Likewise.
49473         * lib/utimecmp.c: Likewis.e
49474
49475         Sync from coreutils.
49476         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49477         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49478         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49479         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49480         bother returning ENOSYS if settimeofday or stime fails; just let
49481         them return whatever errno they want to return.
49482         * lib/utimens.c: Include unistd.h, for dup2.
49483         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49484         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49485
49486 2005-10-02  Jim Meyering  <jim@meyering.net>
49487
49488         Sync from coreutils.
49489         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49490         from glibc-2.2.5 that fails for read-only files.
49491
49492 2005-10-02  Jim Meyering  <jim@meyering.net>
49493
49494         Sync from coreutils.
49495         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49496         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49497         `#if HAVE_CONFIG_H'.
49498         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49499         Remove AT_FDCWD test.
49500         Do not consume the fd unless successful.
49501         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49502         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49503         block, so that we don't even try to compile it if settimeofday is
49504         available.  This works around a compilation failure on OSF1 V5.1,
49505         due to stime requiring a `long int*' while tv_sec is `int'.
49506
49507 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49508
49509         Sync from coreutils.
49510         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49511         against `yes', rather than just testing for nonempty.
49512
49513 2005-10-01  Simon Josefsson  <jas@extundo.com>
49514
49515         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49516         and Darwin.
49517
49518         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49519         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49520         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49521         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49522         Check if struct addrinfo is declared.
49523
49524 2005-10-01  Simon Josefsson  <jas@extundo.com>
49525
49526         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49527         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49528         AI_* and EAI_* definitions.  Protect function declarations.
49529
49530 2005-10-01  Jim Meyering  <jim@meyering.net>
49531
49532         Sync from coreutils.
49533
49534         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49535         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49536         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49537         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49538         in the inet and nsl libraries.  Required on Solaris 5.7.
49539
49540 2005-10-01  Jim Meyering  <jim@meyering.net>
49541
49542         Sync from coreutils.
49543         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49544         in the inet and nsl libraries.  Required on Solaris 5.7.
49545
49546 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49547
49548         * lib/getdelim.c (getdelim): Remove unused variables.
49549
49550 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49551
49552         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49553         so that the code works even with ancient cpp.  Portability problem
49554         with GCC 2.7.2.1 reported by Thomas M.Ott.
49555
49556 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49557
49558         * modules/regex (Depends-on): Add strcase.
49559
49560         * modules/gethostname (Licence): Change from GPL to LGPL, since
49561         gethostname.c is a trivial implementation of a standard library
49562         function.
49563         * modules/poll (License): Change from GPL to LGPL, since it's
49564         derived from LGPL code.
49565
49566 2005-09-27  Jim Meyering  <jim@meyering.net>
49567
49568         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49569         HAVE_CONFIG_H.
49570
49571         * lib/intprops.h (signed_type_or_expr__): Define.
49572         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49573         for unsigned types.
49574
49575 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49576
49577         * lib/verify.h (verify_expr): Remove, replacing with:
49578         (verify_true): New macro that returns true instead of void.
49579         (verify_type__): Remove.
49580         (verify): Use verify_true rather than verify_type__.
49581
49582 2005-09-26  Bruno Haible  <bruno@clisp.org>
49583
49584         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49585         is necessary.
49586         (lib_SOURCES): Remove mbchar.c.
49587         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49588         (Files): Add m4/mbrtowc.m4.
49589         * modules/mbiter: Likewise.
49590         * modules/mbuiter: Likewise.
49591
49592 2005-09-26  Bruno Haible  <bruno@clisp.org>
49593
49594         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49595         compile mbchar.c if they are not both present.
49596         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49597         * m4/mbiter.m4 (gl_MBITER): Likewise.
49598         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49599         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49600         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49601
49602 2005-09-25  Jim Meyering  <jim@meyering.net>
49603
49604         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49605         also uses socklen_t.
49606
49607 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49608
49609         * lib/utimens.c (ENOSYS): Define if not already defined.
49610         (futimens): Support having a null PATH if the file descriptor
49611         is nonnegative.
49612
49613         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49614         Remove.
49615         (__attribute): Define to empty unless GCC 3.1 or later.
49616         This works around a core dump on OpenBSD 3.4, which has GCC
49617         2.95.3, which dumps core when given __attribute__(()).  It also
49618         simplifies other tests, since we really don't want to bother with
49619         worrying about which ancient version of GCC supported what.
49620         Original problem reported by Yoann Vandoorselaere, with part of
49621         the fix suggested by Derek Price.
49622
49623 2005-09-24  Jim Meyering  <jim@meyering.net>
49624
49625         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49626         so we can once again use a positive bitfield width of 1 -- now we
49627         don't have to explain why we were using a bitfield width of 2.
49628
49629 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49630
49631         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49632         and similarly for the other external symbols.  Problem reported
49633         by James Gallager.
49634
49635         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49636         bug reported by Jim Meyering.
49637
49638         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49639         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49640         not needed, since socklen is a prerequisite module.
49641
49642 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49643
49644         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49645         Problem reported by Eric Blake.
49646         (getaddrinfo): Initialize se so that it's not garbage.
49647         Redo internal storage allocation so that it doesn't make unportable
49648         assumptions about alignment.
49649         Fix a memory leak.
49650
49651         * lib/utimens.c (futimens): Use futimesat if available.
49652         Prefer it to futimes since it doesn't have the futimes bug.
49653
49654         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49655         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49656         Instead, declare a function that returns a pointer to an array,
49657         and use verify_type__ to declare the size of the array.
49658         Problem and germ of a solution reported by Bruno Haible.
49659         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49660         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49661
49662 2005-09-23  Jim Meyering  <jim@meyering.net>
49663
49664         Sync from coreutils.
49665         Correct build failure (socklen_t not defined) on at least
49666         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49667         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49668
49669 2005-09-23  Jim Meyering  <jim@meyering.net>
49670
49671         * modules/getaddrinfo (Depends-on): Add socklen.
49672
49673 2005-09-23  Bruno Haible  <bruno@clisp.org>
49674
49675         * tests/test-verify.c: New file.
49676
49677 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49678
49679         Sync from coreutils.
49680
49681         * modules/argmatch (Depends-on): Add verify.
49682         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49683         unistd-safer.
49684         * modules/save-cwd (Depends-on): Likewise.
49685
49686         * modules/openat (Files): Add lib/openat-die.c.
49687         (Depends-on): Remove error, exitfail.
49688         Add dirname.
49689
49690         * modules/verify: New file.
49691         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49692         with "verify" module.
49693
49694 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49695
49696         Sync from coreutils.
49697
49698         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49699         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49700         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49701         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49702         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49703         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49704         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49705         Don't bother checking for string.h, stdlib.h, unistd.h.
49706         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49707         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49708         module's job.
49709         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49710         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49711
49712         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49713         (gl_GETDATE): Use it.
49714
49715         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49716
49717 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49718
49719         Sync from coreutils.
49720
49721         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49722         stat-time.h.
49723         * lib/argmatch.h: Include verify.h
49724         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49725         (ARGMATCH_ASSERT): Remove; unused.
49726         * lib/canonicalize.c: Assume STDC_HEADERS.
49727         * lib/exclude.c: Include "strcase.h".
49728         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49729         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49730         and stdio-safer.h.
49731         (getusershell): Call fopen, not fopen_safer.
49732         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49733         Do not include unistd-safer.h.
49734         (save_cwd): Don't call fd_safer; no longer needed
49735         now that we include fcntl--.h.
49736
49737         * lib/getdate.y (relative_time): New type.
49738         (RELATIVE_TIME_0): New constant.
49739         (parser_control): Use relative_time instead of doing it ourselves.
49740         (%union): Add new relative_time rel member.
49741         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49742         Now typeless.
49743         (relunit, relunit_snumber): Now of type rel.
49744         (zone, rel, relunit, get_date): Adjust to above changes.
49745
49746         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49747         Do not include unistd-safer.h.
49748         (getloadavg): Don't call fd_safer; no longer needed
49749         now that we include fcntl--.h.
49750
49751         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49752         (make_dir_parents): Treat ENOSYS like EEXIST.
49753
49754         Improve quality of diagnostics on restore_cwd failure.
49755         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49756         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49757         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49758         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49759         each time through the loop.  Do not diagnose restore_cwd failure;
49760         that is the caller's job (and perhaps the caller does not care).
49761
49762         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49763         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49764         If the file already exists but is not a directory, don't bother
49765         to try to make its parents.
49766         Close potential file descriptor leak if we can't chdir("/") (!).
49767         Don't always return true if chdir($PWD) fails; return true only
49768         if the requested action was done successfully (except for the
49769         chdir($PWD)).
49770         Don't log final directory unless we actually made it.
49771         Refactor to avoid duplicate code to fix up permissions.
49772         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49773
49774         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49775         to make it a bit faster and (I hope) clearer.
49776         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49777         Fix bug in formats like %2N.
49778
49779         * lib/verify.h: New file.
49780
49781 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49782
49783         Sync from coreutils.
49784         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49785
49786 2005-09-22  Jim Meyering  <jim@meyering.net>
49787
49788         Sync from coreutils.
49789
49790         * m4/lstat.m4 (gl_FUNC_LSTAT):
49791         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49792         Remove obsolete comment.
49793         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49794         * m4/xstrtod.m4: Likewise.
49795
49796         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49797
49798 2005-09-22  Jim Meyering  <jim@meyering.net>
49799
49800         Sync from coreutils.
49801
49802         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49803
49804         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49805         the .tm_year member, since otherwise gcc-4.0 would now warn about
49806         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49807
49808         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49809         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49810
49811         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49812         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49813         when run in a time zone for which daylight savings time is in effect
49814         for the starting date.
49815
49816         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49817         stop us from restricting permissions of just-created absolute-named
49818         directories.
49819         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49820         to restore initial working directory.
49821         * lib/mkdir-p.c (make_dir_parents): New parameter:
49822         different_working_dir, to tell caller if/when we change the working
49823         directory and are unable to return to the initial one.
49824         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49825         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49826         `return false'.  This fixes a bug introduced on 2004-07-30.
49827
49828         * lib/openat.c (fdopendir): Be sure to close the supplied
49829         file descriptor before returning.  This makes our replacement
49830         implementation a little closer to Solaris's, where fdopendir
49831         ties the file descriptor to the returned DIR* pointer.
49832         * lib/openat.c (unlinkat): New function.
49833         * lib/openat.h (unlinkat): Add prototype.
49834         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49835         (openat_restore_fail): Rename from openat_restore_die.
49836         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49837
49838         Provide an alternative to exiting immediately upon save_cwd or
49839         restore_cwd failure.  Now, an application can arrange e.g.,
49840         to perform a longjump in that case.
49841         * lib/openat.c: Include dirname.h.
49842         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49843         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49844         and openat_restore_die rather than calling error directly.
49845         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49846
49847         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49848         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49849         define.
49850
49851         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49852         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49853                             int utc, int nanoseconds);
49854         Background:
49855         date should not have to allocate a megabyte of virtual memory to
49856         handle a format argument like +%1048575T.  When implemented with
49857         strftime, it must allocate such a buffer, use strftime to fill it
49858         in, print it, then free it.
49859         With fprintftime, it simply prints everything and exits.
49860         With no need for memory allocation, that's one fewer way to fail.
49861         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49862         optional field width, not before, so we accept %9:z, not %:9z.
49863         (my_strftime): Be sure to use L_('x') for literals.
49864
49865         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49866         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49867         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49868         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49869         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49870         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49871         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49872         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49873         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49874         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49875         * lib/xgethostname.c, lib/xreadlink.c:
49876         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49877
49878         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49879         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49880         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49881         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49882         and don't include <sys/file.h>).
49883
49884 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49885
49886         Sync from coreutils.
49887
49888         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49889         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49890         [!LDAV_DONE]: Avoid unused variable warning.
49891
49892 2005-09-21  Bruno Haible  <bruno@clisp.org>
49893
49894         * lib/unicodeio.h (unicode_to_mb): New declaration.
49895
49896 2005-09-20  Derek Price  <derek@ximbiot.com>
49897
49898         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49899         getaddrinfo.h.
49900
49901 2005-09-20  Bruno Haible  <bruno@clisp.org>
49902
49903         * gnulib-tool: Remove trailing slashes from the values specified for
49904         --source-base, --m4-base, --tests-base, --aux-dir.
49905         Suggested by Simon Josefsson <jas@extundo.com>.
49906
49907 2005-09-20  Bruno Haible  <bruno@clisp.org>
49908
49909         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49910         func_modules_to_filelist, func_import, func_create_testdir): Make all
49911         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49912         change when gnulib-tool is invoked in a different locale.
49913
49914 2005-09-19  Simon Josefsson  <jas@extundo.com>
49915
49916         * m4/socklen.m4: Fix typo.
49917
49918 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49919
49920         Use a consistent style for including <config.h>.
49921         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49922         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49923         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49924         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49925         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49926         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49927         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49928         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49929         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49930         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49931         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49932         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49933         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49934         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49935         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49936         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49937         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49938         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49939         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49940         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49941         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49942         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49943         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49944         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49945         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49946         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49947         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49948         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49949         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49950         lib/xstrtoumax.c, lib/yesno.c:
49951         Standardize inclusion of config.h.
49952         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49953         lib/inttostr.h:  Removed inclusion of config.h from header files.
49954         * lib/inttostr.c:  Adjusted in-tree users.
49955         * lib/timespec.h: Remove superfluous warning to include config.h.
49956         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49957         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49958         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49959         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49960         config.h with HAVE_CONFIG_H.
49961
49962 2005-09-19  Jim Meyering  <jim@meyering.net>
49963
49964         * modules/pathmax (License): Change to LGPL.
49965
49966 2005-09-19  Derek Price  <derek@ximbiot.com>
49967
49968         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49969
49970 2005-09-19  Bruno Haible  <bruno@clisp.org>
49971
49972         * gnulib-tool (import): Provide default for --tests-base.
49973
49974 2005-09-19  Bruno Haible  <bruno@clisp.org>
49975
49976         * doc/quote.texi: New file, extracted from gnulib.texi.
49977         * doc/ctime.texi: New file, extracted from gnulib.texi.
49978         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49979         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49980         * doc/gnulib.texi: Include them.
49981
49982 2005-09-18  Bruno Haible  <bruno@clisp.org>
49983
49984         Portability fix.
49985         * gnulib-tool (func_readlink): New function.
49986         (func_ln_if_changed): Use it.
49987
49988 2005-09-18  Bruno Haible  <bruno@clisp.org>
49989
49990         * gnulib-tool: Support --with-tests also with --import.
49991         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49992         (func_import): Use variables $testsbase and $inctests. Emit a
49993         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49994         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49995         SUBDIRS += $testsdir.
49996         (func_create_testdir): Update.
49997
49998 2005-09-18  Bruno Haible  <bruno@clisp.org>
49999
50000         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50001         instead of $dry_run.
50002         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50003         (func_ln_if_changed): Don't handle dry-run here.
50004         (func_import): In dry-run mode, detect more precisely which actions
50005         would be performed, and don't use "...ing" verbs.
50006
50007 2005-09-18  Bruno Haible  <bruno@clisp.org>
50008
50009         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50010         (func_import): Use join on two temporary files instead of three nested
50011         loops, in order to determine which files are new or old.
50012
50013 2005-09-18  Bruno Haible  <bruno@clisp.org>
50014
50015         * gnulib-tool (func_import): Comment out code that spits out the
50016         new files with --dry-run.
50017
50018 2005-09-18  Bruno Haible  <bruno@clisp.org>
50019
50020         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50021
50022 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50023
50024         * lib/stat-time.h: New file.
50025         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50026         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50027         in a different way.
50028         (timespec_cmp): New function.
50029         * lib/utimecmp.c: Include stat-time.h.
50030         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50031         members exist, not on the obsolescent ST_MTIM_NSEC.
50032         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50033
50034 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50035
50036         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50037
50038 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50039
50040         * MODULES.html.sh (File system functions): Add stat-time.
50041         * modules/stat-time: New file.
50042         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50043         is now done in a different way, by the stat-time module.
50044         * modules/utimecmp (Depends-on): Add stat-time.
50045
50046 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50047
50048         * m4/st_mtim.m4: Remove.  Superseded by...
50049         * m4/stat-time.m4: New file.
50050         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50051         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50052
50053 2005-09-15  Derek Price  <derek@ximbiot.com>
50054
50055         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50056
50057 2005-09-15  Derek Price  <derek@ximbiot.com>
50058
50059         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50060         * lib/regex_internal.c: Ditto, using this...
50061         (__GNUC_PREREQ): ...new macro.
50062         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50063         using...
50064         (__GNUC_PREREQ): ...this new macro.
50065
50066         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50067
50068 2005-09-15  Derek Price  <derek@ximbiot.com>
50069             Paul Eggert  <eggert@cs.ucla.edu>
50070
50071         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50072         changes, consolidating in...
50073         * lib/regex_internal.h: ...this file.
50074
50075 2005-09-13  Jim Meyering  <jim@meyering.net>
50076
50077         * lib/canon-host.c: Filter through gnu indent and reword comments
50078         slightly.
50079         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50080
50081 2005-09-13  Derek Price  <derek@ximbiot.com>
50082
50083         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50084         failure.
50085         Reported by Jim Meyering  <jim@meyering.net>.
50086
50087 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50088
50089         * lib/base64.c: Typo.
50090         (base64_encode): Put b64str in initialized data section.
50091
50092 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50093
50094         Merge glibc and coreutils changes into gnulib, plus a few
50095         extra fixes.
50096         * lib/md5.c: Use #error rather than a string.
50097         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50098         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50099         (__attribute__): Define to empty for non recent-GCC.
50100         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50101         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50102         Renamed from their non-__ counterparts, with new macros replacing
50103         them if not _LIBC.  Add __THROW attribute.
50104         (rol): Remove.
50105         (struct md5_ctx): Align buffer if using GCC.
50106         * lib/sha1.h (struct sha1_ctx): Likewise.
50107         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50108         The old name was backwards.
50109         (NOTSWAP): Remove; not used.
50110         (rol): New macro, moved here from md5.h.
50111         (sha1_process_block): Remove a FIXME that doesn't make sense.
50112
50113 2005-09-12  Derek Price  <derek@ximbiot.com>
50114
50115         Return usable errors from canon-host.
50116         * lib/canon-host.h: New file.
50117         * lib/canon-host.c (canon_host): Wrap...
50118         (canon_host_r): ...this new function, which now relies exclusively on
50119         getaddrinfo.
50120         (ch_strerror): New function.
50121         (last_cherror): New global.
50122         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50123         interface.
50124         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50125         void *.
50126         (freeaddrinfo): Free ai->ai_canonname when set.
50127
50128 2005-09-12  Derek Price  <derek@ximbiot.com>
50129
50130         Make canon-host require getaddrinfo.
50131         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50132         AC_LIBSOURCE canon-host.h.  Call...
50133         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50134         gl_GETADDRINFO.
50135         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50136
50137 2005-09-12  Derek Price  <derek@ximbiot.com>
50138
50139         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50140         LGPL.
50141         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50142
50143 2005-09-12  Derek Price  <derek@ximbiot.com>
50144
50145         * lib/gai_strerror.c: Include config.h when available.  Include
50146         getaddrinfo.h before other headers to test interface.
50147         Reported by Larry Jones <lawrence.jones@ugs.com>.
50148
50149 2005-09-12  Derek Price  <derek@ximbiot.com>
50150             Paul Eggert  <eggert@cs.ucla.edu>
50151
50152         * modules/glob (Files): Add glob-libc.h.
50153
50154 2005-09-12  Derek Price  <derek@ximbiot.com>
50155             Paul Eggert  <eggert@cs.ucla.edu>
50156
50157         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50158         glob_.h, glob-libc.h.
50159         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50160
50161 2005-09-12  Derek Price  <derek@ximbiot.com>
50162             Paul Eggert  <eggert@cs.ucla.edu>
50163
50164         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50165         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50166         protecting things that should be done only in gnulib contexts.
50167         * lib/glob_.h: New file, containing only the glob things needed for
50168         gnulib.
50169         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50170         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50171         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50172         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50173         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50174         and to respect the namespace rules better.
50175
50176 2005-09-08  Simon Josefsson  <jas@extundo.com>
50177
50178         * modules/socklen: New file.
50179
50180 2005-09-08  Simon Josefsson  <jas@extundo.com>
50181
50182         * m4/socklen.m4: New file.
50183
50184 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50185
50186         * modules/utimens (Files): Add m4/utimbuf.m4, since
50187         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50188         Reported by Sergey Poznyakoff.
50189
50190 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50191
50192         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50193         definitions, since that's the preferred style in glibc.
50194         Fix a minor spacing issue, and update copyright notice to match
50195         glibc's.
50196
50197 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50198
50199         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50200
50201 2005-09-06  Simon Josefsson  <jas@extundo.com>
50202
50203         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50204         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50205
50206 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50207
50208         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50209         warning.
50210
50211 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50212
50213         * config/srclist.txt: Add glibc bug 1302.
50214
50215 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50216
50217         Change bitset word type from unsigned int to unsigned long int,
50218         as this has better performance on typical 64-bit hosts.
50219         Port bitset code to hosts with unusual word sizes.
50220         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50221         (build_collating_symbol):
50222         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50223         argument is a bitset.  This is merely a style issue, but it makes
50224         it clearer that an entire array is expected.
50225         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50226         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50227         Port to the case where bitset_word is not the same as unsigned int.
50228         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50229         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50230         Likewise.
50231         * lib/regexec.c (check_dst_limits_calc_pos_1,
50232         check_subexp_matching_top):
50233         (build_trtable, group_nodes_into_DFAstates):
50234         Likewise.
50235         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50236         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50237         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50238         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50239         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50240         * lib/regcomp.c (optimize_subexps, lower_subexp):
50241         Work even if bitset_word has holes in its bitwise representation.
50242         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50243         * lib/regexec.c (check_dst_limits_calc_pos_1,
50244         check_subexp_matching_top):
50245         Likewise.
50246         * lib/regex_internal.c (re_string_reconstruct):
50247         Don't assume UCHAR_MAX == 255.
50248         * lib/regex_internal.h (bitset_set_all): Likewise.
50249         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50250         All uses changed.
50251         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50252         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50253         All uses changed.
50254         (BITSET_WORD_MAX): New macro.
50255         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50256         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50257         (bitset_empty, bitset_copy):
50258         Prefer sizeof (bitset) to multiplying it out ourselves.
50259         (bitset_not_merge): Remove; unused.
50260         (bitset_contain): Return bool, not unsigned int with one bit on.
50261         All callers changed.
50262         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50263         alignment than re_node_set; do this by defining a new internal
50264         type struct dests_alloc and using it to allocate memory.
50265
50266 2005-09-05  Bruno Haible  <bruno@clisp.org>
50267
50268         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50269         links.
50270
50271 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50272
50273         * modules/size_max (Makefile.am): Add size_max.h
50274
50275 2005-09-04  Derek Price  <derek@ximbiot.com>
50276
50277         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50278
50279 2005-09-03  Simon Josefsson  <jas@extundo.com>
50280
50281         * gnulib-tool: Fix typo.
50282
50283 2005-09-03  Simon Josefsson  <jas@extundo.com>
50284
50285         * config/srclist.txt: Add glibc bug 1293.
50286
50287 2005-09-03  Derek Price  <derek@ximbiot.com>
50288
50289         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50290         From Larry Jones <lawrence.jones@ugs.com>.
50291
50292 2005-09-02  Simon Josefsson  <jas@extundo.com>
50293
50294         * modules/socklen: New file.
50295
50296 2005-09-02  Simon Josefsson  <jas@extundo.com>
50297
50298         * modules/havelib: New module.
50299
50300         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50301         Use havelib.
50302
50303 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50304
50305         Check for arithmetic overflow when calculating sizes, to prevent
50306         some buffer-overflow issues.  These patches are conservative, in the
50307         sense that when I couldn't determine whether an overflow was possible,
50308         I inserted a run-time check.
50309         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50310         macros.
50311         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50312         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50313         (re_xnrealloc, re_x2nrealloc): New inline functions.
50314         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50315         parse_bracket_exp):
50316         (build_equiv_class, build_charclass): Check for arithmetic overflow
50317         in size expression calculations.
50318         * lib/regex_internal.c (re_string_realloc_buffers):
50319         (build_wcs_upper_buffer, re_node_set_add_intersect):
50320         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50321         (re_dfa_add_node, register_state): Likewise.
50322         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50323         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50324         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50325         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50326
50327 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50328
50329         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50330         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50331
50332 2005-09-02  Bruno Haible  <bruno@clisp.org>
50333
50334         Support for lib vs. lib64 distinction on biarch platforms.
50335         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50336         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50337         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50338
50339 2005-09-02  Bruno Haible  <bruno@clisp.org>
50340
50341         * gnulib-tool (import): In the other first-use case, provide defaults
50342         as well.
50343
50344 2005-09-02  Bruno Haible  <bruno@clisp.org>
50345
50346         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50347         patches not yet found in the latest gettext release.
50348
50349 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50350
50351         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50352         to avoid a collision with bits/local_lim.h in glibc.
50353         All uses changed.  Problem reported by Dmitry V. Levin in
50354         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50355
50356         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50357         bugs in int versus size_t comparisons.
50358         (re_string_context_at): Fix bug where the code assumed that
50359         Idx is signed.
50360
50361         Use bool where appropriate.
50362         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50363         All callers changed.
50364         (calc_eclosure_iter): Likewise, for ROOT arg.
50365         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50366         (build_charclass_op): Likewise, for NON_MATCH arg.
50367         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50368         (re_string_construct_common): Likewise, for ICASE arg.
50369         * lib/regexec.c (re_search_2_stub, re_search_stub):
50370         Likewise, for RET_LEN arg.
50371         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50372         (set_regs): Likewise, for FL_BACKTRACK arg.
50373         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50374         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50375         (calc_eclosure_iter, parse_bracket_exp):
50376         Use bool for internal variables that are booleans.
50377         * lib/regexec.c (re_search_internal, check_matching,
50378         proceed_next_node):
50379         (set_regs, build_sifted_states, sift_states_bkref):
50380         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50381         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50382         (find_collation_sequence_value):
50383         Likewise.
50384         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50385         (re_node_set_compare):
50386         Return bool, not int. All callers changed.
50387         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50388         (build_trtable, check_node_accept): Likewise.
50389         * lib/regex_internal.h: Include stdbool.h.
50390
50391         Fix bugs uncovered when converting to bool.
50392         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50393         failure instead of charging ahead blindly.
50394         * lib/regex_internal.c (register_state): Likewise.
50395         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50396         for freeing internal storage.
50397         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50398         bitset pieces used as boolean, to avoid undefined behavior
50399         on hosts that do int overflow checking.
50400
50401 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50402
50403         * config/srclist.txt: Add glibc bugs 1285-1287.
50404
50405 2005-09-01  Jim Meyering  <jim@meyering.net>
50406
50407         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50408         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50409         Require gl_STAT_MACROS, too.
50410
50411 2005-09-01  Bruno Haible  <bruno@clisp.org>
50412
50413         * gnulib-tool (import): In the first-use case, provide defaults.
50414
50415 2005-09-01  Bruno Haible  <bruno@clisp.org>
50416
50417         * gnulib-tool (func_import): Remove the .tmp files.
50418
50419 2005-09-01  Bruno Haible  <bruno@clisp.org>
50420
50421         * gnulib-tool (func_import): Fix handling of symbolic links.
50422
50423 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50424
50425         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50426         old glibc regex code mishandles strings longer than 2**31 bytes.
50427         This patch fixes this when the regex code is used in gnulib
50428         (i.e., outside glibc).
50429
50430         This patch should not affect the use of the regex code inside
50431         glibc.  No doubt this problem also needs to be handled for glibc
50432         as well, but the result will be an incompatible change to the
50433         glibc ABI, and the old ABI will have to be supported too.  That
50434         can be the the subject for another patch.
50435
50436         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50437         governing whether the rest of this patch is active.  By default,
50438         the macro is disabled and the patch has no effect.
50439         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50440         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50441         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50442         (re_match_2, re_set_registers): Use the new types.
50443         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50444         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50445         New macros.
50446         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50447         (re_string_context_at, bin_tree_t, re_dfastate_t):
50448         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50449         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50450         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50451         (re_string_char_size_at, re_string_wchar_at):
50452         (re_string_elem_size_at):
50453         Use the new types and macros to port to 64-bit hosts.
50454         Use unsigned types for internal values, so that the code
50455         mostly works even for arrays larger than SSIZE_MAX.
50456         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50457         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50458         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50459         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50460         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50461         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50462         (calc_inveclosure, parse_dup_op, build_range_exp):
50463         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50464         (fetch_number, create_token_tree, mark_opt_subexp):
50465         Likewise.
50466         * lib/regex_internal.c (re_string_construct_common,
50467         create_ci_newstate):
50468         (create_cd_newstate, re_string_allocate, re_string_construct):
50469         (re_string_realloc_buffers, build_wcs_upper_buffer):
50470         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50471         (re_string_reconstruct, re_string_peek_byte_case):
50472         (re_string_fetch_byte_case, re_string_context_at):
50473         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50474         (re_node_set_init_copy, re_node_set_add_intersect):
50475         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50476         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50477         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50478         (re_acquire_state, re_acquire_state_context, register_state):
50479         Likewise.
50480         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50481         search_cur_bkref_entry):
50482         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50483         (re_search_internal, re_search_2_stub, re_search_stub)
50484         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50485         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50486         (update_cur_sifted_state, check_dst_limits):
50487         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50488         (check_subexp_limits, sift_states_bkref, merge_state_array):
50489         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50490         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50491         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50492         (expand_bkref_cache, check_node_accept_bytes):
50493         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50494         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50495         (acquire_init_state_context, check_halt_node_context):
50496         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50497         (sift_states_backward, clean_state_log_if_needed):
50498         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50499         (find_recover_state, transit_state_sb, transit_state_mb):
50500         (transit_state_bkref, build_trtable, match_ctx_clean):
50501         Likewise.
50502         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50503         to work around an assumption that REG_MISSING is negative.
50504
50505         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50506         (seek_collating_symbol_entry) [defined _LIBC]:
50507         (lookup_collation_sequence_value) [defined _LIBC]:
50508         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50509         Use prototypes rather than old-style function definitions.
50510         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50511         (transit_state_sb) [0]:
50512         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50513
50514         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50515         rm_eo.
50516
50517         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50518         (optimize_subexps, lower_subexp):
50519         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50520         since the signed shift might overflow.  Use 1u<<31 instead.
50521         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50522         Likewise.
50523         * lib/regexec.c (check_dst_limits_calc_pos_1,
50524         check_subexp_matching_top): Likewise.
50525
50526         * lib/regcomp.c (optimize_subexps, lower_subexp):
50527         Use CHAR_BIT rather than 8, for clarity.
50528         * lib/regexec.c (check_dst_limits_calc_pos_1):
50529         (check_subexp_matching_top): Likewise.
50530         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50531         have to worry about portability issues when shifting it left.
50532         Remove no-longer-needed test for table_size > 0.
50533         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50534         in a word, as the resulting behavior is undefined.
50535         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50536         in one case, a <= should have been an <, and in another case the
50537         whole test was missing.
50538         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50539         the standard name CHAR_BIT.
50540         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50541         this is not true on one's complement and signed-magnitude hosts.
50542
50543         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50544         next_last_offset.
50545         (struct re_dfa_t): Remove unused member states_alloc.
50546         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50547
50548 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50549
50550         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50551         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50552         and large-file glibc and in 32-bit large-file Solaris.
50553
50554 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50555
50556         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50557         lengths fit in regoff_t; this isn't true if regoff_t is the same
50558         width as size_t.
50559         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50560         (= START + RANGE) instead of RANGE.  This avoids overflow
50561         problems when regoff_t is the same width as size_t.
50562         All callers changed.
50563         (re_search_2_stub): Check for overflow when adding the
50564         sizes of the two strings.
50565         (re_search_stub): Check for overflow when adding START
50566         to RANGE; if it occurs, substitute the extreme value.
50567
50568 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50569
50570         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50571
50572 2005-08-31  Jim Meyering  <jim@meyering.net>
50573
50574         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50575         a pointer-to-const.
50576         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50577         (register_state): Likewise.
50578         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50579         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50580         (group_nodes_into_DFAstates): Likewise.
50581
50582 2005-08-31  Jim Meyering  <jim@meyering.net>
50583
50584         * check-module: Add a FIXME comment.
50585
50586 2005-08-31  Eric Blake  <ebb9@byu.net>
50587
50588         * modules/unistd-safer (Files): Add unistd--.h.
50589         * modules/stdio-safer (Files): Add stdio--.h.
50590
50591 2005-08-31  Derek Price  <derek@ximbiot.com>
50592
50593         * lib/getdelim.c (getdelim): Return EOF on EOF.
50594         Reported by Larry Jones <lawrence.jones@ugs.com>.
50595
50596 2005-08-31  Bruno Haible  <bruno@clisp.org>
50597
50598         Avoid unnecessary diffs in the generated lib/Makefile.am.
50599         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50600         the generated files.
50601         (func_import): Don't set cmd.
50602
50603 2005-08-31  Bruno Haible  <bruno@clisp.org>
50604
50605         * lib/strstr.c: Include <stddef.h>, for NULL.
50606         * lib/strcasestr.c: Likewise.
50607         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50608
50609 2005-08-31  Bruno Haible  <bruno@clisp.org>
50610
50611         * gnulib-tool: New option --macro-prefix.
50612         (func_import): Use macro_prefix.
50613         (import): Handle option --macro-prefix.
50614
50615 2005-08-31  Bruno Haible  <bruno@clisp.org>
50616
50617         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50618         Also use new variables cached_lgpl, cached_libtool.
50619
50620 2005-08-31  Bruno Haible  <bruno@clisp.org>
50621
50622         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50623         always instantiating them.
50624
50625 2005-08-31  Bruno Haible  <bruno@clisp.org>
50626
50627         * gnulib-tool (func_import): Read the previous cached settings
50628         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50629         earlier added by gnulib but are now dropped. Warn when a gnulib file
50630         overwrites a non-gnulib file.
50631
50632 2005-08-31  Bruno Haible  <bruno@clisp.org>
50633
50634         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50635         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50636         projects that don't keep autogenerated files in CVS. Put into
50637         actioncmd only the specified modules, not the transitive closure.
50638
50639 2005-08-31  Bruno Haible  <bruno@clisp.org>
50640
50641         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50642         Create directories that shall be filled.
50643         (import): Don't look for gl_* macros in configure.ac. Recurse across
50644         all directories containing a gnulib-cache.m4 files, if meaningful.
50645
50646 2005-08-31  Bruno Haible  <bruno@clisp.org>
50647
50648         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50649         (import): Set seen_libtool when we see gl_LIBTOOL.
50650
50651 2005-08-31  Bruno Haible  <bruno@clisp.org>
50652
50653         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50654         declaration macro definitions from generated gnulib.m4.
50655
50656 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50657
50658         * lib/iconvme.h: Add prototype for iconv_alloc.
50659
50660 2005-08-29  Simon Josefsson  <jas@extundo.com>
50661
50662         * lib/iconvme.c: Fix errno.
50663
50664 2005-08-29  Bruno Haible  <bruno@clisp.org>
50665
50666         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50667         that it works when the directory contains spaces.
50668
50669 2005-08-29  Bruno Haible  <bruno@clisp.org>
50670
50671         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50672
50673 2005-08-29  Bruno Haible  <bruno@clisp.org>
50674
50675         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50676         Emit more advice.
50677
50678 2005-08-29  Bruno Haible  <bruno@clisp.org>
50679         and Stepan Kasal  <kasal@ucw.cz>
50680
50681         * check-module: If more parameters are given, check each of them
50682         separately; add more exceptions, as noted by Jim Meyering.
50683         (check_module): New procedure.
50684         (%exempt_header): Now contains all exceptions.
50685
50686 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50687
50688         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50689
50690 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50691
50692         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50693
50694 2005-08-28  Bruno Haible  <bruno@clisp.org>
50695
50696         * m4/gnulib-tool.m4: New file.
50697
50698 2005-08-27  Jim Meyering  <jim@meyering.net>
50699
50700         * modules/unistd-safer (Files): Add pipe-safer.c.
50701         * modules/fcntl-safer (Files): Add creat-safer.c.
50702
50703 2005-08-27  Jim Meyering  <jim@meyering.net>
50704
50705         * m4/stdlib-safer.m4: New file.  From coreutils.
50706         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50707         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50708         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50709         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50710         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50711
50712 2005-08-27  Jim Meyering  <jim@meyering.net>
50713
50714         * lib/fopen-safer.c: Merge minor changes from coreutils.
50715         * lib/dup-safer.c: Likewise.
50716         * lib/fd-safer.c: Likewise.
50717
50718         Merge from coreutils.
50719         * lib/stdio--.h: New file.
50720         * lib/stdlib--.h: New file.
50721         * lib/mkstemp-safer.c: New file.
50722
50723         GNU tar needs these.
50724         * lib/pipe-safer.c: New file.
50725         * lib/creat-safer.c: New file.
50726         * lib/fcntl--.h (creat): Define to creat_safer.
50727         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50728         * lib/unistd--.h (pipe): Define to pipe_safer.
50729         * lib/unistd-safer.h: Declare pipe_safer.
50730
50731 2005-08-26  Simon Josefsson  <jas@extundo.com>
50732
50733         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50734         Haible <bruno@clisp.org>.
50735
50736 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50737
50738         * lib/regex_internal.h: Remove all references to
50739         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50740         or better.
50741         (bitset_not, bitset_merge, bitset_not_merge):
50742         (bitset_mask, re_string_allocate, re_string_construct):
50743         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50744         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50745         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50746         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50747         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50748         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50749         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50750         (re_acquire_state_context):
50751         Remove unnecessary forward decls.
50752         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50753         Put __attribute at function definition,
50754         now that the function decl has been removed.
50755         * lib/regex_internal.c (re_string_peek_byte_case):
50756         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50757         Likewise.
50758
50759 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50760
50761         * m4/regex.m4: Add AC_PREREQ(2.50).
50762         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50763
50764 2005-08-25  Simon Josefsson  <jas@extundo.com>
50765
50766         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50767         __fsetlocking.
50768
50769 2005-08-25  Simon Josefsson  <jas@extundo.com>
50770
50771         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50772         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50773         GLIBC specific code.
50774
50775 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50776
50777         Make regex safe for g++.  This fixes one real bug (an "err"
50778         that should have been "*err").  g++ problem reported by
50779         Sam Steingold.
50780         * lib/regex_internal.h (re_calloc): New macro, consistent with
50781         re_malloc etc.  All callers of calloc changed to use re_calloc.
50782         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50783         not int.  All callers changed.
50784         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50785         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50786         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50787         (find_recover_state): Change "err" to "*err"; this fixes what
50788         appears to be a real bug.
50789         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50790         versus int.
50791
50792 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50793
50794         * modules/regex (Depends-on): Add malloc, since the code
50795         assumes that !malloc(0) means failure.
50796
50797 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50798
50799         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50800
50801         alloca modernization/simplification for regex.
50802         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50803         needs to be at the start of the file, and can be moved into
50804         regex_internal.h and simplified.
50805         * lib/regex_internal.h: Include <alloca.h>.
50806         (__libc_use_alloca) [!defined _LIBC]: New macro.
50807         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50808         now works outside glibc.
50809
50810 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50811
50812         * config/srclist.txt: Add glibc bugs 1241, 1245.
50813
50814 2005-08-25  Jim Meyering  <jim@meyering.net>
50815
50816         * lib/open-safer.c: Include <config.h>.
50817         Otherwise, we'd lose LARGEFILE support in any file using
50818         e.g. "fcntl--.h"
50819
50820 2005-08-25  Bruno Haible  <bruno@clisp.org>
50821
50822         * m4/minmax.m4: Require autoconf 2.52.
50823         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50824         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50825         alternatives of translit over the alphabet.
50826         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50827
50828 2005-08-24  Simon Josefsson  <jas@extundo.com>
50829
50830         * tests/test-getpass.c: New file.
50831
50832 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50833
50834         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50835         for GNU regex features.
50836
50837 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50838
50839         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50840         * lib/regex.h (regerror): Likewise.
50841
50842         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50843         requires this.  (The code never needed it.)
50844
50845         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50846         All uses of recently-renamed identifiers changed to use the new,
50847         POSIX-compliant names.  The code will build and run just fine
50848         without these changes, but it's better to eat our own dog food
50849         and use the standard-conforming names.
50850
50851         * lib/regex.h: Fix a multitude of POSIX name space violations.
50852         These changes have an effect only for programs that define
50853         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50854         do not change anything for programs compiled in the normal way.
50855         Also, there is no effect on the ABI.
50856
50857         (_REGEX_SOURCE): New macro.
50858         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50859         defined and _GNU_SOURCE is not; this fixes a name space violation.
50860
50861         Rename the following macros to obey POSIX requirements.
50862         The old names are still visible as macros if _REGEX_SOURCE is defined.
50863         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50864         RE_BACKSLASH_ESCAPE_IN_LISTS.
50865         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50866         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50867         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50868         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50869         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50870         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50871         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50872         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50873         (REG_INTERVALS): renamed from RE_INTERVALS.
50874         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50875         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50876         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50877         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50878         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50879         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50880         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50881         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50882         RE_UNMATCHED_RIGHT_PAREN_ORD.
50883         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50884         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50885         (REG_DEBUG): renamed from RE_DEBUG.
50886         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50887         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50888         unusual, since we can't clash with the POSIX REG_ICASE.
50889         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50890         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50891         (REG_NO_SUB): renamed from RE_NO_SUB.
50892         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50893         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50894         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50895         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50896         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50897         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50898         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50899         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50900         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50901         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50902         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50903         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50904         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50905         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50906         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50907         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50908         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50909         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50910         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50911         (REG_FIXED): Renamed from REGS_FIXED.
50912         (REG_NREGS): Renamed from RE_NREGS.
50913
50914         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50915         of other REG_* macros, since POSIX says the user is allowed to
50916         #undef these macros selectively.
50917
50918         (reg_errcode_t): Update comment stating what other tables need
50919         to be consistent.
50920
50921         Rename the following enum values to obey POSIX requirements.
50922         The old names are still visible as macros.
50923         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50924         is not defined, since GNU is supposed to be a superset of POSIX as
50925         much as possible, and since we want reg_errcode_t to be a signed
50926         type for implementation consistency.
50927         (_REG_NOERROR): Renamed from REG_NOERROR.
50928         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50929         (_REG_BADPAT): Renamed from REG_BADPAT.
50930         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50931         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50932         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50933         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50934         (_REG_EBRACK): Renamed from REG_EBRACK.
50935         (_REG_EPAREN): Renamed from REG_EPAREN.
50936         (_REG_EBRACE): Renamed from REG_EBRACE.
50937         (_REG_BADBR): Renamed from REG_BADBR.
50938         (_REG_ERANGE): Renamed from REG_ERANGE.
50939         (_REG_ESPACE): Renamed from REG_ESPACE.
50940         (_REG_BADRPT): Renamed from REG_BADRPT.
50941         (_REG_EEND): Renamed from REG_EEND.
50942         (_REG_ESIZE): Renamed from REG_ESIZE.
50943         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50944         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50945         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50946         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50947         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50948
50949         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50950         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50951         changed.  But support the old name if the new one is not defined
50952         and if _REGEX_SOURCE.
50953
50954         Change the following member names in struct re_pattern_buffer.
50955         The old names are still supported if !_REGEX_SOURCE.
50956         The new names are always supported, regardless of _REGEX_SOURCE.
50957         (re_buffer): Renamed from buffer.
50958         (re_allocated): Renamed from allocated.
50959         (re_used): Renamed from used.
50960         (re_syntax): Renamed from syntax.
50961         (re_fastmap): Renamed from fastmap.
50962         (re_translate): Renamed from translate.
50963         (re_can_be_null): Renamed from can_be_null.
50964         (re_regs_allocated): Renamed from regs_allocated.
50965         (re_fastmap_accurate): Renamed from fastmap_accurate.
50966         (re_no_sub): Renamed from no_sub.
50967         (re_not_bol): Renamed from not_bol.
50968         (re_not_eol): Renamed from not_eol.
50969         (re_newline_anchor): Renamed from newline_anchor.
50970
50971         Change the following member names in struct re_registers.
50972         The old names are still supported if !_REGEX_SOURCE.
50973         The new names are always supported, regardless of _REGEX_SOURCE.
50974         (rm_num_regs): Renamed from num_regs.
50975         (rm_start): Renamed from start.
50976         (rm_end): Renamed from end.
50977
50978         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50979         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50980         Prepend __ to parameter names.
50981
50982         Undo yesterday's changes.
50983
50984 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50985
50986         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50987         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50988         lib/regex.c.
50989
50990 2005-08-24  Jim Meyering  <jim@meyering.net>
50991
50992         Sync from coreutils.
50993         * m4/fcntl-safer.m4: New file.
50994
50995         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50996         and object files for this module.
50997
50998 2005-08-24  Jim Meyering  <jim@meyering.net>
50999
51000         Sync from coreutils.
51001         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51002
51003 2005-08-24  Jim Meyering  <jim@meyering.net>
51004
51005         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51006         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51007
51008 2005-08-24  Jim Meyering  <jim@meyering.net>
51009
51010         * modules/fcntl-safer: New module.
51011         * modules/fts (Depends-on): Add fcntl-safer.
51012         * MODULES.html.sh (File descriptor based Input/Output):
51013         Add fcntl-safer.
51014
51015 2005-08-24  Bruno Haible  <bruno@clisp.org>
51016
51017         Support for unit test modules.
51018         * modules/README: Mention tests modules.
51019         * modules/TEMPLATE-TESTS: New file.
51020         * gnulib-tool: New options --extract-tests-module, --with-tests and
51021         --tests-base (unused for the moment).
51022         (testsbase, inctests): New variables.
51023         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51024         (func_verify_module): Exclude TEMPLATE-TESTS.
51025         (func_verify_nontests_module, func_verify_tests_module): New functions.
51026         (func_get_dependencies): Add implicit dependency for tests modules.
51027         (func_get_tests_module): New function.
51028         (func_modules_transitive_closure): When --with-tests was specified,
51029         include the unit tests as well, unless explicitly avoided.
51030         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51031         (func_emit_tests_Makefile_am): New function.
51032         (func_create_testdir): When --with-tests was specified, emit a
51033         tests/ directory.
51034         * MODULES.html.sh (Future developments): Update.
51035
51036 2005-08-24  Bruno Haible  <bruno@clisp.org>
51037
51038         * modules/tls-tests: New file.
51039         * tests/test-tls.c: New file, from GNU gettext.
51040
51041 2005-08-24  Bruno Haible  <bruno@clisp.org>
51042
51043         * modules/lock-tests: New file.
51044         * tests/test-lock.c: New file, from GNU gettext.
51045
51046 2005-08-24  Bruno Haible  <bruno@clisp.org>
51047
51048         * lib/lock.h: Add multiple inclusion guard.
51049         * lib/tls.h: Add multiple inclusion guard.
51050
51051 2005-08-24  Bruno Haible  <bruno@clisp.org>
51052
51053         * gnulib-tool: Add support for the --aux-dir option to
51054         --create-testdir, --create-megatestdir, --test, --megatest.
51055         (func_create_testdir, func_create_megatestdir): Optionally emit a
51056         AC_CONFIG_AUX_DIR directive.
51057         (create-testdir, create-megatestdir, test, megatest): Provide a
51058         default value for $auxdir.
51059
51060 2005-08-24  Bruno Haible  <bruno@clisp.org>
51061
51062         * gnulib-tool (import): Use compound statement instead of subshell
51063         where possible.
51064
51065 2005-08-24  Bruno Haible  <bruno@clisp.org>
51066
51067         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51068
51069 2005-08-24  Bruno Haible  <bruno@clisp.org>
51070
51071         * gnulib-tool (func_version): Update.
51072
51073 2005-08-24  Bruno Haible  <bruno@clisp.org>
51074
51075         * gnulib-tool (func_import, func_create_testdir,
51076         func_create_megatestdir): Quote all autoconf macro arguments.
51077
51078 2005-08-24  Bruno Haible  <bruno@clisp.org>
51079
51080         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51081         option --force, because --force causes the aclocal.m4 of each
51082         subdirectory to be newer than the corresponding config.h.in.
51083
51084 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51085
51086         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51087         All contents moved to gl_REGEX.
51088         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51089         assume that it does.
51090
51091 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51092
51093         * lib/regex.h (REG_NOSYS)
51094         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51095         Define, since POSIX requires it as of 2001.
51096         (_REG_ENOSYS)
51097         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51098         New private symbol, used to keep the enum signed in all cases.
51099         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51100         Youngman in
51101         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51102
51103         * lib/regex_internal.c (re_string_skip_chars, register_state):
51104         (calc_state_hash):
51105         Remove forward decls; no longer needed now that we use prototypes.
51106         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51107         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51108         (clean_state_log_if_needed): Likewise.
51109
51110 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51111
51112         * config/srclist.txt: Add glibc bugs 1231-1233.
51113
51114 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51115
51116         Fix problems reported by Sam Steingold in
51117         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51118         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51119         assumed that reg_errcode_t is a signed type, which is not
51120         necessarily true if _XOPEN_SOURCE is not defined.
51121         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51122         since some compilers warn about it otherwise.
51123
51124 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51125
51126         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51127         (init_word_char, create_initial_state, duplicate_node_closure):
51128         (fetch_token, peek_token_bracket, build_range_exp):
51129         (build_collating_symbol): Remove forward decls; no longer needed
51130         now that we use prototypes.
51131
51132         * lib/regcomp.c:
51133         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51134         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51135         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51136         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51137         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51138         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51139         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51140         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51141         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51142         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51143         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51144         (build_charclass, build_charclass_op, fetch_number, create_tree):
51145         (create_token_tree, mark_opt_subexp, duplicate_tree):
51146         Use prototypes rather than old-style definitions.
51147
51148         * lib/regex_internal.c:
51149         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51150         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51151         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51152         (re_string_reconstruct, re_string_peek_byte_case):
51153         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51154         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51155         (re_node_set_init_copy, re_node_set_add_intersect):
51156         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51157         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51158         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51159         (re_acquire_state, re_acquire_state_context, register_state):
51160         (create_ci_newstate, create_cd_newstate, free_state):
51161         Likewise.
51162         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51163         re_search_2):
51164         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51165         (re_search_internal, prune_impossible_nodes):
51166         (acquire_init_state_context, check_matching, static):
51167         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51168         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51169         (update_regs, sift_states_backward, build_sifted_states):
51170         (clean_state_log_if_needed, merge_state_array):
51171         (update_cur_sifted_state, add_epsilon_src_nodes):
51172         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51173         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51174         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51175         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51176         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51177         (check_arrival, check_arrival_add_next_nodes):
51178         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51179         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51180         (check_node_accept_bytes, check_node_accept, extend_buffers):
51181         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51182         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51183         (sift_ctx_init):
51184         Likewise.
51185
51186         * lib/regex_internal.h:
51187         (re_string_allocate, re_string_construct, re_string_reconstruct):
51188         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51189         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51190         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51191         (re_string_context_at, re_string_peek_byte_case):
51192         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51193         is defined, since we now use prototypes always.
51194
51195         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51196         C89 or better.  All uses removed.
51197
51198 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51199
51200         * config/srclist.txt: Add glibc bugs 1220-1227.
51201
51202 2005-08-20  Jim Meyering  <jim@meyering.net>
51203
51204         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51205         of unused local, dfa.
51206
51207 2005-08-20  Bruno Haible  <bruno@clisp.org>
51208
51209         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51210
51211 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51212
51213         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51214         (re_node_set_insert_last, re_dfa_add_node):
51215         Rename local variables to avoid GCC shadowing warnings.
51216
51217 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51218
51219         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51220         [defined lint]: Suppress bogus uninitialized-variable warnings.
51221
51222         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51223         and let the caller return REG_ESPACE if out of space.  This
51224         removes an uninitialied-variable warning with GCC 4.0.1, and also
51225         avoids taking the address of a local variable.  All callers
51226         changed.
51227
51228 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51229
51230         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51231         $LIBCSRC/posix/regexec.c.
51232         Add glibc bug 1217 for regcomp.c.
51233
51234 2005-08-19  Jim Meyering  <jim@meyering.net>
51235
51236         * lib/regexec.c (proceed_next_node): Redo local variables to
51237         avoid GCC shadowing warnings.
51238
51239 2005-08-18  Bruno Haible  <bruno@clisp.org>
51240
51241         * lib/strstr.c (strstr): Fix return value in multibyte case.
51242         * lib/strcasestr.c (strcasestr): Likewise.
51243
51244 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51245
51246         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51247
51248 2005-08-17  Jim Meyering  <jim@meyering.net>
51249
51250         Make the %s format (seconds since the epoch) work for a negative
51251         number and when used with a zero-padded field width, e.g. %015s.
51252
51253         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51254         label so that it precedes the code to set `digits'.  Otherwise,
51255         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51256         print `00-22'.  Now, it prints `-0022', as it should.
51257
51258 2005-08-17  Bruno Haible  <bruno@clisp.org>
51259
51260         * modules/strstr (Files): Add m4/mbrtowc.m4.
51261         (Depends-on): Add mbuiter.
51262
51263 2005-08-17  Bruno Haible  <bruno@clisp.org>
51264
51265         * modules/strcasestr: New file.
51266         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51267         strcasestr.
51268
51269 2005-08-17  Bruno Haible  <bruno@clisp.org>
51270
51271         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51272
51273 2005-08-17  Bruno Haible  <bruno@clisp.org>
51274
51275         * modules/mbuiter: New file.
51276         * MODULES.html.sh (Extended multibyte and wide character utilities):
51277         Add mbuiter.
51278
51279 2005-08-17  Bruno Haible  <bruno@clisp.org>
51280
51281         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51282         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51283
51284 2005-08-17  Bruno Haible  <bruno@clisp.org>
51285
51286         * m4/strcasestr.m4: New file.
51287
51288 2005-08-17  Bruno Haible  <bruno@clisp.org>
51289
51290         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51291         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51292
51293 2005-08-17  Bruno Haible  <bruno@clisp.org>
51294
51295         * lib/strcasestr.h: New file.
51296         * lib/strcasestr.c: New file.
51297
51298 2005-08-17  Bruno Haible  <bruno@clisp.org>
51299
51300         * lib/strcasecmp.c: Use mbuiter.h.
51301
51302 2005-08-17  Bruno Haible  <bruno@clisp.org>
51303
51304         * lib/mbuiter.h: New file.
51305
51306 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51307
51308         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51309         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51310         and gl_GETOPT are both invoked via different paths (as happens
51311         with GNU tar CVS because it uses both argp and getopt), the former
51312         wins.
51313
51314 2005-08-16  Bruno Haible  <bruno@clisp.org>
51315
51316         * modules/tls: New file.
51317         * MODULES.html.sh (Multithreading): Add tls.
51318
51319 2005-08-16  Bruno Haible  <bruno@clisp.org>
51320
51321         * modules/strnlen1: New file.
51322         * MODULES.html.sh (String handling): Add strnlen1.
51323
51324 2005-08-16  Bruno Haible  <bruno@clisp.org>
51325
51326         * modules/strcase (Files): Add m4/mbrtowc.m4.
51327         (Depends-on): Add strnlen1, mbchar.
51328
51329 2005-08-16  Bruno Haible  <bruno@clisp.org>
51330
51331         * modules/mbiter: New file.
51332         * MODULES.html.sh (Extended multibyte and wide character utilities):
51333         Add mbiter.
51334
51335 2005-08-16  Bruno Haible  <bruno@clisp.org>
51336
51337         * modules/mbfile: New file.
51338         * MODULES.html.sh (Extended multibyte and wide character utilities):
51339         Add mbfile.
51340
51341 2005-08-16  Bruno Haible  <bruno@clisp.org>
51342
51343         * modules/mbchar: New file.
51344         * MODULES.html.sh (Extended multibyte and wide character utilities):
51345         New section.
51346
51347 2005-08-16  Bruno Haible  <bruno@clisp.org>
51348
51349         * m4/tls.m4: New file, from GNU gettext.
51350
51351 2005-08-16  Bruno Haible  <bruno@clisp.org>
51352
51353         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51354         always.
51355         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51356
51357 2005-08-16  Bruno Haible  <bruno@clisp.org>
51358
51359         * m4/mbiter.m4: New file.
51360
51361 2005-08-16  Bruno Haible  <bruno@clisp.org>
51362
51363         * m4/mbfile.m4: New file.
51364
51365 2005-08-16  Bruno Haible  <bruno@clisp.org>
51366
51367         * m4/mbchar.m4: New file.
51368
51369 2005-08-16  Bruno Haible  <bruno@clisp.org>
51370
51371         * lib/tls.h: New file, from GNU gettext.
51372         * lib/tls.c: New file, from GNU gettext.
51373
51374 2005-08-16  Bruno Haible  <bruno@clisp.org>
51375
51376         * lib/strnlen1.h: New file.
51377         * lib/strnlen1.c: New file.
51378
51379 2005-08-16  Bruno Haible  <bruno@clisp.org>
51380
51381         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51382         (mbi_init): Update.
51383         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51384         NUL byte, not after it.
51385
51386 2005-08-16  Bruno Haible  <bruno@clisp.org>
51387
51388         * lib/strcase.h (strcasecmp): Add note in comments.
51389         * lib/strncasecmp.c: Use code from strcasecmp.c.
51390         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51391         (strcasecmp): Work correctly in multibyte locales.
51392
51393 2005-08-16  Bruno Haible  <bruno@clisp.org>
51394
51395         * lib/mbiter.h: New file.
51396
51397 2005-08-16  Bruno Haible  <bruno@clisp.org>
51398
51399         * lib/mbfile.h: New file.
51400
51401 2005-08-16  Bruno Haible  <bruno@clisp.org>
51402
51403         * lib/mbchar.h: New file.
51404         * lib/mbchar.c: New file.
51405
51406 2005-08-16  Bruno Haible  <bruno@clisp.org>
51407
51408         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51409         the valid ones. Makes the comparison operations transitive:
51410         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51411         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51412
51413 2005-08-15  Simon Josefsson  <jas@extundo.com>
51414
51415         * modules/ssize_t (License): Change to 'unlimited'.
51416
51417         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51418
51419 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51420
51421         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51422         Add comments for each pending glibc patch.
51423
51424 2005-08-15  Bruno Haible  <bruno@clisp.org>
51425
51426         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51427         __cplusplus is defined.
51428
51429 2005-08-14  Jim Meyering  <jim@meyering.net>
51430
51431         Sync from coreutils.
51432
51433         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51434         Use the hash-table-based cycle-detection code not just when
51435         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51436         Reported by James Youngman in
51437         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51438         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51439         FTS_TIGHT_CYCLE_CHECK.
51440         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51441         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51442         once again.
51443         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51444         * lib/fts.c (fd_safer): Remove decl.
51445         Include fcntl--.h rather than unistd-safer.h
51446         (fts_safe_changedir): Don't call fd_safer; no longer needed
51447         now that we include fcntl--.h.
51448
51449 2005-08-12  Simon Josefsson  <jas@extundo.com>
51450
51451         * modules/getndelim2: Use ssize_t module.
51452         * modules/getnline: Likewise.
51453         * modules/safe-read: Likewise.
51454         * modules/xreadlink: Likewise.
51455
51456         * modules/ssize_t: New file.
51457
51458 2005-08-12  Simon Josefsson  <jas@extundo.com>
51459
51460         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51461
51462 2005-08-12  Simon Josefsson  <jas@extundo.com>
51463
51464         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51465         ssize_t.
51466
51467 2005-08-12  Simon Josefsson  <jas@extundo.com>
51468
51469         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51470         readline, getdelim and check_version.
51471         (Support for systems lacking ISO C 99: Sizes of integer types):
51472         Add size_max.
51473
51474 2005-08-12  Bruno Haible  <bruno@clisp.org>
51475
51476         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51477
51478 2005-08-11  Simon Josefsson  <jas@extundo.com>
51479
51480         * modules/readline: New file.
51481
51482         * modules/strnlen (Files): Add strnlen.h.
51483
51484 2005-08-11  Simon Josefsson  <jas@extundo.com>
51485
51486         * m4/readline.m4: New file.
51487
51488 2005-08-11  Simon Josefsson  <jas@extundo.com>
51489
51490         * lib/readline.h, readline.c: New file.
51491
51492 2005-08-11  Simon Josefsson  <jas@extundo.com>
51493
51494         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51495         gl_AVOID.
51496
51497 2005-08-11  Bruno Haible  <bruno@clisp.org>
51498
51499         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51500
51501 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51502
51503         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51504
51505 2005-08-10  Simon Josefsson  <jas@extundo.com>
51506
51507         * tests/test-iconvme.c: New file.
51508
51509 2005-08-10  Simon Josefsson  <jas@extundo.com>
51510
51511         * m4/strnlen.m4: New file.
51512
51513         * m4/strndup.m4: Don't check for strnlen declaration, done in
51514         strnlen.m4.
51515
51516 2005-08-10  Simon Josefsson  <jas@extundo.com>
51517
51518         * lib/strndup.c: Use strnlen.h.
51519
51520         * lib/strnlen.h: New file.
51521
51522 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51523
51524         * README: Typos.
51525
51526 2005-08-02  Simon Josefsson  <jas@extundo.com>
51527
51528         * modules/readline: New file.
51529
51530 2005-08-02  Simon Josefsson  <jas@extundo.com>
51531
51532         * modules/getdelim: New file.
51533
51534         * modules/getline: Rewrite, don't use getndelim2.
51535
51536 2005-08-02  Simon Josefsson  <jas@extundo.com>
51537
51538         * m4/getline.m4: Separate out getdelim stuff into separate module.
51539
51540         * m4/getdelim.m4: New file.
51541
51542 2005-08-02  Simon Josefsson  <jas@extundo.com>
51543
51544         * lib/getline.h, getline.c: Rewrite.
51545
51546         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51547
51548 2005-07-31  Bruno Haible  <bruno@clisp.org>
51549
51550         * lib/lock.h (gl_lock_initializer): New macro.
51551         (gl_lock_define_initialized): Use it.
51552         (gl_rwlock_initializer): New macro.
51553         (gl_rwlock_define_initialized): Use it.
51554         (gl_recursive_lock_initializer): New macro.
51555         (gl_recursive_lock_define_initialized): Use it.
51556
51557 2005-07-30  Karl Berry  <karl@gnu.org>
51558
51559         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51560         Report from Ben Pfaff, regarding getopt.
51561
51562 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51563
51564         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51565         normal way.
51566         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51567         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51568         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51569         (gl_GETOPT): Use the new macros.  Most of the implementation
51570         is moved to the new macros.  This is for programs like Emacs
51571         that don't want all the functionality of gl_GETOPT.
51572
51573 2005-07-26  Bruno Haible  <bruno@clisp.org>
51574
51575         * m4/lock.m4: Update from GNU gettext.
51576
51577 2005-07-26  Bruno Haible  <bruno@clisp.org>
51578
51579         * lib/lock.h: Update from GNU gettext.
51580         * lib/lock.c: Update from GNU gettext.
51581
51582 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51583
51584         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51585         obsolescent AC_TRY_RUN.  Include the default includes files, for
51586         'exit'.
51587
51588 2005-07-24  Bruno Haible  <bruno@clisp.org>
51589
51590         * modules/visibility: New file.
51591         * MODULES.html.sh (Misc): Add visibility.
51592
51593 2005-07-24  Bruno Haible  <bruno@clisp.org>
51594
51595         * m4/visibility.m4: New file.
51596
51597 2005-07-24  Bruno Haible  <bruno@clisp.org>
51598
51599         * doc/visibility.texi: New file.
51600
51601 2005-07-22  Bruno Haible  <bruno@clisp.org>
51602
51603         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51604         $(ALLOCA_H), redundant through BUILT_SOURCES.
51605         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51606         redundant through BUILT_SOURCES.
51607         * modules/byteswap (Makefile.am): Remove explicit dependency on
51608         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51609         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51610         $(FNMATCH_H), redundant through BUILT_SOURCES.
51611         * modules/getopt (Makefile.am): Remove explicit dependency on
51612         $(GETOPT_H), redundant through BUILT_SOURCES.
51613         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51614         redundant through BUILT_SOURCES.
51615         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51616         redundant through BUILT_SOURCES.
51617         * modules/stdbool (Makefile.am): Remove explicit dependency on
51618         $(STDBOOL_H), redundant through BUILT_SOURCES.
51619         * modules/stdint (Makefile.am): Remove explicit dependency on
51620         $(STDINT_H), redundant through BUILT_SOURCES.
51621         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51622         Remove explicit dependency on $(SYSEXITS_H).
51623         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51624
51625 2005-07-18  Simon Josefsson  <jas@extundo.com>
51626
51627         * lib/check-version.c (check_version): Accept identical versions too.
51628
51629 2005-07-18  Bruno Haible  <bruno@clisp.org>
51630
51631         * modules/lock: New file.
51632         * MODULES.html.sh (Multithreading): New section.
51633
51634 2005-07-18  Bruno Haible  <bruno@clisp.org>
51635
51636         * m4/lock.m4: New file, from GNU gettext.
51637
51638 2005-07-18  Bruno Haible  <bruno@clisp.org>
51639
51640         * lib/lock.h: New file, from GNU gettext.
51641         * lib/lock.c: New file, from GNU gettext.
51642
51643 2005-07-18  Bruno Haible  <bruno@clisp.org>
51644
51645         * lib/lock.h (gl_once_t): New type.
51646         (gl_once_define, gl_once): New macros.
51647         * lib/lock.c (fresh_once): New variable.
51648         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51649         functions.
51650
51651 2005-07-16  Simon Josefsson  <jas@extundo.com>
51652
51653         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51654         workaround, suggested by Bruno.
51655
51656 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51657
51658         * modules/xalloc (Depends-on): Add xalloc-die.
51659         * modules/xvasprintf (Depends-on): Add xalloc-die.
51660
51661 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51662
51663         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51664         with a minor change.
51665
51666 2005-07-15  Bruno Haible  <bruno@clisp.org>
51667
51668         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51669         When using lib/poll.c, define poll as rpl_poll.
51670
51671 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51672
51673         * modules/argp (Depends-on): Remove unlocked-io.
51674
51675 2005-07-14  Derek Price  <derek@ximbiot.com>
51676
51677         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51678         for glob symlink bug.
51679
51680 2005-07-14  Bruno Haible  <bruno@clisp.org>
51681
51682         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51683         Instead, test for *_unlocked function declarations directly.
51684
51685 2005-07-11  Simon Josefsson  <jas@extundo.com>
51686
51687         * modules/size_max: New file.
51688
51689         * modules/xsize: Depend on size_max module for size_max.m4.
51690
51691 2005-07-11  Simon Josefsson  <jas@extundo.com>
51692
51693         * lib/size_max.h: New file.
51694
51695 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51696
51697         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51698         copyright symbol and the year.
51699         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51700         (version_etc_va): Use parameterized copyright notice.
51701         Reword to conform to the current GNU coding standards.
51702
51703 2005-07-11  Karl Berry  <karl@gnu.org>
51704
51705         * doc/gnulib.texi (Quoting): new node.
51706         (Initial import): more info, from Patrice.
51707
51708 2005-07-11  Bruno Haible  <bruno@clisp.org>
51709
51710         * gnulib-tool (func_usage): Document option --avoid.
51711         (Command line options): Handle --avoid.
51712         (func_acceptable): New function.
51713         (func_modules_transitive_closure): Use it.
51714
51715 2005-07-11  Bruno Haible  <bruno@clisp.org>
51716
51717         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51718         Reported by Jim Meyering.
51719
51720 2005-07-10  Bruno Haible  <bruno@clisp.org>
51721
51722         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51723         Needed when size_t is smaller than 'unsigned int'.
51724         Reported by Paul Eggert.
51725
51726 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51727
51728         * modules/argp (Depends-on): Add unlocked-io
51729
51730 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51731
51732         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51733         block of defines.
51734
51735 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51736
51737         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51738         fix now.
51739
51740 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51741         and Paul Eggert  <eggert@cs.ucla.edu>
51742
51743         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51744         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51745
51746 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51747
51748         * modules/regex (Files): Add lib/regex_internal.c,
51749         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51750         (Depends-on): Add extensions.
51751         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51752
51753 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51754
51755         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51756         pathconf.
51757         * m4/same.m4 (gl_SAME): Likewise.
51758         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51759
51760         * m4/regex.m4: Adjust to new libc regex implementation.
51761         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51762         all the .c and .h parts of (the new) regex.
51763         Quote the m4 stuff better.
51764         Check for RE_ICASE bug of old gnulib.
51765         Check for REG_STARTEND of recent libc.
51766         Rename local variables from jm_* to gl_*.
51767         Quote operand of "test -f".
51768         Say "recent enough" version of libc, not "version 2".
51769         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51770         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51771         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51772         Remove check for btowc, isascii.
51773         Require AM_LANGINFO_CODESET.
51774
51775 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51776
51777         * lib/regex.c, regex.h: Sync from libc.
51778         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51779         * lib/regexec.c:
51780         New files, synced from libc, except that regex_internal.h
51781         currently has a small porting fix.
51782
51783 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51784
51785         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51786         regex_internal.c, regexec.c.
51787         Add regex_internal.h too, but as a comment, since the libc version
51788         is currently broken in gnulib mode.
51789
51790 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51791
51792         Support programs like Emacs that use gnulib but not gettext.
51793         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51794         * modules/gettext-h: New file.
51795         * modules/gettext (Files): Remove lib/gettext.h.
51796         (Depends-on): Add gettext-h.
51797         (Makefile.am): Remove lib_SOURCES.
51798         * modules/argmatch, modules/c-stack, modules/closeout:
51799         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51800         * modules/execute, modules/file-type, modules/getaddrinfo:
51801         * modules/getopt, modules/human, modules/javacomp:
51802         * modules/javaexec, modules/mkdir-p, modules/obstack:
51803         * modules/openat, modules/pagealign_alloc, modules/pipe:
51804         * modules/quotearg, modules/regex, modules/rpmatch:
51805         * modules/unicodeio, modules/userspec, modules/version-etc:
51806         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51807         * modules/xsetenv:
51808         Depend on gettext-h, not gettext.
51809
51810 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51811
51812         * gnulib-tool (func_import): Add support for 'public domain' license.
51813         * modules/alloca, modules/atexit, modules/memmove:
51814         Now public domain, not GPL.
51815         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51816         * modules/realloc, modules/strerror, modules/strtod:
51817         Now LGPL, not GPL.
51818
51819 2005-07-05  Bruno Haible  <bruno@clisp.org>
51820
51821         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51822         autoconf CVS. Needed for mingw.
51823
51824 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51825
51826         Remove the dependency of the strftime module on the tzset module.
51827         * modules/strftime (Depends-on): Remove dependency on tzset.
51828
51829 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51830
51831         Remove the dependency of the strftime module on the tzset module.
51832         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51833         gl_FUNC_TZSET_CLOBBER.
51834
51835 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51836
51837         Remove the dependency of the strftime module on the tzset module.
51838         * lib/strftime.c (my_strftime)
51839         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51840         Copy the input structure, to work around some of the bug with
51841         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51842         Solaris releases, you should also use the tzset module, but we won't
51843         require it as a dependency any more since we don't want LGPLed code
51844         to depend on GPLed code.
51845
51846 2005-07-02  Jim Meyering  <jim@meyering.net>
51847
51848         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51849         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51850         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51851         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51852
51853 2005-07-02  Jim Meyering  <jim@meyering.net>
51854
51855         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51856
51857 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51858
51859         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51860         declares only 'struct timespec;' (!).
51861
51862 2005-07-01  Jim Meyering  <jim@meyering.net>
51863
51864         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51865         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51866         * lib/save-cwd.c, tempname.c:
51867         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51868         and don't include <sys/file.h>).
51869
51870 2005-06-29  Jim Meyering  <jim@meyering.net>
51871
51872         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51873         type name.  Use the variable name instead.
51874         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51875         Likewise.
51876
51877 2005-06-28  Simon Josefsson  <jas@extundo.com>
51878
51879         * modules/check-version (Files): Add check-version.m4.
51880
51881 2005-06-28  Simon Josefsson  <jas@extundo.com>
51882
51883         * m4/check-version.m4: New file, suggested by Jim Meyering
51884         <jim@meyering.net>.
51885
51886 2005-06-28  Simon Josefsson  <jas@extundo.com>
51887
51888         * lib/check-version.h, lib/check-version.c: New files.
51889
51890 2005-06-28  Simon Josefsson  <jas@extundo.com>
51891
51892         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51893         collision with global variable.  Better indentation.  Don't
51894         increment buffer pointer beyond buffer end.  Based on comments
51895         from Paul Eggert <eggert@cs.ucla.edu>.
51896
51897         * lib/base64.h: Indent.
51898
51899 2005-06-28  Simon Josefsson  <jas@extundo.com>
51900
51901         * doc/gnulib.texi (Library version handling): New section.
51902
51903 2005-06-28  Jim Meyering  <jim@meyering.net>
51904
51905         * check-module (find_included_lib_files): Hard-code another
51906         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51907         but modules/fts-lgpl (correctly) does not list those files.
51908
51909         * modules/canonicalize (Files): Add lib/pathmax.h.
51910
51911 2005-06-25  Simon Josefsson  <jas@extundo.com>
51912
51913         * modules/check-version: New file.
51914
51915 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51916
51917         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51918         initializer of struct addrinfo, as an indication that we don't
51919         care how many members the structure has.
51920
51921 2005-06-24  Derek Price  <derek@ximbiot.com>
51922         and Bruno Haible  <bruno@clisp.org>
51923
51924         Remove stat module & update lstat.
51925         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51926         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51927         * m4/stat.m4: Remove this file.
51928
51929 2005-06-24  Derek Price  <derek@ximbiot.com>
51930         and Bruno Haible  <bruno@clisp.org>
51931
51932         Remove stat module & update lstat.
51933         * lib/stat.c: Remove this file...
51934         (slash_aware_lstat): ...moving this content and its support...
51935         * lib/lstat.c (rpl_lstat): ...into here.
51936         * lib/lstat.h: New file.
51937
51938 2005-06-24  Derek Price  <derek@ximbiot.com>
51939         and Bruno Haible  <bruno@clisp.org>
51940
51941         Remove stat module & update lstat.
51942         * config/srclist.txt (libc sources): Remove stat.
51943
51944 2005-06-24  Derek Price  <derek@ximbiot.com>
51945         and Bruno Haible  <bruno@clisp.org>
51946
51947         Remove stat module & update lstat.
51948         * MODULES.html.sh (stat): Remove.
51949         * MODULES.html: Regenerated.
51950         * modules/lstat (Description): Correct function name.
51951         (Files): Add "lstat.h".
51952         (Depends-on): Remove stat, add xalloc, stat-macros.
51953         * modules/stat: Remove this file.
51954         (Include): Add "lstat.h", remove <sys/stat.h>.
51955
51956 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51957
51958         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51959         (ranged_convert): Don't save conversion in a temporary struct.
51960         This causes a warning with GCC 4.0.0, and anyway in the typical
51961         case it's not worth the extra 100 bytes or so of code.
51962         (ranged_convert, __mktime_internal): When calling a function via a
51963         pointer P, use P () rather than (*P) (), as we now assume C89 or
51964         better.
51965
51966 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51967
51968         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51969         "who -r" failed to give output.  Problem reported by Tim Waugh.
51970
51971         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51972         (xcalloc): Use it to avoid needless tests.
51973         Problem reported by Jim Meyering.
51974
51975 2005-06-20  Derek Price  <derek@ximbiot.com>
51976
51977         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51978         unnecessary for Autoconfs > 2.59c.
51979
51980 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51981
51982         * lib/argp.h (__option_is_short): Check upper limit of
51983         __key. Isprint() requires its argument to have the value
51984         of an unsigned char or EOF.
51985
51986 2005-06-16  Jim Meyering  <jim@meyering.net>
51987
51988         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51989         when either N or S is zero.
51990
51991 2005-06-16  Derek Price  <derek@ximbiot.com>
51992
51993         * m4/bison.m4: Declare YACC & YFLAGS precious.
51994
51995 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51996
51997         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51998         multibyte string or pattern, fall back on unibyte matching.
51999         Problem reported by James Youngman.
52000
52001 2005-06-08  Bruno Haible  <bruno@clisp.org>
52002
52003         * modules/csharpcomp: New file.
52004         * MODULES.html.sh (C#): Add csharpcomp.
52005
52006 2005-06-08  Bruno Haible  <bruno@clisp.org>
52007
52008         * m4/csharpcomp.m4: New file, from GNU gettext.
52009
52010 2005-06-08  Bruno Haible  <bruno@clisp.org>
52011
52012         * lib/csharpcomp.h: New file, from GNU gettext.
52013         * lib/csharpcomp.c: New file, from GNU gettext.
52014         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52015
52016 2005-06-08  Bruno Haible  <bruno@clisp.org>
52017
52018         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52019         warning on mingw.
52020
52021 2005-06-07  Derek Price  <derek@ximbiot.com>
52022
52023         Sync from CVS.
52024         * lib/glob_.h: Indent nested #ifdef.
52025
52026 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52027
52028         Sync from coreutils.
52029         Use "file name" when talking about file names, instead of "filename"
52030         or "path", as per the GNU coding standards.
52031         * lib/mkdir-p.c: Renamed from makepath.c.
52032         (make_dir_parents): Renamed from make_path.  All callers changed.
52033         * lib/mkdir-p.h: Likewise.  All includers changed.
52034         * lib/filenamecat.c: Renamed from path-concat.c.
52035         (file_name_concat): Renamed from path_concat.  All callers changed.
52036         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52037         * lib/filenamecat.h: Likewise.  All includers changed.
52038         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52039         in comments or local variable names.
52040         * lib/basename.c: Likewise.
52041         * lib/canonicalize.c, canonicalize.h: Likewise.
52042         * lib/dirname.c, dirname.h: Likewise.
52043         * lib/euidaccess.c: Likewise.
52044         * lib/exclude.c: Likewise
52045         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52046         * lib/fsusage.c, fsuage.h: Likewise.
52047         * lib/fts.c, fts_.h: Likewise.
52048         * lib/getcwd.c: Likewise.
52049         * lib/getloadavg.c: Likewise.
52050         * lib/mkstemp.c: Likewise.
52051         * lib/mountlist.c, mountlist.h: Likewise.
52052         * lib/openat.c, openat.h: Likewise.
52053         * lib/readlink-stub.c: Likewise.
52054         * lib/readutmp.c, readutmp.h: Likewise.
52055         * lib/rename.c: Likewise.
52056         * lib/rmdir.c: Likewise.
52057         * lib/same.c: Likewise.
52058         * lib/savedir.c: Likewise.
52059         * lib/stripslash.c: Likewise.
52060         * lib/tempname.c: Likewise.
52061         * lib/xreadlink.c: Likewise.
52062         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52063         All uses changed.
52064         * lib/exclude.h: Likewise.
52065
52066         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52067         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52068         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52069         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52070         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52071         files have been getting away with it for years (MORE/BSD 4.3
52072         is extinct now).
52073         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52074         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52075
52076         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52077         Define to 256, not 255, as per modern POSIX.
52078
52079 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52080
52081         Sync from coreutils.
52082         Use "file name" when talking about file names, instead of "filename"
52083         or "path", as per the GNU coding standards.
52084         * MODULES.html.sh: mkdir-p renamed from makepath.
52085         filenamecat renamed from path-concat.
52086         * modules/filenamecat: Renamed from modules/path-concat.
52087         (Files): filenamecat.h and filenamecat.c renamed from
52088         path-concat.h and path-concat.c.
52089         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52090         (Include): filenamecat.h, not path-concat.h.
52091         * modules/mkdir-p: Renamed from modules/makepath.
52092         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52093         makepath.c.
52094         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52095         (Include): mkdir-p.h, not makepath.h.
52096
52097 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52098
52099         Sync from coreutils.
52100         * m4/mkdir-p.m4: Renamed from makepath.m4.
52101         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52102         Rename files from makepath.c to mkdir-p.c, and from
52103         makepath.h to mkdir-p.h.
52104         * m4/filenamecat.m4: Renamed from path-concat.m4.
52105         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52106         Rename files from path-concat.c to filenamecat.c,
52107         and from path-concat.h to filenamecat.h.
52108         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52109         "file name" in local variables or comments.
52110         * m4/rename.m4: Likewise.
52111
52112 2005-06-01  Bruno Haible  <bruno@clisp.org>
52113
52114         * modules/csharpexec: New file.
52115         * MODULES.html.sh (C#): New section.
52116
52117 2005-06-01  Bruno Haible  <bruno@clisp.org>
52118
52119         * m4/csharp.m4: New file, from GNU gettext.
52120         * m4/csharpexec.m4: New file, from GNU gettext.
52121
52122 2005-06-01  Bruno Haible  <bruno@clisp.org>
52123
52124         * lib/csharpexec.h: New file, from GNU gettext.
52125         * lib/csharpexec.c: New file, from GNU gettext.
52126         * lib/csharpexec.sh.in: New file, from GNU gettext.
52127
52128 2005-05-31  Derek Price  <derek@ximbiot.com>
52129             Paul Eggert  <eggert@cs.ucla.edu>
52130
52131         Sync from cvs.
52132         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52133
52134 2005-05-31  Derek Price  <derek@ximbiot.com>
52135             Paul Eggert  <eggert@cs.ucla.edu>
52136
52137         Sync from cvs.
52138         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52139
52140 2005-05-29  Derek Price  <derek@ximbiot.com>
52141
52142         * config/srclist.txt (glob_.h, glob.c): Add these files.
52143
52144 2005-05-29  Derek Price  <derek@ximbiot.com>
52145
52146         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52147         * modules/glob: New file.
52148         * modules/getlogin_r: Add link to POSIX spec in description.
52149
52150 2005-05-29  Derek Price  <derek@ximbiot.com>
52151             Paul Eggert  <eggert@cs.ucla.edu>
52152
52153         * m4/glob.m4: New file.
52154
52155 2005-05-29  Derek Price  <derek@ximbiot.com>
52156             Paul Eggert  <eggert@cs.ucla.edu>
52157
52158         * lib/glob_.h, lib/glob.c: New files.
52159
52160 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52161
52162         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52163         * modules/fts-lgpl (Depends-on): Remove gettext.
52164
52165 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52166
52167         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52168         and don't require gt_INTTYPES_PRI.
52169
52170 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52171
52172         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52173
52174         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52175         the configuration hassle isn't worth it.
52176         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52177         (LONGEST_MODIFIER, PRIuMAX): Remove.
52178
52179 2005-05-27  Bruno Haible  <bruno@clisp.org>
52180
52181         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52182
52183 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52184
52185         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52186         _POSIX_PTHREAD_SEMANTICS for Solaris.
52187
52188 2005-05-25  Derek Price  <derek@ximbiot.com>
52189
52190         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52191
52192 2005-05-25  Derek Price  <derek@ximbiot.com>
52193             Paul Eggert  <eggert@cs.ucla.edu>
52194
52195         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52196         * lib/getlogin_r.c, getlogin_r.h: New files.
52197
52198 2005-05-25  Bruno Haible  <bruno@clisp.org>
52199             Derek Price  <derek@ximbiot.com>
52200
52201         * lib/getlogin_r.h: Simplify API documentation.
52202
52203 2005-05-23  Derek Price  <derek@ximbiot.com>
52204
52205         * modules/minmax (Files): Add m4/minmax.m4.
52206         (configure.ac): Add gl_MINMAX.
52207
52208 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52209
52210         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52211         so that unistd-safer.h (GPL'ed code) need not be included.
52212
52213 2005-05-22  Bruno Haible  <bruno@clisp.org>
52214
52215         * m4/minmax.m4: New file.
52216         Based on a patch by Derek Price <derek@ximbiot.com>.
52217
52218 2005-05-22  Bruno Haible  <bruno@clisp.org>
52219
52220         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52221         (INT64_MIN): Fix definition.
52222         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52223
52224         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52225         NEED_SIGNED_INT_TYPES.
52226
52227         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52228         HAVE_SYSTEM_INTTYPES.
52229
52230 2005-05-22  Bruno Haible  <bruno@clisp.org>
52231
52232         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52233         Also include <sys/param.h> if it defines MIN, MAX.
52234         Based on a patch by Derek Price <derek@ximbiot.com>.
52235
52236 2005-05-21  Jim Meyering  <jim@meyering.net>
52237
52238         * modules/fts (Files): Add m4/inttypes-pri.m4.
52239         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52240
52241 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52242
52243         New fts module.
52244         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52245         (setup_dir, free_dir): New functions.
52246         (enter_dir, leave_dir): Define trivial
52247         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52248         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52249         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52250         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52251         Move to fts-cycle.c.
52252         (fts_open): Use setup_dir.
52253         (fts_close): Use free_dir.
52254         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52255         This adds a label and some gotos, but the alternatives were messier.
52256         Check for memory allocation failure when entering a dir.
52257         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52258         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52259         (FTS): New member fts_cycle, that is a union that contains the
52260         old active_dir_ht and cycle_state.  All uses changed to mention
52261         fts_cycle.ht and fts_cycle.state.
52262         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52263         fts.c, with the following changes:
52264         (setup_dir, free_dir): New functions.
52265         (enter_dir): Now returns bool.  Return true if successful, false
52266         if memory exhausted.  All callers changed.
52267         Do not bother partly cleaning up on
52268         memory allocation failure; that is free_dir's job.
52269         However, free ad if hash_insert fails, to avoid memory leak.
52270         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52271         fts->fts_options to see which union member to use.
52272
52273 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52274
52275         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52276         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52277
52278 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52279
52280         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52281
52282 2005-05-20  Jim Meyering  <jim@meyering.net>
52283
52284         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52285         Now a macro, to pacify GCC.
52286
52287 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52288
52289         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52290         of -1.
52291
52292 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52293
52294         * lib/chown.c (rpl_chown): Return -1 on failure.
52295
52296 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52297
52298         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52299         Don't check for stddef.h.
52300         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52301         don't use its results.
52302         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52303         since we include them unconditionally.  Don't require
52304         AM_STDBOOL_H, since stdbool is a prerequisite.
52305         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52306         since we assume C89 or better.
52307         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52308         as we don't use their results.
52309         Don't check for fchdir, memmove, memset, strrchr, as we use
52310         them unconditionally.
52311         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52312         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52313
52314 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52315
52316         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52317         Include <stddef.h> unconditionally, since we assume C89 now.
52318         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52319         * lib/fts.c: Include fts_.h first, to check interface.
52320         Do not include intprops.h; no longer needed.
52321         Include cycle-check.h and hash.h, since fts_.h no longer does.
52322         Remove unnecessary casts of closedir to void.
52323         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52324         decide whether to decrement nlinks.
52325         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52326         (FTS): Use struct hash_table * instead of Hash_table, so that
52327         we no longer need to include hash.h here.
52328
52329 2005-05-18  Jim Meyering  <jim@meyering.net>
52330
52331         * modules/dirfd (License): Change to LGPL.  Most of the code
52332         is already in the public domain.
52333
52334 2005-05-18  Jim Meyering  <jim@meyering.net>
52335
52336         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52337         Reported by Yoann Vandoorselaere.
52338
52339 2005-05-17  Jim Meyering  <jim@meyering.net>
52340
52341         * m4/fts.m4: New file, from coreutils.
52342
52343 2005-05-17  Jim Meyering  <jim@meyering.net>
52344
52345         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52346
52347 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52348
52349         Sync from coreutils.
52350         * m4/unlinkdir.m4: New file.
52351
52352 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52353
52354         Sync from coreutils.
52355         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52356         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52357         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52358         White space changes only.
52359         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52360         special.
52361         * lib/yesno.c: Include getline.h, not ctype.h.
52362         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52363         Use getline to remove arbitrary restriction on response length.
52364
52365 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52366
52367         * config/srclist-update: Spell out "Street" in FSF postal
52368         mail address; this is the style the FSF seems to prefer.
52369
52370         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52371         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52372         this updates FSF postal mail address.
52373
52374         Sync from coreutils.
52375         * modules/unlinkdir: New file.
52376         * modules/yesno (Depends-on): Add getline.
52377         * MODULES.html.sh (File system functions): Add unlinkdir.
52378
52379 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52380
52381         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52382         lib/strsep.h:
52383         Change the initial comment to refer to GPL, not LGPL.
52384         gnulib-tool will change it to LGPL as needed.
52385
52386         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52387         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52388         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52389         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52390         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52391         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52392         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52393         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52394         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52395         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52396         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52397         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52398         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52399         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52400         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52401         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52402         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52403         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52404         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52405         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52406         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52407         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52408         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52409         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52410         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52411         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52412         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52413         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52414         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52415         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52416         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52417         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52418         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52419         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52420         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52421         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52422         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52423         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52424         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52425         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52426         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52427         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52428         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52429         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52430         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52431         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52432         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52433         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52434         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52435         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52436         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52437         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52438         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52439         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52440         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52441         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52442         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52443         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52444         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52445         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52446         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52447         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52448         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52449         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52450         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52451         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52452         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52453         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52454         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52455         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52456         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52457         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52458         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52459         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52460         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52461         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52462         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52463         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52464         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52465         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52466         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52467         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52468         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52469         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52470         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52471         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52472         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52473         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52474         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52475         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52476         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52477         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52478         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52479         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52480         lib/yesno.c, lib/yesno.h:
52481         Update FSF postal mail address.
52482
52483 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52484
52485         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52486         tests/test-memmem.c, tests/test-stpncpy.c:
52487         Update FSF postal mail address.
52488
52489 2005-05-13  Bruno Haible  <bruno@clisp.org>
52490
52491         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52492         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52493         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52494         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52495         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52496         Add support for 64-bit integers in the MSVC compiler.
52497
52498 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52499
52500         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52501
52502 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52503
52504         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52505
52506 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52507
52508         * doc/getdate.texi (General date syntax): Don't say that date
52509         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52510         Problem reported by Nic Ferrier.
52511
52512 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52513
52514         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52515         specified in ai_socktype. Fix invalid ai_protocol
52516         check. ai_protocol is usually set to 0 or depending on
52517         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52518         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52519         ai_socktype / ai_protocol in the returned addrinfo structure.
52520
52521 2005-05-10  Simon Josefsson  <jas@extundo.com>
52522
52523         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52524         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52525
52526 2005-05-10  Karl Berry  <karl@gnu.org>
52527
52528         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52529         (from http://www.gnu.org/licenses).
52530         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52531         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52532         fdl.texi suffices.
52533
52534 2005-05-10  Karl Berry  <karl@gnu.org>
52535
52536         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52537         (COPYING.DOC): remove.
52538
52539         * config/srclist-update: new FSF address.
52540
52541 2005-05-10  Derek Price  <derek@ximbiot.com>
52542
52543         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52544         possible.
52545
52546 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52547             Bruno Haible  <bruno@clisp.org>
52548
52549         * modules/inet_ntop: New file.
52550         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52551         inet_ntop.
52552
52553 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52554             Bruno Haible  <bruno@clisp.org>
52555
52556         * m4/inet_ntop.m4: New file.
52557
52558 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52559             Bruno Haible  <bruno@clisp.org>
52560
52561         * lib/inet_ntop.h: New file.
52562         * lib/inet_ntop.c: New file, from glibc with modifications.
52563
52564 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52565
52566         * modules/time_r (License): Change to LGPL.
52567         * modules/extensions (License): Change to LGPL.  Actually,
52568         the license is more permissive than that, but currently gnulib-tool
52569         doesn't know how to handle more-permissive licenses.
52570
52571         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52572         Problem reported by Dave Love.
52573
52574 2005-05-08  Jim Meyering  <jim@meyering.net>
52575
52576         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52577         blank.
52578
52579 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52580
52581         * modules/argmatch (Depends-on): Add stdbool.
52582         * modules/backupfile (Depends-on): Likewise.
52583         * modules/chdir-long (Depends-on): Likewise.
52584         * modules/closeout (Depends-on): Likewise.
52585         * modules/cycle-check (Depends-on): Likewise.
52586         * modules/dirname (Depends-on): Likewise.
52587         * modules/fnmatch (Depends-on): Likewise.
52588         * modules/fsusage (Depends-on): Likewise.
52589         * modules/fwriteerror (Depends-on): Likewise.
52590         * modules/getcwd (Depends-on): Likewise.
52591         * modules/getloadavg (Depends-on): Likewise.
52592         * modules/hard-locale (Depends-on): Likewise.
52593         * modules/makepath (Depends-on): Likewise.
52594         * modules/mountlist (Depends-on): Likewise.
52595         * modules/nanosleep (Depends-on): Likewise.
52596         * modules/posixtm (Depends-on): Likewise.
52597         * modules/quotearg (Depends-on): Likewise.
52598         * modules/readtokens (Depends-on): Likewise.
52599         * modules/readtokens0 (Depends-on): Likewise.
52600         * modules/readutmp (Depends-on): Likewise.
52601         * modules/save-cwd (Depends-on): Likewise.
52602         * modules/strftime (Depends-on): Likewise.
52603         * modules/userspec (Depends-on): Likewise.
52604         * modules/utimecmp (Depends-on): Likewise.
52605         * modules/xgetcwd (Depends-on): Likewise.
52606         * modules/xnanosleep (Depends-on): Likewise.
52607         * modules/xstrtod (Depends-on): Likewise.
52608         * modules/yesno (Depends-on): Likewise.
52609
52610 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52611
52612         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52613         needless checks.
52614
52615 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52616
52617         Merge from coreutils.  Among other things,
52618         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52619         * lib/fd-safer.c: New file.
52620         * lib/fcntl-safer.h, open-safer.c: Remove.
52621         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52622         * lib/dup-safer.c: Include unistd-safer.h first.
52623         Don't include errno.h.
52624         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52625         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52626         * lib/file-type.c: Rely on file-type.h change.
52627         * lib/getloadavg.c: Include unistd-safer.h.
52628         (getloadavg): Use safer open.
52629         * lib/getusershell.c: Include "stdio-safer.h".
52630         (getusershell): Use safer fopen.
52631         * lib/long-options.c (long_options): Use NULL rather than 0.
52632         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52633         'free'.
52634         * lib/modechange.c: Likewise.
52635         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52636         (MODE_DONE): New constant.
52637         (struct mode_change): Remove 'next' member.
52638         (make_node_op_equals): New function; like the old one of the
52639         same name, except it allocates an array.
52640         (mode_compile, mode_create_from_ref): Use it.
52641         (mode_compile): Allocate result as an array, not a linked list.
52642         Parse octal string ourself, so that we catch mistakes like "+0".
52643         (mode_adjust): Arg is an array, not a linked list.
52644         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52645         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52646         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52647         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52648         Remove.  This is now stat-macros.h's job.
52649         (talloc): Remove.  All callers replaced by xalloc, so that
52650         our invokers don't have to worry about reporting memory failures.
52651         (make_node_op_equals): Remove.
52652         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52653         New constants.
52654         (struct mode_change): Moved here from modechange.h.
52655         (mode_append_entry): Remove.
52656         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52657         apps to have incorrect behavior.  Use simpler algorithm for head
52658         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52659         Detect more invalid usages rather than having somewhat-random behavior.
52660         Don't insert an "a=" action, as that leads to incorrect behavior.
52661         (mode_compile, mode_create_from_ref): Return NULL on error instead
52662         of an enum, since now there's only one way to have an error.  All
52663         callers changed.
52664         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52665         at the correct time.  Simplify calculation of "+u" and its ilk.
52666         Don't mishandle "+X".
52667         (mode_free): Remove "register" and localize decls.
52668         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52669         (struct mode_change): Move to modechange.c; callers don't
52670         need to see this stuff.
52671         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52672         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52673         (mode_change, mode_adjust): Reflect the new signatures noted above.
52674         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52675         that might redefine system include files.
52676         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52677         (my_usleep): Use NULL rather than (void *) 0.
52678         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52679         Use siginterrupt to specify that system calls should be interrupted.
52680         (rpl_nanosleep): Move initialization of suspended closer to call of
52681         my_usleep.
52682         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52683         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52684         (desirable_utmp_entry): New function.
52685         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52686         using x2nrealloc, to simplify logic.
52687         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52688         size calculation.  Do not assume utmp file is a regular file.
52689         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52690         (READ_UTMP_CHECK_PIDS): New constant.
52691         * lib/save-cwd.c: Include unistd-safer.h.
52692         (save_cwd): Use fd_safer.
52693         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52694         [!_LIBC] Include "stat-macros.h" instead.
52695         * lib/unistd-safer.h (fd_safer): New decl.
52696
52697 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52698
52699         * modules/getloadavg (Depends-on): Add unistd-safer.
52700         * modules/getusershell (Depends-on): Add stdio-safer.
52701         * modules/lstat (Depends-on): Remove xalloc.
52702         * modules/mkstemp (Depends-on): Add stat-macros.
52703         * modules/modechange (Depends-on): Remove xstrtol.
52704         Add stat-macros, xalloc.
52705         * modules/save-cwd (Depends-on): Add unistd-safer.
52706         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52707         * modules/unistd-safer (Files): Add lib/fd-safer.c
52708         (Makefile.am): Remove lib_SOURCES.
52709
52710         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52711         Remove fcntl-safer; unistd-safer supersedes it.
52712
52713 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52714
52715         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52716         AC_HEADER_STAT.
52717         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52718         (gl_PREREQ_CHOWN): Remove.
52719         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52720         it.  Don't require AC_HEADER_STAT.
52721         (gl_PREREQ_LSTAT): Remove.
52722         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52723         Don't require AC_HEADER_STAT.
52724         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52725         (gl_PREREQ_RMDIR): Remove.
52726         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52727         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52728         the stat-macros module a prerequisite.
52729         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52730         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52731         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52732         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52733         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52734         variable names.
52735         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52736         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52737         variable prefixes.
52738         * m4/fcntl-safer.m4: Remove.
52739         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52740         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52741         Invoke gl_PREREQ_FD_SAFER.
52742         (gl_PREREQ_FD_SAFER): New macro.
52743         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52744         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52745         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52746         Remove duplicate call to AC_LIBOBJ(readutmp).
52747         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52748
52749         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52750         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52751
52752 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52753
52754         * MODULES.html.sh (Misc): Add byteswap.
52755
52756 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52757
52758         * modules/getcwd (Depends-on): Add extensions.
52759         * modules/openat (Depends-on): Likewise.
52760
52761 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52762
52763         * modules/byteswap: New file.
52764
52765 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52766
52767         * m4/byteswap.m4: New file.
52768
52769 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52770
52771         * lib/byteswap_.h: New file.
52772
52773 2005-04-25  Karl Berry  <karl@gnu.org>
52774
52775         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52776
52777 2005-04-25  Albert Chin  <china@thewrittenword.com>
52778
52779         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52780         Toolkit C bug.
52781
52782 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52783
52784         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52785         (func_ln_if_changed) Remove forcibly for no error message
52786         in case file does not exist.
52787
52788 2005-04-19  Simon Josefsson  <jas@extundo.com>
52789
52790         * gnulib-tool (Options): Make --symlink mean --symbolic.
52791
52792 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52793
52794         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52795
52796 2005-04-16  Simon Josefsson  <jas@extundo.com>
52797
52798         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52799
52800 2005-04-15  Simon Josefsson  <jas@extundo.com>
52801
52802         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52803
52804 2005-04-15  Simon Josefsson  <jas@extundo.com>
52805
52806         * gnulib-tool: Rename --symlink to --symbolic.
52807
52808 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52809
52810         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52811         symbolic links to files instead of copying/moving.  Add --aux-dir,
52812         specifying directory relative --dir where auxiliary build tools
52813         are placed.
52814
52815 2005-04-14  Bruno Haible  <bruno@clisp.org>
52816
52817         * modules/allocsa (License): Change to LGPL.
52818         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52819
52820 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52821
52822         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52823         that "UTC +1 second" continues to work.  Problem reported
52824         by Dmitry V. Levin.
52825         (relunit_snumber): New rule.
52826         (relunit): Use it.
52827
52828 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         * lib/getdate.y (universal_time_zone_table): New constant.
52831         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52832         universal_time_zone_table.
52833         (lookup_zone): Prefer universal_time_zone_table to
52834         local_time_zone_table, so that "GMT" time stamps are allowed in
52835         London during the summer.  Problem reported by Ian Abbott.
52836
52837 2005-04-12  Jim Meyering  <jim@meyering.net>
52838
52839         * lib/human.c (humblock): Set *options even when returning due to
52840         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52841         warning from gcc-4.
52842
52843 2005-04-09  Jim Meyering  <jim@meyering.net>
52844
52845         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52846         -Wuninitialized: initialize tm0.tm_year.
52847
52848 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52849
52850         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52851         count, since there's no maximum.  All uses changed.
52852         Add member dsts_seen.
52853         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52854         not being INT_MAX.
52855         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52856         Use pc_rels_seen to decide whther a date is absolute.
52857
52858         * lib/getdate.y (number): Don't overwrite year.
52859         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52860         check.
52861
52862 2005-04-02  Simon Josefsson  <jas@extundo.com>
52863
52864         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52865         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52866
52867 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52868
52869         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52870         where no absolute path name can be longer than PATH_MAX.
52871
52872 2005-03-27  Jim Meyering  <jim@meyering.net>
52873
52874         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52875
52876 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52877
52878         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52879         "one's complement" -> "ones' complement" in comment, as per Knuth.
52880         "value of type" -> "type or expression" in comment.
52881         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52882
52883 2005-03-26  Jim Meyering  <jim@meyering.net>
52884
52885         Comment nits.
52886         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52887         Correct typos: s/or/of/.
52888
52889 2005-03-26  Jim Meyering  <jim@meyering.net>
52890
52891         * modules/check-include-files: Move to ../ and rename to...
52892         * check-module: ...this.
52893
52894 2005-03-25  Jim Meyering  <jim@meyering.net>
52895
52896         * modules/xvasprintf (Files): Add xalloc.h.
52897
52898 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52899
52900         * modules/gettext (Files): config/config.rpath ->
52901         build-aux/config.rpath
52902         * modules/iconv (Files): Likewise.
52903         Problem reported by Oskar Liljeblad.
52904
52905 2005-03-23  Jim Meyering  <jim@meyering.net>
52906
52907         * modules/check-include-files: New script to check for
52908         missing dependencies, multiple includes, etc.
52909
52910         * modules/c-strtold (Depends-on): Add xalloc.
52911         * modules/c-strtod (Depends-on): Add xalloc.
52912         * modules/hash (Depends-on): Add xalloc.
52913         (Files): Remove lib/xalloc.h.
52914
52915         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52916         * modules/userspec (Files): Add lib/inttostr.h.
52917
52918 2005-03-23  Jim Meyering  <jim@meyering.net>
52919
52920         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52921
52922 2005-03-22  Jim Meyering  <jim@meyering.net>
52923
52924         * modules/stat-macros: New module.
52925         * modules/canonicalize, modules/euidaccess, modules/file-type,
52926         * modules/filemode, modules/lchown, modules/makepath,
52927         * modules/rmdir, modules/stat: Depend on new stat-macros module
52928         rather than listing lib/stat-macros.h manually.
52929         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52930
52931 2005-03-22  Jim Meyering  <jim@meyering.net>
52932
52933         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52934
52935 2005-03-22  Bruno Haible  <bruno@clisp.org>
52936
52937         * config/srclist.txt: Replace target directory 'config' with
52938         'build-aux'.
52939         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52940         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52941         ../build-aux/.
52942
52943 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52944
52945         * modules/chdir-long (Depends-on): Add mempcpy.
52946
52947         * modules/acl, modules/backupfile, modules/c-strtod,
52948         modules/c-strtold, modules/canon-host, modules/canonicalize,
52949         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52950         modules/exclude, modules/exitfail, modules/file-type,
52951         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52952         modules/getdate, modules/getline, modules/getpagesize,
52953         modules/getpass, modules/getugroups, modules/group-member,
52954         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52955         modules/inttostr, modules/long-options, modules/makepath,
52956         modules/md5, modules/memcasecmp, modules/memcoll,
52957         modules/modechange, modules/mountlist, modules/path-concat,
52958         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52959         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52960         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52961         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52962         modules/strftime, modules/strndup, modules/strverscmp,
52963         modules/timespec, modules/unlocked-io, modules/userspec,
52964         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52965         modules/yesno:
52966         Remove lib_SOURCES line from Makefile.am section, as this is now
52967         done automatically by the corresponding Autoconf macro.
52968
52969 2005-03-21  Jim Meyering  <jim@meyering.net>
52970
52971         Changes imported from coreutils.
52972
52973         * lib/cycle-check.c: Don't include xalloc.h.
52974
52975         * lib/path-concat.c: Don't include assert.h.
52976         (path_concat): Remove assertion that would have triggered
52977         for ABASE starting with more than one slash.
52978         Reported by Andreas Schwab.
52979
52980         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52981         properly when ABASE is an absolute file name.
52982         Correct the description of this function.
52983         Include <assert.h>.
52984         Add an assertion and a test driver.
52985         This fixes a bug introduced on 2004-07-02.
52986         Andreas Schwab reported the resulting failure of cp --parents:
52987         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52988
52989 2005-03-21  Jim Meyering  <jim@meyering.net>
52990
52991         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52992         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52993
52994 2005-03-21  Jim Meyering  <jim@meyering.net>
52995         and  Paul Eggert  <eggert@cs.ucla.edu>
52996
52997         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52998         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52999         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53000         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53001         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53002         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53003         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53004         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53005         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53006         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53007         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53008         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53009         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53010         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53011         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53012         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53013         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53014         for these modules.
53015
53016 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53017
53018         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53019         (which shouldn't happen), generate nothing instead of returning 0
53020         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53021
53022 2005-03-16  Bruno Haible  <bruno@clisp.org>
53023
53024         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53025         HAVE_LONGLONG_64BIT.
53026
53027 2005-03-16  Bruno Haible  <bruno@clisp.org>
53028
53029         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53030         HAVE_LONGLONG_64BIT.
53031
53032 2005-03-16  Bruno Haible  <bruno@clisp.org>
53033
53034         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53035         HAVE_LONGLONG_64BIT.
53036
53037 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53038
53039         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53040         reliably distinguish strftime failure from empty output on POSIX
53041         hosts.
53042
53043 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53044
53045         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53046         (iconv_string): Don't guess a size-zero buffer, as that might cause
53047         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53048         result would be 'too large', where 'too large' is (heuristically)
53049         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53050         overflow concerns.  This will prevent some unwanted malloc failures
53051         when the inputs are very large.
53052
53053 2005-03-15  Karl Berry  <karl@gnu.org>
53054
53055         * config/srclist.txt (config.rpath): from gettext.
53056         * config/config.rpath: update.
53057
53058 2005-03-15  Bruno Haible  <bruno@clisp.org>
53059
53060         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53061         to 'negate'.
53062
53063         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53064         variable.
53065
53066         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53067         results.
53068
53069 2005-03-14  Simon Josefsson  <jas@extundo.com>
53070
53071         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53072         <fx@gnu.org>.
53073
53074 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53075
53076         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53077         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53078         intprops.h.
53079         * lib/strtol.c: Likewise.
53080
53081 2005-03-14  Jim Meyering  <jim@meyering.net>
53082
53083         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53084         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53085         to be nonzero so that we (and caller) can detect the difference
53086         between a valid zero-length expansion and an error return, even
53087         when the underlying strftime fails before writing anything into
53088         that location.
53089
53090 2005-03-14  Bruno Haible  <bruno@clisp.org>
53091
53092         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53093         Update from GNU gettext 0.14.3.
53094
53095 2005-03-10  Jim Meyering  <jim@meyering.net>
53096
53097         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53098
53099 2005-03-10  Jim Meyering  <jim@meyering.net>
53100
53101         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53102         so that this module works on systems without fchdir.
53103
53104 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53105
53106         Factor int-properties macros into a single file, except for
53107         glibc-related files.
53108         * lib/intprops.h: New file.
53109         * lib/getloadavg.c: Include it instead of limits.h.
53110         (INT_STRLEN_BOUND): Remove.
53111         * lib/human.c: Include intprops.h.
53112         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53113         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53114         302/1000.
53115         * lib/inttostr.h: Include intprops.h instead of limits.h.
53116         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53117         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53118         for consistency with intprops.h.
53119         (time_t_is_integer, twos_complement_arithmetic): Use them.
53120         * lib/sig2str.h: Include <signal.h>, intprops.h.
53121         (INT_STRLEN_BOUND): Remove.
53122         * lib/strftime.c (TYPE_SIGNED): Remove.
53123         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53124         * lib/strtol.c: Adjust comments to match intprops.h.
53125         * lib/userspec.c: Include intprops.h.
53126         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53127         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53128         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53129         instead of rolling our own expressions.
53130         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53131
53132         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53133         instead of int.
53134         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53135         the right thing even if adding 1900 would overflow.  Similarly
53136         for tm_mon + 1 and tm_yday + 1.
53137         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53138         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53139         (DO_SIGNED_NUMBER): New macro.
53140         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53141
53142 2005-03-07  Bruno Haible  <bruno@clisp.org>
53143
53144         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53145
53146 2005-03-07  Bruno Haible  <bruno@clisp.org>
53147
53148         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53149
53150 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53151
53152         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53153         (func_import): Only replace files via --import when they have actually
53154         changed.
53155
53156 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53157
53158         * m4/mmap-anon.m4: New file.
53159         * m4/pagealign_alloc.m4: New file.
53160
53161 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53162             Bruno Haible  <bruno@clisp.org>
53163
53164         * modules/pagealign_alloc: New file.
53165         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53166
53167 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53168             Bruno Haible  <bruno@clisp.org>
53169
53170         * lib/pagealign_alloc.h: New file.
53171         * lib/pagealign_alloc.c: New file.
53172
53173 2005-03-03  Bruno Haible  <bruno@clisp.org>
53174
53175         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53176         Use an all-permissive copyright notice, recommended by RMS.
53177
53178 2005-03-02  Bruno Haible  <bruno@clisp.org>
53179
53180         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53181         of AIX, the replacement has to be done only after <string.h> is
53182         included, therefore not in config.h. stpncpy.h does the replacement,
53183         and stpncpy.c uses it.
53184
53185 2005-03-02  Bruno Haible  <bruno@clisp.org>
53186
53187         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53188         stpncpy.c uses it.
53189
53190 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53191
53192         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53193         The workaround isn't strictly needed for POSIX conformance, and
53194         it's too much of a pain to configure and maintain.  We'll ask
53195         people to fix their kernels instead.
53196         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53197         (NANOSLEEP_BUG_WORKAROUND): Remove.
53198         (xnanosleep): Remove the workaround.
53199
53200 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53201
53202         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53203         Reported by Derek Price.
53204         (Include): Add "timespec.h".
53205
53206         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53207
53208 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53209
53210         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53211         to detect nanosleep bug.
53212
53213 2005-03-01  Bruno Haible  <bruno@clisp.org>
53214
53215         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53216
53217 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53218
53219         * modules/gethrxtime: New file.
53220         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53221         (Depends-on): Add gethrxtime.
53222         (configure.ac): Add gl_XNANOSLEEP.
53223         (Makefile.am): Remove lib_SOURCES line.
53224
53225 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53226
53227         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53228         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53229
53230 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53231
53232         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53233         * lib/timespec.h (gettime): Return void, since it always
53234         succeeds now.  All uses changed.
53235         * lib/gettime.c (gettime) Likewise.
53236         [HAVE_NANOTIME]: Prefer nanotime.
53237         Assume gettimeofday succeeds, as POSIX requires.
53238         Assime time () succeeds, since other code already does.
53239         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53240         (timespec_subtract): Remove.
53241         (NANOSLEEP_BUG_WORKAROUND): New constant.
53242         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53243         things considerably.  Use it only on GNU/Linux hosts, since the
53244         workaround shouldn't be needed elsewhere.
53245
53246 2005-02-24  Bruno Haible  <bruno@clisp.org>
53247
53248         * modules/gettext (Files): Add m4/glibc2.m4.
53249
53250 2005-02-24  Bruno Haible  <bruno@clisp.org>
53251
53252         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53253         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53254         * m4/progtest.m4:
53255         Update from GNU gettext 0.14.2.
53256         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53257
53258 2005-02-24  Bruno Haible  <bruno@clisp.org>
53259
53260         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53261         * lib/config.charset: Update from GNU gettext 0.14.2.
53262
53263 2005-02-24  Bruno Haible  <bruno@clisp.org>
53264
53265         * lib/gettext.h: Update from GNU gettext 0.14.2.
53266
53267 2005-02-23  Simon Josefsson  <jas@extundo.com>
53268
53269         * m4/iconvme.m4: New file.
53270
53271 2005-02-23  Jim Meyering  <jim@meyering.net>
53272
53273         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53274         change.
53275         Thanks to Bruno Haible for catching it.
53276
53277 2005-02-22  Simon Josefsson  <jas@extundo.com>
53278
53279         * modules/iconvme: New file.
53280
53281         * MODULES.html.sh: Add iconvme.
53282
53283 2005-02-22  Simon Josefsson  <jas@extundo.com>
53284
53285         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53286
53287 2005-02-22  Simon Josefsson  <jas@extundo.com>
53288
53289         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53290
53291 2005-02-22  Jim Meyering  <jim@meyering.net>
53292
53293         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53294         s/ifndef/ifdef/.
53295
53296 2005-02-20  Neil Conway  <neilc@samurai.com>
53297
53298         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53299         returned by OSX/Darwin if the specified buffer is not large
53300         enough for the hostname.
53301
53302 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53303
53304         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53305         pass it to _help, otherwise the latter coredumps trying to
53306         dereference state.root_argp.
53307
53308 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53309
53310         * modules/chdir-long (Depends-on): Add memrchr.
53311         * modules/memrchr (Files): Add lib/memrchr.h.
53312         (Include): "memrchr.h".
53313
53314 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53315
53316         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53317
53318 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53319
53320         * lib/memrchr.h: New file.
53321         * lib/chdir-long.c: Include it.
53322         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53323         Don't bother including stddef.h.
53324
53325 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53326
53327         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53328         inclusion.
53329         Include <sys/types.h>, for dev_t.
53330         (ME_DUMMY, ME_REMOTE): Move from here....
53331         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53332         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53333         Dmitry V. Levin.
53334         Include mountlist.h first, to test the interface.
53335
53336 2005-01-29  Bruno Haible  <bruno@clisp.org>
53337
53338         * lib/progname.c (program_name): Initialize.
53339         Needed when linking statically on MacOS X.
53340
53341 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53342
53343         Sync from coreutils.
53344         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53345         (Depends-on): Add c-strtod.
53346         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53347
53348 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53349
53350         Sync from coreutils.
53351         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53352
53353         Remove files that are specific to coreutils.
53354         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53355
53356 2005-01-28  Bruno Haible  <bruno@clisp.org>
53357
53358         * modules/javacomp: New file.
53359         * MODULES.html.sh (Java): Add javacomp.
53360
53361 2005-01-28  Bruno Haible  <bruno@clisp.org>
53362
53363         * m4/javacomp.m4: New file, from GNU gettext.
53364
53365 2005-01-28  Bruno Haible  <bruno@clisp.org>
53366
53367         * lib/javacomp.sh.in: New file, from GNU gettext.
53368         * lib/javacomp.h: New file, from GNU gettext.
53369         * lib/javacomp.c: New file, from GNU gettext.
53370
53371 2005-01-26  Simon Josefsson  <jas@extundo.com>
53372
53373         * lib/gai_strerror.c: Use GPL in header.
53374
53375 2005-01-26  Bruno Haible  <bruno@clisp.org>
53376
53377         * modules/javaexec: New file.
53378         * MODULES.html.sh (Java): Add javaexec.
53379
53380 2005-01-26  Bruno Haible  <bruno@clisp.org>
53381
53382         * m4/javaexec.m4: New file, from GNU gettext.
53383
53384 2005-01-26  Bruno Haible  <bruno@clisp.org>
53385
53386         * lib/javaexec.sh.in: New file, from GNU gettext.
53387         * lib/javaexec.h: New file, from GNU gettext.
53388         * lib/javaexec.c: New file, from GNU gettext.
53389
53390 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53391
53392         * modules/lchown (Depends-on): Remove lchown.h
53393
53394 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53395
53396         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53397         must be defined if the header file was not found, in order
53398         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53399
53400 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53401
53402         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53403         initializers for struct pentry_state.
53404         (__argp_error): Check return value of __asprintf
53405         (__argp_failure): Translate error message
53406
53407         * lib/argp-parse.c: Removed braces around the expansion of N_()
53408
53409 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53410
53411         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53412         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53413         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53414         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53415         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53416         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53417         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53418         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53419         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53420         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53421         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53422         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53423         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53424         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53425         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53426         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53427         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53428         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53429         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53430         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53431         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53432         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53433         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53434         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53435         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53436         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53437         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53438         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53439         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53440         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53441         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53442         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53443         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53444         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53445         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53446         Use an all-permissive copyright notice, recommended by RMS.
53447
53448 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53449
53450         * modules/chdir-long (Depends-on): Remove mempcpy.
53451
53452 2005-01-21  Jim Meyering  <jim@meyering.net>
53453
53454         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53455         same value as for Solaris 9.
53456
53457         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53458         component length.  This included changing the parameter to be
53459         of type `char *' rather than `char const *'.
53460         * lib/chdir-long.h (chdir_long): Update prototype.
53461
53462         * lib/openat.c (fdopendir, fstatat): New functions.
53463         * lib/openat.h: Include headers required for use of DIR and struct
53464         stat.
53465         [AT_SYMLINK_NOFOLLOW]: Define.
53466         (fdopendir, fstatat): Add prototypes.
53467
53468 2005-01-21  Bruno Haible  <bruno@clisp.org>
53469
53470         * modules/classpath: New file.
53471         * MODULES.html.sh (Java): Add classpath.
53472
53473 2005-01-21  Bruno Haible  <bruno@clisp.org>
53474
53475         * lib/classpath.h: New file, from GNU gettext.
53476         * lib/classpath.c: New file, from GNU gettext.
53477
53478 2005-01-20  Simon Josefsson  <jas@extundo.com>
53479
53480         * modules/version-etc-fsf: New file.
53481
53482 2005-01-20  Simon Josefsson  <jas@extundo.com>
53483
53484         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53485         * lib/version-etc.c: Remove version_etc_copyright.
53486         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53487         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53488
53489 2005-01-20  Simon Josefsson  <jas@extundo.com>
53490
53491         * lib/base64.h (isbase64): Add.
53492
53493         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53494         using a unsigned prototype, don't inline.
53495         (base64_decode): Use it.
53496
53497 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53498
53499         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53500         it.
53501
53502 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53503
53504         * lib/save-cwd.c (save_cwd): Remove code to support the case
53505         where fchdir is missing or flaky.
53506
53507 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53508
53509         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53510
53511 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53512
53513         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53514         AC_LIBSOURCES now does this.
53515         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53516         with new ullong_max module.
53517
53518 2005-01-19  Bruno Haible  <bruno@clisp.org>
53519
53520         * modules/sh-quote: New file.
53521         * MODULES.html.sh (Executing programs): Add sh-quote.
53522
53523 2005-01-19  Bruno Haible  <bruno@clisp.org>
53524
53525         * lib/sh-quote.h: New file, from GNU gettext.
53526         * lib/sh-quote.c: New file, from GNU gettext.
53527
53528 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53529
53530         Merge from coreutils.
53531         * m4/ullong_max.m4: New file.
53532         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53533         (gl_MACROS): Assume localeconv exists.
53534
53535 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53536
53537         Merge changes from coreutils, as described below in several
53538         changelogs dated today.
53539
53540         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53541         (O_DIRECTORY): Remove; not needed here, since "." must be
53542         a directory.  All uses removed.
53543         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53544         universal on Suns, and we also need to test for IRIX.
53545         Revamp code to use 'if' rather than '#if'.
53546         Avoid unnecessary comparison of cwd->desc to 0.
53547
53548         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53549         for known valid error numbers rather than observed invalid ones.
53550
53551 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53552
53553         * modules/ullong_max: New file.
53554
53555         * modules/chdir-long, modules/openat: New files.
53556         * modules/save-cwd (Depends-on): Depend on chdir-long.
53557         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53558
53559 2005-01-18  Jim Meyering  <jim@meyering.net>
53560
53561         Merge from coreutils.
53562         * m4/chdir-long.m4, m4/openat.m4: New files.
53563         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53564         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53565         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53566         is sane and DOES follow symlinks.  Besides, testing 20 different
53567         systems found no broken chown implementations.
53568         Prompted by a change in rsync's copy of this macro.
53569         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53570
53571         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53572
53573         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53574         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53575         NULL-means-set-to-current-time semantics.
53576         Remove temporary file immediately, rather than waiting
53577         for configure's at-exit trap code to do it.
53578
53579 2005-01-18  Jim Meyering  <jim@meyering.net>
53580
53581         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53582
53583         * lib/utimens.c (futimens): Account for the fact that futimes
53584         can also fail with errno == ENOSYS or errno == ENOENT.
53585         Patch from Dmitry V. Levin.
53586
53587         Change the name of the robust chdir function from chdir to chdir_long.
53588         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53589         (restore_cwd): Use chdir_long, not chdir.
53590         * lib/chdir-long.c: Renamed from chdir.c.
53591         * lib/chdir-long.h: Renamed from chdir.h.
53592         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53593         Hurd.
53594
53595 2005-01-18  Bruno Haible  <bruno@clisp.org>
53596
53597         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53598         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53599         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53600         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53601         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53602         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53603         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53604         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53605         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53606         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53607         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53608         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53609         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53610         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53611         Use an all-permissive copyright notice, recommended by RMS.
53612
53613 2005-01-18  Bob Proulx  <bob@proulx.com>
53614
53615         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53616         simplify offsetof() macro construct to avoid compile failure with
53617         native HP-UX 11.0 ANSI C compiler.
53618
53619 2005-01-17  Bruno Haible  <bruno@clisp.org>
53620
53621         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53622         redundant because stpncpy.m4 takes care of it.
53623
53624 2005-01-17  Bruno Haible  <bruno@clisp.org>
53625
53626         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53627
53628 2005-01-17  Bruno Haible  <bruno@clisp.org>
53629
53630         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53631         used.
53632
53633 2005-01-17  Bruno Haible  <bruno@clisp.org>
53634
53635         * lib/fwriteerror.h (fwriteerror): Change specification to include
53636         fclose.
53637         * lib/fwriteerror.c: Include <stdbool.h>.
53638         (fwriteerror): At the end, close the file stream. Record whether
53639         stdout was already closed.
53640
53641 2005-01-17  Bruno Haible  <bruno@clisp.org>
53642
53643         * lib/execute.c (environ): Declare if needed.
53644         * lib/pipe.c (environ): Likewise.
53645         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53646
53647 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53648
53649         * modules/argp: Depend on vsnprintf
53650
53651 2005-01-10  Jim Meyering  <jim@meyering.net>
53652
53653         * modules/closeout (Depends-on): Add atexit.
53654
53655 2005-01-06  Bruno Haible  <bruno@clisp.org>
53656
53657         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53658
53659 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53660
53661         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53662         definitions to be after all include files, to avoid collisions.
53663         Problem reported by Bob Proulx.
53664
53665 2005-01-04  Jim Meyering  <jim@meyering.net>
53666
53667         Changes imported from coreutils.
53668         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53669         as the mkstemp template, use a temporary directory and an
53670         8.3-friendly template to avoid trouble on systems like DJGPP.
53671         Reported by Juan M. Guerrero via Stepan Kasal.
53672         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53673         close. Remove the temporary directory right away, rather than waiting
53674         for configure's at-exit trap code to do it.
53675         Suggestion from Stepan Kasal.
53676
53677 2005-01-01  Simon Josefsson  <jas@extundo.com>
53678
53679         * gnulib-tool: Print #include directives when --import'ing.
53680
53681 2004-12-28  Simon Josefsson  <jas@extundo.com>
53682
53683         * tests/test-base64.c: Include required header files.  Remove
53684         unused variables.
53685
53686 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53687
53688         * modules/error (Depends-on): Remove gettext.
53689
53690 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53691
53692         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53693         not needed.  This removes a dependency on the gettext module.
53694         [defined _LIBC]: Do not include <libintl.h>; not needed.
53695
53696 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53697
53698         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53699         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53700
53701 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53702
53703         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53704         HAVE_DECL_STRTOLD.
53705
53706 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53707
53708         * modules/getdate (Depends-on): Remove alloca-opt.
53709
53710 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53711
53712         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53713
53714 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53715
53716         * lib/argp-parse.c: Include <stddef.h>.
53717         (alignof, alignto): New macros.
53718         (parser_init): Don't assume that void * is aligned sufficiently
53719         for struct option.
53720
53721         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53722         need to extend the stack.
53723         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53724         large.
53725
53726 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53727
53728         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53729
53730 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53731
53732         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53733         (2004-10-24) change.  Apparently this was a false alarm.
53734
53735         * modules/getdate: Depend on alloca-opt, not alloca.
53736
53737 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53738
53739         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53740         Remove now-obsolete comment about AIX.
53741         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53742         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53743         (YYMAXDEPTH): New macro.
53744
53745 2004-12-18  Simon Josefsson  <jas@extundo.com>
53746
53747         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53748
53749 2004-12-18  Bruno Haible  <bruno@clisp.org>
53750
53751         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53752
53753 2004-12-18  Bruno Haible  <bruno@clisp.org>
53754
53755         * lib/fatal-signal.c (fatal_signals): Make non-const.
53756         (init_fatal_signals): New function.
53757         (uninstall_handlers, install_handlers): Ignore signals that were set to
53758         SIG_IGN.
53759         (at_fatal_signal): Call init_fatal_signals.
53760         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53761         SIG_IGN.
53762         Reported by Paul Eggert.
53763
53764 2004-12-18  Bruno Haible  <bruno@clisp.org>
53765
53766         * doc/alloca.texi: New file.
53767         * doc/alloca-opt.texi: New file.
53768
53769 2004-12-17  Jim Meyering  <jim@meyering.net>
53770
53771         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53772         Otherwise, install-sh could exit with improper exit status when
53773         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53774
53775 2004-12-16  Simon Josefsson  <jas@extundo.com>
53776
53777         * tests/test-base64.c: Add license.
53778
53779 2004-12-15  Stepan Kasal  <address@hidden>
53780
53781         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53782
53783 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53784
53785         * modules/getcwd (Files): Add m4/d-ino.m4.
53786         Suggested by Mark D. Baushke.
53787
53788 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53789
53790         * lib/getdate.y (textint): New member "negative".
53791         (time_zone_hhmm): New function.
53792         Expect 14 shift-reduce conflicts, not 13.
53793         (o_colon_minutes): New rule.
53794         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53795         (yylex): Set the "negative" member of signed numbers.
53796
53797 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53798
53799         * doc/getdate.texi (Time of day items, Time zone items):
53800         Describe new formats +00:00, UTC+00:00.
53801
53802 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53803
53804         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53805         spurious "-l"s.  Problem reported by Stepan Kasal.
53806
53807 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53808
53809         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53810         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53811
53812 2004-12-04  Simon Josefsson  <jas@extundo.com>
53813
53814         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53815         Vandoorselaere <yoann@prelude-ids.org>.
53816
53817 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53818
53819         Changes imported from coreutils.
53820         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53821         exist.
53822         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53823
53824 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53825
53826         Changes imported from coreutils.
53827         * lib/hard-locale.c: Assume <locale.h> exists.
53828         Include "strdup.h".
53829         (GLIBC_VERSION): New macro.
53830         (hard_locale): Assume setlocale exists.
53831         Rewrite to avoid #ifdef.
53832         Use strdup rather than malloc + strcpy.
53833         * lib/human.c: Assume <locale.h> exists.
53834         (human_readable): Assume localeconv exists.
53835
53836 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53837
53838         * modules/hard-locale (Depends-on): Add strdup.
53839
53840 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53841
53842         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53843         convert T2, not T.  (Imported from libc.)
53844
53845 2004-11-30  Simon Josefsson  <jas@extundo.com>
53846
53847         * modules/restrict (License): Change to LGPL.
53848
53849 2004-11-30  Simon Josefsson  <jas@extundo.com>
53850
53851         * m4/restrict.m4: Add copyright and copying conditions.
53852
53853 2004-11-30  Simon Josefsson  <jas@extundo.com>
53854
53855         * m4/base64.m4: New file.
53856
53857 2004-11-30  Simon Josefsson  <jas@extundo.com>
53858
53859         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53860         base64.
53861
53862         * tests/test-base64.c: New file.
53863
53864         * modules/base64: New file.
53865
53866 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53867
53868         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53869         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53870
53871         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53872
53873 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53874
53875         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53876         (__getcwd.c): Don't restore errno; glibc doesn't.
53877         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53878         first, falling back to our code only if its results look suspicious.
53879         Ensure that the resulting buffer is only as large as necessary.
53880
53881         * lib/readutmp.c: Include readutmp.h first.
53882         Include <errno.h>, since readutmp.h no longer does that.
53883         * lib/readutmp.h: Don't include <errno.h>,
53884         <sys/param.h>, <time.h>; not needed to establish interface.
53885         (errno): Remove decl.
53886         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53887         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53888         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53889
53890 2004-11-28  Simon Josefsson  <jas@extundo.com>
53891
53892         * lib/base64.h, base64.c: New file.
53893
53894 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53895
53896         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53897
53898 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53899
53900         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53901         (Depends-on): Remove pathmax, same.  Add mempcpy.
53902         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53903         (Makefile.am): Append getcwd.h to lib_SOURCES.
53904         (Include): Add getcwd.h.
53905         (Maintainer): Change from Jim Meyering to "all, glibc",
53906         since getdate now uses intended-for-glibc code.
53907         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53908         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53909
53910 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53911
53912         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53913         HP's ANSI C compiler.
53914         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53915         Declaring int functions causes warnings on some modern systems and
53916         shouldn't be needed to compile on ancient ones.
53917         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53918         defined.
53919
53920         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53921         with the following changes.
53922         (__set_errno): Parenthesize properly.
53923         Include <stdbool.h>.
53924         (MIN, MAX, MATCHING_INO): New macros.
53925         (__getcwd): Define with prototype, not K&R form.
53926         Use heuristics to allocate default buffer on stack if possible.
53927         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53928         behavior, and to avoid the PATH_MAX limit when computing
53929         ../../../../...
53930         Use MATCHING_INO to compare inode number to file.
53931         Check for arithmetic overflow in size calculations.
53932         Fix bug in reallocation of dot array that caused getcwd to fail
53933         on directories nested deeper than 75.
53934         Be more careful about saving errno on error.
53935         Do not use realloc; use only free+malloc, as this is a bit
53936         more flexible and avoids a needless copy operation.
53937         Do not inspect st_dev and st_ino for symbolic links; POSIX
53938         doesn't specify the latter.
53939         Check for closedir errors.
53940         Avoid needless casts.
53941         Use "#ifdef weak_alias" around weak_alias, to be like other
53942         glibc code.
53943         The following changes to getcwd.c have effect only when used in
53944         gnulib; they have no effect inside glibc proper.
53945         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53946         as alloca isn't used.
53947         (alloca, __alloca): Likewise.
53948         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53949         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53950         unconditionally, as gnulib assumes C89 or better.
53951         Do not include <sys/param.h>.
53952         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53953         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53954         better.
53955         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53956         Include <dirent.h> in a way that is compatible with modern Autoconf.
53957         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53958         New macros, if not already defined.
53959         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53960         Use "_LIBC", not "defined _LIBC", for consistency.
53961         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53962         a mempcpy module.
53963         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53964         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53965         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53966         credit only to Jim Meyering and adjust the copyright dates.
53967         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53968         <stdlib.h>, <unistd.h>, "pathmax.h".
53969         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53970         (INITIAL_BUFFER_SIZE): Remove.
53971         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53972
53973 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53974
53975         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53976         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53977         Use the _ONCE methods, for efficiency.
53978         Check for fcntl.h.  In test program, include <errno.h>
53979         and <fcntl.h> if available.  Remove old K&R cruft from
53980         test program.  Check for common errors in GNU/Linux,
53981         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53982         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53983         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53984         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53985         name accordingly.
53986         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53987         accommodate new getcwd.c.
53988         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53989         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53990         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53991         that's all we need now.
53992
53993 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53994
53995         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53996         argp-parse.c depends on getopt internals, that means we should
53997         always use our getopt, to be on the safe side.
53998         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53999         order not to spoil the result of an eventual previous invocation
54000         of gl_GETOPT_SUBSTITUTE.
54001
54002 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54003
54004         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54005         redefinition warnings. To avoid them, include the defines
54006         in `#if !defined __need_getopt ... #endif'. The only place
54007         where __getopt_argv_const is used is in definitions
54008         of getopt_long and getopt_long_only below, which are as well
54009         protected by `#ifndef __need_getopt'.
54010         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54011         __need_getopt after including <stdio.h> and <unistd.h> These
54012         headers might have defined it.
54013
54014 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54015
54016         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54017
54018 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54019
54020         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54021         (futimens): New function, which uses futimes if available.
54022         (futimens, utimens): Support timespec==NULL, with same semantics
54023         as utime and utimens.
54024         * lib/utimens.h (futimens): New decl.
54025
54026 2004-11-23  Jim Meyering  <jim@meyering.net>
54027
54028         * lib/getopt_.h: Remove trailing blanks.
54029
54030 2004-11-23  Jim Meyering  <jim@meyering.net>
54031
54032         * lib/__fpending.c: Add comment.
54033
54034 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54035
54036         * modules/canonicalize (Depends-on): Add xreadlink.
54037         Problem reported by James Youngman.
54038
54039 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54040
54041         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54042         New macros.
54043         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54044         optopt): Use them instead of invoking ## directly; otherwise, the
54045         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54046
54047 2004-11-19  Bruno Haible  <bruno@clisp.org>
54048
54049         * lib/strtok_r.c: Move comments from here...
54050         * lib/strtok_r.h: ... to here.
54051
54052 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54053
54054         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54055         implementations that mishandle size_t overflow.
54056
54057 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54058
54059         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54060         might fail.  Problem reported by Yoann Vandoorselaere.
54061         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54062         implementations that mishandle size_t overflow.
54063
54064 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54065
54066         * modules/canon-host (Depends-on): Add strdup.
54067
54068 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54069
54070         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54071
54072 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54073
54074         * lib/canon-host.c: Include "strdup.h".
54075         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54076         Use strdup instead of malloc/strcpy to duplicate strings.
54077
54078         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54079         (human_space_before_unit): New constant.
54080         * lib/human.c (human_readable): Support it.
54081
54082         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54083         (xgetcwd): Set errno correctly when failing.
54084         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54085         the failure is actually due to a PATH_MAX problem.
54086
54087         Further getopt changes to make it more likely that glibc will
54088         buy the changes back.
54089         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54090         (getopt): Use it, so to preserve glibc semantic
54091         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54092         when compiling for libc.
54093         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54094         (getopt_long, getopt_long_only): Use it.
54095
54096         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54097         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54098         (getopt): Argv is now char * const *, as per standard.
54099         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54100         not char *__getopt_argv_const *.
54101         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54102         _getopt_long_only_r): Likewise.
54103         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54104         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54105         _getopt_long_r, _getopt_long_only_r): Likewise.
54106         * lib/getopt_.h (__getopt_argv_const): Remove.
54107         (getopt): Argv is now char * const *, as per standard.
54108
54109         * lib/getdate.y (tORDINAL): New token.
54110         (day, relunit): Allow it for relative times.
54111         (relative_time_table): Use tORDINAL for ordinals.
54112
54113 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54114
54115         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54116         Document that "second" isn't allowed as an ordinal number.
54117
54118 2004-11-16  Jim Meyering  <jim@meyering.net>
54119
54120         * modules/closeout (Depends-on): Add fpending.
54121
54122 2004-11-15  Jim Meyering  <jim@meyering.net>
54123
54124         * lib/closeout.c: Include "__fpending.h" once again.
54125         Include <stdbool.h>.
54126         (close_stdout): Don't fail just because stdout was closed initially,
54127         since some programs don't write to stdout in the normal course of
54128         operation (other than --version and --help), and we don't want this
54129         function to make e.g. `touch file >&-' fail.
54130         But do fail if it was closed and someone has tried to write to it.
54131         E.g., `printf foo >&-' must fail.
54132
54133 2004-11-13  Jim Meyering  <jim@meyering.net>
54134
54135         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54136
54137 2004-11-12  Simon Josefsson  <jas@extundo.com>
54138
54139         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54140         small doc fix is still pending.
54141
54142 2004-11-11  Simon Josefsson  <jas@extundo.com>
54143
54144         * modules/strtok_r: New file.
54145
54146         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54147         strtok_r.
54148
54149 2004-11-11  Simon Josefsson  <jas@extundo.com>
54150
54151         * m4/strtok_r.m4: New file.
54152
54153         * m4/getopt.m4: Replace opterr.
54154
54155 2004-11-11  Simon Josefsson  <jas@extundo.com>
54156
54157         * lib/strtok_r.h, strtok_r.c: New file.
54158
54159 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54160
54161         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54162         of replacing opterr, getopt, etc.  This should handle the
54163         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54164
54165 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54166
54167         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54168         we can stop lying to compilers about the constness of argv when we
54169         are compiled outside glibc.
54170         (getopt, getopt_long, getopt_long_only): Use it.
54171         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54172         _getopt_internal, getopt): Likewise.
54173         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54174         _getopt_long_only_r): Likewise.
54175         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54176         _getopt_long_r, _getopt_long_only_r): Likewise.
54177
54178         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54179         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54180         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54181         the other external symbols.
54182         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54183         declaration, since the above renaming now works around collisions.
54184
54185 2004-11-11  Jim Meyering  <jim@meyering.net>
54186
54187         * lib/linebreak.c: Remove trailing blanks.
54188         * lib/alloca_.h: Likewise.
54189         * lib/acosl.c: Likewise.
54190         * lib/euidaccess.c: Likewise.
54191         * lib/allocsa.h: Likewise.
54192
54193 2004-11-10  Simon Josefsson  <jas@extundo.com>
54194
54195         * m4/getaddrinfo.m4: New file.
54196
54197 2004-11-10  Simon Josefsson  <jas@extundo.com>
54198
54199         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54200
54201 2004-11-10  Simon Josefsson  <jas@extundo.com>
54202
54203         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54204         getaddrinfo.
54205
54206         * modules/getaddrinfo: New file.
54207
54208 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54209
54210         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54211
54212 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54213
54214         * lib/mktime.c (SHR): New macro, which is a portable
54215         substitute for >> that should work even on Crays.
54216         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54217         Problem reported by Mark D. Baushke in
54218         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54219         * lib/getdate.y (SHR): Likewise.
54220         (tm_diff): Use it.
54221         * lib/strftime.c (SHR): Likewise.
54222         (tm_diff): Use it.
54223         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54224         quote_these_too, so that right shifts are well defined.  All uses
54225         changed.
54226
54227 2004-11-10  Jim Meyering  <jim@meyering.net>
54228
54229         Ensure that no close failure goes unreported.
54230         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54231         return early when it seems there's nothing to flush.
54232         Don't include __fpending.h.
54233
54234 2004-11-10  Jim Meyering  <jim@meyering.net>
54235
54236         * modules/closeout (Depends-on): Remove fpending.
54237
54238 2004-11-10  Jim Meyering  <jim@meyering.net>
54239
54240         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54241
54242 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54243
54244         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54245         gl_FUNC_STRFTIME.
54246         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54247         and AC_REQUIRE when possible, to avoid duplicate checks.
54248         Check for <wchar.h>.
54249
54250 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54251
54252         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54253
54254 2004-11-09  Bruno Haible  <bruno@clisp.org>
54255
54256         * m4/sockpfaf.m4: New file.
54257
54258 2004-11-05  Bruno Haible  <bruno@clisp.org>
54259
54260         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54261         Reported by Mark D. Baushke <mdb@cvshome.org>.
54262
54263 2004-11-04  Bruno Haible  <bruno@clisp.org>
54264
54265         2004-09-11  Bruno Haible  <bruno@clisp.org>
54266                 * allocsa.valgrind: New file.
54267         2004-02-06  Bruno Haible  <bruno@clisp.org>
54268                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54269                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54270                 Reported by Christopher Seip <chris.seip@hp.com>.
54271
54272 2004-11-04  Bruno Haible  <bruno@clisp.org>
54273
54274         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54275         (Makefile.am): Distribute it.
54276
54277 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54278
54279         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54280         with errno == ERANGE if the buffer is too small.
54281         Problem reported by Mark D. Baushke.
54282
54283 2004-11-03  Albert Chin  <china@thewrittenword.com>
54284             Paul Eggert  <eggert@cs.ucla.edu>
54285
54286         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54287         equivalent, substitute $ac_type for equivalent type rather than
54288         blindly using uint32_t *always* which won't work if uint32_t is not
54289         available.  Define _UINT32_T to work around typedef of uint32_t if
54290         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54291         2.5.1.
54292
54293 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * m4/jm-macros.m4: Sync from coreutils.
54296         (gl_MACROS): Check for mbrlen, for pathchk.
54297         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54298
54299 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54300
54301         * lib/xreadlink.c (MAXSIZE): New macro.
54302         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54303         size does not exceed MAXSIZE.  Avoid cast.
54304         As suggested by Mark D. Baushke in
54305         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54306         if readlink fails with buffer size just under MAXSIZE, try again
54307         with MAXSIZE.
54308
54309 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54310
54311         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54312
54313 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54314         and  Paul Eggert  <eggert@cs.ucla.edu>
54315
54316         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54317         (get_date): Overparenthesize to avoid GCC warning.
54318
54319 2004-11-02  Bruno Haible  <bruno@clisp.org>
54320
54321         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54322         returns void.
54323
54324 2004-11-02  Bruno Haible  <bruno@clisp.org>
54325
54326         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54327         function returns void.
54328
54329 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54330
54331         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54332         fflush_unlocked, flockfile, funlockfile, funlockfile,
54333         fputs_unlocked, putc_unlocked.
54334
54335 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54336
54337         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54338         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54339         already declared.
54340
54341 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54342
54343         * modules/getdate (Files): Add doc/getdate.texi.
54344         (Depends-on): Add setenv, xalloc.
54345
54346 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54347
54348         * lib/getdate.y: Add support for TZ="foo" within a date string.
54349         Fix some bugs near time_t boundaries.  Reject dates with
54350         out-of-range components, e.g., "Sept 31".
54351         Include <stdlib.h>, "setenv.h", "xalloc.h".
54352         (ISDIGIT_LOCALE): Remove; unused.
54353         Note that the TZ and time functions used here are not reentrant.
54354         (mktime_ok, get_tz): New functions.
54355         (TZBUFSIZE): New constant.
54356         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54357         This requires that we sometimes generate our own TZ="XXX..." setting.
54358
54359 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54360
54361         * doc/getdate.texi: New file, from coreutils with modifications for
54362         the new TZ parsing.
54363
54364 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54365
54366         * lib/mktime.c (not_equal_tm): Remove redundant check.
54367
54368 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54369
54370         * modules/regex (lib_SOURCES): Add regex.c.
54371         Reported by James Youngman in
54372         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54373
54374 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54375
54376         * lib/getdate.y: Use Bison 1.875 features, and some minor
54377         code cleanups.  This change does not affect semantics.
54378         Don't include <stdlib.h>; no longer needed.
54379         Don't include unlocked-io.h; only the "#if TEST" code uses
54380         stdio, and performance isn't crucial there.
54381         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54382         Bison 1.875 features as described below.
54383         All uses of "PC." replaced by "pc->".
54384         (YYSTYPE): Add a forward declaration.
54385         (yylex, yyerror): Use full prototypes in forward decls.
54386         Use "%pure-parser" rather than obsolescent "%pure_parser".
54387         Use %parse-param and %lex-param instead of obsolescent
54388         YYPARSE_PARAM and YYLEX_PARAM.
54389         (meridian_table, month_and_day_table, time_units_table,
54390         relative_time_table, time_zone_table, military_table,
54391         lookup_zone, lookup_word, get_date):
54392         Use NULL instead of 0 where appropriate.
54393         (to_hour): Avoid abort (), to avoid a dependency on
54394         stdlib.h.
54395         (yyerror, yylex): Now accepts parser_control * arg.
54396         (main) [TEST]: Use '\0' rather than 0 for char.
54397
54398 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54399
54400         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54401
54402 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54403
54404         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54405         It's now the caller's responsibility to handle the case where
54406         !HAVE_GETPAGESIZE && !defined getpagesize.
54407
54408         * lib/mktime.c (leapyear): Arg is long int, not int.
54409
54410 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54411
54412         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54413
54414 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54415
54416         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54417         missing.  Problem reported by James Youngman.
54418
54419 2004-10-16  Simon Josefsson  <jas@extundo.com>
54420
54421         * gnulib-tool: Fix comments.  Fix parse problem.
54422         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54423
54424 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54425
54426         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54427         implementation of getopt_long.  Problem reported by Alexander Taler in:
54428         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54429
54430 2004-10-15  Bruno Haible  <bruno@clisp.org>
54431
54432         * gnulib-tool: Untabify. Initialize supplied_libname.
54433         (func_usage): More homogenous output.
54434         (func_modules_transitive_closure, func_modules_to_filelist,
54435         func_emit_lib_Makefile_am): New functions.
54436         (func_import): New function, extracted from big case statement. Use
54437         func_get_license, func_modules_transitive_closure,
54438         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54439         opt_lgpl. Don't use test -a, as it's not portable.
54440         (func_create_testdir): Use func_modules_transitive_closure,
54441         func_modules_to_filelist, func_emit_lib_Makefile_am.
54442
54443 2004-10-15  Bruno Haible  <bruno@clisp.org>
54444
54445         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54446
54447 2004-10-15  Bruno Haible  <bruno@clisp.org>
54448
54449         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54450         the portions belonging to each module.
54451         Suggested by Derek Robert Price <derek@ximbiot.com>.
54452
54453 2004-10-12  Simon Josefsson  <jas@extundo.com>
54454
54455         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54456         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54457         to real functions.
54458
54459 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54460
54461         * modules/vsnprintf: New file.
54462
54463 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54464
54465         * m4/vsnprintf.m4: New file.
54466
54467 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54468
54469         * lib/vsnprintf.h: New file.
54470         * lib/vsnprintf.c: New file.
54471
54472 2004-10-11  Bruno Haible  <bruno@clisp.org>
54473
54474         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54475         vsnprintf.
54476
54477 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54478
54479         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54480
54481 2004-10-07  Bruno Haible  <bruno@clisp.org>
54482
54483         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54484         fits into the provided buffer.
54485
54486 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54487
54488         * lib/diacrit.c, diacrit.h: Add GPL notice.
54489
54490         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54491         notice.
54492         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54493         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54494         This avoids a potential constant-folding bug.
54495
54496 2004-10-05  Bruno Haible  <bruno@clisp.org>
54497
54498         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54499         for the declaration of strsep.
54500
54501 2004-10-05  Bruno Haible  <bruno@clisp.org>
54502
54503         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54504
54505 2004-10-04  Simon Josefsson  <jas@extundo.com>
54506
54507         * modules/memmem: New file.
54508         * tests/test-memmem.c: New file.
54509         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54510
54511 2004-10-04  Simon Josefsson  <jas@extundo.com>
54512
54513         * m4/memmem.m4: New file.
54514
54515 2004-10-04  Simon Josefsson  <jas@extundo.com>
54516
54517         * lib/memmem.h: New file.
54518         * lib/memmem.c: New file, taken from glibc.
54519
54520 2004-10-04  Simon Josefsson  <jas@extundo.com>
54521
54522         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54523         '#ifdef USE_UNLOCKED_IO'.
54524
54525 2004-10-04  Simon Josefsson  <jas@extundo.com>
54526
54527         * config/srclist.txt: Add memmem from glibc.
54528
54529 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54530
54531         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54532
54533         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54534         modules/exclude, modules/getdate, modules/getline,
54535         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54536         modules/getusershell, modules/linebuffer, modules/md5,
54537         modules/mountlist, modules/posixtm, modules/readtokens,
54538         modules/readutmp, modules/regex, modules/sha1,
54539         modules/version-etc, modules/yesno:
54540         Remove dependency on unlocked-io.
54541
54542 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54543
54544         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54545
54546         * m4/unlocked-io.m4: Add copyright notice.
54547         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54548
54549 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54550
54551         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54552         * lib/xmalloc.c (xmemdup): Likewise.
54553         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54554         XFREE): Remove these long-obsolescent macros.
54555         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54556         * lib/xstrdup.c: Remove.
54557
54558         * lib/regex.c (re_comp): Cast gettext return value to char *,
54559         Problem reported by Martin Neitzel via Mark D. Baushke.
54560
54561 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54562
54563         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54564         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54565         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54566         regex.c, sha1.c, version-etc.c, yesno.c:
54567         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54568         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54569         the includer's responsibility.
54570
54571         Sync from coreutils.
54572
54573         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54574         points to the start of a string, as the C Standard says the
54575         resulting behavior is undefined.
54576
54577         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54578         simple -> simple_backups, numbered_existing ->
54579         numbered_existing_backups, numbered -> numbered_backups
54580         to avoid shadowing problems.  All uses changed.
54581         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54582         * lib/backupfile.c (check_extension, numbered_backup):
54583         Rename locals to avoid shadowing 'basename'.
54584         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54585         once.
54586
54587         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54588         * lib/.cvsignore: Add getopt.h.
54589
54590 2004-10-04  Bruno Haible  <bruno@clisp.org>
54591
54592         * modules/README: New file.
54593         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54594         not a module.
54595
54596 2004-10-02  Jim Meyering  <jim@meyering.net>
54597
54598         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54599
54600 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54601
54602         * modules/strsep: New file.
54603
54604 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54605
54606         * m4/strsep.m4: New file.
54607
54608 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54609
54610         * lib/strsep.h: New file.
54611         * lib/strsep.c: New file.
54612
54613 2004-10-01  Simon Josefsson  <jas@extundo.com>
54614
54615         * lib/snprintf.c (snprintf): Handle size==0.
54616
54617 2004-10-01  Simon Josefsson  <jas@extundo.com>
54618             Bruno Haible  <bruno@clisp.org>
54619
54620         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54621         (snprintf): Declare 'args'.
54622
54623 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54624
54625         * lib/snprintf.c: Remove comments as to why each header is needed.
54626
54627 2004-10-01  Bruno Haible  <bruno@clisp.org>
54628
54629         * MODULES.html.sh: Add strsep.
54630
54631 2004-09-30  Simon Josefsson  <jas@extundo.com>
54632
54633         * modules/snprintf: New file.
54634
54635 2004-09-30  Simon Josefsson  <jas@extundo.com>
54636
54637         * m4/snprintf.m4: New file.
54638
54639 2004-09-30  Simon Josefsson  <jas@extundo.com>
54640
54641         * lib/snprintf.h, lib/snprintf.c: New files.
54642
54643 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54644
54645         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54646         (hol_entry_help): Never translate an empty string.
54647         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54648         * lib/argp.h (OPTION_NO_TRANS): New option.
54649
54650 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54651
54652         * modules/argp (Maintainer): Replace Simon Josefsson
54653         by Sergey Poznyakoff.
54654
54655 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54656
54657         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54658         changes merged back into glibc.
54659
54660 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54661
54662         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54663
54664 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54665
54666         * lib/xvasprintf.c: Include xalloc.h.
54667         (xvasprintf): Use xalloc_die, not xmalloc_die.
54668
54669 2004-09-29  Bruno Haible  <bruno@clisp.org>
54670
54671         * modules/alloca-opt: New file, derived from modules/alloca.
54672         * modules/allocsa: Depend on alloca-opt instead of alloca.
54673         * modules/setenv: Likewise.
54674         * modules/vasnprintf: Likewise.
54675         * MODULES.html.sh: Add alloca-opt.
54676
54677 2004-09-28  Simon Josefsson  <jas@extundo.com>
54678
54679         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54680         LGPL, and to replace license template from GPL to LGPL.
54681
54682 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54683
54684         * modules/dummy: Change license to LGPL.
54685
54686 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54687
54688         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54689
54690 2004-09-24  Simon Josefsson  <jas@extundo.com>
54691
54692         * modules/minmax (License): Change from GPL to LGPL.
54693
54694 2004-09-23  Simon Josefsson  <jas@extundo.com>
54695
54696         * gnulib-tool (--import): Typo.
54697
54698 2004-09-23  Simon Josefsson  <jas@extundo.com>
54699
54700         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54701
54702 2004-09-22  Bruno Haible  <bruno@clisp.org>
54703
54704         * modules/*: Add 'License' field.
54705         * gnulib-tool: Accept --extract-license option.
54706         (func_get_license): New function.
54707
54708 2004-09-21  Bruno Haible  <bruno@clisp.org>
54709
54710         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54711         Reported by Simon Josefsson.
54712
54713 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54714
54715         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54716         gl_AC_TYPE_LONG_LONG.
54717
54718 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54719
54720         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54721
54722 2004-09-18  Simon Josefsson  <jas@extundo.com>
54723         and  Paul Eggert  <eggert@cs.ucla.edu>
54724
54725         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54726         calls with autoreconf.  Define GL_LIB.
54727
54728 2004-09-14  Karl Berry  <karl@gnu.org>
54729
54730         * config/srclist.txt: unsync setenv.c, sigh.
54731
54732 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54733
54734         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54735         Problem reported by Bruno Haible in:
54736         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54737
54738 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54739
54740         * config/srclist.txt: Comment out argp-pvh.c.
54741
54742 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54743
54744         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54745         in case some system header has #define'd it.  Problem reported by
54746         Soeren D. Schulze in
54747         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54748
54749 2004-09-09  Karl Berry  <karl@gnu.org>
54750
54751         * regex.[ch]: delete from the root.  These were supposed to be
54752                 synced with emacs cvs, but this has not happened for about
54753                 a year, and anyway nothing else uses emacs regex.[ch].
54754                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54755                 lib/regex[.ch] is untouched.
54756
54757 2004-09-09  Bruno Haible  <bruno@clisp.org>
54758
54759         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54760
54761 2004-09-09  Bruno Haible  <bruno@clisp.org>
54762
54763         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54764         modifications.
54765         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54766
54767 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54768
54769         * modules/xvasprintf: New file.
54770         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54771
54772 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54773
54774         * lib/xvasprintf.h: New file.
54775         * lib/xvasprintf.c: New file.
54776         * lib/xasprintf.c: New file.
54777
54778 2004-09-08  Bruno Haible  <bruno@clisp.org>
54779
54780         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54781
54782 2004-09-08  Bruno Haible  <bruno@clisp.org>
54783
54784         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54785         length is > INT_MAX.
54786         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54787         more.
54788
54789 2004-09-08  Bruno Haible  <bruno@clisp.org>
54790
54791         * lib/stdint_.h: New file, taken from GNU clisp.
54792
54793 2004-09-08  Bruno Haible  <bruno@clisp.org>
54794             Oskar Liljeblad  <oskar@osk.mine.nu>
54795
54796         * modules/stdint: New file.
54797         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54798
54799 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54800
54801         Import from coreutils.
54802         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54803         strings on unbounded length.  alloca's performance benefits aren't
54804         that important here.
54805         (V_STRDUP): Remove.
54806         (parse_with_separator): New function, with most of the internals
54807         of the old parse_user_spec.  Allow user to omit both user and group,
54808         for compatibility with FreeBSD.
54809         Clone only the user name, not the entire spec.
54810         Do not set *uid, *gid unless entirely successful.
54811         Avoid memory leak in some failing cases.
54812         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54813         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54814         (parse_user_spec): Rewrite to use parse_with_separator.
54815
54816 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54817
54818         * modules/userspec: Don't depend on alloca.
54819
54820 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54821
54822         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54823
54824 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54825
54826         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54827         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54828         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54829
54830 2004-08-16  Simon Josefsson  <jas@extundo.com>
54831
54832         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54833         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54834         Add --dry-run for --import.
54835         Let user provided command line parameters override configure.ac
54836         settings.
54837
54838 2004-08-12  Simon Josefsson  <jas@extundo.com>
54839
54840         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54841         as discussed with Paul Eggert in threads rooted at
54842         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54843         and
54844         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54845         Before, the test was empty, and relied on ELIDE_CODE in source
54846         code.)
54847         (gl_PREREQ_GETOPT): New macro.
54848         (gl_GETOPT): Use them.
54849
54850 2004-08-12  Simon Josefsson  <jas@extundo.com>
54851
54852         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54853         * lib/getopt_.h: Renamed from getopt.h.
54854
54855 2004-08-12  Simon Josefsson  <jas@extundo.com>
54856
54857         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54858         Change default library name from libfoo to libgnu.
54859         Now, if you have a configure.ac that says:
54860                 gl_SOURCE_BASE(gl)
54861                 gl_M4_BASE(gl/m4)
54862                 gl_MODULES(error getopt etcetera)
54863                 gl_INIT
54864         you can import all you need by running:
54865                 ../gnulib/gnulib-tool --import
54866
54867         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54868         (Makefile.am): Rewrite, use logic from argz.
54869         (Include): Use <getopt.h> instead of "getopt.h".
54870
54871 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54872
54873         * modules/argp (Files): Add m4/unlocked-io.m4.
54874         (Depends-on): Add extensions.
54875
54876 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54877
54878         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54879         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54880         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54881         Check for program_invocation_name, program_invocation_short_name,
54882         flockfile, funlockfile, features.h, _getopt_long_only_r.
54883
54884 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54885
54886         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54887         its complicated substitute.
54888         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54889         and program_invocation_name.
54890         (__argp_basename) [!_LIBC]: Remove; the only use was
54891         replaced by its body.
54892         (__argp_short_program_name): Change condition from
54893         !defined __argp_short_program_name to
54894         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54895         to match argp-namefrob.h.
54896         (__argp_failure): Don't assume strerror_r returns char *.
54897         * lib/argp-parse.c (N_): Define unconditionally.
54898         (argp_default_options): Fill out initializers with 0 to avoid
54899         gcc warnings.
54900
54901 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54902
54903         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54904         getopt1.c.
54905
54906 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54907
54908         Merge from coreutils.
54909
54910         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54911
54912         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54913         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54914
54915 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54916
54917         Merge from coreutils.
54918
54919         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54920         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54921         for Reliant Unix 5.43.
54922
54923         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54924         (union fooround): Use uintmax_t, not long int.
54925         The rest is a merge from libc:
54926         [defined _LIBC]: Include <shlib-compat.h>.
54927         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54928
54929         * lib/settime.c (settime): Recode to avoid warning with
54930         Sun Forte C 6U2.
54931
54932         * lib/strverscmp.c: Convert to UTF-8.
54933
54934 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54935
54936         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54937         m4/uintmax_t.m4.
54938
54939 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54940
54941         * modules/xalloc-die: New file.
54942         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54943
54944         * modules/md5 (Files): Add m4/uint32_t.m4.
54945         * modules/sha1: Renamed from modules/sha.
54946         (Files):
54947         Rename lib/sha.h to lib/sha1.h.
54948         Rename lib/sha.c to lib/sha1.c.
54949         Rename m4/sha.m4 to m4/sha1.m4.
54950         (lib_SOURCES): Likewise.
54951         (configure.ac): Rename gl_SHA to gl_SHA1.
54952         (Include): sha.h -> sha1.h.
54953
54954 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54955
54956         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54957         * m4/sha1.m4: Renamed from sha.m4.
54958         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54959
54960 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54961
54962         * lib/obstack.h (obstack_empty_p):
54963         Don't assume that chunk->contents is suitably aligned.
54964         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54965         Likewise. Problem reported by Benno in
54966         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54967
54968         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54969         readable.  This could be improved further but it'd take some work.
54970
54971 2004-08-08  Simon Josefsson  <jas@extundo.com>
54972
54973         * modules/xgethostname (Depends-on): Remove exit and error (not
54974         used).
54975
54976         * modules/getpass-gnu: Add getpass.h.
54977         (Depends-on): Add stdbool.
54978         * modules/getpass: Add getpass.h.
54979
54980 2004-08-08  Simon Josefsson  <jas@extundo.com>
54981
54982         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54983         Check getpass declaration.
54984
54985 2004-08-08  Simon Josefsson  <jas@extundo.com>
54986
54987         * lib/xgethostname.c: Don't include error.h (not used).
54988
54989         * lib/getpass.h: Add.
54990         * lib/getpass.c: Include getpass.h first.
54991
54992 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54993
54994         * lib/xalloc-die.c: New file.
54995         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54996         All uses removed.
54997         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54998         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54999         xalloc-die.c.
55000         (_, N_, xalloc_die): Move to xalloc-die.c.
55001         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55002         so that we needn't mess with xalloc_msg_memory_exhausted.
55003
55004         * lib/sha1.h: Renamed from sha.h.
55005         (SHA1_H): Renamed from _SHA_H.
55006         (sha1_ctx): Renamed from sha_ctx.
55007         (sha1_init_ctx): Renamed from sha_init_ctx.
55008         (sha1_process_block): Renamed from sha_process_block.
55009         (sha1_process_bytes): Renamed from sha_process_bytes.
55010         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55011         (sha1_read_ctx): Renamed from sha_read_ctx.
55012         (sha1_stream): Renamed from sha_stream.
55013         (sha1_buffer): Renamed from sha_buffer.
55014         * lib/sha1.c: Likewise; renamed from sha.c.
55015         Do not include <sys/types.h>.
55016         Include <stddef.h> rather than <stdlib.h>.
55017
55018 2004-08-08  Bruno Haible  <bruno@clisp.org>
55019
55020         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55021         FILESYSTEM_PREFIX_LEN.
55022         * lib/progreloc.c: Likewise.
55023         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55024
55025 2004-08-06  Simon Josefsson  <jas@extundo.com>
55026
55027         * modules/progname (Depends-on): Don't depend on stdbool.
55028
55029 2004-08-06  Simon Josefsson  <jas@extundo.com>
55030
55031         * modules/getsubopt: New file.
55032         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55033         getsubopt.
55034
55035 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55036
55037         More merge from coreutils.
55038
55039         * m4/utimens.m4, m4/utimecmp.m4: New files.
55040         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55041         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55042         prereq.m4, sha.m4: Import changes from coreutils.
55043
55044 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55045
55046         More merge from coreutils.
55047         * modules/raise, modules/readtokens0, modules/utimens:
55048         * modules/utimecmp, module/xnanosleep: New files.
55049         * modules/strftime: Add lib/strftime.h.
55050         Change include from <time.h> to "strftime.h".
55051         * modules/yesno: Add lib/yesno.h.
55052         * modules/backupfile: Remove lib/addext.c.
55053         * modules/euidaccess: Add stat-macros.h.
55054         * modules/canonicalize, modules/euidaccess,
55055         modules/filemode, modules/lchown, modules/makepath,
55056         modules/rmdir, modules/stat: Likewise.
55057
55058 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55059
55060         Merge from tar.
55061         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55062         SIZE_MAX is a valid preprocessor constant.
55063         (__argp_basename): Change from "#ifndef _LIBC"
55064         to "#ifndef __argp_short_program_name", so that
55065         we don't compile these functions for tar.
55066
55067         More merges from coreutils.
55068         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55069         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55070         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55071         * lib/addext.c: Remove; no longer needed.
55072         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55073         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55074         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55075         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55076         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55077         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55078         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55079         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55080         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55081         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55082         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55083         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55084         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55085         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55086         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55087         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55088         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55089         Import changes from coreutils.
55090
55091 2004-08-05  Simon Josefsson  <jas@extundo.com>
55092
55093         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55094
55095 2004-08-05  Simon Josefsson  <jas@extundo.com>
55096
55097         * m4/getsubopt.m4: New file.
55098
55099 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55100
55101         Merge from coreutils.
55102
55103         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55104         * m4/getcwd-path-max.m4: New files.
55105
55106         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55107         FILESYSTEM_PREFIX_LEN ->
55108         FILE_SYSTEM_PREFIX_LEN.
55109         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55110         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55111         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55112         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55113
55114         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55115         prerequisite modules now handle the DOS stuff.
55116         Don't check for unistd.h.
55117
55118 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55119
55120         Merge from coreutils.
55121
55122         * lib/.gdb-history: Remove; this doesn't belong here.
55123
55124         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55125         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55126         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55127         * lib/getcwd.c: New files.
55128
55129         * lib/dirname.h: Include <stdbool.h>.
55130         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55131         for consistency with POSIX terminology.  All uses changed.
55132         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55133         (strip_trailing_slashes): Use bool for booleans.
55134         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55135
55136         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55137         sometimes returns a positive errno value even when it succeeds.
55138         (print_errno_message) [!LIBC]: Fall back on strerror if
55139         __strerror_r fails.
55140
55141         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55142         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55143         (longest_relative_suffix): New function.
55144         (path_concat): Use it.  Assume first argument is not NULL.
55145         Port to DOS.  Omit redundant separators.
55146         Report an error instead of returning NULL.
55147         Use mempcpy instead of memcpy.
55148         (xpath_concat): Remove: not declared or used.
55149
55150         * lib/same.h: Include <stdbool.h>
55151         (same_name): Return bool, not int.
55152         * lib/same.c (same_name): Likewise.
55153         (errno): Don't declare; we assume C89 or better now.
55154
55155         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55156         if not already defined.
55157
55158         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55159         * lib/dup-safer.c (errno): Likewise.
55160
55161 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55162
55163         Merge from coreutils.
55164         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55165         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55166         * modules/path-concat: Don't depend on strdup.
55167
55168 2004-08-03  Simon Josefsson  <jas@extundo.com>
55169
55170         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55171         * lib/progname.h: Don't include stdbool.h.
55172
55173 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55174
55175         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55176         * MODULES.html.sh (func_all_modules): Remove fatal.
55177
55178 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55179
55180         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55181
55182 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55183
55184         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55185         working.
55186
55187 2004-08-02  Simon Josefsson  <jas@extundo.com>
55188
55189         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55190         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55191         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55192
55193 2004-08-01  Simon Josefsson  <jas@extundo.com>
55194
55195         * lib/xgetdomainname.c: Include stdlib.h, for free().
55196
55197 2004-07-19  Bruno Haible  <bruno@clisp.org>
55198
55199         * MODULES.html.sh (func_all_modules): Add dummy.
55200
55201 2004-07-16  Simon Josefsson  <jas@extundo.com>
55202
55203         * modules/dummy: New file.
55204
55205 2004-07-16  Simon Josefsson  <jas@extundo.com>
55206
55207         * lib/dummy.c: New file.
55208
55209 2004-07-16  Bruno Haible  <bruno@clisp.org>
55210
55211         * lib/backupfile.h: Add extern "C" for C++.
55212         * lib/closeout.h: Likewise.
55213         * lib/copy-file.h: Likewise.
55214         * lib/findprog.h: Likewise.
55215         * lib/full-write.h: Likewise.
55216         * lib/pathname.h: Likewise.
55217         * lib/progname.h: Likewise.
55218         * lib/stpcpy.h: Likewise.
55219         * lib/stpncpy.h: Likewise.
55220         * lib/strcase.h: Likewise.
55221         * lib/strstr.h: Likewise.
55222         * lib/xalloc.h: Likewise.
55223
55224         * lib/mbswidth.h: Add extern "C" for C++.
55225         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55226
55227 2004-07-13  Robert Millan  <robertmh@gnu.org>
55228
55229         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55230
55231 2004-07-09  Simon Josefsson  <jas@extundo.com>
55232
55233         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55234         failed without this.)
55235
55236 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55237
55238         * modules/chown (Files): Add lib/fchown-stub.c, since
55239         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55240
55241 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55242
55243         * lib/fchown-stub.c: New file.
55244
55245 2004-06-24  Jim Meyering  <jim@meyering.net>
55246
55247         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55248
55249 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55250
55251         * modules/argz: Omit "#include".
55252
55253         * MODULES.html.sh (func_all_modules): Add calloc, to match
55254         2004-06-01 addition of calloc module.
55255
55256 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55257
55258         * m4/argz.m4: New file, which is autoupdated from libtool.
55259
55260 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55261
55262         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55263         libtool.
55264
55265 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55266
55267         * config/srclist-update: Don't insist on "USA." before the
55268         close-comment, as libtool omits the period and puts the */ on a
55269         separate line.
55270         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55271         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55272
55273 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55274
55275         * modules/argz: New file.
55276         * MODULES.html.sh (func_all_modules): Add argz.
55277
55278 2004-06-12  Jim Meyering  <jim@meyering.net>
55279         and  Paul Eggert  <eggert@cs.ucla.edu>
55280
55281         * modules/hash (Files): Add lib/xalloc.h.
55282         * modules/pipe (Depends-on): Add wait-process.
55283         * modules/stat (Depends-on): Add xalloc.
55284         * modules/userspec (Files): Add lib/userspec.h.
55285         * modules/xstrto
55286
55287         Upgrade from gettext-0.13.
55288         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55289         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55290         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55291
55292 2004-06-10  Jim Meyering  <jim@meyering.net>
55293
55294         * lib/calloc.c: New file.
55295
55296 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55297
55298         * lib/getdate.y (yylex): Allow space between sign and number.
55299         Problem reported by Dan Jacobson.
55300
55301 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55302
55303         Merge from coreutils CVS.
55304
55305         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55306         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55307         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55308         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55309         xstrtol.m4: Fix copyright date and/or serial number.
55310
55311         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55312         See if we need an fchown replacement.
55313         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55314         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55315         and use the replacement function if we detect either defect.
55316
55317         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55318         gl_UTIMECMP.
55319
55320 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55321         and  Jim Meyering  <jim@meyering.net>
55322
55323         Merge from coreutils CVS.
55324
55325         * lib/stat-macros.h: New file, with contents from file-type.h
55326         and coreutils' system.h.
55327         * lib/file-type.c: Include "stat-macros.h".
55328         * lib/file-type.h (file_type): Move all macro definitions to new file,
55329         stat-macros.h.
55330
55331         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55332         Wrap old code with this conditional.
55333         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55334         function that does not dereference symlinks.
55335         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55336
55337         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55338         dependency problems.
55339         (xreadlink): Accept new arg SIZE, for efficiency.
55340         All decls and uses changed.
55341         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55342
55343         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55344         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55345
55346         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55347         sysexits.h.
55348
55349 2004-06-01  Jim Meyering  <jim@meyering.net>
55350
55351         * m4/calloc.m4: New file.
55352
55353 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55354
55355         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55356         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55357         Also, fix a typo in a diagnostic.
55358
55359 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55360
55361         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55362         or AC_FUNC_REALLOC.
55363
55364 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55365
55366         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55367         macros to be defined.
55368         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55369         the allocator returns NULL because the requested size is zero.
55370
55371 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55372
55373         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55374         var.  Add comment explaining why libc still defines it.  This
55375         merges the following patch from glibc:
55376         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55377
55378 2004-05-20  Andreas Schwab  <schwab@suse.de>
55379
55380         * m4/free.m4: Replace free if it not known to work, not the other
55381         way round.
55382
55383 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55384
55385         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55386         present in glibc since revision 1.1 of this file.
55387         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55388         obstack_alignment_mask, obstack_alloc, obstack_base,
55389         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55390         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55391         obstack_grow0, obstack_init, obstack_int_grow,
55392         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55393         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55394         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55395         nonexistent functions.
55396
55397 2004-05-18  Karl Berry  <karl@gnu.org>
55398
55399         * config/srclist.txt: break link for vasnprintf.c.
55400
55401 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55402
55403         Port obstack to the AS/400, where pointers are 16 bytes wide and
55404         you cannot cast an integer to a valid pointer.  This patch is
55405         currently waiting to be integrated into glibc; see
55406         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55407
55408         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55409         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55410         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55411         (struct obstack): temp member is now a union of a pointer and
55412         an integer, instead of an integer.  All integer uses changed.
55413         This does not affect the physical layout of struct obstack,
55414         except on hosts (like the AS/400) where the size or alignment of
55415         void * is greater than that of ptrdiff_t.
55416         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55417         __STDC__)]: Store temporary in pointer member of union, not
55418         integer member.
55419         * lib/obstack.c: Include <stddef.h>, for offsetof.
55420         (struct fooalign): Remove; it doesn't need a name.
55421         (union fooround): Change double to long double, and add void *.
55422         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55423         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55424         not a macro.  Hence the values are always int; so remove all
55425         casts-to-int in uses.
55426
55427 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55428
55429         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55430         we can get this patch merged into glibc.
55431
55432 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55433             Paul Eggert  <eggert@cs.ucla.edu>
55434
55435         * m4/argp: Depend on alloca.
55436
55437 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55438             Paul Eggert  <eggert@cs.ucla.edu>
55439
55440         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55441         freecoding.
55442
55443 2004-05-17  Bruno Haible  <bruno@clisp.org>
55444
55445         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55446         precision that consists of a '.' followed by an empty digit string.
55447         Patch by Tor Lillqvist <tml@iki.fi>.
55448
55449 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55450
55451         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55452         for backward compatibility with older code.  We need our own
55453         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55454         it under some other name, and our alloca.h will define it.
55455
55456 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55457             Derek Price  <derek@ximbiot.com>
55458
55459         * lib/alloca.c: Include <alloca.h>, to get our interface.
55460         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55461         include <alloca.h> first.  Use C89 prototype for alloca; this
55462         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55463         Use #elif for simplicity, since we can assume C89 now.
55464         Don't try to source the system alloca.h since it will not be found
55465         and to prevent recursively including its replacement.
55466         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55467         * lib/regex.c: Likewise.
55468
55469 2004-05-16  Derek Price  <derek@ximbiot.com>
55470             Paul Eggert  <eggert@cs.ucla.edu>
55471
55472         getline cleanup.  This changes the getndelim2 API: both order of
55473         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55474         no delimiter).
55475
55476         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55477         interface does that.
55478         (getline): Always use getdelim, so that we don't have two
55479         copies of this code.
55480         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55481         if available.
55482         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55483         (GETNDELIM2_MAXIMUM): New macro.
55484         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55485         instead of the old practice of delim2==0.  All callers changed.
55486         Return -1 on overflow, instead of returning junk.
55487         Do not set *linesize unless allocation succeeds.
55488         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55489         that we include sys/types.h.
55490         * lib/getnline.h: Likewise.
55491         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55492         (getndelim2): Reorder arguments.
55493         * lib/getnline.c (getnline, getndelim):
55494         Don't discard the NMAX argument.
55495         (getnline): Invoke getndelim, to avoid code duplication.
55496         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55497         of (size_t) -1 by callers of the getnline family.
55498
55499 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55500
55501         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55502         Check for gettimeofday.
55503         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55504         Check for settimeofday, stime.
55505
55506 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55507
55508         * lib/nanosleep.c (suspended): Change its type from int to
55509         sig_atomic_t volatile.
55510         (first_call): Make it private to rpl_nanosleep, and have it
55511         be zero initially as that's a bit faster.
55512         (my_usleep): Round up fractional times instead of truncating them,
55513         as this is the usual meaning for 'sleep'.
55514
55515         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55516         doesn't work.
55517         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55518         (ENOSYS): Define if not defined.
55519         (settime): Fall back on stime if it exists and settimeofday fails.
55520         But don't bother with fallbacks if a method fails with errno == EPERM.
55521
55522 2004-05-11  Jim Meyering  <jim@meyering.net>
55523
55524         Prior to this change, the save_cwd caller required read access to the
55525         current directory on most systems (ones with the fchdir function).
55526
55527         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55528         fails, try write-only, and finally, resort to using xgetcwd.
55529
55530 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55531
55532         * lib/obstack.c, obstack.h: Import changes from libc.
55533
55534 2004-04-28  Bruno Haible  <bruno@clisp.org>
55535
55536         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55537         also implicitly appends .exe to executables.
55538         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55539         accepts Windows pathnames.
55540         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55541         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55542         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55543         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55544         Reported by Derek Robert Price <derek@ximbiot.com>.
55545
55546 2004-04-21  Karl Berry  <karl@gnu.org>
55547
55548         * config/srclist.txt (localcharset.c): break sync.
55549
55550 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55551
55552         * m4/host-os.m4: Add a copyright notice.
55553
55554 2004-04-20  Jim Meyering  <jim@meyering.net>
55555
55556         Change UTILS_ to gl_ in AC_DEFINE'd names.
55557         Change utils_- and jm_-prefixed variables, too.
55558         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55559         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55560         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55561
55562         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55563         Don't emit trailing blanks.
55564         Also rename jm_-prefixed variables to have gl_ prefix.
55565
55566         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55567         Also rename jm_-prefixed variables to have gl_ prefix.
55568
55569         * m4/jm-macros.m4: Reflect the renamings.
55570         * m4/prereq.m4: Likewise.
55571
55572 2004-04-20  Jim Meyering  <jim@meyering.net>
55573
55574         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55575         memory.
55576
55577 2004-04-20  Jim Meyering  <jim@meyering.net>
55578             Bruno Haible  <bruno@clisp.org>
55579
55580         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55581         memory when realloc fails.
55582
55583 2004-04-19  Jim Meyering  <jim@meyering.net>
55584
55585         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55586         now that readutmp.c may call `free (0)'.
55587
55588 2004-04-19  Bruno Haible  <bruno@clisp.org>
55589
55590         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55591         * m4/inttypes_h.m4: Likewise.
55592         * m4/stdint_h.m4: Likewise.
55593         * m4/intmax_t.m4: Likewise.
55594         * m4/uintmax_t.m4: Likewise.
55595
55596 2004-04-18  Jim Meyering  <jim@meyering.net>
55597
55598         * m4/prereq.m4: Don't forbid jm_ prefix.
55599
55600         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55601         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55602         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55603         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55604         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55605         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55606         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55607         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55608         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55609         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55610         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55611         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55612         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55613         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55614         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55615         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55616         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55617         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55618         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55619
55620 2004-04-18  Jim Meyering  <jim@meyering.net>
55621
55622         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55623         failure, don't leak memory and do call END_UTMP_ENT.
55624
55625 2004-04-16  Jim Meyering  <jim@meyering.net>
55626
55627         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55628         coreutils' stat program.
55629         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55630
55631 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55632
55633         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55634         C89.
55635         (CHAR_BIT): Remove, since we assume C89.
55636         Include <stdint.h> if available, as per current Autoconf CVS advice.
55637
55638 2004-03-31  Jim Meyering  <jim@meyering.net>
55639
55640         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55641         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55642         * m4/xalloc.m4: Likewise.
55643
55644 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55645
55646         Merge from coreutils.
55647
55648         * m4/inttostr.m4: New file.
55649         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55650         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55651         Require gl_CLOCK_TIME.
55652         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55653
55654 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55655
55656         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55657         not bool, to be more consistent with Unix conventions.
55658         Suggested by Bruno Haible.
55659
55660         Merge from coreutils.
55661
55662         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55663         * lib/umaxtostr.c: New files.
55664
55665         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55666         the usual <time.h> dance.
55667         (get_date): Change signature to support fractional time stamps.
55668         All callers changed.
55669         * lib/getdate.y: Include "getdate.h" first, as we can now
55670         assume C89 and don't need to worry about 'const'.
55671         Similarly, include "unlocked-io.h" near start, not in middle.
55672         Include <limits.h>.
55673         (textint.value): Use long int rather than int.
55674         (textint.digits): Use size_t rather than int.
55675         (BILLION, LOG10_BILLION): New constants.
55676         (parser_control): New member rel_ns.  Members day_ordinal,
55677         time_zone, month, day, hour, minutes, rel_year, rel_month,
55678         rel_day, rel_hour, rel_minutes, rel_seconds
55679         are now long int, not int.  Member seconds is now struct timespec,
55680         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55681         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55682         not int.
55683         (%union.intval): Now long int, not int.
55684         New member timespec.
55685         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55686         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55687         (spec): Now is a timespec or an item list.
55688         (timespec, items): New nonterminals.
55689         (time, rel, relunit, number, get_date):
55690         Add support for fractional seconds.
55691         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55692         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55693         (to_hour): First arg is now long int, not int.
55694         (to_year): Returns long int, not int.
55695         Don't treat year -70 like 70.
55696         (tm_diff): Returns long int, not int.
55697         (lookup_word): Use bool instead of int when appropriate.
55698         (yylex): Use size_t for count, not int.
55699         Detect overflow when parsing large integer constants.
55700         Add support for fractions.
55701         (get_date): Make pointers 'const' if possible.
55702         Use more-portable code to detect integer overflow.
55703         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55704         Don't use ctime; it's not reliable if the year has >4 digits.
55705
55706         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55707         This is for compatibility with BSD.
55708
55709         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55710         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55711         From coreutils' system.h.
55712
55713         * lib/userspec.c: Don't include "posixver.h".
55714         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55715         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55716         compatible extension.  Simplify code by removing a boolean int
55717         that was always nonzero if a string was nonnull.
55718
55719 2004-03-30  Jim Meyering  <jim@meyering.net>
55720
55721         Merge from coreutils.
55722
55723         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55724         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55725         on some systems one must include <grp.h> before it.
55726         Reported by Christian Krackowizer.
55727
55728 2004-03-30  Jim Meyering  <jim@meyering.net>
55729
55730         Merge from coreutils.
55731
55732         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55733
55734         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55735         an empty input stream.
55736
55737         * lib/readtokens.c: Include <stdbool.h>.
55738         (readtoken): Use `size_t' rather than int/long.
55739         All callers adjusted.
55740         Use `bool' rather than `int' where appropriate.
55741         Use memset rather than an explicit loop.
55742         Use x2nrealloc rather than xrealloc.
55743         Allow the use of `\0' as a delimiter.
55744         (readtokens): Likewise.
55745         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55746
55747 2004-03-30  Jim Meyering  <jim@meyering.net>
55748
55749         * m4/realloc.m4: Remove file, since now it does no more than
55750         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55751         the `configure.ac' section of module/realloc.
55752         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55753
55754 2004-03-30  Bruno Haible  <bruno@clisp.org>
55755
55756         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55757         nonnull.
55758
55759 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55760
55761         Merge changes to getloadavg.c from coreutils and Emacs.
55762
55763         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55764         Define to an expression, not to the empty string.
55765         Include cloexec.h and xalloc.h.
55766         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55767         Use set_cloexec_flag rather than rolling our own.
55768         * lib/cloexec.c, lib/cloexec.h: New files.
55769
55770 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55771
55772         * m4/cloexec.m4: New file.
55773
55774 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55775
55776         * lib/getopt.h: Sync with libc CVS.
55777
55778 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55779             Bruno Haible  <bruno@clisp.org>
55780
55781         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55782         mbswidth.
55783
55784 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55785             Bruno Haible  <bruno@clisp.org>
55786
55787         * lib/mbswidth.h: Include <wchar.h> only if
55788         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55789         <wchar.h>.
55790         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55791
55792 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55793
55794         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55795         Sync with libc CVS.
55796         * lib/getopt_int.h: New file, also synced from libc.
55797
55798 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55799
55800         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55801         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55802         Bring back getopt.c, getopt.h, getopt1.c.
55803
55804 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55805
55806         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55807         All uses changed.  Check for sa_sigaction member; this fixes
55808         a bug first reported by Jason Andrade in
55809         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55810
55811 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55812
55813         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55814         '#if' expressions.  Unlike the code it replaces, it does not
55815         depend on (defined _SC_PAGESIZE).  However, it does depend on
55816         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55817         first reported by Jason Andrade in
55818         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55819
55820 2004-02-25  Simon Josefsson  <jas@extundo.com>
55821
55822         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55823
55824 2004-02-25  Simon Josefsson  <jas@extundo.com>
55825
55826         * lib/strdup.h: New file.
55827         * lib/strdup.c: Include it.
55828         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55829         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55830
55831 2004-02-23  Karl Berry  <karl@gnu.org>
55832
55833         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55834         (from fencepost.gnu.org:/gd/gnuorg).
55835
55836 2004-02-23  Karl Berry  <karl@gnu.org>
55837
55838         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55839         * config/srclist.txt: add maintain/standards documents.
55840
55841 2004-02-18  Bruno Haible  <bruno@clisp.org>
55842
55843         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55844         Reported by Derek Robert Price <derek@ximbiot.com>.
55845
55846 2004-02-16  Karl Berry  <karl@gnu.org>
55847
55848         * config/mkinstalldirs, install-sh: update from automake.
55849
55850 2004-02-06  Karl Berry  <karl@gnu.org>
55851
55852         * m4/po.m4: update from gettext 0.14.1.
55853
55854 2004-02-06  Karl Berry  <karl@gnu.org>
55855
55856         * lib/config.charset: update from gettext 0.14.1.
55857
55858 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55859
55860         Add comments and code, prompted by suggestions from Bruno Haible
55861         for sh-quote.
55862         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55863         describing the enum quoting_style values.
55864         * lib/quotearg.c (quotearg_alloc): New function.
55865         (quotearg_buffer_restyled): Treat lone { and } as special.
55866         Treat = as special.  Work around bug with older shells
55867         that "see" a '\' that is really the 2nd byte of a multibyte char.
55868         Quote empty string with shell_quoting_style.
55869
55870 2004-02-03  Bruno Haible  <bruno@clisp.org>
55871
55872         * m4/pipe.m4: New file, from GNU gettext.
55873
55874 2004-02-03  Bruno Haible  <bruno@clisp.org>
55875
55876         * lib/pipe.h: New file, from GNU gettext.
55877         * lib/pipe.c: New file, from GNU gettext.
55878
55879 2004-01-27  Bruno Haible  <bruno@clisp.org>
55880
55881         * m4/execute.m4: New file, from GNU gettext.
55882
55883 2004-01-27  Bruno Haible  <bruno@clisp.org>
55884
55885         * lib/execute.h: New file, from GNU gettext.
55886         * lib/execute.c: New file, from GNU gettext.
55887         * lib/w32spawn.h: New file, from GNU gettext.
55888
55889 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55890
55891         Merge from diffutils.
55892
55893         * lib/file-type.c (file_type): Add typed memory objects.
55894         * lib/file-type.h (S_TYPEISTMO): New macro.
55895
55896         * lib/c-stack.h (c_stack_action): Remove argv argument.
55897         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55898         (die): Don't calculate message unless segv_action returns.
55899         (get_stack_location, min_address_from_argv, max_address_from_argv,
55900         volatile stack_base, volatile_stack_size): Remove.
55901         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55902         that every segmentation violation is a stack overflow.  (Ouch!)
55903         See Debian bug 136249 (still outstanding) for more info about why
55904         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55905
55906 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55907
55908         Exit-status fix from coreutils.
55909
55910         Use exit_failure consistently in place of EXIT_FAILURE,
55911         so that program exit statuses are consistent on failure.
55912
55913         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55914         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55915         * lib/argmatch.h: Comment fix to match the above.
55916         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55917         Now a macro referring to exit_failure, instead of a separate
55918         variable.  Include "exitfail.h" to get it.
55919         * lib/xstrtol.h: Include "exitfail.h".
55920         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55921
55922         * lib/long-options.c (parse_long_options): Use prototype
55923         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55924         for clarity.
55925
55926 2004-01-21  Jim Meyering  <jim@meyering.net>
55927
55928         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55929         so as not to conflict with a different-sized __mktime_internal
55930         function in GNU libc.
55931         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55932         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55933
55934 2004-01-20  Karl Berry  <karl@gnu.org>
55935
55936         * config/config.guess: update from config.
55937
55938         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55939
55940 2004-01-20  Bruno Haible  <bruno@clisp.org>
55941
55942         Safer stack allocation.
55943         * lib/setenv.c: Include allocsa.h.
55944         (alloca): Remove fallback definition.
55945         (freea): Remove macro.
55946         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55947         instead of freea.
55948
55949 2004-01-20  Bruno Haible  <bruno@clisp.org>
55950
55951         * m4/eealloc.m4: New file, from GNU gettext.
55952
55953 2004-01-20  Bruno Haible  <bruno@clisp.org>
55954
55955         * m4/allocsa.m4: New file, from GNU gettext.
55956
55957 2004-01-20  Bruno Haible  <bruno@clisp.org>
55958
55959         * lib/xallocsa.h: New file, from GNU gettext.
55960         * lib/xallocsa.c: New file, from GNU gettext.
55961
55962 2004-01-20  Bruno Haible  <bruno@clisp.org>
55963
55964         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55965
55966 2004-01-20  Bruno Haible  <bruno@clisp.org>
55967
55968         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55969         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55970         specially.
55971
55972 2004-01-20  Bruno Haible  <bruno@clisp.org>
55973
55974         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55975         patch.
55976
55977 2004-01-20  Bruno Haible  <bruno@clisp.org>
55978
55979         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55980
55981 2004-01-20  Bruno Haible  <bruno@clisp.org>
55982
55983         * lib/eealloc.h: New file.
55984
55985 2004-01-20  Bruno Haible  <bruno@clisp.org>
55986
55987         * lib/binary-io.h: Avoid warnings on Cygwin.
55988
55989 2004-01-20  Bruno Haible  <bruno@clisp.org>
55990
55991         * lib/allocsa.h: New file, from GNU gettext.
55992         * lib/allocsa.c: New file, from GNU gettext.
55993
55994 2004-01-18  Karl Berry  <karl@gnu.org>
55995
55996         * doc/gpl.texi, doc/lgpl.texi: new files.
55997
55998 2004-01-18  Karl Berry  <karl@gnu.org>
55999
56000         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56001         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56002
56003 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56004
56005         Merge from coreutils.
56006
56007         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56008         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56009         (gl_DEFAULT_POSIX2_VERSION): Move
56010         the documentation from 'configure' into 'config.hin',
56011         so that 'configure --help' isn't burdened by it and
56012         we don't have to worry about its formatting there.
56013         Reword the documentation so that it's more succinct
56014         and can be run together into a single paragraph.
56015         * m4/same.m4 (gl_SAME): Check for pathconf.
56016
56017 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56018
56019         Merge from coreutils.
56020
56021         * lib/posixver.c: Include posixver.h.
56022
56023         * lib/same.c: Include <stdbool.h>, <limits.h>.
56024         (_POSIX_NAME_MAX): Define if not defined.
56025         (MIN): New macro.
56026         (same_name): If file names are silently truncated, report
56027         that the file names are the same if they are the same after
56028         the silent truncation.
56029
56030         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56031         conversion function.
56032         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56033         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56034         longer needed.
56035
56036 2004-01-15  Jim Meyering  <jim@meyering.net>
56037
56038         Merge from coreutils.
56039
56040         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56041         if no library is required.
56042         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56043         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56044         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56045         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56046         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56047         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56048         value, $ac_cv_search_crypt, if it's "none required".
56049         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56050         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56051         not gl_FUNC_GETLOADAVG.
56052         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56053         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56054
56055 2004-01-15  Jim Meyering  <jim@meyering.net>
56056
56057         Merge from coreutils.
56058
56059         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56060         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56061         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56062
56063         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56064         optional configure-time default.
56065
56066         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56067
56068         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56069
56070 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56071
56072         Merge from coreutils.
56073
56074         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56075         value, $ac_cv_search_nanosleep, if it's "none required".
56076
56077 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56078
56079         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56080         with like-named macro in fnmatch.c.
56081         (EXT): Use an internal constant instead.
56082
56083         Merge fnmatch patches from glibc.
56084         * lib/fnmatch.c (mbsinit): Remove define.
56085         Add libc_hidden_ver (__fnmatch, fnmatch).
56086         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56087         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56088
56089 2004-01-14  Karl Berry  <karl@gnu.org>
56090
56091         * config/install-sh: update from automake.
56092
56093 2004-01-13  Karl Berry  <karl@gnu.org>
56094
56095         * config/install-sh: update from automake.
56096
56097 2004-01-09  Karl Berry  <karl@gnu.org>
56098
56099         * config/install-sh: update from automake.
56100
56101 2004-01-05  Karl Berry  <karl@gnu.org>
56102
56103         * config/config.{sub,guess}: update from config.
56104
56105 2003-12-31  Karl Berry  <karl@gnu.org>
56106
56107         * config/depcomp: update from automake.
56108
56109 2003-12-14  Karl Berry  <karl@gnu.org>
56110
56111         * lib/config.charset: update from gettext-runtime.
56112
56113 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56114
56115         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56116         Bug reported by Alfred M. Szmidt.
56117
56118 2003-12-03  Bruno Haible  <bruno@clisp.org>
56119
56120         * m4/gettext.m4: Upgrade from gettext-0.13.
56121         * m4/po.m4: Upgrade from gettext-0.13.
56122         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56123         * m4/intmax.m4: New file, from gettext-0.13.
56124         * m4/printf-posix.m4: New file, from gettext-0.13.
56125
56126 2003-11-29  Karl Berry  <karl@gnu.org>
56127
56128         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56129
56130 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56131             Bruno Haible  <bruno@clisp.org>
56132
56133         * lib/printf-parse.h: Don't include sys/types.h.
56134         (ARG_NONE): New macro.
56135         (char_directive): Change type of *arg_index fields to size_t.
56136         * lib/printf-parse.c: Don't include sys/types.h.
56137         (SSIZE_MAX): Remove macro.
56138         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56139         Remove unnecessary overflow check.
56140         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56141         fields.
56142
56143 2003-11-25  Bruno Haible  <bruno@clisp.org>
56144
56145         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56146
56147 2003-11-25  Bruno Haible  <bruno@clisp.org>
56148
56149         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56150         gt_TYPE_SSIZE_T.
56151
56152 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56153
56154         * modules/alloca: Remove dependency on xalloc.
56155
56156 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56157
56158         * lib/alloca.c: Remove dependency on xalloc module.
56159         (xalloc_die): Remove.
56160         (memory_full) [!defined emacs]: New macro.
56161         [!defined emacs]: Don't include xalloc.h.
56162         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56163         address arithmetic overflows.  Change datatypes a bit to avoid
56164         unnecessary casts.
56165
56166 2003-11-22  Jim Meyering  <jim@meyering.net>
56167
56168         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56169         s/size/size_t/.
56170
56171 2003-11-21  Karl Berry  <karl@gnu.org>
56172
56173         * config/config.{sub,guess}: update from config.
56174
56175 2003-11-18  Karl Berry  <karl@gnu.org>
56176
56177         * config/config.{sub,guess}: update from config.
56178
56179         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56180
56181 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56182
56183         * README: Mention that S+T cannot overflow if S is the size of
56184         an existing object and T is sufficiently small.
56185
56186 2003-11-17  Jim Meyering  <jim@meyering.net>
56187
56188         On systems without utime and without a utimes function capable of
56189         dealing with a NULL struct utimbuf* argument, this utime replacement
56190         could -- in unusual circumstances -- leak a file descriptor.
56191         * lib/utime.c: Include <unistd.h> and <errno.h>.
56192         (utime_null): Be sure to close `fd' and to preserve errno.
56193         Reported by Geoff Collyer via Arnold Robbins.
56194
56195 2003-11-17  Bruno Haible  <bruno@clisp.org>
56196
56197         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56198         (Depends-on): Add xsize.
56199
56200 2003-11-17  Bruno Haible  <bruno@clisp.org>
56201
56202         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56203
56204 2003-11-17  Bruno Haible  <bruno@clisp.org>
56205
56206         * lib/vasnprintf.c (alloca): Remove fallback definition.
56207         (freea): Remove definition.
56208         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56209         Reported by Paul Eggert.
56210
56211 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56212             Bruno Haible  <bruno@clisp.org>
56213
56214         Protect against address arithmetic overflow.
56215         * lib/printf-args.h: Include stddef.h.
56216         (arguments): Change type of field 'count' to size_t.
56217         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56218         'unsigned int' where appropriate.
56219         * lib/printf-parse.h: Include sys/types.h.
56220         (char_directive): Change type of *arg_index fields to ssize_t.
56221         (char_directives): Change type of fields 'count', max_*_length to
56222         size_t.
56223         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56224         (SSIZE_MAX): Define fallback value.
56225         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56226         instead of 'int' where appropriate. Check a_allocated, d_allocated
56227         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56228         * lib/vasnprintf.c: Include xsize.h.
56229         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56230         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56231         overflow. Avoid wraparound when converting a width or precision from
56232         decimal to binary.
56233
56234 2003-11-16  Bruno Haible  <bruno@clisp.org>
56235
56236         Update from GNU gettext.
56237         * lib/printf-parse.c: Generalize to it can be compiled for wide
56238         strings.
56239         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56240         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56241         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56242         SNPRINTF): New macros.
56243         Don't include <alloca.h> if the file is used inside libintl.
56244         (local_wcslen): New function, for Solaris 2.5.1.
56245         (VASNPRINTF): Use it instead of wcslen.
56246
56247 2003-11-16  Bruno Haible  <bruno@clisp.org>
56248
56249         * lib/xsize.h (xmax): New function.
56250         (xsum, xsum3, xsum4): Declare as "pure" functions.
56251
56252 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56253
56254         * modules/xalloc (Files): Undo latest change, since xalloc.h
56255         no longer needs SIZE_MAX or PTRDIFF_MAX.
56256
56257 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56258
56259         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56260         gl_PTRDIFF_MAX.
56261
56262 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56263
56264         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56265         "return", to pacify some unknown compiler.  Problem reported
56266         by Joerg Schilling.
56267
56268 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56269
56270         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56271         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56272         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56273         heuristic is just as accurate as far as we know, and it removes a
56274         dependency on size_max.m4 and ptrdiff_max.m4.
56275
56276 2003-11-11  Bruno Haible  <bruno@clisp.org>
56277
56278         * modules/xsize (Files): Add m4/size_max.m4.
56279         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56280
56281 2003-11-11  Bruno Haible  <bruno@clisp.org>
56282
56283         * m4/size_max.m4: New file.
56284         * m4/ptrdiff_max.m4: New file.
56285         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56286         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56287         (gl_XALLOC): Invoke it.
56288
56289 2003-11-11  Bruno Haible  <bruno@clisp.org>
56290
56291         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56292         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56293         defined.
56294
56295 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56296
56297         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56298         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56299         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56300         From Bruno Haible.
56301         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56302         not (size_t) -1, since it's defined here.
56303
56304 2003-11-09  Karl Berry  <karl@gnu.org>
56305
56306         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56307
56308 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56309
56310         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56311         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56312         Reject sizes of exactly SIZE_MAX bytes.
56313         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56314         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56315
56316 2003-11-05  Bruno Haible  <bruno@clisp.org>
56317
56318         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56319         SIZE_MAX defined in <limits.h> on Solaris.
56320
56321 2003-11-04  Jim Meyering  <jim@meyering.net>
56322
56323         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56324         variable names, rather than @VAR@.
56325         * modules/poll: Likewise.
56326
56327 2003-11-04  Bruno Haible  <bruno@clisp.org>
56328
56329         * modules/xsize: New file.
56330         * modules/linebreak: Depend on xsize.
56331         * MODULES.html.sh (func_all_modules): Add xsize.
56332
56333 2003-11-04  Bruno Haible  <bruno@clisp.org>
56334
56335         * m4/xsize.m4: New file.
56336
56337 2003-11-04  Bruno Haible  <bruno@clisp.org>
56338
56339         * lib/xsize.h: New file.
56340         * lib/linebreak.c: Include xsize.h.
56341         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56342         argument for overflow.
56343         Suggested by Paul Eggert.
56344
56345 2003-11-03  Karl Berry  <karl@gnu.org>
56346
56347         * config/config.{guess,sub}: update from config.
56348
56349 2003-11-03  Jim Meyering  <jim@meyering.net>
56350
56351         * modules/userspec (lib_SOURCES): Add userspec.h.
56352         (Include): Add "userspec.h".
56353         Improve description.
56354
56355 2003-11-03  Jim Meyering  <jim@meyering.net>
56356
56357         * lib/userspec.c: Include "userspec.h".
56358         * lib/userspec.h: New file.
56359
56360 2003-11-03  Bruno Haible  <bruno@clisp.org>
56361
56362         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56363
56364 2003-11-03  Bruno Haible  <bruno@clisp.org>
56365
56366         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56367         available, to avoid (extremely rare) race condition.
56368         Suggested by Paul Eggert.
56369
56370 2003-11-02  Karl Berry  <karl@gnu.org>
56371
56372         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56373
56374 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56375
56376         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56377         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56378         (read_filesystem_list): Set and use me_type_malloced.
56379         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56380         whatever the type happens to be), for brevity and consistency.
56381         Check for size calculation overflow on Alphas running OSF/1.
56382
56383 2003-10-31  Jim Meyering  <jim@meyering.net>
56384
56385         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56386
56387         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56388
56389 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56390             Bruno Haible  <bruno@clisp.org>
56391
56392         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56393         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56394
56395 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56396
56397         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56398         netbsd*-gnu*.  Suggested by Robert Millan.
56399
56400 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56401
56402         * modules/group-member: Depend on stdbool.
56403
56404 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56405
56406         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56407
56408 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56409
56410         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56411         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56412         after the 'gnu' in these cases.  This fixes some bugs in the
56413         previous change, and is based on suggestions by Robert Millan.
56414
56415 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56416
56417         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56418         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56419         no longer needed.
56420         * lib/quotearg.c (quotearg_n_options): Use it.
56421         * lib/group-member.c: Include <stdbool.h>.
56422         (free_group_info): Arg is now const *; don't free arg.
56423         (get_group_info): Now returns bool and accepts struct group_info *,
56424         rather than returning a malloc'ed struct group_info *.
56425         All uses changed.  Check for overflow in internal size calculation.
56426
56427         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56428         rather than xmalloc/xrealloc.
56429         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56430         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56431         conformance bug: the old code used a pointer after freeing the
56432         storage that it addressed.
56433         * lib/hash.c (hash_initialize): Simplify the code by using
56434         xalloc_oversized rather than doing it by hand.
56435         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56436         the buffer preserved.  Use free and xmalloc instead.
56437         * lib/quotearg.c (quotearg_n_options): Likewise.
56438         Use a simpler test for size overflow.  Don't use xalloc_oversized
56439         because unsigned int might be wider than size_t (!); this suggests
56440         that we should switch from unsigned int to size_t for slot numbers.
56441
56442 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56443
56444         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56445         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56446         NetBSD kernels.  Requested by Richard Stallman.
56447
56448 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56449
56450         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56451         to allocate the returned structure.  Do not allocate a subarray,
56452         as x2nrealloc will do that.
56453         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56454         instead of xnrealloc.
56455         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56456
56457 2003-10-27  Bruno Haible  <bruno@clisp.org>
56458
56459         * lib/stdbool_.h: Better support for BeOS.
56460
56461 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56462
56463         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56464         now uses inline.
56465
56466 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56467
56468         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56469         callers that want to do their own size-overflow checking.  Include
56470         <stdbool.h>, since xalloc_oversized returns bool.
56471         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56472         to use xalloc_oversized.
56473
56474         Add two functions x2realloc, x2nrealloc, for programs that grow
56475         arrays dynamically by doubling their sizes.
56476         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56477         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56478         New functions.
56479
56480         Port to C99 semantics for 'inline' of external functions.
56481         Bug reported by Bruno Haible.
56482         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56483         with the old contents of xnmalloc.
56484         (xnmalloc, xmalloc): Use it.
56485         (xnrealloc_inline): New static inline function,
56486         with the old contents of xnrealloc.
56487         (xnrealloc, xrealloc): Use it.
56488
56489         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56490         that.
56491
56492 2003-10-26  Karl Berry  <karl@gnu.org>
56493
56494         * config/srclist.txt (COPYING.DOC): no longer available from
56495         /gd/gnuorg; don't know where the ultimate source is.
56496
56497 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56498
56499         Fix several address-calculation bugs in the hash modules,
56500         plus some minor code cleanup.
56501
56502         * lib/hash.h: Include <stdbool.h>, for bool.
56503         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56504         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56505         hash_get_n_entries, hash_get_max_bucket_length,
56506         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56507         hash_rehash): Use size_t rather than unsigned.
56508         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56509         hash_get_n_buckets_used, hash_get_n_entries,
56510         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56511         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56512         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56513         Likewise.
56514         (SIZE_MAX): Define if not defined.
56515         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56516         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56517         hash_print):
56518         Use const * when possible.
56519         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56520         (check_tuning): Fix bug: if tuning parameters were very close to
56521         0 or 1, rounding errors could have caused subscript violations.
56522         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56523         (hash_initialize): Add 'fail:' label
56524         to free table and return NULL, and use it to simplify code.
56525         Use calloc rather than clearing the storage ourself.
56526         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56527         buffer size calculations.
56528         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56529         Include <stddef.h>, for size_t.
56530         * lib/hash-pjw.c (hash_pjw): Likewise.
56531         Switch to method described by Bruno Haible.
56532         Include <limits.h>, for CHAR_BIT.
56533         (SIZE_BITS): New macro.
56534
56535 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56536
56537         * m4/getline.m4 (AM_FUNC_GETLINE):
56538         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56539         hosts.  Problem reported by Derek Robert Price in
56540         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56541         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56542         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56543
56544 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56545
56546         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56547         ceiling the allocation at NMAX bytes rather than silently
56548         discarding input bytes before NMAX is reached.  This makes
56549         a difference only if NMAX exceeds SIZE_MAX / 2.
56550
56551         * lib/obstack.c: Merge from glibc.
56552         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56553         Add libc_hidden_def (_obstack_newchunk).
56554         (_obstack_free) [! defined _LIBC]: Remove.
56555         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56556         a clone of the function body.
56557         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56558         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56559
56560         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56561         glibc.
56562         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56563         arg to memcpy.
56564
56565         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56566         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56567         Don't use lvalue casts, as GCC plans to remove support for them
56568         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56569         was also present in the non-GCC version, indicating that this
56570         code had always been buggy and had never been widely used.
56571         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56572         Use the fast variant of each macro, rather than copying the
56573         definiens of the fast variant; that way, we'll be more likely to
56574         catch future bugs in the fast variants.
56575
56576 2003-10-20  Bruno Haible  <bruno@clisp.org>
56577
56578         * modules/wait-process: New file.
56579         * MODULES.html.sh (func_all_modules): Add wait-process.
56580
56581 2003-10-20  Bruno Haible  <bruno@clisp.org>
56582
56583         * m4/wait-process.m4: New file.
56584
56585 2003-10-20  Bruno Haible  <bruno@clisp.org>
56586
56587         * lib/wait-process.h: New file, from GNU gettext.
56588         * lib/wait-process.c: New file, from GNU gettext.
56589
56590 2003-10-19  Jim Meyering  <jim@meyering.net>
56591
56592         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56593         HPUX 10.20.
56594
56595 2003-10-18  Karl Berry  <karl@gnu.org>
56596
56597         * config/config.guess: update from config.
56598
56599 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56600
56601         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56602         (getgroups): First arg is int, not size_t.
56603         Don't let 'free' mangle errno.
56604
56605 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56606
56607         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56608
56609 2003-10-16  Karl Berry  <karl@gnu.org>
56610
56611         * config/config.{guess,sub}: update from config.
56612
56613 2003-10-16  Jim Meyering  <jim@meyering.net>
56614
56615         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56616         memcpy.
56617
56618 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56619
56620         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56621         (SIZE_MAX): Remove.
56622         (new_exclude, add_exclude_file): Initial size no longer needs to
56623         be a power of 2.
56624         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56625         our own address arithmetic overflow checking.
56626
56627         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56628         (fnmatch): Do not alloca more than 2000 wide characters;
56629         instead, use malloc for large buffers.
56630         Check for address arithmetic overflow, and return -1
56631         with errno set to ENOMEM in that case.
56632         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56633         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56634         instead, return -1.  Check for address arithmetic overflow.
56635
56636 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56637
56638         Handle invalid suffixes and overflow independently, so that
56639         callers can treat them independently as needed.  Fix some bugs in
56640         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56641         suffix for a human-readable blocksize.  The major caller-visible
56642         change is the addition of a new
56643         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56644         that both overflow and suffix chars were found.
56645
56646         * lib/human.c (humblock): Don't check separately for invalid suffix
56647         char; that is xstrtoumax's job (now that its bug is fixed).
56648         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56649         INTMAX_MAX]: New macros.
56650         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56651         TYPE_MAXIMUM): New macros.
56652         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56653         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56654         if overflow occurs, as it's what __strtol does and it's more useful
56655         in practice.
56656         (__xstrtol): If __strtol reports some error other than ERANGE,
56657         reflect it to the caller as LONGINT_INVALID.  If it reports
56658         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56659         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56660         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56661         value.
56662         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56663         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56664         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56665         [defined UINTMAX_MAX]: New macros.
56666
56667 2003-10-14  Bruno Haible  <bruno@clisp.org>
56668
56669         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56670
56671 2003-10-14  Bruno Haible  <bruno@clisp.org>
56672
56673         * m4/sig_atomic_t: New file, from GNU gettext.
56674         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56675
56676 2003-10-14  Bruno Haible  <bruno@clisp.org>
56677
56678         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56679         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56680         Also use volatile where needed.
56681
56682 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56683
56684         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56685         Change maintainer from Bruno Haible to 'all'.
56686
56687 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56688
56689         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56690
56691 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56692
56693         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56694         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56695         and define in terms of the other primitives.
56696         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56697         (SIZE_MAX): Define if not already defined.
56698         (array_size_overflow): New function.
56699         (xalloc_die): Abort instead of exiting if 'error' returns.
56700         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56701         (xmalloc, xrealloc): Use them.
56702         (xcalloc): Check for address arithmetic overflow.
56703         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56704         a bit faster than strcpy.
56705
56706 2003-10-10  Simon Josefsson  <jas@extundo.com>
56707
56708         * modules/argp (Depends-on): Add restrict and strcase.
56709
56710 2003-10-10  Simon Josefsson  <jas@extundo.com>
56711
56712         * m4/argp.m4: Add AC_C_INLINE.
56713
56714 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56715
56716         Merge getpass from libc, plus a few fixes.
56717
56718         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56719         Include <stdbool.h>.
56720         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56721         __fsetlocking to empty.
56722         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56723         do include <bits/libc-lock.h>.
56724         Do not include <fcntl.h>; not needed.
56725         [_LIBC]: Include <wchar.h>.
56726         (NOTCANCEL_MODE): New macro.
56727         (flockfile, funlockfile) [_LIBC]: New macros.
56728         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56729         [!_LIBC]: New macros.
56730         (call_fclose): New function.
56731         (getpass): Use it.  Save tty stream separately; this simplifies the
56732         code and makes it more reliable if stdin happens to equal stdout.
56733         Invoke __fsetlocking on tty.
56734         Handle thread cancellation if needed.
56735         Namespace cleanup (use __tcgetattr, __getline).
56736         Use bool for Booleans.
56737         [USE_IN_LIBIO]: Handle wide streams.
56738         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56739         stream might go where.
56740
56741         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56742         doesn't have to include <stdio.h> before us.
56743         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56744         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56745         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56746         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56747         if not declared, so that we can use getpass.c code from libc without
56748         rewriting it.
56749         (flockfile, ftrylockfile, funlockfile): New macros.
56750
56751 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56752
56753         * modules/getpass: Depend on stdbool.
56754
56755 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56756
56757         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56758
56759 2003-10-07  Karl Berry  <karl@gnu.org>
56760
56761         * config/config.{guess,sub}: update from config.
56762
56763 2003-10-06  Jim Meyering  <jim@meyering.net>
56764             Bruno Haible  <bruno@clisp.org>
56765
56766         This lets translators provide better translations for the
56767         "Written by ..." part of --version output.
56768         * lib/version-etc.h: Include stdarg.h.
56769         (version_etc_copyright): Declare as readonly.
56770         (version_etc): Make this function variadic with a NULL-terminated list
56771         of author name strings.
56772         (version_etc_va): New declaration.
56773         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56774         (version_etc_copyright): Declare as readonly.
56775         (version_etc_va): New function. Provide a different translatable string
56776         for each possible number of authors < 10. Abbreviate when there are 10
56777         authors or more.
56778         (version_etc): Make this function variadic. Call version_etc_va.
56779         Suggestion from Gary V. Vaughan.
56780
56781         * lib/long-options.h (parse_long_options): Change prototype: the
56782         authors string is moved to the end and becomes variadic.
56783         * lib/long-options.c: Include stdarg.h.
56784         (parse_long_options): Make this function variadic, too.
56785         Call version_etc_va, not version_etc.
56786
56787 2003-10-06  Bruno Haible  <bruno@clisp.org>
56788
56789         * modules/version-etc-2: Remove file.
56790         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56791
56792 2003-10-06  Bruno Haible  <bruno@clisp.org>
56793
56794         * modules/fatal-signal: New file.
56795         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56796
56797 2003-10-06  Bruno Haible  <bruno@clisp.org>
56798
56799         * m4/fatal-signal.m4: New file.
56800         * m4/signalblocking.m4: New file, from GNU gettext.
56801
56802 2003-10-06  Bruno Haible  <bruno@clisp.org>
56803
56804         * lib/version-etc-2.h: Remove file.
56805         * lib/version-etc-2.c: Remove file.
56806
56807 2003-10-06  Bruno Haible  <bruno@clisp.org>
56808
56809         * lib/fatal-signal.h: New file, from GNU gettext.
56810         * lib/fatal-signal.c: New file, from GNU gettext.
56811
56812 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56813
56814         * README: Rework advice for preventing empty .o files.
56815         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56816         not <sys/types.h>.
56817
56818 2003-10-04  Karl Berry  <karl@gnu.org>
56819
56820         * lib/argp*: update from libc.
56821
56822 2003-10-04  Karl Berry  <karl@gnu.org>
56823
56824         * config/config.{guess,sub}: update from config.
56825
56826 2003-10-02  Bruno Haible  <bruno@clisp.org>
56827
56828         * modules/lchown (Include): Add lchown.h.
56829         * modules/time_r (Include): Use "..." syntax.
56830         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56831
56832 2003-10-01  Simon Josefsson  <jas@extundo.com>
56833
56834         * MODULES.html.sh (func_all_modules): Move gethostname from section
56835         'based on' to section 'lacking' POSIX:2001.
56836
56837 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56838
56839         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56840         to output mode on the same stream.
56841
56842 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56843
56844         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56845         Fix arg typo in previous patch.
56846
56847 2003-09-28  Jim Meyering  <jim@meyering.net>
56848
56849         * lib/error.c: Correct cpp indentation.
56850
56851 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56852
56853         * modules/free: New file.
56854
56855 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56856
56857         * m4/free.m4: New file.
56858
56859 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56860
56861         * lib/minmax.h (MIN, MAX)
56862         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56863         Omit the special code that used __typeof__, since we worry that
56864         it could be more trouble than it's worth.  See:
56865         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56866         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56867
56868         * lib/free.c: New file.
56869
56870 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56871
56872         Trivial fixes to Makefile.am parts of module listings.
56873         * modules/strstr: Append strstr.h to lib_SOURCES.
56874         * modules/strcase: Likewise, for strcase.h.
56875
56876 2003-09-27  Karl Berry  <karl@gnu.org>
56877
56878         * config/mkinstalldirs: update from automake.
56879
56880 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56881
56882         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56883         (error_tail): Do not loop, reallocating temporary buffer, since
56884         the output cannot contain more wide characters than the input
56885         contains bytes, the size must be big enough already.  This avoids
56886         one potential size overflow calculation.  Check for size overflow
56887         when calculating temporary buffer size.  Free temporary buffer
56888         when done, if it was allocated with malloc; this plugs a memory
56889         leak.  Remove casts from void * to pointers, that are no longer
56890         needed now that we're assuming C89 or better.
56891
56892         Merge error changes from glibc.
56893
56894         * lib/error.c, error.h: Update copyright notice header to match glibc.
56895         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56896         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56897         Disable cancellation while printing error.
56898         * lib/error.h: Prepend __ to parameter names.
56899
56900 2003-09-26  Jim Meyering  <jim@meyering.net>
56901
56902         * lib/error.c (error_tail): Move some declarations
56903         into inner scope where the local variables are used.
56904
56905 2003-09-26  Bruno Haible  <bruno@clisp.org>
56906
56907         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56908         stpncpy().
56909         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56910
56911 2003-09-26  Bruno Haible  <bruno@clisp.org>
56912
56913         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56914         (stpncpy): Define as alias for gnu_stpncpy.
56915         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56916
56917 2003-09-25  Simon Josefsson  <jas@extundo.com>
56918
56919         * lib/xgetdomainname.h: New file.
56920         * lib/xgetdomainname.c: New file.
56921
56922 2003-09-25  Simon Josefsson  <jas@extundo.com>
56923             Bruno Haible  <bruno@clisp.org>
56924
56925         * modules/getdomainname: New file.
56926         * modules/xgetdomainname: New file.
56927         * MODULES.html.sh (func_all_modules): Add getdomainname,
56928         xgetdomainname.
56929
56930 2003-09-25  Simon Josefsson  <jas@extundo.com>
56931             Bruno Haible  <bruno@clisp.org>
56932
56933         * m4/getdomainname.m4: New file.
56934
56935 2003-09-25  Simon Josefsson  <jas@extundo.com>
56936             Bruno Haible  <bruno@clisp.org>
56937
56938         * lib/getdomainname.h: New file.
56939         * lib/getdomainname.c: New file.
56940
56941 2003-09-25  Karl Berry  <karl@gnu.org>
56942
56943         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56944
56945 2003-09-25  Karl Berry  <karl@gnu.org>
56946
56947         * config/install-sh: update from automake.
56948
56949 2003-09-25  Bruno Haible  <bruno@clisp.org>
56950
56951         * modules/version-etc-2: New file, from modules/version-etc with
56952         modifications.
56953         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56954
56955 2003-09-25  Bruno Haible  <bruno@clisp.org>
56956
56957         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56958         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56959
56960 2003-09-24  Simon Josefsson  <jas@extundo.com>
56961
56962         * modules/xgethostname: Add xgethostname.h.
56963
56964 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56965
56966         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56967         the buffer associated with the argument.  Bug reported by
56968         Simon Josefsson.
56969
56970 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56971
56972         * README: Document assumptions that 'int' is at least 32 bits
56973         wide, that integer arithmetic is 2's complement without overflow,
56974         that there are no holes in integer values, that adding sizes of
56975         two nonoverlapping objects can't overflow, and that all-bits-zero
56976         yields scalar zero.  Fix spelling and capitalization typos.
56977
56978 2003-09-19  Karl Berry  <karl@gnu.org>
56979
56980         * lib/argp.h: update from libc.
56981
56982 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56983
56984         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56985         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56986         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56987
56988 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56989
56990         * gnulib-tool: Use "test -h", not "test -L", for portability
56991         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56992         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56993         (sed_extract_prog): Issue s commands one-by-one, rather than
56994         using \| in one s command.
56995
56996 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56997
56998         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56999         input error, instead of returning NULL the next time we are called
57000         (and therefore losing track of errno).
57001
57002 2003-09-16  Bruno Haible  <bruno@clisp.org>
57003
57004         * gnulib-tool (func_create_testdir): Warn about duplicated
57005         dependencies.
57006
57007 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57008
57009         * modules/argmatch, modules/fatal, modules/obstack,
57010         modules/xalloc, modules/xgethostname: Sort dependencies by
57011         importance, not alphabetically.
57012
57013 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57014
57015         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57016         fails, so that the caller gets the proper errno.
57017
57018         * lib/readutmp.c (read_utmp): Likewise.
57019         Check for fstat error.  Close stream and free storage
57020         when failing.
57021
57022 2003-09-14  Karl Berry  <karl@gnu.org>
57023
57024         * config/srclist.txt (strdup.c): disable for c89 changes.
57025
57026 2003-09-14  Jim Meyering  <jim@meyering.net>
57027
57028         * lib/getloadavg.c: Correct cpp indentation.
57029         * lib/strdup.c: Likewise.
57030         * lib/vasnprintf.c: Likewise.
57031
57032 2003-09-14  Bruno Haible  <bruno@clisp.org>
57033
57034         * modules/fwriteerror: New file.
57035         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57036
57037 2003-09-14  Bruno Haible  <bruno@clisp.org>
57038
57039         * lib/fwriteerror.h: New file.
57040         * lib/fwriteerror.c: New file.
57041
57042 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57043
57044         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57045         modules/xgethostname, modules/xalloc: Depend on exit.
57046
57047 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57048
57049         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57050
57051         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57052         and AC_MINIX, too, so that their extensions are available.
57053
57054         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57055         This macro has been superseded by gl_BACKUPFILE.
57056
57057         More patches to assume C89 or better.
57058
57059         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57060
57061         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57062         unconditionally.
57063         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57064         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57065         Include <string.h>, <stdlib.h> unconditionally.
57066         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57067         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57068         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57069         headers or for string.h.
57070         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57071         or strtoul.
57072
57073         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57074         headers.
57075         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57076         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57077         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57078         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57079         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57080         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57081         memcpy, memset.
57082         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57083         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57084         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57085         strtol.
57086         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57087         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57088         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57089         strtoul.
57090
57091 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57092
57093         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57094         * lib/obstack.c [!defined _LIBC]: Likewise.
57095         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57096         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57097         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57098
57099         More changes to assume C89 or better.
57100
57101         * lib/error.c (error_tail): Assume vprintf.
57102
57103         * lib/argmatch.c (getenv): Remove decl.
57104         * lib/progreloc.c (get_full_program_name): Define via prototype.
57105         * lib/setenv.c (clearenv): Likewise.
57106         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57107         needed.
57108         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57109         (malloc, memcpy): Remove decls.
57110         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57111         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57112         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57113         (memcpy): Remove macro.
57114         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57115         (__P): Remove.  All uses removed.
57116         (PTR): Remove.  All uses changed to void *.
57117         (CHAR_BIT, NULL): Remove.
57118         (spaces, zeros, memset_space, memset_zero)
57119         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57120         Remove.
57121         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57122         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57123         Define with prototype.
57124         Remove now-unnecessary prototype decl.
57125         (extra_args_spec): Assume ANSI C.  All uses changed.
57126         (extra_args_spec_iso): Remove.
57127         (my_strftime, emacs_strftimeu): Define via prototype.
57128         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57129         unconditionally.
57130         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57131         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57132         (strtoul, strtol): Remove decls.
57133         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57134         LONG_MAX): Remove.
57135         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57136         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57137         (LOCALE_PARAM_PROTO): New macro.
57138         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57139         (INTERNAL (strtol), strtol): Define with a prototype.
57140         (PARAMS): Remove.  All uses removed.
57141         * lib/tempname.c: Include <string.h> unconditionally.
57142         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57143         * lib/xgethostname.c (main): Define with a prototype.
57144         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57145         Include <stdlib.h> unconditionally.
57146         (calloc, malloc, realloc, free): Remove decls.
57147         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57148         Include <stdlib.h> unconditionally.  Sort include file names.
57149         (strtod): Remove.
57150         (xstrtod): Define with a prototype.
57151         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57152         (strtol, strtoul): Remove decls.
57153
57154 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57155
57156         More patches to assume C89 or better.
57157         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57158         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57159         string.h, memchr, STDC_HEADERS.
57160
57161 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57162
57163         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57164         Include <stdlib.h>, <string.h> unconditionally.
57165         Remove now-unnecessary cast to char *.
57166         * lib/strnlen.c: Include <string.h> unconditionally.
57167         * lib/yesno.c (yesno): Define with a prototype.
57168
57169 2003-09-11  Bruno Haible  <bruno@clisp.org>
57170
57171         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57172
57173 2003-09-10  Jim Meyering  <jim@meyering.net>
57174
57175         * lib/error.c: Correct indentation of cpp directives.
57176
57177 2003-09-10  Bruno Haible  <bruno@clisp.org>
57178
57179         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57180         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57181         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57182         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57183         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57184         <stdlib.h> and <string.h> checks.
57185         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57186         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57187
57188 2003-09-10  Bruno Haible  <bruno@clisp.org>
57189
57190         * lib/strcspn.c: Include <string.h> unconditionally.
57191         * lib/strpbrk.c: Include <string.h> unconditionally.
57192         * lib/strstr.c: Include <string.h> unconditionally.
57193         * lib/unicodeio.c: Include <string.h> unconditionally.
57194         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57195         * lib/unsetenv.c: Likewise.
57196         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57197         * lib/yesno.c: Include <stdlib.h> unconditionally.
57198         (rpmatch): Add prototype.
57199
57200 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57201
57202         More patches to assume C89 or better.
57203         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57204         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57205         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57206         or for string.h.
57207         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57208         stdlib.h.
57209         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57210         C headers.
57211         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57212         string.h.
57213         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57214         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57215         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57216         or for string.h.
57217         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57218         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57219         C headers.
57220         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57221         memcpy.
57222         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57223         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57224         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57225         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57226         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57227         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57228         string.h, free.
57229         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57230         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57231         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57232         C headers, or for string.h.
57233         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57234         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57235         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57236         headers, memory.h, stdlib.h, string.h, strings.h.
57237         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57238         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57239         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57240         strchr.
57241         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57242         headers, memory.h, string.h.
57243         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57244         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57245         free.
57246         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57247         headers.
57248         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57249         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57250         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57251         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57252         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57253
57254 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57255
57256         More K&R removal.
57257
57258         * lib/acosl.c (main): Use a prototype.
57259         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57260         tanl.c: Likewise.
57261
57262         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57263
57264         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57265         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57266         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57267         with a prototype.
57268         * lib/getopt.c (const): Remove macro.
57269         Include <string.h> unconditionally.
57270         (my_index): Remove; all uses changed to strchr.
57271         (strlen): Remove decl.
57272         (exchange): Remove forward decl; no longer needed.
57273         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57274         Define with prototype.
57275         * lib/getopt1.c (const): Remove macro.
57276         (getopt_long, getopt_long_only, main): Define with prototype.
57277
57278         * lib/getugroups.c: Include <string.h> unconditionally.
57279
57280         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57281         (getusershell, setusershell, endusershell, readname, main):
57282         Define with prototypes.
57283
57284         * lib/group-member.c: Include group-member.h first.
57285         Include <stdlib.h> unconditionally.
57286
57287         * lib/hard-locale.c: Include hard-locale.h first.
57288         Include <stdlib.h>, <string.h> unconditionally.
57289
57290         * lib/hash.c (free, malloc): Remove decls.
57291         Include <stdlib.h> unconditionally.
57292
57293         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57294         (getenv): Do not declare.
57295
57296         * lib/idcache.c: Include <string.h> unconditionally.
57297
57298         * lib/long-options.c: Include long-options.h first, to test interface.
57299         Include <stdlib.h> unconditionally.
57300
57301         * lib/makepath.c: Include makepath.h first, to test interface.
57302         Include <stdlib.h> and <string.h> unconditionally.
57303
57304         * lib/linebuffer.c: Include <stdlib.h>.
57305         (free): Remove decl.
57306
57307         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57308         stddef.h. rpl_malloc returns void *, not char *.
57309         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57310         prototype.
57311
57312         * lib/md5.h: Include <limits.h> unconditionally.
57313         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57314         (__P): Remove; all uses removed.
57315         * lib/md5.c: Include "md5.h" first.
57316         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57317         md5_buffer, md5_process_bytes, md5_process_block):
57318         Define with prototypes.
57319         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57320         * lib/sha.c: Include "sha.h" first.
57321         Include <stdlib.h>, <string.h> unconditionally.
57322
57323         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57324         * lib/memcmp.c (__ptr_t): Likewise.
57325         * lib/memrchr.c (__ptr_t): Likewise.
57326         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57327         Include <string.h> unconditionally.
57328         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57329         * lib/memchr.c: Include <stdlib.h> unconditionally.
57330         * lib/memchr.c (LONG_MAX): Remove.
57331         * lib/memrchr.c (LONG_MAX): Likewise.
57332         * lib/memchr.c (__memchr): Define via a prototype.
57333         * lib/memrchr.c (__memrchr): Likewise.
57334         * lib/memcmp.c (__P): Remove, and remove all uses.
57335         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57336         Remove forward decls; no longer needed.
57337         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57338         Use types required by C89 in prototype.
57339
57340         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57341         * lib/savedir.c: Likewise.
57342         * lib/mkdir.c (free): Remove decl.
57343         * lib/rmdir.c (rmdir): Define with a prototype.
57344         * lib/savedir.c: Include savedir.h first, to test interface.
57345
57346         * lib/mktime.c (STDC_HEADERS): Remove.
57347         Include <stdlib.h>, <string.h> unconditionally.
57348
57349         * lib/modechange.c: Include <stdlib.h> unconditionally.
57350         (malloc): Remove decl.
57351
57352         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57353         (free): Remove decl.
57354
57355         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57356         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57357         (This type really should be intptr_t, but that's a C99ism.)
57358         (_obstack_memcpy): Remove: all uses changed to memcpy.
57359         Include <string.h> unconditionally.
57360         (struct obstack): Assume __STDC__ for types of members
57361         chunkfun, freefun, extra_arg.
57362         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57363         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57364         obstack_begin, obstack_specify_allocation,
57365         obstack_specify_allocation_with_arg, obstack_chunkfun,
57366         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57367         Remove unprototyped decls and the macros that use them.
57368         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57369         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57370         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57371         (defined __STDC__ && __STDC__)]:
57372         Remove nonprototyped code.
57373         Include <stdlib.h> unconditionally.
57374         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57375         _obstack_allocated_p, _obstack_free, obstack_free,
57376         _obstack_memory_used, print_and_abort):
57377         Define using prototypes.
57378         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57379         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57380         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57381         obstack_next_free, obstack_object_size, obstack_room) [0]:
57382         Remove unused, unprototyped code.
57383
57384         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57385
57386         * lib/physmem.c (physmem_total, physmem_available, main): Define
57387         with prototypes.
57388
57389         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57390         (main): Define with a prototype.
57391
57392         * lib/posixver.c (getenv): Remove decl.
57393
57394         * lib/putenv.c (malloc): Returns void *, not char *.
57395         Include <string.h> unconditionally.
57396         (strchr, memcpy, NULL): Do not define.
57397
57398         * lib/readtokens.c: Include readtokens.h first, to test interface.
57399         Include <stdlib.h>, <string.h> unconditionally.
57400         (init_tokenbuffer): Define with a prototype.
57401
57402         * lib/regex.c (PARAMS): Remove.  All uses removed.
57403         All uses of _RE_ARGS removed, too.
57404         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57405         unconditionally.
57406         (bzero): Assume memset exists.
57407         (memcmp, memcpy, NULL): Remove.
57408         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57409         char, or assignments to local vars of type signed char.
57410         (init_syntax_once, PREFIX(extract_number_and_incr),
57411         PREFIX(print_partial_compiled_pattern),
57412         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57413         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57414         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57415         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57416         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57417         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57418         wcs_compile_range, byte_compile_range, truncate_wchar,
57419         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57420         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57421         count_mbs_length, wcs_re_match_2_internal,
57422         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57423         PREFIX(alt_match_null_string_p),
57424         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57425         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57426         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57427         now-unnecessary declaration, if any.
57428         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57429         regcomp, regexec):
57430         Remove now-unnecessary casts among pointer types.
57431         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57432
57433         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57434         (free): Remove decl.
57435
57436         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57437
57438         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57439         (free): Remove decl.
57440
57441         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57442         * lib/xgetcwd.c: Likewise.
57443
57444         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57445         (free): Remove decl.
57446
57447         * lib/strchrnul.c (strchrnul): Define with a prototype.
57448         Fix bug: c_in was not converted to char before searching.
57449
57450         The following changes are not K&R related:
57451
57452         * lib/group-member.h: Include <sys/types.h>, so that this file is
57453         self-contained.
57454         * lib/makepath.h: Likewise.
57455
57456         * lib/getusershell.c (readname, default_index, line_size, readname):
57457         Use size_t, not int, for sizes.
57458         (readname): If the size overflows, report an error instead of
57459         looping forever.
57460
57461 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57462
57463         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57464         libc.
57465
57466 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57467
57468         * README: New section: portability guidelines.
57469
57470 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57471
57472         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57473         C89 spec.
57474
57475 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57476
57477         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57478
57479 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57480
57481         Assume C89 or better; remove K&R cruft.
57482         A few of these changes were first proposed by Derek Robert Price
57483         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57484
57485         * lib/addext.c: Include <string.h> unconditionally.
57486         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57487         Don't declare getenv or malloc.
57488
57489         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57490         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57491         (NULL): Remove.
57492         (find_stack_direction, alloca): Use prototypes.
57493
57494         * lib/atexit.c (atexit): Define using a prototype.
57495
57496         * lib/basename.c, dirname.c, stripslash.c:
57497         Include <string.h> unconditionally.
57498
57499         * lib/bcopy.c: Include <stddef.h>.
57500         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57501
57502         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57503
57504         * lib/error.h (error, error_at_line, error_print_progname)
57505         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57506         * lib/error.c: Include error.h first, to check interface.
57507         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57508         (VA_START): Remove; all uses changeed to va_start.
57509         (exit, strerror): Remove decls.
57510         (error_print_progname): Prototype uncondionally.
57511         Don't include <errno.h>; no longer needed.
57512         (private_strerror): Remove.
57513         (error_tail): Always define.
57514         (error, error_at_line): Assume C89 or better; always use prototypes.
57515         * lib/fatal.c: Include "fatal.h" first, to test interface.
57516         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57517         (VA_START): Remove; all uses changed to va_start.
57518         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57519         this case.
57520         (exit): Remove decl.
57521         (fatal): Prototype unconditionally.  Assume va_start works.
57522         Abort at end, to pacify gcc.
57523
57524         * lib/euidaccess.c (main): Define with a prototype.
57525
57526         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57527
57528         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57529
57530         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57531         prototypes.
57532         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57533         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57534         (getenv): Remove decl.
57535         (fnmatch): Define using a prototype.
57536         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57537         (FCT): Define using a prototype.
57538
57539         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57540
57541         * lib/gethostname.c: Include <stddef.h>.
57542         (gethostname): Define with prototype.  Length is size_t, not int.
57543
57544 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57545
57546         Assume C89 or better; remove K&R cruft.
57547         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57548         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57549         string.h, getenv, malloc.
57550         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57551         headers.
57552         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57553         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57554         do not check for strerror.
57555         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57556         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57557         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57558         do not check for doprnt or vprintf.
57559         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57560         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57561
57562 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57563
57564         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57565         getversion.c should have been removed then, but was accidentally
57566         preserved.
57567
57568         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57569         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57570
57571 2003-09-08  Karl Berry  <karl@gnu.org>
57572
57573         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57574                 config, forget about prep.
57575
57576         * config/depcomp, missing: update from automake.
57577
57578 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57579
57580         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57581         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57582
57583 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57584
57585         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57586         copy_tm_result.  Bug reported by Simon Josefsson in
57587         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57588
57589 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57590
57591         * m4/time_r.m4: New file.
57592         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57593         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57594         is. Check for timegm declaration.
57595         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57596         Do not check for gmtime_r.
57597         Replace mktime if __mktime_internal does not exist and if mktime
57598         hasn't been replaced already.
57599
57600 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57601
57602         * lib/time_r.c, lib/time_r.h: New files.
57603
57604         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57605         __localtime_r.
57606         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57607         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57608
57609         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57610         __gmtime_r.
57611         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57612         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57613         Include <time_r.h>.
57614
57615         * lib/timegm.c: Switch to glibc implementation, with the following
57616         changes:
57617         [defined HAVE_CONFIG_H]: Include <config.h>.
57618         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57619         (__mktime_internal) [!defined _LIBC]: New decl.
57620         (__gmtime_r) [!defined _LIBC]: New macro and function.
57621         (timegm): Use a prototype, since gnulib assumes C89.
57622         Do not bother declaring tmp to be const, as it's not really usefu.
57623         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57624         (timegm): Declare only if HAVE_DECL_TIMEGM.
57625
57626 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57627
57628         * MODULES.html.sh (func_all_modules): Add time_r.
57629         * modules/time_r: New file.
57630         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57631         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57632
57633 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57634
57635         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57636         Bug reported by Lute Kamstra in
57637         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57638
57639         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57640         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57641         course with correspondingly smaller numbers for tomorrow and
57642         yesterday.  From Tadayoshi Funaba.  Originally installed into
57643         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57644         coreutils merge?).
57645
57646 2003-08-31  Simon Josefsson  <jas@extundo.com>
57647
57648         * modules/timegm: New file.
57649         * MODULES.html.sh (func_all_modules): Add timegm.
57650
57651 2003-08-31  Simon Josefsson  <jas@extundo.com>
57652
57653         * m4/timegm.m4: New file.
57654
57655 2003-08-31  Simon Josefsson  <jas@extundo.com>
57656
57657         * lib/timegm.h: New file.
57658         * lib/timegm.c: New file.  Based on
57659         wget-1.8.2/src/http.c:mktime_from_utc.
57660
57661 2003-08-31  Karl Berry  <karl@gnu.org>
57662
57663         * lib/argp.h: update from libc.
57664
57665 2003-08-28  Bruno Haible  <bruno@clisp.org>
57666
57667         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57668         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57669         followed by '#define fnmatch fnmatch_posix' gives an error.
57670
57671 2003-08-28  Bruno Haible  <bruno@clisp.org>
57672
57673         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57674         warning on QNX, which defines O_BINARY to 000000.
57675
57676 2003-08-27  Jim Meyering  <jim@meyering.net>
57677
57678         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57679         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57680         would fail after 32.  Reported by Danny Levinson.  Details here:
57681         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57682
57683 2003-08-24  Bruno Haible  <bruno@clisp.org>
57684
57685         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57686         MSVC7 <stdio.h> is included later.
57687
57688 2003-08-22  Simon Josefsson  <jas@extundo.com>
57689
57690         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57691
57692 2003-08-20  Karl Berry  <karl@gnu.org>
57693
57694         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57695
57696 2003-08-20  Bruno Haible  <bruno@clisp.org>
57697
57698         * modules/progname: New file.
57699         * MODULES.html.sh (func_all_modules): Add progname.
57700
57701 2003-08-20  Bruno Haible  <bruno@clisp.org>
57702
57703         * lib/progname.h: New file, from GNU gettext.
57704         * lib/progname.c: New file, from GNU gettext.
57705         * lib/progreloc.c: New file, from GNU gettext.
57706
57707 2003-08-19  Jim Meyering  <jim@meyering.net>
57708
57709         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57710         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57711
57712 2003-08-19  Bruno Haible  <bruno@clisp.org>
57713
57714         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57715         more.
57716
57717 2003-08-19  Bruno Haible  <bruno@clisp.org>
57718
57719         * lib/xstrdup.c: Assume <string.h> exists.
57720
57721 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57722
57723         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57724         in makefile rules.
57725
57726 2003-08-18  Jim Meyering  <jim@meyering.net>
57727
57728         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57729         * m4/lib-ld.m4: Likewise.
57730
57731 2003-08-18  Jim Meyering  <jim@meyering.net>
57732
57733         * lib/setenv.h: Indent nested cpp directive.
57734         * lib/vasnprintf.c: Remove trailing blanks.
57735
57736 2003-08-17  Simon Josefsson  <jas@extundo.com>
57737
57738         * modules/xstrndup: New file.
57739         * MODULES.html.sh (func_all_modules): Add xstrndup.
57740
57741 2003-08-17  Simon Josefsson  <jas@extundo.com>
57742
57743         * modules/argp: Fix autoconf macro name. Add more dependencies.
57744
57745 2003-08-17  Simon Josefsson  <jas@extundo.com>
57746
57747         * m4/xstrndup.m4: New file.
57748
57749 2003-08-17  Simon Josefsson  <jas@extundo.com>
57750
57751         * m4/argp.m4: New file.
57752
57753 2003-08-17  Simon Josefsson  <jas@extundo.com>
57754             Bruno Haible  <bruno@clisp.org>
57755
57756         * lib/xstrndup.h: New file.
57757         * lib/xstrndup.c: New file.
57758
57759 2003-08-17  Bruno Haible  <bruno@clisp.org>
57760
57761         * modules/strndup (Files, Include): Add lib/strndup.h.
57762
57763 2003-08-17  Bruno Haible  <bruno@clisp.org>
57764
57765         * modules/euidaccess (Files): Add lib/euidaccess.h.
57766
57767 2003-08-17  Bruno Haible  <bruno@clisp.org>
57768
57769         * lib/strndup.h: New file.
57770
57771 2003-08-17  Bruno Haible  <bruno@clisp.org>
57772
57773         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57774         like AC_GNU_SOURCE.
57775         * modules/extensions (configure.ac): Comment out the invocation of
57776         gl_USE_SYSTEM_EXTENSIONS.
57777
57778 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57779
57780         Merges from coreutils, etc.
57781         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57782         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57783         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57784         fixing a typo.
57785         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57786         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57787
57788 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57789
57790         Document merge from coreutils.
57791         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57792         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57793         * modules/utime: Add m4/utimes-null.m4.
57794
57795 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57796
57797         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57798         space, undoing this 2003-08-12 change:
57799         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57800
57801 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57802
57803         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57804         strtoul.c from libc, undoing this 2003-08-12 change:
57805         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57806
57807 2003-08-16  Jim Meyering  <jim@meyering.net>
57808
57809         Merges from coreutils.
57810         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57811         prefix.  Adjust cache variables similarly.  Create 500 rather than
57812         just 300 files, to exercise bug on Darwin6.5, too.
57813         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57814         $missing_dir.
57815         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57816         AM_SYS_POSIX_TERMIOS.
57817         Reported by mkc@mathdogs.com.
57818         Also change use of $am_cv_sys_posix_termios
57819         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57820         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57821         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57822         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57823         in /proc/mounts until it finds one with matching device number.  This
57824         is unnecessary when the FILE argument *is* a mount point.  No stat call
57825         is necessary in that case.  So, disable the statvfs-testing code on
57826         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57827         as RedHat bug# 84846.
57828         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57829         to 1MB, so as not to render systems with no stack size limit (e.g.,
57830         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57831         Include <unistd.h>.  On some systems,
57832         it is required for the definition of _SC_PAGESIZE.
57833
57834 2003-08-16  Jim Meyering  <jim@meyering.net>
57835
57836         Merge from coreutils.
57837         * lib/xstrtoimax.c: #else #if -> #elif.
57838         * lib/xstrtoumax.c: Likewise.
57839
57840 2003-08-16  Jim Meyering  <jim@meyering.net>
57841
57842         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57843         * m4/utimes.m4: Removed.
57844         * m4/utimes-null.m4: Renamed from utimes.m4.
57845
57846         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57847         to 1MB, so as not to render systems with no stack size limit (e.g.,
57848         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57849         Include <unistd.h>.  On some systems,
57850         it is required for the definition of _SC_PAGESIZE.
57851
57852 2003-08-16  Jim Meyering  <jim@meyering.net>
57853         and Paul Eggert  <eggert@cs.ucla.edu>
57854
57855         Merges from coreutils, etc.
57856
57857         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57858         using the latest version from cvs.  This avoids problems with #line
57859         directives using a vendor (Sun) compiler.
57860         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57861         Don't set GETGROUPS_LIB here; now it's
57862         done via getgroups.m4's wrapper function.
57863         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57864         rather than just in sh-util/configure.in, so that the
57865         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57866         same.
57867         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57868         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57869         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57870         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57871         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57872         Remove code that is now done by the newly-required macros.
57873         Append $(EXEEXT) to DF_PROG.
57874         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57875         Do not invoke or require the following here,
57876         since prereq.m4 or some gnulib .m4 now does this for us:
57877         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57878         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57879         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57880         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57881         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57882         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57883         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57884         AC_FUNC_OBSTACK.
57885         Do not replace the following functions, as this is now the job
57886         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57887         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57888         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57889         atexit getpass, strdup, getpagesize.
57890         Replace 'raise'.
57891         Do not check for the following functions, as this is now the job
57892         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57893         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57894         setregid.
57895         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57896         Check for sys/sysctl.h.
57897         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57898         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57899         of checking for ssize_t ourselves.
57900
57901         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57902         Require every macro that gnulib/modules/* suggests for us.
57903         (jm_PREREQ_ADDEXT): New macro.
57904         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57905         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57906
57907         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57908         (gl_PHYSMEM): Use it.
57909         Also check for `table' function.
57910         Check for new headers and functions.
57911         Add check for sys/sysmp.h.
57912         With suggestions from Kaveh Ghazi.
57913         Ignore headers that are present but cannot be compiled.  This
57914         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57915         C 5.4.
57916
57917 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57918
57919         Document merge from coreutils.
57920         * modules/userspec: Depend on posixver.
57921         * modules/strftime: Depend on tzset.
57922
57923 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57924
57925         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57926         rather than tab, after '#' in shell-script copyright notices.
57927         Suggested by Bruno Haible.
57928
57929 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57930
57931         * config/srclist-update: Use three spaces, rather than tab, after '#'
57932         in shell-script copyright notices.  Suggested by Bruno Haible.
57933         Remove unnecessary parenthesization in regular expression.
57934
57935 2003-08-15  Jim Meyering  <jim@meyering.net>
57936
57937         Merge from coreutils.
57938         * lib/xgethostname.c: Include <stdlib.h>.
57939         (xghostname): Don't exit for anything other than memory-related
57940         failure; just return NULL.
57941         * lib/userspec.c: Include "posixver.h".
57942         (parse_user_spec): Accept `.' as a separator only
57943         in pre-POSIX-200112 mode.
57944         * lib/strtoimax.c: Use #elif rather than #else #if.
57945         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57946         Remove function, now that we can rely on a working tzset function.
57947         [!_LIBC]: Ensure that the required autoconf test has been run.
57948         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57949         Use underlying_strftime for %r.
57950         * lib/sha.c: Merge in some clean-up and optimization changes from
57951         glibc.
57952         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57953         Ensure that it is a multiple of 64.
57954         Rearrange loop exit tests so as to avoid performing an
57955         additional fread after encountering an error or EOF.
57956         * lib/realloc.c: Update copyright date.
57957
57958 2003-08-15  Jim Meyering  <jim@meyering.net>
57959         and Paul Eggert  <eggert@twinsun.com>
57960
57961         Merge from coreutils.
57962         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57963         member but strut utmpx does not.  Needed for AIX 4.3.3.
57964         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57965
57966 2003-08-15  Jim Meyering  <jim@meyering.net>
57967         and Paul Eggert  <eggert@cs.ucla.edu>
57968
57969         Merges from coreutils, etc.
57970         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57971         Require gl_FUNC_TZSET_CLOBBER.
57972         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57973         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57974         members.
57975
57976 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57977
57978         Help the merge from coreutils.
57979         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57980         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57981         * m4/tzset.m4: Use it too.
57982
57983 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57984
57985         * modules/tzset: New file.
57986
57987 2003-08-14  Jim Meyering  <jim@meyering.net>
57988
57989         Merges from coreutils.
57990         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57991         variable names, rather than @FNMATCH_H@.
57992         * modules/alloca: Likewise for $(ALLOCA_H).
57993
57994         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57995         the three copies of the literal target, `fnmatch.h'.
57996         * modules/alloca (alloca.h): Likewise.
57997
57998 2003-08-14  Jim Meyering  <jim@meyering.net>
57999
58000         Merge from coreutils.
58001         * m4/tzset.m4: New file.
58002         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58003         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58004         otherwise, AIX 5.1 systems would end up using the latter.
58005         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58006         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58007         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58008         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58009
58010 2003-08-14  Jim Meyering  <jim@meyering.net>
58011
58012         Merge from coreutils.
58013         * lib/obstack.h: Whitespace changes.
58014         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58015         and xcalloc return values.
58016         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58017         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58018         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58019         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58020         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58021         error from mntctl.
58022         Use mntctl's return value to drive the entry-processing loop, since
58023         we can't rely on the value of the vmt_length member in the last
58024         entry.  On some systems doing so could result in exhausting
58025         virtual memory.  Based in part on a patch from Mike Jetzer.
58026
58027 2003-08-14  Jim Meyering  <jim@meyering.net>
58028         and Paul Eggert  <eggert@twinsun.com>
58029
58030         Merges from coreutils, plus other fixes.
58031         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58032         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58033         for credits and details.  Thanks to Kaveh Ghazi for helping
58034         to keep these files in sync.
58035         (ARRAY_SIZE): Define it.
58036         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58037         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58038         (memcasecmp): Don't assume size_t fits in unsigned int.
58039         Remove casts and duplicate code.
58040         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58041         (memcpy): Remove definition.
58042         Merge in some clean-up and optimization changes from glibc.
58043         [BLOCKSIZE]: Move definition to top of file.
58044         Ensure that it is a multiple of 64.
58045         Rearrange loop exit tests so as to avoid performing an
58046         additional fread after encountering an error or EOF.
58047         * lib/md5.h (md5_uintptr): Define.
58048         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58049         return to the initial working directory.  Preserve errno
58050         for caller.
58051         * lib/idcache.c: Include "xalloc.h".
58052         (xmalloc, xrealloc): Remove decls.
58053         (getuser): Remove casts no longer required in C89.
58054         * lib/human.c: Include stdio.h, for sprintf.
58055         * lib/group-member.c: Include "xalloc.h".
58056         (xmalloc, xrealloc): Remove decls.
58057         (get_group_info): Remove casts no longer required in C89.
58058         * lib/getusershell.c (readname): Remove casts no longer required in
58059         C89.
58060         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58061         * lib/getline.c: Whitespace fix, from coreutils.
58062
58063 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58064
58065         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58066         Check for isascii.
58067
58068         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58069         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58070         Undo previous (whitespace-only) change.
58071
58072 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58073
58074         * lib/exclude.c: Include <ctype.h>
58075         (IN_CTYPE_DOMAIN): New macro.
58076         (is_space): New fn.
58077         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58078         and empty lines.
58079
58080         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58081         Undo previous (whitespace-only) change.
58082
58083 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58084
58085         * config/srclist-update: Change update back to the old behavior,
58086         leaving whitespace alone.  Use one 'sed' command rather than a
58087         pipeline.
58088         (fixlicense): Now a variable, not a function.
58089         (remove_trailing_blanks): Remove.
58090         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58091         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58092         Undo previous (whitespace-only) change.
58093
58094 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58095
58096         Merge from coreutils.
58097         * modules/euidaccess: Add lib_SOURCES, include for new
58098         file euidaccess.h
58099
58100 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58101
58102         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58103         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58104         Normalize leading white space and remove trailing white space.
58105
58106         Merge from coreutils
58107         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58108
58109         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58110         0.12.1.  These files are now being upgraded automatically by
58111         ../config/srclist-update.
58112
58113 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58114
58115         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58116         Normalize leading white space and remove trailing white space.
58117         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58118         notice, as per ../config/srclist-update.
58119
58120         Merge from coreutils.
58121         * lib/euidaccess.h: New file.
58122         * lib/euidaccess.c: Include it.
58123         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58124         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58125         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58126
58127 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58128
58129         * config/srclist-update: Add copyright notice.
58130         (remove_id_lines, remove_trailing_blanks): New constants.
58131         (fixfile): Use them to normalize spacing a bit in copied files.
58132         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58133         Normalize leading white space and remove trailing white space.
58134
58135         * config/texinfo.tex: Sync with texinfo.
58136
58137         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58138         strtoul.c from libc, to merge coreutils whitespace changes.
58139
58140         * config/srclist.txt: Get the following m4 files from gettext:
58141         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58142         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58143         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58144         wint_t.m4.
58145
58146 2003-08-12  Karl Berry  <karl@gnu.org>
58147
58148         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58149         been made.
58150
58151 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58152
58153         * modules/gnu-source, m4/gnu-source.m4:
58154         Remove; we're assuming Autoconf 2.54 or later now.
58155         Suggested by Bruno Haible.
58156         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58157
58158 2003-08-11  Bruno Haible  <bruno@clisp.org>
58159
58160         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58161
58162 2003-08-11  Bruno Haible  <bruno@clisp.org>
58163
58164         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58165         (vasnprintf): Use it instead of wcslen.
58166
58167 2003-08-11  Bruno Haible  <bruno@clisp.org>
58168
58169         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58170         value to ensure that _Bool promotes to int. Use #define for _Bool when
58171         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58172
58173 2003-08-10  Karl Berry  <karl@gnu.org>
58174
58175         * lib/regex.h: update from libc (whitespace fix).
58176
58177 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58178
58179         Merge some files from coreutils.  These changes were
58180         originally made by Jim Meyering.
58181         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58182         many older Unixes require this.
58183         * lib/alloca.c (alloca): Remove cast to argument of free;
58184         no longer needed in C89.
58185         * lib/alloca_.h, regex.h: Fix white space to match
58186         what GNU indent does.
58187
58188 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58189
58190         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58191         apparently Emacs's Unicode mode got confused before my 2003-08-05
58192         checkin.
58193
58194 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58195
58196         * m4/extensions.m4: New file.
58197         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58198         Require gl_USE_SYSTEM_EXTENSIONS.
58199         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58200         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58201
58202 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58203
58204         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58205         * modules/extensions, modules/gnu-source: New files.
58206         * modules/timespec, modules/unlocked-io: Depend on extensions.
58207
58208 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58209
58210         * modules/restrict: New file.
58211         * MODULES.html.sh (func_all_modules): Add restrict.
58212         * modules/regex: Depend on restrict.
58213
58214 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58215
58216         * m4/restrict.m4: New file.
58217         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58218
58219 2003-08-07  Bruno Haible  <bruno@clisp.org>
58220
58221         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58222         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58223
58224 2003-08-07  Bruno Haible  <bruno@clisp.org>
58225
58226         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58227         makes the module 'getndelim2' compatible with the module 'getline'.
58228
58229 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58230
58231         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58232         byte with "\201" to avoid glitches when editing that source file
58233         with multi-gnome-terminal.
58234
58235 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58236
58237         * lib/bumpalloc.h: Remove.
58238
58239 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58240
58241         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58242         * modules/bumpalloc: Remove.
58243
58244 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58245
58246         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58247         GNU coding style.
58248
58249         Merge from coreutils.
58250         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58251         1. From glibc.
58252         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58253         from Karl Berry, implemented by Jim Meyering.
58254         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58255         from Dmitry V. Levin.
58256         Remove anachronistic cast of xrealloc.
58257         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58258         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58259         type. Otherwise, it wouldn't compile with at least /bin/cc on
58260         ymp-cray-unicos9.0.2.X.
58261         Combine two mostly-identical uses of alloca into one.
58262         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58263
58264 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58265
58266         [From Emacs.]
58267
58268         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58269         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58270         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58271         obsolete NLIST_NAME_UNION.
58272         [__GNU__]: Undef BSD and FSCALE.
58273         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58274
58275 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58276
58277         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58278         an enum type, so that it's guaranteed to promote to int.  See:
58279         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58280
58281 2003-08-03  Karl Berry  <karl@gnu.org>
58282
58283         * config/depcomp: update from automake.
58284
58285 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58286
58287         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58288         (strerror): Don't assume that a printable int fits in 14 bytes.
58289
58290 2003-07-31  Bruno Haible  <bruno@clisp.org>
58291
58292         * modules/getpass-gnu: New file.
58293         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58294
58295 2003-07-31  Bruno Haible  <bruno@clisp.org>
58296
58297         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58298
58299 2003-07-24  Karl Berry  <karl@gnu.org>
58300
58301         * config/missing: update from automake.
58302
58303 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58304             Bruno Haible  <bruno@clisp.org>
58305
58306         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58307         * lib/getline.c (getline, getdelim): Likewise.
58308         Remove _GNU_SOURCE define; now it's defined in config.h through
58309         m4/getline.m4.
58310
58311 2003-07-23  Karl Berry  <karl@gnu.org>
58312
58313         * config/config.sub: update from prep.
58314
58315 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58316
58317         * modules/xalloc (Depends-on): Add exitfail.
58318         * modules/xmemcoll: Likewise.
58319
58320 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58321
58322         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58323         over-parenthesization in macros.
58324
58325         Sync with coreutils.
58326
58327         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58328         required by C99.
58329
58330         Use `exit_failure' for xalloc and xmemcoll instead of their own
58331         private exit-failure variables.
58332         * lib/xalloc.h (xalloc_exit_failure): Remove.
58333         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58334         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58335         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58336         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58337         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58338
58339 2003-07-20  Jim Meyering  <jim@meyering.net>
58340
58341         * modules/closeout (Depends-on): Add exitfail.
58342         Suggestion from Bruno Haible.
58343
58344 2003-07-19  Karl Berry  <karl@gnu.org>
58345
58346         * config/config.sub: update from prep.
58347
58348 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58349
58350         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58351         Remove.
58352         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58353         to test that it can stand by itself.  Include "exitfail.h".
58354         Clients should set exit_failure instead.
58355         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58356
58357 2003-07-18  Bruno Haible  <bruno@clisp.org>
58358
58359         * modules/getndelim2: New file.
58360         * modules/getline: Share files with module getndelim2.
58361         * modules/getnline: Depend on getndelim2 instead of sharing files with
58362         it. Add getnline.c to lib_SOURCES.
58363         * MODULES.html.sh (func_all_modules): Add getndelim2.
58364
58365 2003-07-18  Bruno Haible  <bruno@clisp.org>
58366
58367         * m4/getndelim2.m4: New file.
58368         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58369         invoke gl_PREREQ_GETNDELIM2.
58370         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58371         gl_PREREQ_GETNDELIM2.
58372         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58373         gl_GETNDELIM2.
58374
58375 2003-07-18  Bruno Haible  <bruno@clisp.org>
58376
58377         * lib/getndelim2.h: New file.
58378         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58379         getndelim2.h.
58380         (getndelim2): Make non-static. Change return type to ssize_t.
58381         * lib/getline.h: Change argument names.
58382         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58383         * lib/getnline.c: Include getndelim2.h.
58384
58385 2003-07-18  Andreas Schwab  <schwab@suse.de>
58386
58387         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58388
58389 2003-07-17  Karl Berry  <karl@gnu.org>
58390
58391         * config/config.sub: update from prep.
58392
58393 2003-07-17  Bruno Haible  <bruno@clisp.org>
58394
58395         * modules/getnline: New file.
58396         * modules/getline: Add lib/getndelim2.c to source file list.
58397         * MODULES.html.sh (func_all_modules): Add getnline.
58398
58399 2003-07-17  Bruno Haible  <bruno@clisp.org>
58400
58401         * m4/getnline.m4: New file.
58402
58403 2003-07-17  Bruno Haible  <bruno@clisp.org>
58404
58405         * m4/Makefile.am.in: Remove file.
58406         * m4/Makefile.am: Remove file.
58407         * m4/Makefile.in: Remove file.
58408
58409 2003-07-17  Bruno Haible  <bruno@clisp.org>
58410
58411         * lib/getnline.h: New file.
58412         * lib/getnline.c: New file.
58413         * lib/getndelim2.c: New file, extracted from getline.c.
58414         (getndelim2): Renamed from getdelim2, with added nmax argument.
58415         * lib/getline.c: Include getndelim2.c.
58416         (getdelim2): Moved out to getndelim2.c.
58417         (getline, getdelim): Update.
58418
58419 2003-07-17  Bruno Haible  <bruno@clisp.org>
58420
58421         * lib/Makefile.am: Remove file.
58422         * lib/Makefile.in: Remove file.
58423
58424 2003-07-17  Bruno Haible  <bruno@clisp.org>
58425
58426         * configure.in: Remove file.
58427         * Makefile.in: Remove file.
58428
58429 2003-07-17  Bruno Haible  <bruno@clisp.org>
58430
58431         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58432
58433 2003-07-16  Karl Berry  <karl@gnu.org>
58434
58435         * config/srclist-update: was running fixlicense twice, which caused
58436                 texinfo.tex to be nullified for some reason.  Simplify,
58437                 $gplsrc is no longer needed as far as I can see?
58438
58439 2003-07-16  Jim Meyering  <jim@meyering.net>
58440
58441         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58442
58443 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58444
58445         * config/srclist.txt: Get the following files from gettext-runtime/intl
58446         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58447         ref-del.sin.  From Bruno Haible.
58448         * config/srclist-update (fixfile): Change grep pattern again, since the
58449         previous fix didn't work (there was another trailing $).  Use
58450         '[$]' to escape the $s.
58451
58452 2003-07-15  Karl Berry  <karl@gnu.org>
58453
58454         * lib/vasnprintf.c: update from gettext.
58455
58456 2003-07-15  Karl Berry  <karl@gnu.org>
58457
58458         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58459         gets expanded when surrounded by '$'.
58460
58461 2003-07-15  Jim Meyering  <jim@meyering.net>
58462
58463         * modules/save-cwd: Don't depend on error.  From Derek Price.
58464
58465 2003-07-15  Jim Meyering  <jim@meyering.net>
58466
58467         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58468
58469 2003-07-14  Simon Josefsson  <jas@extundo.com>
58470
58471         * modules/mempcpy: New file.
58472         * MODULES.html.sh (func_all_modules): Add mempcpy.
58473
58474 2003-07-14  Simon Josefsson  <jas@extundo.com>
58475
58476         * m4/mempcpy.m4: New file.
58477
58478 2003-07-14  Simon Josefsson  <jas@extundo.com>
58479
58480         * lib/mempcpy.h: New file.
58481         * lib/mempcpy.c: New file.
58482
58483 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58484
58485         * modules/getdate, modules/posixtm: Depend on mktime.
58486
58487 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58488
58489         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58490         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58491         unicodeio.c, unicodeio.h, unlocked-io.h:
58492         Switch from LGPL to GPL.
58493
58494 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58495
58496         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58497         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58498         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58499         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58500         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58501         updated automatically by ../config/srclist-update.  This changes
58502         their license from LPGL to GPL.
58503
58504 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58505
58506         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58507         assumed to refer to the root of the most recent stable gettext version.
58508         * config/srclistvars.sh: Add defaults for eggert.
58509         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58510         Match "This program" as well as "The program".  This is needed
58511         for gettext.
58512
58513 2003-07-14  Jim Meyering  <jim@meyering.net>
58514
58515         Don't emit diagnostics.  Let callers do that.
58516         * lib/save-cwd.c: Don't include "error.h".
58517         (save_cwd): Don't call error.  Ensure that errno is valid
58518         when returning nonzero.
58519
58520         * lib/save-cwd.h (restore_cwd): Update prototype.
58521         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58522         Simplify.  Don't call error upon failure.  Let callers do that.
58523         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58524         when auditing is enabled.  But don't bother updating the #if.
58525
58526 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58527
58528         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58529         it breaks C++ compilation.
58530         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58531
58532 2003-07-10  Simon Josefsson  <jas@extundo.com>
58533
58534         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58535
58536 2003-07-10  Jim Meyering  <jim@meyering.net>
58537
58538         * m4/clock_time.m4: Remove trailing blank.
58539         * m4/intmax_t.m4: Likewise.
58540
58541 2003-07-10  Jim Meyering  <jim@meyering.net>
58542
58543         * lib/vasnprintf.c: Remove trailing blanks.
58544         Make cpp indentation consistent.
58545
58546 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58547
58548         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58549         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58550         Switch from LGPL to GPL.
58551
58552 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58553
58554         * config/srclist.txt: Sort sublists.  Add
58555         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58556         that differ from gnulib for one reason or another; we'd like this list
58557         to be smaller but for now let's document what we have.
58558
58559 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58560
58561         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58562         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58563         and sweeter "eval x=$x".
58564         * config/srclist.txt: Get lib/argp* from glibc.
58565
58566 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58567
58568         * lib/mktime.c: Fix some boundary cases and remove need for floating
58569         point.
58570
58571         Issue a compile-time diagnostic if time_t is floating point, or if
58572         two's complement arithmetic is not in effect, or if arithmetic
58573         right shift does not propagate the sign.  These assumptions were
58574         all in the original code but they weren't checked.
58575
58576         (TIME_T_MIDPOINT, verify): New macros.
58577         (__isleap): Remove; it has integer overflow problems.
58578         (leapyear): New function, without those problems.
58579         (ydhms_tm_diff): Remove; splitting into two parts.
58580         (ydhms_diff): New function, containing the arithmetic part of
58581         the old ydhms_tm_diff function.  Issue a compile-time
58582         diagnostic if we are not using C99 integer division.
58583         Avoid casts when possible.
58584         (guess_time_tm): New function, containing the checking part of
58585         the old ydhms_tm_diff function.  Return the new value, rather than
58586         the difference between it and the old.  Accept a new argument T
58587         so that *T specifies the old value.  Check for overflow in the result.
58588
58589         (__mktime_internal): Use a time_t offset, not a long int offset.
58590         This undoes the 2003-06-04 change, which is no longer needed now
58591         that we have better overflow checking.
58592         (localtime_offset): Likewise.
58593
58594         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58595         and long are 64-bit but int is only 32-bit.
58596         (ydhms_diff): Use long int to store year1 and yday1.
58597         Issue a compile-time diagnostic if long int is not wide enough.
58598
58599         (__mktime_internal): Use long int to store adjusted year and yday.
58600         Use plain C rather than preprocessor commands, if that doesn't
58601         affect efficiency.
58602         Check for overflow (and try to repair) after each probe
58603         rather than checking only at the very end.  This avoids some bugs
58604         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58605         does not equal GMT offset at maximum time).
58606         Use integer to check for overflow rather than floating point; this
58607         is more portable to non-IEEE hosts, and is a tad faster.
58608         When we detect that we are oscillating between two values,
58609         don't check whether tm_isdst has the requested value, since
58610         we already know the answer.  When tm_isdst has the wrong value,
58611         use a different heuristic to find the right one, based on the
58612         extreme values actually observed in practice in tz2003a,
58613         rather than the (overly optimistic) "previous 3 calendar quarters".
58614
58615         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58616         "T const" to accommodate glibc style.
58617         (check_result): Use less-confusing report format.  "long" -> "long int.
58618         (main): Likewise.
58619         Don't loop if the iteration overflows time_t.
58620         Allow a negative step in the iteration.
58621
58622 2003-07-06  Karl Berry  <karl@gnu.org>
58623
58624         * config/depcomp: update from automake.
58625         * config/config.sub: update from prep.
58626
58627 2003-07-03  Karl Berry  <karl@gnu.org>
58628
58629         * config/config.guess: update from prep.
58630
58631 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58632
58633         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58634         xreadlink.c now includes it unconditionally.
58635
58636 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58637
58638         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58639         having it depend on HAVE_SYS_TYPES_H.
58640
58641 2003-07-01  Bruno Haible  <bruno@clisp.org>
58642
58643         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58644         <sys/types.h> should be sufficient.
58645         Reported by Paul Eggert.
58646
58647 2003-06-26  Karl Berry  <karl@gnu.org>
58648
58649         * config/depcomp: update from automake.
58650
58651 2003-06-26  Bruno Haible  <bruno@clisp.org>
58652
58653         * modules/human: Depend on module stdbool.
58654
58655 2003-06-25  Bruno Haible  <bruno@clisp.org>
58656
58657         * modules/readlink: New file.
58658         * modules/xreadlink: Depend on it.
58659         * MODULES.html.sh (func_all_modules): Add readlink.
58660
58661 2003-06-25  Bruno Haible  <bruno@clisp.org>
58662
58663         * m4/readlink.m4: New file.
58664
58665 2003-06-25  Bruno Haible  <bruno@clisp.org>
58666
58667         * lib/readlink.c: New file.
58668
58669 2003-06-22  Karl Berry  <karl@gnu.org>
58670
58671         * config/srclist.txt: update mkinstalldirs from automake.
58672         * config/mkinstalldirs: update.
58673
58674 2003-06-22  Bruno Haible  <bruno@clisp.org>
58675
58676         Portability to mingw32.
58677         * m4/ssize_t.m4: New file, from GNU gettext.
58678         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58679         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58680
58681 2003-06-22  Bruno Haible  <bruno@clisp.org>
58682
58683         * modules/safe-read: Add m4/ssize_t.m4.
58684         * modules/xreadlink: Add m4/ssize_t.m4.
58685
58686 2003-06-20  Bruno Haible  <bruno@clisp.org>
58687
58688         Assume C89, so PARAMS isn't needed.
58689         * lib/unicodeio.h (PARAMS): Remove.
58690         * lib/unicodeio.c: Don't use PARAMS.
58691
58692 2003-06-18  Karl Berry  <karl@gnu.org>
58693
58694         * config/config.{guess,sub}: update from prep.
58695
58696 2003-06-18  Jim Meyering  <jim@meyering.net>
58697
58698         Merge changes from coreutils.
58699         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58700         Remove explicit declarations of xmalloc and realloc.
58701         Include xalloc.h.
58702         (read_utmp): Remove anachronistic cast of xmalloc.
58703
58704 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58705
58706         Assume C89, so PARAMS isn't needed.
58707         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58708         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58709         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58710         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58711         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58712         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58713         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58714         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58715         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58716         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58717         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58718         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58719         no longer needed. Anyway, config.h should always be included before any
58720         other file.
58721
58722 2003-06-11  Simon Josefsson  <jas@extundo.com>
58723
58724         * modules/sysexits: New file.
58725         * MODULES.html.sh (func_all_modules): Add sysexits.
58726
58727 2003-06-11  Simon Josefsson  <jas@extundo.com>
58728
58729         * lib/sysexit_.h: New file.
58730
58731 2003-06-11  Derek Price  <derek@ximbiot.com>
58732
58733         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58734         necessary.
58735
58736 2003-06-11  Bruno Haible  <bruno@clisp.org>
58737
58738         * m4/sysexits.m4: New file.
58739
58740 2003-06-10  Simon Josefsson  <jas@extundo.com>
58741
58742         * lib/argp.h: New file, from glibc.
58743         * lib/argp-ba.c: New file, from glibc.
58744         * lib/argp-eexst.c: New file, from glibc.
58745         * lib/argp-fmtstream.c: New file, from glibc.
58746         * lib/argp-fmtstream.h: New file, from glibc.
58747         * lib/argp-fs-xinl.c: New file, from glibc.
58748         * lib/argp-help.c: New file, from glibc.
58749         * lib/argp-namefrob.h: New file, from glibc.
58750         * lib/argp-parse.c: New file, from glibc.
58751         * lib/argp-pv.c: New file, from glibc.
58752         * lib/argp-pvh.c: New file, from glibc.
58753         * lib/argp-xinl.c: New file, from glibc.
58754
58755 2003-06-10  Simon Josefsson  <jas@extundo.com>
58756
58757         * modules/strchrnul: New file.
58758
58759 2003-06-10  Simon Josefsson  <jas@extundo.com>
58760
58761         * modules/argp: New file.
58762
58763 2003-06-10  Simon Josefsson  <jas@extundo.com>
58764
58765         * m4/strchrnul.m4: New file.
58766
58767 2003-06-10  Simon Josefsson  <jas@extundo.com>
58768
58769         * lib/strchrnul.h: New file.
58770         * lib/strchrnul.c: New file.
58771
58772 2003-06-10  Bruno Haible  <bruno@clisp.org>
58773
58774         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58775
58776 2003-06-07  Karl Berry  <karl@gnu.org>
58777
58778         * config/config.{guess,sub}: update from prep.
58779
58780 2003-06-07  Jim Meyering  <jim@meyering.net>
58781
58782         * modules/strtod: Use $(...) notation, not @...@ for
58783         AC_REPLACE'd variables.
58784         * modules/localcharset: Likewise.
58785
58786 2003-06-07  Jim Meyering  <jim@meyering.net>
58787
58788         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58789         in place of my name in the copyright comment.
58790         Remove definition and uses of __P.
58791
58792         From coreutils.
58793         * lib/stat.c: Don't declare xmalloc explicitly.
58794         Instead, include "xalloc.h".
58795         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58796         xrealloc, and xcalloc return values.
58797         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58798         Improve comment.
58799         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58800
58801 2003-06-07  Bruno Haible  <bruno@clisp.org>
58802
58803         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58804         avoid AC_CONFIG_LINKS.
58805         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58806         fnmatch.h, to avoid AC_CONFIG_LINKS.
58807         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58808
58809 2003-06-07  Bruno Haible  <bruno@clisp.org>
58810
58811         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58812         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58813         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58814         directory.
58815         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58816         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58817         directory.
58818
58819 2003-06-06  Jim Meyering  <jim@meyering.net>
58820
58821         Merge from coreutils.
58822         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58823         Consolidate declarations and initializations of *_base* locals.
58824
58825         Merge from coreutils.
58826         This avoids a core dump on systems without GNU putenv,
58827         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58828         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58829         (unsetenv): New static function, from GNU libc.
58830         (rpl_putenv): Use it.
58831
58832         * lib/modechange.c: Remove trailing blanks.
58833
58834         Merge from coreutils.
58835         * lib/fsusage.c: Remove declaration of statfs.
58836         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58837
58838         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58839
58840 2003-06-06  Jim Meyering  <jim@meyering.net>
58841
58842         * lib/stdbool_.h: Renamed from stdbool.h.in.
58843
58844 2003-06-06  Jim Meyering  <jim@meyering.net>
58845             Bruno Haible  <bruno@clisp.org>
58846
58847         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58848         Adjust Makefile.am snippet not to redirect directly to target.
58849         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58850
58851 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58852
58853         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58854         mismatch, look in future quarters as well as past.  This fixes a
58855         bug when processing fall-backwards gaps immediately after a long
58856         period of daylight-saving time.
58857
58858         * lib/mktime.c: Assume freestanding C89 or better.
58859         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58860         (__P): Remove; not used.
58861         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58862         (mktime, not_equal_tm, print_tm, check_result,
58863         main): Use prototypes.  Use const * where appropriate.
58864         (main): Fix typo in testing code that uncovered by above changes.
58865         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58866
58867 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58868
58869         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58870         locale.h, localeconv.  This merges changes from coreutils.
58871
58872         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58873         It can be removed after the next Autoconf is released.
58874         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58875         needed.
58876
58877 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58878
58879         * lib/mktime.c: Fix Debian bug 177940
58880         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58881         (localtime_offset): Now long int, not time_t, because we want it
58882         to be guaranteed to be signed.  All uses changed.
58883         (__mktime_internal): If overflow would occur when adding offset,
58884         don't add it.
58885
58886         Merge 'human' changes from coreutils.  Rewrite to support
58887         locale-specific notations like thousands separators.
58888         * lib/human.c: Simplify authorship notice.
58889         Include human.h immediately after config.h.
58890         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58891         <limits.h>: Do not include, since human.h does.
58892         (SIZE_MAX, UINTMAX_MAX): New macros.
58893         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58894         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58895         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58896         (power_letter): Renamed from suffixes.
58897         (generate_suffix_backwards): Remove.
58898         (adjust_value): Now takes int style (because of human.h changes)
58899         and long double value (for greater precision on some platforms).
58900         (group_number): New function.
58901         (human_readable): Use it.  Use integer options, not enum.
58902         Put the options before the sizes in the arg list.
58903         Support all the new options.
58904         The old human_readable function has been removed;
58905         use inttostr.h instead.
58906         (human_readable, default_block_size, humblock):
58907         Use uintmax_t, not int, for block sizes.
58908         (human_readable_inexact, block_size_types): Remove.
58909         (block_size_opts): New constant.
58910         (human_options): Renamed from human_block_size, with new signature
58911         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58912         * lib/human.h: Add copyright and authorship notice.
58913         Include <limits.h> and <stdbool.h> unconditionally.
58914         (PARAMS): Remove.  All uses removed.
58915         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58916         (enum human_inexact_style): Remove tag; now a nameless enum.
58917         (human_floor, human_ceiling, human_round_to_even): Now have
58918         values 2, 0, 1 rather than -1, 1, 0.
58919         (human_group_digits, human_suppress_point_zero, human_autoscale,
58920         human_base_1024, human_SI, human_B): New constants.
58921         (human_readable_inexact, human_block_size): Remove.
58922         (human_readable): Size args are now uintmax_t, not int.
58923         (human_options): New decl.
58924
58925         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58926         unnecessary now that we assume C89 or better.  This change
58927         imported from coreutils.
58928
58929         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58930         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58931         in the 2003-05-30 sync from glibc.
58932
58933         .h files should stand alone, but we shouldn't include <sys/types.h>
58934         if we can get away with just <stddef.h>.
58935
58936         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58937         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58938         rather than <sys/types.h>, as we merely need size_t.
58939         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58940         to get size_t.
58941         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58942         Include <stdio.h>, to get FILE.
58943         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58944         memcasecmp.h has included <stddef.h> and all we need is size_t.
58945         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58946         our interface, instead of including <sys/types.h>
58947
58948 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58949
58950         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58951         now, as glibc mktime is buggy on non-glibc systems.
58952
58953 2003-06-03  Karl Berry  <karl@gnu.org>
58954
58955         * config/config.sub: update from prep.
58956
58957 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58958
58959         [from coreutils]
58960         Fix some minor time-related bugs with POSIX time arguments.
58961         Some valid time stamps were being rejected (notably -1, and
58962         time stamps before 1900 on 64-bit hosts).  And some invalid
58963         time stamps were being accepted, e.g. September 31.
58964
58965         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58966         that we can return (time_t) -1 successfully.
58967         * lib/posixtm.c: Likewise.
58968         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58969         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58970         (t): Remove static var.
58971         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58972         of static var.  All uses changed.
58973         (year): Do not reject years before 1900; they can occur with
58974         64-bit time_t.
58975         (posix_time_parse): Do not check for out-of-range components;
58976         that is now the caller's responsibility, since our checks were
58977         only approximations.
58978         (posixtime): Use mktime to check for out-of-range components,
58979         since it knows them exactly.
58980         If mktime returns (time_t) -1, check whether an error actually occurred
58981         by invoking localtime on -1.
58982         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58983         posixtime failures better.
58984         Improve the test data (in comments only).
58985
58986 2003-06-02  Karl Berry  <karl@gnu.org>
58987
58988         * config/mkinstalldirs (version): new variable.
58989         (--version): new option.
58990         (usage): improve message.
58991
58992 2003-05-30  Karl Berry  <karl@gnu.org>
58993
58994         * lib/mktime.c: update from libc.
58995
58996 2003-05-30  Bruno Haible  <bruno@clisp.org>
58997
58998         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58999         * config/config.rpath: Upgrade to gettext-0.12.1.
59000
59001 2003-05-30  Bruno Haible  <bruno@clisp.org>
59002
59003         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59004         * m4/nls.m4: New file, from gettext-0.12.1.
59005         * m4/po.m4: New file, from gettext-0.12.1.
59006         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59007
59008 2003-05-30  Bruno Haible  <bruno@clisp.org>
59009
59010         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59011         * lib/localcharset.h: Likewise.
59012         * lib/localcharset.c: Likewise.
59013
59014 2003-05-29  Karl Berry  <karl@gnu.org>
59015
59016         * config/config.rpath: update from gettext.
59017
59018 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59019
59020         Assume the headers required for C89 freestanding compilers.
59021         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59022         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59023         * m4/human.m4 (gl_HUMAN): Likewise.
59024         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59025         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59026         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59027         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59028         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59029         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59030
59031 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59032
59033         Assume the headers required for C89 freestanding compilers.
59034         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59035         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59036         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59037         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59038         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59039         define, since <limits.h> is guaranteed to do that.
59040         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59041         * lib/exclude.c: Include <stdbool.h> unconditionally.
59042         * lib/tempname.c: Include <stddef.h> unconditionally.
59043         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59044         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59045         <stddef.h> does that.
59046         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59047         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59048         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59049         needed.
59050         * lib/xstrtol.c: Likewise.
59051         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59052         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59053
59054         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59055         warnings on some platforms.
59056
59057         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59058         arbitrarily.
59059
59060 2003-05-26  Jim Meyering  <jim@meyering.net>
59061
59062         Merge in a change from coreutils:
59063         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59064         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59065         that condition, rather than `-1' which is slightly misleading.
59066         Change the name of the cache variable to have the gl_ prefix.
59067         Prompted by a patch from Richard Dawe for DJGPP.
59068
59069 2003-05-24  Karl Berry  <karl@gnu.org>
59070
59071         * config/config.guess: update from prep.
59072
59073 2003-05-22  Karl Berry  <karl@gnu.org>
59074
59075         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59076
59077 2003-05-20  Karl Berry  <karl@gnu.org>
59078
59079         * config/config.guess: update from prep.
59080
59081 2003-05-18  Karl Berry  <karl@gnu.org>
59082
59083         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59084         might actually be set by the user.
59085
59086         * config/depcomp, install-sh, mdate-sh: update from automake.
59087
59088 2003-05-17  Bruno Haible  <bruno@clisp.org>
59089
59090         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59091         invalid expansion for AC_EGREP_CPP.
59092         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59093         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59094         Suggested by Akim Demaille <akim@epita.fr> in
59095         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59096
59097 2003-05-12  Jim Meyering  <jim@meyering.net>
59098
59099         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59100         the space-padded-by-default conversion specifiers, %e, %k, %l.
59101
59102 2003-05-12  Bruno Haible  <bruno@clisp.org>
59103
59104         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59105         the string is longer than 4 KB.
59106
59107 2003-05-11  Karl Berry  <karl@gnu.org>
59108
59109         * config/config.{guess,sub}: update from prep.
59110
59111 2003-05-09  Bruno Haible  <bruno@clisp.org>
59112
59113         * modules/error: Add m4/strerror_r.m4 to file list.
59114
59115 2003-05-03  Bruno Haible  <bruno@clisp.org>
59116
59117         Upgrade to Unicode-4.0.
59118         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59119         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59120         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59121         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59122         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59123         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59124         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59125         Change width of U+E0100..U+E01EF from 1 to 0.
59126
59127 2003-04-25  Jim Meyering  <jim@meyering.net>
59128
59129         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59130         of type size_t, not int.
59131
59132 2003-04-25  Bruno Haible  <bruno@clisp.org>
59133
59134         * lib/copy-file.c: Include <stddef.h>, for size_t.
59135
59136 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59137
59138         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59139         code which expansion is under static control.  Patch imported from
59140         Akim Demaille's patch to Bison; see
59141         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59142
59143 2003-04-14  Bruno Haible  <bruno@clisp.org>
59144
59145         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59146
59147 2003-04-11  Jim Meyering  <jim@meyering.net>
59148
59149         Merge changes from Coreutils.
59150
59151         2003-03-22  Jim Meyering  <jim@meyering.net>
59152
59153         * lib/strftime.c (widen): Cast alloca return value to proper type.
59154
59155         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59156
59157         From GNU libc.
59158         * lib/strftime.c (my_strftime): Handle very large width
59159         specifications for numeric values correctly.  Improve checks for
59160         overflow.
59161
59162         2003-01-19  Jim Meyering  <jim@meyering.net>
59163
59164         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59165         definitions.
59166         (nl_get_alt_digit) [! defined my_strftime]: Define.
59167         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59168         _nl_get_alt_digit and _nl_get_walt_digit.
59169
59170         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59171         libc. These changes have no effect outside of _LIBC.
59172
59173 2003-04-10  Bruno Haible  <bruno@clisp.org>
59174
59175         * modules/findprog: New file.
59176         * MODULES.html.sh (func_all_modules): Add it.
59177
59178 2003-04-10  Bruno Haible  <bruno@clisp.org>
59179
59180         * m4/findprog.m4: New file.
59181         * m4/eaccess.m4: New file.
59182
59183 2003-04-10  Bruno Haible  <bruno@clisp.org>
59184
59185         * lib/findprog.h: New file, from GNU gettext.
59186         * lib/findprog.c: New file, from GNU gettext.
59187
59188 2003-04-05  Jim Meyering  <jim@meyering.net>
59189
59190         Merge changes from Coreutils.
59191
59192         * lib/exclude.h (PARAMS): Remove definition and uses.
59193         * lib/exclude.c: Remove uses of `PARAMS'.
59194
59195         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59196         Add test-cases for DOS filenames. Declare program_name.
59197         (main): Set up program_name.  Patch by Rich Dawe.
59198
59199         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59200         error from mntctl.
59201         Use mntctl's return value to drive the entry-processing loop, since
59202         we can't rely on the value of the vmt_length member in the last
59203         entry.  On some systems doing so could result in exhausting
59204         virtual memory.  Based in part on a patch from Mike Jetzer.
59205
59206 2003-04-04  Bruno Haible  <bruno@clisp.org>
59207
59208         * modules/linebreak: New file.
59209         * MODULES.html.sh (func_all_modules): Add it.
59210
59211 2003-04-04  Bruno Haible  <bruno@clisp.org>
59212
59213         * m4/linebreak.m4: New file.
59214
59215 2003-04-04  Bruno Haible  <bruno@clisp.org>
59216
59217         * lib/linebreak.h: New file, from GNU gettext.
59218         * lib/linebreak.c: New file, from GNU gettext with slight
59219         modifications.
59220         * lib/lbrkprop.h: New file, from GNU gettext.
59221
59222 2003-04-03  Bruno Haible  <bruno@clisp.org>
59223
59224         * modules/utf8-ucs4: New file.
59225         * modules/utf16-ucs4: New file.
59226         * modules/ucs4-utf8: New file.
59227         * modules/ucs4-utf16: New file.
59228         * MODULES.html.sh (func_all_modules): Add them.
59229
59230 2003-04-03  Bruno Haible  <bruno@clisp.org>
59231
59232         * m4/utf-ucs4.m4: New file.
59233         * m4/ucs4-utf.m4: New file.
59234
59235 2003-04-03  Bruno Haible  <bruno@clisp.org>
59236
59237         * lib/utf8-ucs4.h: New file, from GNU gettext.
59238         * lib/utf16-ucs4.h: New file, from GNU gettext.
59239         * lib/ucs4-utf8.h: New file, from GNU gettext.
59240         * lib/ucs4-utf16.h: New file, from GNU gettext.
59241
59242 2003-04-02  Bruno Haible  <bruno@clisp.org>
59243
59244         * modules/binary-io: New file.
59245         * MODULES.html.sh (func_all_modules): Add it.
59246
59247 2003-04-02  Bruno Haible  <bruno@clisp.org>
59248
59249         * lib/binary-io.h: New file, from GNU gettext.
59250
59251 2003-04-01  Bruno Haible  <bruno@clisp.org>
59252
59253         * modules/pathname: New file.
59254         * MODULES.html.sh (func_all_modules): Add it.
59255
59256 2003-04-01  Bruno Haible  <bruno@clisp.org>
59257
59258         * lib/pathname.h: New file, from GNU gettext.
59259         * lib/concatpath.c: New file, from GNU gettext.
59260
59261 2003-03-30  Bruno Haible  <bruno@clisp.org>
59262
59263         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59264
59265 2003-03-30  Bruno Haible  <bruno@clisp.org>
59266
59267         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59268         function chown() doesn't exist.
59269
59270 2003-03-28  Bruno Haible  <bruno@clisp.org>
59271
59272         * modules/copy-file: New file.
59273         * MODULES.html.sh (func_all_modules): Add it.
59274
59275 2003-03-28  Bruno Haible  <bruno@clisp.org>
59276
59277         * m4/copy-file.m4: New file.
59278
59279 2003-03-28  Bruno Haible  <bruno@clisp.org>
59280
59281         * lib/copy-file.h: New file, from GNU gettext.
59282         * lib/copy-file.c: New file, from GNU gettext.
59283
59284 2003-03-18  Jim Meyering  <jim@meyering.net>
59285
59286         * lib/quote.c (quote_n): Fix typo in comment.
59287
59288 2003-03-18  Bruno Haible  <bruno@clisp.org>
59289
59290         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59291         checking.
59292         * m4/onceonly_2_57.m4: Likewise.
59293
59294 2003-03-17  Bruno Haible  <bruno@clisp.org>
59295
59296         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59297         (m4_quote): Remove macro.
59298         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59299
59300 2003-03-14  Jim Meyering  <jim@meyering.net>
59301
59302         Merge changes from Coreutils.
59303         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59304         to be const, in order to avoid warnings.
59305         (obstack_room): Likewise.
59306         (obstack_empty_p): Likewise.
59307
59308 2003-03-14  Bruno Haible  <bruno@clisp.org>
59309
59310         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59311         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59312
59313 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59314
59315         Merge changes from Bison.
59316         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59317         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59318         when compiling Bison 1.875's `bitset bset = obstack_alloc
59319         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59320         * lib/hash.c: Include <stdbool.h> unconditionally.
59321
59322 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59323
59324         * m4/onceonly.m4 (m4_quote): New macro.
59325         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59326         Quote AC_FOREACH variable-expansions properly.
59327
59328 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59329
59330         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59331
59332 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59333
59334         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59335         Reported by Bruce Becker; see:
59336         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59337
59338 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59339             Bruno Haible  <bruno@clisp.org>
59340
59341         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59342         Reported by John Hughes, see
59343         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59344
59345 2003-02-20  Bruno Haible  <bruno@clisp.org>
59346
59347         * MODULES.html.sh (func_all_modules): Add poll.
59348
59349 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59350
59351         * modules/poll: New file.
59352
59353 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59354
59355         * lib/poll_.h: New file.
59356         * lib/poll.c: New file.
59357
59358 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59359
59360         * m4/poll.m4: New file.
59361
59362 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59363
59364         * modules/mathl: New file.
59365
59366 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59367
59368         * lib/mathl.h: New file.
59369         * lib/acosl.c: New file.
59370         * lib/asinl.c: New file.
59371         * lib/atanl.c: New file.
59372         * lib/ceill.c: New file.
59373         * lib/cosl.c: New file.
59374         * lib/expl.c: New file.
59375         * lib/floorl.c: New file.
59376         * lib/frexpl.c: New file.
59377         * lib/ldexpl.c: New file.
59378         * lib/logl.c: New file.
59379         * lib/sincosl.c: New file.
59380         * lib/sinl.c: New file.
59381         * lib/sqrtl.c: New file.
59382         * lib/tanl.c: New file.
59383         * lib/trigl.c: New file.
59384         * lib/trigl.h: New file.
59385
59386 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59387
59388         * m4/mathl.m4: New file.
59389
59390 2003-02-18  Bruno Haible  <bruno@clisp.org>
59391
59392         * MODULES.html.sh (func_all_modules): Add mathl.
59393
59394 2003-02-17  Bruno Haible  <bruno@clisp.org>
59395
59396         * modules/mkdtemp: New module.
59397         * MODULES.html.sh (func_all_modules): Add it.
59398
59399 2003-02-17  Bruno Haible  <bruno@clisp.org>
59400
59401         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59402
59403 2003-02-17  Bruno Haible  <bruno@clisp.org>
59404
59405         * lib/mkdtemp.h: New file, from GNU gettext.
59406         * lib/mkdtemp.c: New file, from GNU gettext.
59407
59408 2003-02-02  Jim Meyering  <jim@meyering.net>
59409
59410         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59411         e.g. glibc-2.2.93.
59412
59413 2003-01-31  Bruno Haible  <bruno@clisp.org>
59414
59415         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59416         'rpl_rename'.
59417         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59418         'rpl_strnlen'.
59419         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59420         'rpl_strtod'.
59421         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59422         'rpl_utime'.
59423
59424 2003-01-31  Bruno Haible  <bruno@clisp.org>
59425
59426         * lib/rename.c: #undef rename before defining rpl_rename.
59427         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59428
59429 2003-01-30  Bruno Haible  <bruno@clisp.org>
59430
59431         * modules/vasnprintf, modules/vasprintf: New modules.
59432         * MODULES.html.sh (func_all_modules): Add them.
59433
59434 2003-01-30  Bruno Haible  <bruno@clisp.org>
59435
59436         * m4/signed.m4: New file, from GNU gettext.
59437         * m4/longdouble.m4: New file, from GNU gettext.
59438         * m4/wchar_t.m4: New file, from GNU gettext.
59439         * m4/wint_t.m4: New file, from GNU gettext.
59440         * m4/vasnprintf.m4: New file.
59441         * m4/vasprintf.m4: New file.
59442
59443 2003-01-30  Bruno Haible  <bruno@clisp.org>
59444
59445         * lib/printf-args.h: New file, from GNU gettext.
59446         * lib/printf-args.c: New file, from GNU gettext.
59447         * lib/printf-parse.h: New file, from GNU gettext.
59448         * lib/printf-parse.c: New file, from GNU gettext.
59449         * lib/vasnprintf.h: New file, from GNU gettext.
59450         * lib/vasnprintf.c: New file, from GNU gettext.
59451         * lib/asnprintf.c: New file, from GNU gettext.
59452         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59453         * lib/vasprintf.c: New file, from GNU gettext.
59454         * lib/asprintf.c: New file, from GNU gettext.
59455
59456 2003-01-29  Bruno Haible  <bruno@clisp.org>
59457
59458         * modules/stpncpy: New module.
59459         * MODULES.html.sh (func_all_modules): Add it.
59460
59461 2003-01-29  Bruno Haible  <bruno@clisp.org>
59462
59463         * m4/stpncpy.m4: New file.
59464
59465 2003-01-29  Bruno Haible  <bruno@clisp.org>
59466
59467         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59468         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59469
59470 2003-01-28  Bruno Haible  <bruno@clisp.org>
59471
59472         * modules/c-ctype: New module.
59473         * MODULES.html.sh (func_all_modules): Add it.
59474
59475 2003-01-28  Bruno Haible  <bruno@clisp.org>
59476
59477         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59478         Paul Eggert.
59479         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59480         Paul Eggert.
59481
59482 2003-01-27  Bruno Haible  <bruno@clisp.org>
59483
59484         * modules/xsetenv: New module.
59485         * MODULES.html.sh (func_all_modules): Add it.
59486
59487 2003-01-27  Bruno Haible  <bruno@clisp.org>
59488
59489         * lib/xsetenv.h: New file, from GNU gettext.
59490         * lib/xsetenv.c: New file, from GNU gettext.
59491
59492 2003-01-23  Jim Meyering  <jim@meyering.net>
59493
59494         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59495         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59496
59497 2003-01-23  Bruno Haible  <bruno@clisp.org>
59498
59499         * modules/minmax: New module.
59500         * MODULES.html.sh (func_all_modules): Add it.
59501
59502 2003-01-23  Bruno Haible  <bruno@clisp.org>
59503
59504         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59505         Eggert.
59506
59507 2003-01-22  Bruno Haible  <bruno@clisp.org>
59508
59509         * modules/exit: New module.
59510         * MODULES.html.sh (func_all_modules): Add it.
59511
59512 2003-01-22  Bruno Haible  <bruno@clisp.org>
59513
59514         * lib/exit.h: New file, from GNU gettext.
59515
59516 2003-01-19  Bruno Haible  <bruno@clisp.org>
59517
59518         * gnulib-tool: Recognize option --extract-maintainer.
59519         (func_get_maintainer): New function.
59520         * modules/*: Add Maintainer entry.
59521
59522 2003-01-16  Jim Meyering  <jim@meyering.net>
59523
59524         * m4/regex.m4: The `regex' struct is both input and output.
59525         Initialize it before each use.  Patch by Tim Waugh.
59526
59527 2003-01-16  Bruno Haible  <bruno@clisp.org>
59528
59529         * MODULES.html.sh: Add a table of contents. Add the module name as
59530         leftmost column. Add hyperlinks.
59531
59532 2003-01-15  Bruno Haible  <bruno@clisp.org>
59533
59534         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59535
59536 2003-01-15  Bruno Haible  <bruno@clisp.org>
59537
59538         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59539         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59540         suffix.
59541
59542 2003-01-15  Bruno Haible  <bruno@clisp.org>
59543
59544         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59545
59546 2003-01-15  Bruno Haible  <bruno@clisp.org>
59547
59548         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59549         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59550
59551 2003-01-14  Jim Meyering  <jim@meyering.net>
59552
59553         * lib/same.c (same_name): Tweak a comment.
59554
59555 2003-01-14  Bruno Haible  <bruno@clisp.org>
59556
59557         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59558         when a string comparison is sufficient.
59559
59560 2003-01-14  Bruno Haible  <bruno@clisp.org>
59561
59562         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59563         'unsigned int'.
59564
59565 2003-01-14  Bruno Haible  <bruno@clisp.org>
59566
59567         * lib/hash-pjw.c: Add comment about low quality of this function.
59568
59569 2003-01-13  Bruno Haible  <bruno@clisp.org>
59570
59571         * modules/stpcpy: Distribute lib/stpcpy.h.
59572         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59573
59574 2003-01-13  Bruno Haible  <bruno@clisp.org>
59575
59576         * modules/*: Add a description.
59577         * modules/strpbrk: Fix Makefile.am snippet.
59578         * modules/strtoimax: Fix dependencies.
59579         * modules/strtoumax: Likewise.
59580
59581 2003-01-13  Bruno Haible  <bruno@clisp.org>
59582
59583         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59584         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59585         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59586
59587 2003-01-13  Bruno Haible  <bruno@clisp.org>
59588
59589         * gnulib-tool (func_create_testdir): Store config/* files in the main
59590         directory.
59591         * config.rpath: Move to ...
59592         * config/config.rpath: ... here.
59593         * modules/gettext: Contains config/config.rpath, not config.rpath.
59594         * modules/iconv: Likewise.
59595
59596 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59597
59598         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59599         to avoid collisions with libcurses and libreadline.
59600
59601         * m4/getstr.m4: Remove.
59602         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59603
59604 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59605
59606         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59607         to avoid collisions with libcurses and libreadline.
59608
59609         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59610         * lib/getstr.h, getstr.c: Remove.
59611         * lib/getline.c: Include "getline.h", to check interface.
59612         Move body of old getstr.c here: this defines MIN_CHUNK and
59613         declares getdelim2, which is renamed from getstr.
59614         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59615
59616         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59617         All uses changed.
59618         * lib/linebuffer.h: Likewise.
59619         (readline): Remove backward-compatibility macro.
59620
59621 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59622
59623         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59624         to avoid collisions with libcurses and libreadline.
59625         * getstr: Remove.
59626         * MODULES.html.sh: Remove getstr.
59627         * modules/getline: Depend on unlocked-io, not getstr.
59628
59629 2003-01-12  Jim Meyering  <jim@meyering.net>
59630
59631         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59632
59633 2003-01-10  Bruno Haible  <bruno@clisp.org>
59634
59635         * modules/alloca: Change Makefile.am requirements. Simplify Include
59636         requirements. Add lib/alloca_.h to file list.
59637
59638 2003-01-10  Bruno Haible  <bruno@clisp.org>
59639
59640         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59641
59642 2003-01-10  Bruno Haible  <bruno@clisp.org>
59643
59644         * lib/alloca_.h: New file.
59645         * lib/getdate.y: Unconditionally include alloca.h.
59646         * lib/makepath.c: Likewise.
59647         * lib/setenv.c: Likewise.
59648         * lib/userspec.c: Likewise.
59649
59650 2003-01-09  Karl Berry  <karl@gnu.org>
59651
59652         * MODULES.html.sh: include `dirname $0` in PATH, to find
59653         gnulib-tool.
59654
59655 2003-01-09  Bruno Haible  <bruno@clisp.org>
59656
59657         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59658         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59659
59660 2003-01-09  Bruno Haible  <bruno@clisp.org>
59661
59662         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59663
59664 2003-01-09  Bruno Haible  <bruno@clisp.org>
59665
59666         * lib/stdbool.h.in: New file.
59667
59668 2003-01-09  Bruno Haible  <bruno@clisp.org>
59669
59670         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59671         * MODULES.html.sh: Likewise.
59672
59673 2003-01-08  Jim Meyering  <jim@meyering.net>
59674
59675         * lib/full-write.c: Undefine and define-away `const' after inclusion
59676         of errno.h, not before.  Suggestion from Bruno Haible.
59677
59678 2003-01-08  Bruno Haible  <bruno@clisp.org>
59679
59680         * modules/full-read: Depend on full-write.
59681
59682 2003-01-08  Bruno Haible  <bruno@clisp.org>
59683
59684         * lib/safe-read.c: Include specification header first, to ensure its
59685         selfcontainedness.
59686         * lib/full-write.c: Likewise.
59687
59688 2003-01-07  Jim Meyering  <jim@meyering.net>
59689
59690         * lib/full-write.c: Rework so that it may serve to define full_read,
59691         too.
59692         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59693
59694 2003-01-07  Bruno Haible  <bruno@clisp.org>
59695
59696         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59697         <inttypes.h>.
59698         * lib/xstrtol.h: Likewise.
59699         * lib/xstrtoimax.c: Likewise.
59700         * lib/xstrtoumax.c: Likewise.
59701         * lib/human.h: Likewise.
59702
59703         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59704         on systems that have <inttypes.h> but not <stdint.h>.
59705
59706 2003-01-07  Bruno Haible  <bruno@clisp.org>
59707
59708         * MODULES.html.sh: Add copyright notice.
59709         (missed_files): Omit CVS directory entries.
59710         (func_module): Make it work with sed-3.02.
59711         * MODULES.txt: Remove file.
59712
59713 2003-01-06  Jim Meyering  <jim@meyering.net>
59714
59715         * lib/version-etc.c: Update year in translatable copyright string.
59716
59717 2003-01-03  Karl Berry  <karl@gnu.org>
59718
59719         * config/config.{guess,sub}: update from prep.
59720
59721 2003-01-02  Karl Berry  <karl@gnu.org>
59722
59723         * doc/COPYING.DOC: belatedly updated to 1.2.
59724
59725 2003-01-01  Karl Berry  <karl@gnu.org>
59726
59727         * gnulib-tool (func_verify_module): report module name $module in
59728         error message, not $1.
59729         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59730         be created, only if it doesn't exist.
59731         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59732
59733 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59734
59735         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59736
59737 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59738
59739         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59740         memcmp if strcoll doesn't work.
59741
59742 2002-12-31  Bruno Haible  <bruno@clisp.org>
59743
59744         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59745         nonempty.
59746
59747 2002-12-31  Bruno Haible  <bruno@clisp.org>
59748
59749         * lib/memcoll.c (STRCOLL): New macro.
59750         (memcoll): Use it.
59751
59752 2002-12-31  Bruno Haible  <bruno@clisp.org>
59753
59754         * lib/localcharset.h: New file.
59755         * lib/localcharset.c: Include it.
59756         * lib/unicodeio.c: Likewise.
59757
59758 2002-12-31  Bruno Haible  <bruno@clisp.org>
59759
59760         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59761         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59762
59763 2002-12-31  Bruno Haible  <bruno@clisp.org>
59764
59765         * lib/getline.h: Include <stddef.h>, for size_t.
59766
59767         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59768         * lib/unicodeio.c: Don't include <stddef.h>.
59769
59770 2002-12-31  Bruno Haible  <bruno@clisp.org>
59771
59772         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59773         HAVE_TM_ZONE.
59774
59775 2002-12-24  Karl Berry  <karl@gnu.org>
59776
59777         * config/config.guess: update from prep.
59778
59779 2002-12-24  Bruno Haible  <bruno@clisp.org>
59780
59781         General infrasructure.
59782         * m4/README: Rewritten.
59783         * m4/onceonly.m4: New file.
59784         * m4/onceonly_2_57.m4: New file.
59785
59786         Module atexit.
59787         * m4/atexit.m4: New file.
59788
59789         Module strtod.
59790         * m4/strtod.m4: New file.
59791
59792         Module strtol.
59793         * m4/strtol.m4: New file.
59794
59795         Module strtoul.
59796         * m4/strtoul.m4: New file.
59797
59798         Module memchr.
59799         * m4/memchr.m4: New file.
59800
59801         Module memcmp.
59802         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59803         (jm_FUNC_MEMCMP): Invoke it.
59804
59805         Module memcpy.
59806         * m4/memcpy.m4: New file.
59807
59808         Module memmove.
59809         * m4/memmove.m4: New file.
59810
59811         Module memset.
59812         * m4/memset.m4: New file.
59813
59814         Module strcspn.
59815         * m4/strcspn.m4: New file.
59816
59817         Module strpbrk.
59818         * m4/strpbrk.m4: New file.
59819
59820         Module strstr.
59821         * m4/strstr.m4: New file.
59822
59823         Module strerror.
59824         * m4/strerror.m4: New file.
59825
59826         Module mktime.
59827         * m4/mktime.m4: Renamed from jm-mktime.m4.
59828         (gl_PREREQ_MKTIME): New macro.
59829         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59830
59831         Module malloc.
59832         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59833         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59834         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59835
59836         Module realloc.
59837         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59838         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59839         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59840
59841         Module strftime.
59842         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59843         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59844         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59845         gl_TM_GMTOFF.
59846         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59847
59848         Module xalloc.
59849         * m4/xalloc.m4: New file.
59850
59851         Module alloca.
59852         * m4/alloca.m4: New file.
59853
59854         Module putenv.
59855         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59856         (jm_FUNC_PUTENV): Invoke it.
59857
59858         Module setenv.
59859         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59860         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59861         when invoked twice.
59862         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59863         gt_FUNC_SETENV.
59864
59865         Module memrchr.
59866         * m4/memrchr.m4: New file.
59867
59868         Module stpcpy.
59869         * m4/stpcpy.m4: New file.
59870
59871         Module strcase.
59872         * m4/strcase.m4: New file.
59873
59874         Module strdup.
59875         * m4/strdup.m4: New file.
59876
59877         Module strnlen.
59878         * m4/strnlen.m4: New file.
59879
59880         Module strndup.
59881         * m4/strndup.m4: New file.
59882
59883         Module xstrtod.
59884         * m4/xstrtod.m4: New file.
59885
59886         Module xstrtol.
59887         * m4/xstrtol.m4: New file.
59888
59889         Module getdate.
59890         * m4/getdate.m4: New file.
59891
59892         Module unlocked-io.
59893         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59894         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59895         * m4/jm-glibc-io.m4n: Remove file.
59896
59897         Module long-options.
59898         * m4/long-options.m4: New file.
59899
59900         Module md5.
59901         * m4/md5.m4: New file.
59902
59903         Module sha.
59904         * m4/sha.m4: New file.
59905
59906         Module getstr.
59907         * m4/getstr.m4: New file.
59908
59909         Module getline.
59910         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59911         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59912         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59913         simply getline. Infoke gl_PREREQ_GETLINE.
59914
59915         Module obstack.
59916         * m4/obstack.m4: New file.
59917
59918         Module hash.
59919         * m4/hash.m4: New file.
59920
59921         Module readtokens.
59922         * m4/readtokens.m4: New file.
59923
59924         Module strverscmp.
59925         * m4/strverscmp.m4: New file.
59926
59927         Module stdbool.
59928         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59929         OSF/1.
59930
59931         Module strtoll.
59932         * m4/strtoll.m4: New file.
59933
59934         Module strtoull.
59935         * m4/strtoull.m4: New file.
59936
59937         Module strtoimax.
59938         * m4/strtoimax.m4: New file.
59939
59940         Module strtoumax.
59941         * m4/strtoumax.m4: New file.
59942
59943         Module xstrtoimax.
59944         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59945         jm_AC_PREREQ_XSTRTOIMAX.
59946         Moved the strtol prerequisites to strtol.m4.
59947         Moved the strtoll prerequisites to strtoll.m4.
59948         Moved the strtoimax prerequisites to strtoimax.m4.
59949
59950         Module xstrtoumax.
59951         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59952         jm_AC_PREREQ_XSTRTOUMAX.
59953         Moved the strtoul prerequisites to strtoul.m4.
59954         Moved the strtoull prerequisites to strtoull.m4.
59955         Moved the strtoumax prerequisites to strtoumax.m4.
59956
59957         Module chown.
59958         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59959         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59960
59961         Module dup2.
59962         * m4/dup2.m4: New file.
59963
59964         Module ftruncate.
59965         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59966         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59967
59968         Module getgroups.
59969         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59970         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59971
59972         Module gettimeofday.
59973         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59974         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59975         gl_PREREQ_GETTIMEOFDAY.
59976
59977         Module mkdir.
59978         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59979         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59980
59981         Module mkstemp.
59982         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59983         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59984         jm_AC_TYPE_UINTMAX_T.
59985         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59986
59987         Module stat.
59988         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59989         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59990
59991         Module lstat.
59992         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59993         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59994
59995         Module timespec.
59996         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59997         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59998         * m4/st_mtim.m4: Indentation.
59999
60000         Module nanosleep.
60001         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60002         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60003         gl_PREREQ_NANOSLEEP.
60004
60005         Module regex.
60006         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60007         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60008         (gl_REGEX): New macro.
60009
60010         Module rename.
60011         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60012         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60013
60014         Module rmdir.
60015         * m4/rmdir.m4: New file.
60016
60017         Module utime.
60018         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60019         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60020         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60021
60022         Module dirname.
60023         * m4/dirname.m4: New file.
60024
60025         Module getopt.
60026         * m4/getopt.m4: New file.
60027
60028         Module unistd-safer.
60029         * m4/unistd-safer.m4: New file.
60030
60031         Module fnmatch.
60032         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60033         declaration.
60034         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60035         (gl_FUNC_FNMATCH_POSIX): New macro.
60036         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60037         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60038         simply fnmatch.
60039
60040         Module exclude.
60041         * m4/exclude.m4: New file.
60042
60043         Module human.
60044         * m4/human.m4: New file.
60045
60046         Module acl.
60047         * m4/acl.m4: Nop.
60048
60049         Module backupfile.
60050         * m4/backupfile.m4: New file.
60051         * m4/d-ino.m4: Indentation.
60052
60053         Module fsusage.
60054         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60055         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60056         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60057
60058         Module dirfd.
60059         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60060         requirements.
60061
60062         Module euidaccess.
60063         * m4/euidaccess.m4: New file.
60064
60065         Module file-type.
60066         * m4/file-type.m4: New file.
60067
60068         Module fileblocks.
60069         * m4/fileblocks.m4: New file.
60070
60071         Module filemode.
60072         * m4/filemode.m4: New file.
60073
60074         Module isdir.
60075         * m4/isdir.m4: New file.
60076
60077         Module lchown.
60078         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60079         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60080
60081         Module makepath.
60082         * m4/makepath.m4: New file.
60083
60084         Module modechange.
60085         * m4/modechange.m4: New file.
60086
60087         Module mountlist.
60088         * m4/mountlist.m4: New file.
60089         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60090         Indentation.
60091
60092         Module path-concat.
60093         * m4/path-concat.m4: New file.
60094
60095         Module pathmax.
60096         * m4/pathmax.m4: New file.
60097
60098         Module same.
60099         * m4/same.m4: New file.
60100
60101         Module save-cwd.
60102         * m4/save-cwd.m4: New file.
60103
60104         Module savedir.
60105         * m4/savedir.m4: New file.
60106
60107         Module xgetcwd.
60108         * m4/xgetcwd.m4: New file.
60109         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60110
60111         Module xreadlink.
60112         * m4/xreadlink.m4: New file.
60113
60114         Module safe-read.
60115         * m4/safe-read.m4: New file.
60116
60117         Module safe-write.
60118         * m4/safe-write.m4: New file.
60119
60120         Module closeout.
60121         * m4/closeout.m4: New file.
60122
60123         Module stdio-safer.
60124         * m4/stdio-safer.m4: New file.
60125
60126         Module getpass.
60127         * m4/getpass.m4: New file.
60128
60129         Module getugroups.
60130         * m4/getugroups.m4: New file.
60131
60132         Module group-member.
60133         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60134         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60135
60136         Module idcache.
60137         * m4/idcache.m4: New file.
60138
60139         Module userspec.
60140         * m4/userspec.m4: New file.
60141
60142         Module gettime.
60143         * m4/clock_time.m4: New file.
60144         * m4/gettime.m4: New file.
60145
60146         Module settime.
60147         * m4/settime.m4: New file.
60148
60149         Module posixtm.
60150         * m4/posixtm.m4: New file.
60151
60152         Module gethostname.
60153         * m4/gethostname.m4: New file.
60154
60155         Module canon-host.
60156         * m4/canon-host.m4: New file.
60157
60158         Module gettext.
60159         * m4/codeset.m4: New file, from gettext-0.11.5.
60160         * m4/gettext.m4: New file, from gettext-0.11.5.
60161         * m4/glibc21.m4: New file, from gettext-0.11.5.
60162         * m4/iconv.m4: New file, from gettext-0.11.5.
60163         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60164         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60165         * m4/inttypes.m4: New file, from gettext-0.11.5.
60166         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60167         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60168         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60169         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60170         * m4/lib-link.m4: New file, from gettext-0.11.5.
60171         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60172         * m4/progtest.m4: New file, from gettext-0.11.5.
60173         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60174         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60175         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60176
60177         Module localcharset.
60178         * m4/localcharset.m4: New file.
60179
60180         Module hard-locale.
60181         * m4/hard-locale.m4: New file.
60182
60183         Module mbswidth.
60184         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60185         onceonly macros.
60186         * m4/mbrtowc.m4: Add comment.
60187
60188         Module memcasecmp.
60189         * m4/memcasecmp.m4: New file.
60190
60191         Module memcoll.
60192         * m4/memcoll.m4: New file.
60193
60194         Module unicodeio.
60195         * m4/unicodeio.m4: New file.
60196
60197         Module rpmatch.
60198         * m4/rpmatch.m4: New file.
60199
60200         Module yesno.
60201         * m4/yesno.m4: New file.
60202
60203         Module exitfail.
60204         * m4/exitfail.m4: New file.
60205
60206         Module c-stack.
60207         * m4/c-stack.m4 (gl_C_STACK): New macro.
60208         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60209
60210         Module error.
60211         * m4/error.m4 (gl_ERROR): New macro.
60212         (jm_PREREQ_ERROR): Use onceonly macros.
60213
60214         Module fatal.
60215         * m4/fatal.m4: New file.
60216
60217         Module getloadavg.
60218         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60219         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60220
60221         Module getpagesize.
60222         * m4/getpagesize.m4: New file.
60223
60224         Module getusershell.
60225         * m4/getusershell.m4: New file.
60226
60227         Module physmem.
60228         * m4/physmem.m4: New file.
60229
60230         Module posixver.
60231         * m4/posixver.m4: New file.
60232
60233         Module quotearg.
60234         * m4/quotearg.m4: New file.
60235
60236         Module quote.
60237         * m4/quote.m4: New file.
60238
60239         Module readutmp.
60240         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60241
60242         Module sig2str.
60243         * m4/sig2str.m4: New file.
60244
60245         Other.
60246         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60247         ulonglong.m4.
60248         * m4/intmax_t.m4: New file.
60249         * m4/d-type.m4: Indentation.
60250         * m4/jm-macros.m4: Update.
60251         * m4/prereq.m4 (jm_PREREQ): Update.
60252         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60253         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60254         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60255         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60256         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60257         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60258         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60259         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60260         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60261         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60262         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60263         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60264         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60265         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60266         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60267         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60268         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60269         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60270         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60271
60272 2002-12-24  Bruno Haible  <bruno@clisp.org>
60273
60274         * MODULES.txt: Update according to m4/ changes.
60275
60276         Module gettext.
60277         * config.rpath: New file, from gettext-0.11.5.
60278
60279         * modules/*: New module descriptions.
60280         * gnulib-tool: New file.
60281         * MODULES.html.sh: New file.
60282
60283 2002-12-21  Karl Berry  <karl@gnu.org>
60284
60285         * doc/fdl.texi: update to version 1.2.
60286
60287 2002-12-19  Karl Berry  <karl@gnu.org>
60288
60289         * config/config.guess: update from prep.
60290
60291 2002-12-18  Bruno Haible  <bruno@clisp.org>
60292
60293         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60294         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60295
60296 2002-12-17  Bruno Haible  <bruno@clisp.org>
60297
60298         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60299         stdlib.h, string.h.
60300
60301 2002-12-17  Bruno Haible  <bruno@clisp.org>
60302
60303         * lib/canon-host.c (strdup): Remove unused declaration.
60304
60305         * lib/fsusage.c: Include full_read.h.
60306         (get_fs_usage): Use full_read instead of safe_read.
60307
60308         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60309
60310 2002-12-12  Karl Berry  <karl@gnu.org>
60311
60312         * config/config.guess: update from prep.
60313
60314 2002-12-11  Bruno Haible  <bruno@clisp.org>
60315
60316         * m4/setenv.m4: New file, from gettext-0.11.5.
60317
60318 2002-12-11  Bruno Haible  <bruno@clisp.org>
60319
60320         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60321         not unsetenv().
60322         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60323         modifications:
60324
60325         2002-12-11  Bruno Haible  <bruno@clisp.org>
60326
60327                 * setenv.c (alloca): Fall back to malloc.
60328                 (freea): New macro.
60329                 (setenv): Use freea() to free memory allocated with alloca().
60330
60331         2002-11-13  Bruno Haible  <bruno@clisp.org>
60332
60333                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60334                 function declarations.
60335                 * unsetenv.c (unsetenv): Likewise.
60336
60337         2002-03-04  Bruno Haible  <bruno@clisp.org>
60338
60339                 Portability to AIX 4.3.3.
60340                 * unsetenv.c: New file, extracted from setenv.c.
60341                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60342
60343         2001-12-20  Bruno Haible  <bruno@clisp.org>
60344
60345                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60346                 use malloc instead. For SunOS 4.
60347
60348         2001-12-11  Bruno Haible  <bruno@clisp.org>
60349
60350                 * setenv.c: Declare alloca.
60351                 (compar_fn_t): New typedef.
60352                 (KNOWN_VALUE, STORE_VALUE): Use it.
60353
60354         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60355         setenv.h.
60356
60357 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60358
60359         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60360         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60361         Choose values that are less likely to collide with system fnmatch
60362         options.
60363         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60364         defined (e.g., a pure POSIX system).
60365         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60366         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60367
60368 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60369
60370         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60371         a pain in practice to deal with generated m4 files.  This change
60372         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60373
60374         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60375         and jm-glibc-io.m4, as they are no longer a special case.
60376         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60377         kludge and the auto-generation stuff.  Check only whether the
60378         functions are declared, not whether they exist, since older hosts
60379         that don't declare the functions can't use the optimization anyway.
60380
60381 2002-12-06  Jim Meyering  <jim@meyering.net>
60382
60383         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60384
60385         Merge in changes from libc's misc/error.c, in preparation
60386         for the merge of gnulib's changes back into libc.
60387
60388         * lib/error.c (_): Define only if not already defined.
60389         Move definition to follow all #include directives.
60390         Include unlocked-io.h only if !_LIBC.
60391         [_LIBC]: Include <libio/libioP.h>.
60392         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60393         (fflush): Tweak definition to use INTUSE.
60394         (putc): Define.
60395
60396 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60397
60398         * lib/alloca.c [defined emacs]: Include "lisp.h".
60399         (xalloc_die) [defined emacs]: New macro.
60400         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60401         [! defined emacs]: Include <xalloc.h>.
60402         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60403         (pointer): Typedef to POINTER_TYPE *.
60404         (malloc): Remove decl; we now always use xmalloc.
60405         (alloca): Use old-style definition, since Emacs needs this.
60406         Check for arithmetic overflow when computing combined size.
60407
60408 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60409
60410         Do not generate unlocked-io.h automatically, since it's easier to
60411         maintain it by hand.
60412
60413         * lib/unlocked-io.h: New file, from GNU diffutils,
60414         but with proper copyright notice and attribution.
60415         * lib/gen-uio: Remove.
60416         * lib/Makefile.am: Add copyright notice.
60417         (libfetish_a_SOURCES): Add unlocked-io.h.
60418         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60419         (DISTCLEANFILES, io_functions): Remove macros.
60420         (EXTRA_DIST): Remove gen_uio.
60421         (unlocked-io.h): Remove rule.
60422
60423 2002-12-04  Jim Meyering  <jim@meyering.net>
60424
60425         Reflect the fact that stat.c and lstat.c are no longer generated.
60426         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60427         (DISTCLEANFILES): Likewise.
60428         (EXTRA_DIST): Likewise.
60429         (all_local): Don't depend on stat.c or lstat.c.
60430         (stat.c, lstat.c): Remove rules.
60431         (EXTRA_DIST): Remove xstat.in.
60432
60433         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60434         * lib/stat.c: New file.  Contents mostly from xstat.in.
60435         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60436         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60437
60438         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60439         too.
60440         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60441
60442 2002-12-03  Jim Meyering  <jim@meyering.net>
60443
60444         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60445         but not semantics, to minimize the differences between these two files.
60446         (safe_read): Change comment to mention SAFE_READ_ERROR.
60447
60448         * lib/safe-read.c (IS_EINTR): Define.
60449         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60450
60451 2002-12-02  Jim Meyering  <jim@meyering.net>
60452
60453         * lib/safe-read.c (EINTR): Define.
60454         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60455         (INT_MAX): Provide fallback.
60456         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60457
60458         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60459
60460 2002-12-02  Bruno Haible  <bruno@clisp.org>
60461
60462         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60463         Define, taken from safe-read.c.
60464         (INT_MAX): Provide fallback.
60465         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60466         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60467
60468         * lib/safe-read.c (EINTR): Remove definition.
60469         (safe_read): Don't use EINTR if it is absent.
60470
60471 2002-12-01  Jim Meyering  <jim@meyering.net>
60472
60473         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60474         zero.
60475         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60476
60477 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60478
60479         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60480         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60481         with `if (! (value < limit)) abort ();', for readability.
60482
60483 2002-11-26  Karl Berry  <karl@gnu.org>
60484
60485         * lib/strdup.c: copy from libc again, with jim's ok.
60486         * lib/.cppi-disable: re-add strdup.c
60487
60488 2002-11-25  Karl Berry  <karl@gnu.org>
60489
60490         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60491         instead of "strtol.c".
60492
60493 2002-11-25  Karl Berry  <karl@gnu.org>
60494
60495         * config/install-sh: update from automake for variable quoting, $0 in
60496         error msgs, etc.
60497
60498         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60499         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60500         entry.
60501
60502 2002-11-25  Jim Meyering  <jim@meyering.net>
60503
60504         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60505
60506 2002-11-24  Karl Berry  <karl@gnu.org>
60507
60508         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60509         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60510
60511 2002-11-24  Jim Meyering  <jim@meyering.net>
60512
60513         Update from coreutils:
60514
60515         * lib/mktime.c: Merge in changes from libc.
60516
60517         Avoid a link-time failure on some Linux systems.
60518         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60519         (otherwise).
60520         (__mon_yday): Declare with the STATIC attribute.
60521         (__mktime_internal): Likewise.
60522         Based on a report from Greg Schafer.
60523
60524 2002-11-23  Jim Meyering  <jim@meyering.net>
60525
60526         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60527         Use `unsigned', not `int', as type of index.
60528
60529         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60530
60531         * lib/fsusage.c: Remove unneeded parentheses around operands of
60532         `defined'.
60533
60534 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60535
60536         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60537         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60538         so that we can be included first.
60539         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60540         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60541         No need to include stddef.h or sys/types.h any more.
60542         Surround local include files with "", not "<>".
60543         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60544         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60545         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60546         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60547         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60548         (ISPRINT): Remove; no longer needed now that we assume C89.
60549
60550         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60551         Preserve errno.
60552
60553         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60554         quotearg_char): Use SIZE_MAX rather than
60555         (size_t) -1 when we are talking about "infinity".
60556
60557         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60558
60559 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60560
60561         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60562         hint that one should use `if (! x) abort ();' rather than `assert
60563         (x);', and anyway it's one less thing to worry about configuring.
60564         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60565         hash_rehash, hash_insert): Use abort rather than assert.
60566
60567 2002-11-22  Bruno Haible  <bruno@clisp.org>
60568
60569         * lib/safe-read.h: Assume C89. Add comments.
60570         (safe_read): Change return type to size_t.
60571         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60572         byte counts > SSIZE_MAX correctly.
60573         * lib/safe-write.h: New file.
60574         * lib/safe-write.c: New file.
60575         * lib/full-read.h: New file.
60576         * lib/full-read.c: New file.
60577         * lib/full-write.h: Assume C89. Add comments.
60578         * lib/full-write.c: Include safe-write.h.
60579         (full_write): Rewritten to use safe_write.
60580         Suggested by Jim Meyering and Paul Eggert.
60581
60582 2002-11-21  Jim Meyering  <jim@meyering.net>
60583
60584         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60585
60586         Merge in changes from the coreutils.
60587
60588         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60589         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60590         <stdint.h>.
60591         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60592         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60593         int.  Work more efficiently if X is the same width as uintmax_t.
60594         Do not compare X to -1, to avoid bogus compiler warning.
60595         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60596         Don't assume that f_frsize and f_bsize are the same type.
60597
60598         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60599         warning on FreeBSD.
60600
60601         * lib/makepath.c (make_path): Restore umask *before* creating the final
60602         component.
60603         (make_path): Minor reformatting.
60604
60605         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60606         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60607         HAVE_MALLOC/HAVE_REALLOC.
60608
60609         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60610         dummy ones.  At least on GNU/Linux systems, `auto' means something
60611         else.
60612         From Michael Stone.
60613
60614 2002-11-21  Bruno Haible  <bruno@clisp.org>
60615
60616         Remove case insensitive option matching.
60617         * lib/argmatch.h (argcasematch): Remove declaration.
60618         (ARGCASEMATCH): Remove macro.
60619         (__xargmatch_internal): Remove case_sensitive argument.
60620         (XARGMATCH): Update.
60621         (XARGCASEMATCH): Remove macro.
60622         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60623         case_sensitive argument.
60624         (argcasematch): Remove function.
60625         (__xargmatch_internal): Remove case_sensitive argument.
60626         (main): Use XARGMATCH instead of XARGCASEMATCH.
60627
60628         * lib/xmalloc.c: Change compile-time error message. Add comment about
60629         required autoconf version.
60630
60631 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60632
60633         Merge argmatch cleanups from Bison.  Assume C89.
60634
60635         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60636         Include stdlib.h, for EXIT_FAILURE.
60637         Always include <string.h>, since we assume C89.
60638         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60639         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60640         Include <stddef.h> instead, since it's all we need for size_t.
60641         (PARAMS): Remove.  All uses removed.
60642         (ARRAY_CARDINALITY): Do not bother to #undef.
60643         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60644         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60645         Remove unnecessary parentheses.
60646         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60647         Insert necessary parentheses.
60648         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60649         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60650
60651 2002-11-19  Bruno Haible  <bruno@clisp.org>
60652
60653         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60654         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60655
60656         * lib/mbswidth.h (PARAMS): Remove macro.
60657         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60658         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60659
60660         * lib/gcd.h (PARAMS): Remove macro.
60661         (gcd): Use ANSI C function declarations.
60662         * lib/gcd.c (gcd): Likewise.
60663
60664 2002-11-15  Bruno Haible  <bruno@clisp.org>
60665
60666         * lib/strcspn.c: Include <stddef.h>.
60667         (strcspn): Use ANSI C function declaration. Change return type to
60668         size_t. Use NULL.
60669         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60670         (strpbrk): Use NULL.
60671         * lib/strpbrk.h (PARAMS): Remove macro.
60672         (strpbrk): Use ANSI C function declaration.
60673         * lib/strstr.c: Don't include <sys/types.h>.
60674         * lib/strstr.h (PARAMS): Remove macro.
60675         (strstr): Use ANSI C function declarations.
60676
60677 2002-11-14  Karl Berry  <karl@gnu.org>
60678
60679         * config/mkinstalldirs: `do' on separate line, instead of
60680         `for var; do'.
60681
60682 2002-11-06  Bruno Haible  <bruno@clisp.org>
60683
60684         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60685         * lib/gcd.c (gcd): Likewise.
60686
60687 2002-11-05  Bruno Haible  <bruno@clisp.org>
60688
60689         * lib/gcd.h: New file, from gettext-0.11.5.
60690         * lib/gcd.c: New file, from gettext-0.11.5.
60691
60692 2002-11-05  Bruno Haible  <bruno@clisp.org>
60693
60694         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60695         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60696         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60697         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60698
60699         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60700         <libintl.h>.
60701         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60702         <libintl.h>.
60703
60704         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60705         * lib/human.c: Include gettext.h instead of <libintl.h>.
60706         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60707         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60708         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60709         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60710         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60711         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60712         (textdomain): Remove definition.
60713         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60714
60715         * lib/long-options.c: Remove include of <libintl.h> and definition of
60716         _.
60717         * lib/same.c: Remove include of <libintl.h> and definition of _.
60718
60719 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60720
60721         * lib/config.charset: A few additions for Solaris.
60722
60723 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60724
60725         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60726         * lib/localcharset.c (locale_charset): Declare as extern "C".
60727
60728 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60729
60730         * lib/config.charset: msdos in uk_UA uses CP1125.
60731
60732 2002-11-04  Bruno Haible  <bruno@clisp.org>
60733
60734         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60735         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60736         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60737         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60738         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60739
60740 2002-11-04  Bruno Haible  <bruno@clisp.org>
60741
60742         * lib/localcharset.c (locale_charset): Don't return an empty string.
60743
60744 2002-11-04  Bruno Haible  <bruno@clisp.org>
60745
60746         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60747         aliases.
60748
60749 2002-11-04  Bruno Haible  <bruno@clisp.org>
60750
60751         * lib/config.charset: Update for newest glibc. Add canonical names
60752         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60753
60754 2002-11-04  Bruno Haible  <bruno@clisp.org>
60755
60756         * lib/config.charset: Add support for NetBSD.
60757
60758 2002-11-04  Bruno Haible  <bruno@clisp.org>
60759
60760         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60761
60762 2002-11-01  Bruno Haible  <bruno@clisp.org>
60763
60764         * configure.in: Add AC_CONFIG_AUX_DIR call.
60765         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60766         test/Makefile.
60767         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60768
60769 2002-09-28  Karl Berry  <karl@gnu.org>
60770
60771         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60772         installed automake until the next release, since changes have been
60773         made.
60774
60775 2002-09-25  Karl Berry  <karl@gnu.org>
60776
60777         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60778         * lib/getopt*: copy from libc/posix.
60779         * lib/gettext.h: copy from gettext.
60780         * lib/.cppi-disable: add strdup.c, gettext.h.
60781
60782 2002-09-25  Karl Berry  <karl@gnu.org>
60783
60784         * config/srclist.txt: enable gettext.h check.
60785         * config/config.{guess,sub}: update from prep.
60786         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60787                 from automake 1.6.3.
60788         See srclist*.
60789
60790 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60791
60792         * regex.c (PATFETCH): Remove the translating fetch.
60793         (PATFETCH_RAW): Rename to PATFETCH.
60794         (set_image_of_range): New fun.
60795         (SET_RANGE_TABLE_WORK_AREA): Use it.
60796         (regex_compile): Don't translate the pattern chars so eagerly.
60797         Only do it when inserting an `exactn' bytecode or when handling
60798         a char-range.
60799         (mutually_exclusive_p): Avoid empty statement.
60800
60801 2002-07-06  Jim Meyering  <meyering@lucent.com>
60802
60803         * m4/README: Don't mention Makefile.am.in.
60804         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60805
60806 2002-07-01  Jim Meyering  <meyering@lucent.com>
60807
60808         * lib/c-stack.c: Include sys/time.h.
60809         From Volker Borchert.
60810
60811 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60812
60813         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60814
60815 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60816
60817         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60818         New macro.  Use it uniformly instead of
60819         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60820         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60821         reported by Vin Shelton.
60822
60823 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60824
60825         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60826         Do not assume SA_SIGINFO behavior.
60827         Bug reported by Jim Meyering on NetBSD 1.5.2.
60828
60829 2002-06-22  Jim Meyering  <meyering@lucent.com>
60830
60831         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60832         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60833
60834         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60835         now that configure.ac uses AC_GNU_SOURCE.
60836         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60837         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60838
60839         Update to latest tools.  Suggestions from Paul Eggert.
60840         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60841         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60842         * m4/fnmatch.m4: Likewise.
60843         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60844         to AC_HEADER_STDBOOL
60845
60846 2002-06-22  Jim Meyering  <meyering@lucent.com>
60847
60848         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60849         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60850
60851 2002-06-22  Jim Meyering  <meyering@lucent.com>
60852
60853         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60854
60855         * lib/exitfail.c, exitfail.h: Likewise.
60856         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60857
60858         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60859         of fnmatch.h.
60860         (EXTRA_DIST): Add fnmatch_loop.c.
60861         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60862
60863         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60864         * lib/fnmatch.c: Update from diffutils-2.8.2.
60865         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60866         * lib/fnmatch.h: Remove file.
60867
60868 2002-06-21  Jim Meyering  <meyering@lucent.com>
60869
60870         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60871         * m4/mbrtowc.m4: Likewise.
60872
60873         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60874         * m4/mbswidth.m4: Reflect name change:
60875         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60876         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60877
60878         * m4/lib-link.m4: Update from gettext-0.11.2.
60879         * m4/gettext.m4: Likewise.
60880
60881         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60882         From Alfred M. Szmidt.
60883
60884 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60885
60886         * lib/file-type.h: Report an error if neither S_ISREG nor
60887         S_IFREG is defined, instead of using a test specific to glibc
60888         2.2.  This should be safe, since POSIX requires S_ISREG and
60889         Unix Version 7 had S_IFREG.  We don't need to check for
60890         <sys/types.h> since we don't use any symbols that it defines.
60891
60892 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60893
60894         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60895         $@-t, so that each temporary file name is unique and valid in the first
60896         8 characters, for operation under DOS.
60897
60898 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60899
60900         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60901
60902 2002-06-15  Jim Meyering  <meyering@lucent.com>
60903
60904         Work even with DJGPP 2.03, which lacks support for symlinks.
60905         From Richard Dawe.
60906         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60907         is defined.
60908         * lib/lchown.c (S_ISLNK): Likewise.
60909
60910 2002-06-15  Jim Meyering  <meyering@lucent.com>
60911
60912         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60913         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60914         have been included before this file.
60915
60916 2002-06-14  Jim Meyering  <meyering@lucent.com>
60917
60918         * lib/file-type.h: Use the version from diffutils-2.8.2.
60919         * lib/file-type.c: Likewise.
60920
60921 2002-06-07  Jim Meyering  <meyering@lucent.com>
60922
60923         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60924         They're needed at least for NetBSD 1.5.2.
60925         ($statxfs_includes): Include those same headers.
60926         ($statxfs_includes): Include sys/vfs.h if available.
60927         ($statxfs_includes): Likewise for sys/statvfs.h.
60928         Check for the following members in both structs statfs and statvfs:
60929         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60930
60931 2002-06-01  Jim Meyering  <meyering@lucent.com>
60932
60933         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60934         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60935
60936 2002-05-28  Jim Meyering  <meyering@lucent.com>
60937
60938         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60939         Reported by Volker Borchert.
60940
60941 2002-05-27  Jim Meyering  <meyering@lucent.com>
60942
60943         Fix a problem seen only on nonconforming systems whereby ls.c's
60944         use of localtime, and then of gettimeofday would cause trouble:
60945         the localtime call used to initialize rpl_gettimeofday's save
60946         mechanism would clobber ls's current local time information so
60947         that in any long listing the first file would always be listed
60948         with date 1970-01-01.  Analysis by Volker Borchert.
60949
60950         * lib/gettimeofday.c (localtime): Undefine.
60951         (rpl_localtime): New function.
60952
60953 2002-05-27  Jim Meyering  <meyering@lucent.com>
60954
60955         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60956         localtime.
60957
60958         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60959         use the replacement function; it wouldn't resolve at link time.
60960         Reported by Volker Borchert.
60961
60962 2002-05-22  Jim Meyering  <meyering@lucent.com>
60963
60964         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60965         file-type.h.
60966         * lib/file-type.h: New file.
60967         * lib/file-type.c (file_type): New file/function.  Extracted from
60968         diffutils.
60969
60970 2002-04-30  Jim Meyering  <meyering@lucent.com>
60971
60972         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60973
60974 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60975
60976         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60977
60978 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60979
60980         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60981         Do not check for alloca.h (no longer used) or stdbool.h (was never
60982         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60983
60984 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60985
60986         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60987
60988 2002-04-29  Jim Meyering  <meyering@lucent.com>
60989
60990         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60991         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60992         Use AC_FUNC_STRNLEN here instead.
60993
60994         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60995         With autoconf-2.53a, it's part of AC_PROG_CC.
60996
60997 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60998
60999         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61000         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61001
61002 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61003
61004         * lib/sig2str.h, lib/sig2str.c: New files.
61005         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61006
61007 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61008
61009         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61010         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61011         of 127, since 64 is the largest conceivable number for ancient
61012         nonstandard hosts.
61013         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61014
61015 2002-04-28  Jim Meyering  <meyering@lucent.com>
61016
61017         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61018
61019 2002-04-24  Jim Meyering  <meyering@lucent.com>
61020
61021         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61022         (jm_PREREQ): Use it.
61023
61024         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61025         mach/mach.h fcntl.h.
61026         Check for this function: setlocale.
61027
61028 2002-04-24  Jim Meyering  <meyering@lucent.com>
61029
61030         * lib/gettext.h: New file, from Gettext.
61031         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61032         (libfetish_a_SOURCES): Add gettext.h.
61033
61034 2002-04-16  Jim Meyering  <meyering@lucent.com>
61035
61036         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61037         ut_pid, ut_id, ut_exit.
61038
61039 2002-04-16  Jim Meyering  <meyering@lucent.com>
61040
61041         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61042         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61043         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61044
61045 2002-04-12  Jim Meyering  <meyering@lucent.com>
61046
61047         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61048         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61049         existence of the getmntinfo function.  Needed for Darwin 5.3.
61050
61051         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61052         This is necessary at least on Darwin 5.3.
61053
61054         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61055         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61056         strnlen.o in the library, and that makes some versions of ranlib
61057         object.
61058
61059 2002-04-12  Jim Meyering  <meyering@lucent.com>
61060
61061         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61062
61063 2002-04-09  Jim Meyering  <meyering@lucent.com>
61064
61065         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61066         to be more precise.  Rather than saying we're checking whether the
61067         function `works', say what we're testing.
61068         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61069         Reported by Bruno Haible.
61070
61071 2002-03-10  Jim Meyering  <meyering@lucent.com>
61072
61073         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61074         Suggestion from Santiago Vila.
61075
61076 2002-03-08  Jim Meyering  <meyering@lucent.com>
61077
61078         * lib/rename.c: Mention that this wrapper is needed also on
61079         mips-dec-ultrix4.4 systems.
61080
61081 2002-03-02  Jim Meyering  <meyering@lucent.com>
61082
61083         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61084         not HAVE_CLOCK_SETTIME.
61085
61086 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61087
61088         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61089         Check for clock_settime.
61090
61091 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61092
61093         * lib/nanosleep.h: Rename to....
61094         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61095
61096         * lib/gettime.c: New file.
61097         * lib/settime.c: New file.
61098         * lib/stime.c: Remove.
61099
61100         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61101         timespec.h.  Remove nanosleep.h.
61102
61103 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61104
61105         * m4/acl.m4: New file.
61106         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61107         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61108
61109 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61110
61111         * lib/acl.c, lib/acl.h: New files.
61112         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61113
61114 2002-02-24  Jim Meyering  <meyering@lucent.com>
61115
61116         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61117         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61118         cause trouble.  Reported by Nelson Beebe.
61119
61120 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61121
61122         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61123         compilers that don't know that xalloc_die never returns.
61124
61125 2002-02-20  Jim Meyering  <meyering@lucent.com>
61126
61127         * lib/getdate.c: Regenerate using bison-1.33.
61128
61129 2002-02-17  Jim Meyering  <meyering@lucent.com>
61130
61131         * config/config.guess (main): Don't use `head -1'; it's no longer
61132         portable. Use `sed 1q' instead.
61133
61134 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61135
61136         * m4/codeset.m4: Upgrade to gettext-0.11.
61137         * m4/gettext.m4: Upgrade to gettext-0.11.
61138         * m4/glibc21.m4: Upgrade to gettext-0.11.
61139         * m4/iconv.m4: Upgrade to gettext-0.11.
61140         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61141         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61142         * m4/lib-ld.m4: New file, from gettext-0.11.
61143         * m4/lib-link.m4: New file, from gettext-0.11.
61144         * m4/lib-prefix.m4: New file, from gettext-0.11.
61145         * m4/progtest.m4: Upgrade to gettext-0.11.
61146
61147 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61148
61149         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61150         (jm_PREREQ): Use it.
61151
61152 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61153
61154         * lib/posixver.c, lib/posixver.h: New files.
61155         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61156
61157 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61158             Bruno Haible  <bruno@clisp.org>
61159
61160         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61161         (fwrite_success_callback): New declaration.
61162         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61163         print_unicode_char. Call failure callback instead of error.
61164         (fwrite_success_callback): New function.
61165         (exit_failure_callback): New function.
61166         (fallback_failure_callback): New function.
61167         (print_unicode_char): Call unicode_to_mb.
61168
61169 2002-01-26  Jim Meyering  <meyering@lucent.com>
61170
61171         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61172         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61173
61174 2002-01-26  Jim Meyering  <meyering@lucent.com>
61175
61176         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61177
61178 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61179
61180         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61181
61182 2002-01-22  Jim Meyering  <meyering@lucent.com>
61183
61184         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61185         Otherwise, some versions of automake would omit the rule that makes
61186         Makefile from Makefile.in.
61187
61188 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61189
61190         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61191         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61192         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61193         (memcoll): Set errno to zero if there is no error.
61194
61195         * lib/quotearg.c (quotearg_buffer_restyled):
61196         Fix bug with quoting buffers containing NUL when backslashing escapes.
61197         This bug was exposed by the other changes in this patch.
61198         (quotearg_n_options): New arg ARGSIZE.
61199         All callers changed.
61200         (quoting_options_from_style): New function.
61201         (quotearg_n_style): Use it.
61202         (quotearg_n_style_mem): New function.
61203
61204         * lib/quotearg.h (quotearg_n_style_mem): New function.
61205
61206 2002-01-19  Jim Meyering  <meyering@lucent.com>
61207
61208         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61209         Remove useless quotes: DF_PROG="df".
61210         * m4/strnlen.m4: New file.
61211
61212 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61213
61214         * lib/backupfile.c (ISDIGIT): Comment fix.
61215         * lib/getdate.y (ISDIGIT): Likewise.
61216         * lib/posixtm.c (ISDIGIT, year): Likewise.
61217         * lib/strverscmp.c (ISDIGIT): Likewise.
61218         * lib/userspec.c (ISDIGIT): Likewise.
61219
61220 2002-01-16  Jim Meyering  <meyering@lucent.com>
61221
61222         * lib/getdate.y: Add three semicolons, each just before a closing
61223         brace. Bison (as of version 1.31) no longer papers over that mistake.
61224
61225 2002-01-05  Jim Meyering  <meyering@lucent.com>
61226
61227         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61228
61229 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61230
61231         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61232         not silently exit merely because the output buffer happens to
61233         have nothing pending.
61234
61235 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61236
61237         See the big note in ../ChangeLog.
61238         * lib/human.c (suffixes): Prefer K to k for 1024.
61239         (generate_suffix_backwards): New function.
61240         (human_readable_inexact): Use it.
61241         * lib/xstrtol.c (__xstrtol): If there is no number but there
61242         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61243         Accept 'K' as well as 'k'.
61244
61245 2001-12-15  Jim Meyering  <meyering@lucent.com>
61246
61247         * lib/regex.h (__restrict_arr): Update from libc.
61248
61249         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61250         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61251         (STREQ): Define.
61252
61253 2001-12-14  Jim Meyering  <meyering@lucent.com>
61254
61255         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61256         Suggestion from Bruno Haible.
61257
61258 2001-12-10  Jim Meyering  <meyering@lucent.com>
61259
61260         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61261         xrealloc, Instead, include "xalloc.h".
61262         (initbuffer): Don't cast xmalloc return value to char*.
61263         (readline): Reword comment.
61264         Don't cast xrealloc return value to char*
61265         Return NULL, not 0.
61266
61267 2001-12-09  Jim Meyering  <meyering@lucent.com>
61268
61269         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61270         about `signed and unsigned type in conditional expression'.
61271         * lib/posixtm.c (posix_time_parse): Likewise.
61272
61273         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61274
61275         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61276         to avoid a pedantic warning.
61277
61278         * lib/getstr.c: Don't include assert.h.
61279         (getstr): Remove warning-evoking assertions.
61280         Return -1 if offset parameter is out of bounds.
61281         Change the type of a local from int to size_t.
61282
61283         * lib/strftime.c (my_strftime_localtime_r): Include this function
61284         definition in the `#if ! HAVE_TM_GMTOFF' block.
61285
61286         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61287         Include xalloc.h instead.
61288
61289 2001-12-02  Jim Meyering  <meyering@lucent.com>
61290
61291         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61292         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61293         included.
61294
61295         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61296         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61297
61298 2001-11-30  Akim Demaille  <akim@epita.fr>
61299
61300         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61301         before being defined.
61302
61303 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61304
61305         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61306         First arg is int, not unsigned.
61307         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61308         (SIZE_MAX, UINT_MAX): New macros.
61309         (quotearg_n_options): Abort if N is negative.
61310         Avoid overflow check on hosts where size_t is 64 bits and int
61311         is 32 bits, as overflow is impossible there.
61312         Fix off-by-one typo that caused unnecessary reallocation.
61313
61314 2001-11-27  Jim Meyering  <meyering@lucent.com>
61315
61316         * lib/tempname.c: Merge with version from libc.
61317         * lib/regex.c: Likewise.
61318
61319         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61320         systems for which STDC_HEADERS is 0, it was not included, resulting in
61321         a warning about an integer-to-pointer conversion problem with getenv.
61322         Reported by Volker Borchert.
61323
61324 2001-11-26  Jim Meyering  <meyering@lucent.com>
61325
61326         * lib/gtod.h: Remove file.
61327         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61328         * lib/gettimeofday.c: Don't include gtod.h.
61329         (GTOD_init): Remove function.
61330         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61331         Suggestion from Volker Borchert.
61332
61333 2001-11-23  Jim Meyering  <meyering@lucent.com>
61334
61335         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61336         it.
61337         * lib/hash.c (struct hash_table): Define it here instead.
61338
61339 2001-11-22  Jim Meyering  <meyering@lucent.com>
61340
61341         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61342
61343 2001-11-20  Jim Meyering  <meyering@lucent.com>
61344
61345         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61346         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61347
61348 2001-11-19  Jim Meyering  <meyering@lucent.com>
61349
61350         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61351         directory.  Use "conftestXXXXXX" as the template.
61352         Suggestion from Paul Eggert.
61353
61354         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61355         immediately, so the test doesn't mistakenly hit the max-open-files
61356         limit.
61357
61358 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61359
61360         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61361         (TEMPORARIES): New macro.
61362         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61363         removes an artificial limitation (e.g. HP-UX 10.20, where
61364         TMP_MAX is 17576).
61365
61366 2001-11-18  Jim Meyering  <meyering@lucent.com>
61367
61368         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61369
61370 2001-11-18  Jim Meyering  <meyering@lucent.com>
61371
61372         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61373         on SunOS 4.
61374
61375         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61376         files will be created before anything else.
61377
61378 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61379
61380         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61381         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61382
61383 2001-11-17  Jim Meyering  <meyering@lucent.com>
61384
61385         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61386         Prompted by a report from Bob Proulx.
61387
61388         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61389         Instead, require UTILS_FUNC_MKSTEMP.
61390
61391 2001-11-17  Jim Meyering  <meyering@lucent.com>
61392
61393         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61394         Now, that's done as part of AC_FUNC_STRTOD.
61395
61396 2001-11-17  Jim Meyering  <meyering@lucent.com>
61397
61398         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61399         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61400         rather than group writable.  Patch by Juan F. Codagnone.
61401
61402         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61403         xrealloc, Instead, include "xalloc.h".
61404
61405         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61406         Remove explicit declarations of xmalloc, xrealloc,
61407         and xstrdup.  Instead, include "xalloc.h".
61408
61409         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61410         unlocked-io.h.
61411         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61412         Likewise.
61413         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61414
61415         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61416         Reported by Padraig Brady.
61417
61418         * lib/mkstemp.c: #undef mkstemp.
61419         Include config.h.
61420         (rpl_mkstemp): Rename from mkstemp.
61421         Protoize.
61422
61423 2001-11-16  Jim Meyering  <meyering@lucent.com>
61424
61425         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61426         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61427         determine the amount of total physical memory, use pstat_getstatic.
61428         HPUX-11 doesn't define _SC_PHYS_PAGES.
61429         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61430         If sysconf couldn't be used to determine the amount of available
61431         physical memory, use both pstat_getstatic and pstat_getdynamic.
61432         Based on a patch from Bob Proulx.
61433
61434 2001-11-10  Jim Meyering  <meyering@lucent.com>
61435
61436         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61437         (jm_PREREQ): Use it.
61438
61439 2001-11-09  Jim Meyering  <meyering@lucent.com>
61440
61441         * m4/jm-macros.m4: Require autoconf-2.52f.
61442         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61443         Use these AC_-prefixed names, not the AM_-prefixed ones.
61444
61445         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61446
61447 2001-11-05  Jim Meyering  <meyering@lucent.com>
61448
61449         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61450
61451 2001-11-04  Jim Meyering  <meyering@lucent.com>
61452
61453         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61454         $DEFS.
61455
61456 2001-11-03  Jim Meyering  <meyering@lucent.com>
61457
61458         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61459         of AC_DEFUN.
61460
61461         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61462         know the name of the variable in the macro definition.
61463
61464 2001-11-03  Jim Meyering  <meyering@lucent.com>
61465
61466         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61467         in argmatch_to_argument call.
61468
61469         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61470         argument.
61471
61472         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61473         e.g., a fault due to an attempt to free a NULL pointer.
61474
61475 2001-11-01  Jim Meyering  <meyering@lucent.com>
61476
61477         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61478         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61479
61480 2001-11-01  Jim Meyering  <meyering@lucent.com>
61481
61482         * lib/dirfd.c, lib/dirfd.h: New files.
61483         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61484
61485         * lib/hash.c (hash_print) [TESTING]: Clean up.
61486
61487 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61488
61489         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61490         to avoid a warning if -Wall.
61491
61492 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61493
61494         * README: New file
61495         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61496         (per RMS's instructions, this is now the canonical source)
61497         * lgpl/, gpl/: New directories.
61498
61499 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61500
61501         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61502
61503 2001-10-21  Jim Meyering  <meyering@lucent.com>
61504
61505         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61506         this code would end up calling gettext even in packages built
61507         with --disable-nls.
61508         * lib/getopt.c (_): Likewise.
61509         * lib/regex.c (_): Likewise.
61510
61511 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61512
61513         * m4/error.m4 (jm_PREREQ_ERROR):
61514         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61515         AC_FUNC_STRERROR_R does that.
61516         Check for strerror declaration.
61517
61518         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61519         are supposed to have them these days.
61520         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61521         Merge changes from latest Autoconf CVS.
61522         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61523         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61524         POSIX decided to standardize on the int flavor of strerror_r.
61525
61526 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61527
61528         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61529         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61530         Use strerror_r that is only a macro, even if it is not a function.
61531         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61532         (private_strerror): Use prototypes, not old-style function definition.
61533         (print_errno_message): New function.
61534         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61535         char*-flavored one.
61536         (error_tail, error, error_at_line): Use it.
61537
61538 2001-10-11  Jim Meyering  <meyering@lucent.com>
61539
61540         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61541         and quote_n (1, ... to avoid clobbering a buffer.
61542
61543 2001-10-05  Jim Meyering  <meyering@lucent.com>
61544
61545         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61546         hash-pjw.h.
61547         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61548         * lib/hash-pjw.h: New file.
61549
61550 2001-09-30  Jim Meyering  <meyering@lucent.com>
61551
61552         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61553         `struct fsstat' has the `f_fstypename' member.
61554         Use that to define FS_TYPE, which is now used to make
61555         the getfsstat link test tighter.
61556
61557 2001-09-30  Jim Meyering  <meyering@lucent.com>
61558
61559         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61560         Include <sys/ucred.h>, for Apple Darwin.
61561         Include sys/mount.h and sys/fs_types.h only if available.
61562         (FS_TYPE): Define.
61563         (read_filesystem_list): Use FS_TYPE.
61564
61565 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61566
61567         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61568         a boolean context.
61569
61570 2001-09-29  Jim Meyering  <meyering@lucent.com>
61571
61572         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61573         [one-argument getmntent function]): Include stdio.h before mntent.h.
61574         SunOS 4.1.x needs it for the declaration of `FILE'.
61575         Patch by Volker Borchert.
61576
61577         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61578         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61579         sys/fs_types.h, and make the link-test for getfsstat guard #include
61580         directives with appropriate #if HAVE_*_H tests so that we can
61581         detect getfsstat on Apple Darwin1.3.7 systems.
61582         Reported by Nelson Beebe.
61583         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61584
61585 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61586
61587         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61588         #defines strtoimax.  Also treat the other strto* functions
61589         like strtoimax.
61590
61591         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61592         Check for strtoul and strtoumax,
61593         as those declarations are made even in the signed case.
61594         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61595         Likewise, for strtol and strtoimax.
61596
61597 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61598
61599         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61600         #defines strtoimax.  Also treat the other strto* functions
61601         like strtoimax.
61602
61603         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61604         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61605         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61606
61607 2001-09-26  Jim Meyering  <meyering@lucent.com>
61608
61609         Most macros in unlocked-io.h had the wrong number of arguments.
61610         * lib/gen-uio: New script.
61611         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61612         * lib/unlocked-io.hin: Remove file.
61613         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61614         rather than trying to embed it here.
61615         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61616         Reported by Padraig Brady.
61617
61618 2001-09-25  Volker Borchert  <bt@teknon.de>
61619
61620         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61621         `result'.
61622
61623 2001-09-24  Jim Meyering  <meyering@lucent.com>
61624
61625         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61626
61627 2001-09-23  Jim Meyering  <meyering@lucent.com>
61628
61629         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61630         instead of the mere test for existence of mntent.h.  The latter
61631         would get a false-positive on AIX 3.4 systems.
61632         In the outer getmntent if-block, don't die if neither of the getmntent
61633         tests succeeds.  Instead, just fall through and continue with the
61634         remaining tests.
61635
61636 2001-09-23  Jim Meyering  <meyering@lucent.com>
61637
61638         * lib/mountlist.c: Remove useless parentheses in #if directives.
61639         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61640         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61641
61642 2001-09-22  Jim Meyering  <meyering@lucent.com>
61643
61644         * m4/gettext.m4: New file.  From gettext.
61645         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61646         * m4/progtest.m4: Likewise
61647         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61648         * m4/glibc21.m4: Likewise.
61649
61650         * m4/libintl.m4: Remove.  No longer used.
61651
61652 2001-09-22  Jim Meyering  <meyering@lucent.com>
61653
61654         * lib/localcharset.c: Update from latest gettext.
61655         * lib/config.charset: Likewise.
61656
61657 2001-09-20  Jim Meyering  <meyering@lucent.com>
61658
61659         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61660         strtoimax.
61661         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61662         strtoumax.
61663
61664 2001-09-20  Jim Meyering  <meyering@lucent.com>
61665
61666         * lib/xstrtol.c (strtoimax): Guard declaration with
61667         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61668         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61669         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61670         (strtoumax): Likewise, for completeness (it wasn't necessary).
61671
61672 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61673
61674         * lib/strtoimax.c (HAVE_LONG_LONG):
61675         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61676         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61677         to work around bug in IBM C compiler.
61678
61679 2001-09-17  Jim Meyering  <meyering@lucent.com>
61680
61681         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61682         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61683         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61684         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61685         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61686         whenever the right hand side need not be expanded by the shell.
61687
61688 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61689
61690         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61691         library.  It's not correct, as some older glibcs are buggy.
61692         fnmatch wasn't fixed until glibc 2.2.
61693
61694         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61695         special shell magic here.
61696
61697 2001-09-16  Jim Meyering  <meyering@lucent.com>
61698
61699         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61700         * m4/jm-macros.m4: Require it.
61701
61702 2001-09-16  Jim Meyering  <meyering@lucent.com>
61703
61704         * lib/mkdir.c: New file.
61705
61706 2001-09-15  Jim Meyering  <meyering@lucent.com>
61707
61708         * m4/jm-macros.m4: Check for help2man.
61709
61710 2001-09-11  Jim Meyering  <meyering@lucent.com>
61711
61712         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61713         The body, by Paul Eggert, was moved here from configure.in.
61714         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61715
61716 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61717
61718         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61719         (jm_PREREQ): Use it.
61720
61721 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61722
61723         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61724         Use ssize_t, not int, to store result of readlink.
61725         Check for ssize_t overflow as well as size_t overflow,
61726         as POSIX says the result of readlink is implementation-defined
61727         when ssize_t overflows.
61728         Remove unnecessary cast to char*.
61729         Use free+malloc instead of realloc, as the storage doesn't need
61730         to be preserved and it's clearer and can be more efficient that way.
61731         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61732         * lib/xreadlink.h (xreadlink): Update prototype.
61733
61734 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61735
61736         * lib/xgetcwd.c: Revert some of the previous change; intead,
61737         fix the HAVE_GETCWD_NULL code to behave more like the
61738         !HAVE_GETCWD_NULL code used to.
61739
61740         Include "xalloc.h".
61741         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61742         invoke xalloc_die.
61743
61744 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61745
61746         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61747         sys/param.h, as pathmax.h includes them.
61748
61749 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61750
61751         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61752         (jm_PREREQ_XGETCWD): New macro.
61753
61754         * m4/getcwd.m4: New file.
61755
61756 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61757
61758         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61759         like the HAVE_GETCWD_NULL code.
61760         Include pathmax.h if not HAVE_GETCWD.
61761         Do not include xalloc.h.
61762         (INITIAL_BUFFER_SIZE): New symbol.
61763         Do not use xmalloc / xrealloc, since the caller is responsible for
61764         handling errors.  Preserve errno around `free' during failure.
61765         Do not overrun buffer when using getwd.
61766
61767 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61768
61769         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61770         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61771         getcwd (NULL, 0).
61772
61773 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61774
61775         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61776         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61777         spotted by Jim Meyering.
61778
61779 2001-09-03  Jim Meyering  <meyering@lucent.com>
61780
61781         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61782         failure.
61783
61784 2001-09-02  Jim Meyering  <meyering@lucent.com>
61785
61786         * lib/error.c: Update from GNU libc.
61787
61788 2001-09-01  Jim Meyering  <meyering@lucent.com>
61789
61790         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61791         Used by df.
61792
61793 2001-09-01  Jim Meyering  <meyering@lucent.com>
61794
61795         * lib/xreadlink.c: New file.
61796         * lib/xreadlink.h: New file.
61797         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61798         xreadlink.h.
61799
61800         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61801         doesn't conflict with sparc Solaris 7's definition in
61802         /usr/include/sys/int_types.h.
61803
61804         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61805         files.
61806         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61807         and strncasecmp as r-values.  Unixware didn't have declarations.
61808
61809 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61810
61811         * lib/xstrtol.h: Add copyright notice.
61812         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61813         LONGINT_INVALID_SUFFIX_CHAR.
61814
61815 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61816
61817         * lib/xstrtol.c (strtoimax): New decl.
61818
61819 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61820
61821         * lib/xgetcwd.c: Don't include pathmax.h.
61822         Include stdlib.h and unistd.h if available.
61823         Include xalloc.h.
61824         (xmalloc, xstrdup, free): Remove decls.
61825         (xgetcwd): Don't assume sizes fit in unsigned.
61826         Check for overflow when computing sizes.
61827         Simplify reallocation code.
61828
61829 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61830
61831         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61832         a directory's st_size can have an arbitrary value, so the old
61833         usage could waste an arbitrary amount of memory.  All uses
61834         changed.
61835         * lib/savedir.h: Update prototype.
61836
61837 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61838
61839         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61840
61841         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61842         old strtoimax.c.
61843
61844         Also, make the following further changes to make this file's
61845         configuration more similar to that of strtol.c:
61846         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61847         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61848         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61849         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61850         changed to signed values.
61851
61852         And make the following changes as well:
61853         Fix copyright notice, as 1999 was missing.
61854         (verify): New macro.
61855         (strtoimax): Check sizes at compile-time, not run-time.
61856         Prefer strtol to strtoll if both work.
61857         (main): Remove; it was not that useful and was a pain to maintain.
61858
61859         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61860
61861 2001-08-31  Jim Meyering  <meyering@lucent.com>
61862
61863         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61864         Use an initial, malloc'd, buffer of length 128 rather than
61865         a statically allocated one of length 1024.
61866
61867 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61868
61869         Simplify code, partly by assuming autoconf 2.52 semantics.
61870
61871         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61872
61873         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61874         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61875         All uses removed.
61876         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61877         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61878         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61879         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61880         jm_AC_HEADER_INTTYPES_H.
61881         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61882
61883         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61884
61885         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61886         Quote first arg of AC_DEFUN.
61887         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61888         since they are needed to parse the include file even if we need
61889         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61890         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61891         but with opposite signedness.
61892
61893 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61894
61895         Merge 'exclude' changes from tar 1.13.22.
61896         This fixes one or two unlikely storage allocation overflow bugs,
61897         but doesn't change user-visible behavior otherwise.
61898
61899 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61900
61901         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61902         (jm_PREREQ_EXCLUDE): New macro.
61903
61904 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61905
61906         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61907         tm to be declared.
61908
61909 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61910
61911         * lib/hash.c: Remove '2001' from copyright notice.
61912
61913 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61914
61915         * lib/full-write.h: New file.
61916         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61917         * lib/full-write.c: Correct credits, as cccp.c no longer
61918         exists and anyway it was so heavily changed from the old cccp
61919         code as to be unrecognizable.  Include full-write.h.
61920         (full_write) Return size_t, with short writes meaning failure.
61921         All callers changed.  This fixes a bug with large buffers
61922         on 64-bit hosts.
61923         * lib/utime.c: Include full-write.h.
61924
61925 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61926
61927         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61928         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61929         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61930         Include if available.
61931         (<xalloc.h>): Include
61932         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61933         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61934         collide with FNM macros.
61935         (struct patopts): New struct.
61936         (struct exclude): Use it, as exclude patterns now come with options.
61937         (new_exclude): Support above changes.
61938         (new_exclude, add_exclude_file):
61939         Initial size must now be a power of two to simplify overflow checking.
61940         (free_exclude, fnmatch_no_wildcards): New function.
61941         (excluded_filename): No longer requires options arg, as the options
61942         are determined by add_exclude.  Now returns bool, not int.
61943         (excluded_filename, add_exclude):
61944         Add support for the fancy new exclusion options.
61945         (add_exclude, add_exclude_file): Now takes int options arg.
61946         Check for arithmetic overflow when computing sizes.
61947         (add_exclude_file): xrealloc might modify errno, so don't
61948         realloc until after errno might be used.
61949
61950         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61951         New macros.
61952         (free_exclude): New decl.
61953         (add_exclude, add_exclude_file): Now takes int options arg.
61954         (excluded_filename): No longer requires options arg, as the options
61955         are determined by add_exclude.  Now returns bool, not int.
61956
61957 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61958
61959         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61960
61961 2001-08-27  Jim Meyering  <meyering@lucent.com>
61962
61963         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61964
61965         * lib/version-etc.c (N_): Remove definition.
61966         Revert most of last change.
61967         Instead, simply don't mark the `Copyright...' string for translation.
61968         Based on advice from Paul Eggert.
61969
61970         * lib/strtoxmax.c: Tweak comment.
61971
61972 2001-08-26  Jim Meyering  <meyering@lucent.com>
61973
61974         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61975
61976         * m4/xstrtoimax.m4: New file.
61977         * m4/xstrtoumax.m4: Add comments explaining why we
61978         AC_REPLACE_FUNCS(strtol).
61979
61980 2001-08-26  Jim Meyering  <meyering@lucent.com>
61981
61982         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61983         of copyright with `%s' so translators don't get an untranslated
61984         message in 2002.
61985         (COPYRIGHT_YEAR): Define.
61986         (version_etc): Use fprintf rather than fputs.
61987         Suggestion from Ulrich Drepper.
61988
61989         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61990
61991         * lib/strtoll.c: New file, from GNU libc.
61992         * lib/xstrtoimax.c: New file.
61993
61994         * lib/xstrtol.h: Add xstrtoimax.
61995         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61996         * lib/strtoimax.c: New file.  Likewise, but first define
61997         STRTOUXMAX_SIGNED.
61998
61999         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62000         ...
62001         * lib/strtoxmax.c: ... then renamed to this.
62002
62003 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62004
62005         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62006         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62007         (jm_AC_TYPE_INTMAX_T): New macro.
62008         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62009
62010         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62011
62012         * m4/longlong.m4: Renamed from ulonglong.m4.
62013         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62014         * m4/uintmax_t.m4: Removed.
62015
62016 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62017
62018         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62019         Port to Solaris 8, where 'sed' requires a space after the 'r'
62020         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62021         Redirect output to $tmp just once.
62022
62023 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62024
62025         * lib/addext.c (<errno.h>): Include.
62026         (errno): Declare if not defined.
62027         (addext): Work correctly when pathconf returns -1 and leaves
62028         errno alone because there is no limit.  Also, work even if
62029         pathconf returns a value greater than SIZE_MAX.
62030
62031 2001-08-12  Jim Meyering  <meyering@lucent.com>
62032
62033         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62034         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62035         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62036         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62037         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62038         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62039         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62040         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62041         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62042         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62043         utime.m4, utimes.m4, xstrtoumax.m4:
62044         Quote the first argument in each use of AC_DEFUN.
62045
62046 2001-08-12  Jim Meyering  <meyering@lucent.com>
62047
62048         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62049         Simply `return getcwd (NULL, 0);'.
62050         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62051         Use 1300 as initial value for length, not PATH_MAX.
62052
62053         * lib/pathmax.h: Clean up cpp syntax.
62054
62055 2001-08-12  Jim Meyering  <meyering@lucent.com>
62056
62057         * lib/gettimeofday.c: New file.
62058         * lib/gtod.h: New file.
62059         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62060
62061 2001-08-05  Jim Meyering  <meyering@lucent.com>
62062
62063         * m4/jm-macros.m4: Require autoconf-2.52.
62064
62065 2001-08-04  Jim Meyering  <meyering@lucent.com>
62066
62067         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62068         stmt, to get in sync with glibc.
62069
62070 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62071
62072         The following changes are from gettext 0.10.39 as maintained by
62073         Bruno Haible.
62074
62075         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62076         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62077         with inverted sense.  All uses changed.
62078
62079         * lib/mbswidth.c: Don't include <limits.h>.
62080         Include <stdlib.h> and <string.h> unconditionally.
62081         (iswcntrl, mbsinit, ISCNTRL): New macros.
62082         (mbsnwidth): Use K&R style function declarations.
62083         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62084         can optimize it when MB_CUR_MAX == 1.
62085         The width of control characters is zero, not 1.
62086
62087 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62088
62089         The following changes are from gettext 0.10.39 as maintained by
62090         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62091
62092         * m4/codeset.m4: Upgrade to serial AM1.
62093         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62094         all uses changed.  Quote first arg of AC_DEFUN.
62095         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62096
62097         * m4/iconv.m4: Upgrade to serial AM2.
62098         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62099         Add --with-libconv-prefix.
62100         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62101         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62102         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62103         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62104         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62105
62106         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62107         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62108         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62109         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62110         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62111         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62112         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62113         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62114         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62115
62116         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62117         string.h any more.
62118
62119         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62120         not the default value.
62121
62122         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62123         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62124         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62125         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62126         Also check for iswcntrl, used for wcwidth fallback.
62127         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62128         to Autoconf 2.13.
62129
62130 2001-08-03  Jim Meyering  <meyering@lucent.com>
62131
62132         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62133         as it was in the original.  Reported by Paul Eggert.
62134
62135 2001-07-16  Jim Meyering  <meyering@lucent.com>
62136
62137         * m4/gettimeofday.m4: New file.
62138         Prompted by a report from Bernhard Baehr.
62139
62140 2001-07-15  Jim Meyering  <meyering@lucent.com>
62141
62142         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62143         stuff. Now it's in ../Makefile.cfg.
62144
62145 2001-07-15  Jim Meyering  <meyering@lucent.com>
62146
62147         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62148         (BUILT_SOURCES): Add unlocked-io.h.
62149         (io_functions): Define.
62150         (unlocked-io.h): New rule.
62151         (DISTCLEANFILES): Add unlocked-io.h.
62152         (all-local): Depend on unlocked-io.h, to ensure it is created.
62153
62154         * lib/unlocked-io.hin: New file
62155
62156         * lib/regex.c: Update from glibc.
62157
62158 2001-07-05  Jim Meyering  <meyering@lucent.com>
62159
62160         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62161         recommendation.
62162         (libfetish_a_SOURCES): Put all .h files here instead.
62163         Remove a thus-exposed (better checks in automake) duplicate and
62164         two unnecessary .h files.
62165
62166 2001-07-04  Jim Meyering  <meyering@lucent.com>
62167
62168         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62169         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62170         distcheck failure.
62171
62172 2001-07-02  Jim Meyering  <meyering@lucent.com>
62173
62174         The following changes were prompted by suggestions from Bruno Haible.
62175
62176         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62177         is now generated.
62178         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62179         definition of EXTRA_DIST.
62180         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62181         ensure that the generated file is created/updated whenever the list
62182         of $(unlocked_functions) is changed.
62183         (jm-glibc-io.m4): New rule.
62184         (unlocked-io.h): New rule -- currently unused.
62185
62186 2001-06-24  Jim Meyering  <meyering@lucent.com>
62187
62188         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62189         unmatched right bracket, rather than kludging it with an extra,
62190         falsely-matching quote in a comment.  Patch by Akim Demaille.
62191
62192 2001-06-11  Jim Meyering  <meyering@lucent.com>
62193
62194         * lib/regex.c: Update from GNU libc.
62195
62196 2001-05-27  Jim Meyering  <meyering@lucent.com>
62197
62198         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62199         Check for ut_type in struct utmp.
62200
62201 2001-05-27  Jim Meyering  <meyering@lucent.com>
62202
62203         * lib/readutmp.h (UT_TYPE): Define.
62204
62205 2001-05-24  Jim Meyering  <meyering@lucent.com>
62206
62207         * lib/argmatch.c: Include "quote.h".
62208         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62209         quote function.  Reported by Göran Uddeborg.
62210
62211 2001-05-22  Jim Meyering  <meyering@lucent.com>
62212
62213         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62214         now that we use the package-supplied version unconditionally.
62215         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62216
62217 2001-05-21  Jim Meyering  <meyering@lucent.com>
62218
62219         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62220         shell syntax errors.
62221
62222 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62223
62224         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62225
62226 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62227
62228         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62229         Don't bother to check library strftime, since
62230         we'll be using our own my_strftime function anyway.
62231         Define my_strftime instead of strftime.
62232
62233 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62234
62235         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62236         which is not yet declared.
62237
62238 2001-05-15  Jim Meyering  <meyering@lucent.com>
62239
62240         * m4/regex.m4: Use proper quoting so brackets appear in the test
62241         program.
62242         Reported by, and with help from, Bruno Haible.
62243
62244 2001-05-13  Jim Meyering  <meyering@lucent.com>
62245
62246         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62247         undefined.
62248
62249 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62250
62251         dirname code cleanup.  base_name now behaves more compatibly
62252         with POSIX basename when given file names that have trailing
62253         slashes, and similarly for dir_name.  Add new primitives
62254         base_len and dir_len.  Put the directory-name-related decls
62255         into dirname.h.
62256
62257         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62258         * lib/backupfile.c (base_name): Likewise.
62259         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62260         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62261         * lib/makepath.c (strip_trailing_slashes): Likewise.
62262         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62263         ISSLASH): Likewise.
62264         * lib/rename.c (strip_trailing_slashes): Likewise.
62265         * lib/same.c (base_name): Likewise.
62266         * lib/stripslash.c (ISSLASH): Likewise.
62267
62268         * lib/addext.c: Include <dirname.h> after size_t is defined.
62269         * lib/backupfile.c: Likewise.
62270
62271         * lib/addext.c (addext): Use base_len to trim redundant
62272         trailing slashes instead of doing it ourselves.
62273         But do not trim the last slash if it is not redundant.
62274
62275         * lib/backupfile.c (find_backup_file_name,
62276         max_backup_version): Use base_len instead of rolling it ourselves.
62277         Handle the case of "" and (on DOS) "C:" correctly.
62278
62279         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62280         needed. Include <string.h>, <dirname.h>.
62281         (base_name): Allow file names ending in slashes, other than names
62282         that are all slashes.  In this case, return the basename followed
62283         by the slashes.  This is more general, and can be used in places
62284         where the original base_name purposely had an assertion failure.
62285         (base_len): New function.
62286
62287         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62288         Do not include <assert.h>; no longer needed.
62289         Include xalloc.h.
62290         (memrchr): Remove decl.
62291         (dir_name_r): Remove.
62292         (dir_len): Renamed from dirlen.  All callers changed.
62293         Rewrite in terms of base_name, for simplicity and consistency.
62294         (dir_name): Never return NULL.  All callers changed.
62295         Do not include <stdlib.h> in test program; no longer needed.
62296         return 0; is fine for test program.
62297
62298         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62299         New macros.
62300         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62301
62302         * lib/path-concat.c (path_concat): Use base_len to compute
62303         base length, not strlen; this means we cannot rely on memcpy
62304         to null-terminate.
62305
62306         * lib/same.c (STREQ): Remove.
62307         (same_name): Handle the case where the basename ends in trailing '/'.
62308
62309         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62310         a slash was stripped.  Do not strip the last slash after a
62311         file system prefix.
62312
62313 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62314
62315         * lib/Makefile.am (libfetish_a_SOURCES):
62316         Add strftime.c, since we now compile it on all hosts.
62317
62318         * lib/strftime.c (my_strftime):
62319         Define to nstrftime if emacs, but only if my_strftime is not defined.
62320         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62321         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62322         Add one more extra argument: a nanoseconds value.
62323         All uses changed.
62324         (ns): New macro.
62325         (my_strftime function): Add %N format.
62326         (emacs_strftimeu): Renamed from emacs_strftime,
62327         with extra ut argument.
62328
62329 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62330
62331         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62332
62333 2001-04-21  Jim Meyering  <meyering@lucent.com>
62334
62335         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62336         doesn't interfere.
62337
62338 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62339
62340         * m4/ftruncate.m4: Check for chsize.
62341         Link with ftruncate.o unconditionally if ftruncate is missing.
62342         This was required when cross-compiling to i586-mingw32msvc.
62343
62344 2001-04-08  Jim Meyering  <meyering@lucent.com>
62345
62346         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62347         recomputed; that's necessary when the offset spans a DST transition.
62348         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62349
62350 2001-04-02  Jim Meyering  <meyering@lucent.com>
62351
62352         * lib/regex.h, regex.c: Update from GNU libc.
62353
62354 2001-03-24  Jim Meyering  <meyering@lucent.com>
62355
62356         * m4/jm-macros.m4: Require autoconf-2.49d.
62357
62358 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62359
62360         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62361
62362 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62363
62364         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62365
62366 2001-03-17  Jim Meyering  <meyering@lucent.com>
62367
62368         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62369         now that the version in autoconf is equivalent.
62370         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62371
62372         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62373         Suggestion from Akim Demaille.
62374
62375         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62376         (jm_PREREQ_TEMPNAME): New function.
62377
62378 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62379
62380         * lib/tempname.c (uint64_t): Define to uintmax_t if
62381         not defined, and if UINT64_MAX is not defined.
62382         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62383         Reported by John David Anglin.
62384
62385 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62386
62387         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62388         resolve alias if codeset is empty.
62389         * lib/config.charset (BeOS): Use wildcard syntax.
62390
62391 2001-03-13  Jim Meyering  <meyering@lucent.com>
62392
62393         * lib/path-concat.c (path_concat)
62394         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62395         concatenating e.g., `C:' and `foo'.
62396         From Bruno Haible.
62397
62398 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62399
62400         * lib/localcharset.c (locale_charset): Don't use
62401         setlocale(LC_CTYPE,NULL). Don't return NULL.
62402         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62403
62404 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62405
62406         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62407         support for DOS/DJGPP.
62408
62409 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62410
62411         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62412         lacks mkstemp.  Compile our own tempname.c if we compile our own
62413         mkstemp.c, as mkstemp relies on tempname.
62414
62415 2001-03-01  Jim Meyering  <meyering@lucent.com>
62416
62417         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62418         AH_VERBATIM really does output its argument verbatim.
62419
62420 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62421
62422         * lib/Makefile.am (libfetish_a_SOURCES):
62423         Add dup-safer.c, fopen-safer.c.
62424         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62425
62426         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62427         * lib/unistd-safer.h: New files.
62428
62429 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62430
62431         The mkstemp replacement is taken from glibc 2.2.2, with some
62432         portability fixes for use outside glibc, as follows:
62433
62434         * lib/tempname.c (struct_stat64): New macro.
62435         (direxists, __gen_tempname): Use it.
62436         This avoids a portability problem with Solaris 8.
62437
62438         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62439         (<stddef.h>, <stdint.h>, <string.h>):
62440         Include only if STDC_HEADERS || _LIBC.
62441         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62442         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62443         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62444         (__set_errno): Define this macro if <errno.h> doesn't.
62445         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62446         Define these macros if <stdio.h> doesn't.
62447         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62448         Define these macros if <sys/stat.h>
62449         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62450         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62451         __xstat64): Define if not _LIBC.
62452         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62453         (__gen_tempname): Invoke gettimeofday only if
62454         HAVE_GETTIMEOFDAY || _LIBC;
62455         otherwise, fall back on plain "time".
62456         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62457
62458         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62459
62460         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62461
62462 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62463
62464         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62465
62466 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62467
62468         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62469         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62470         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62471         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62472
62473 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62474
62475         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62476         Remove workaround macros for hosts that have mbrtowc but not
62477         mbstate_t, as we now insist on proper declarations for both
62478         before using mbrtowc.
62479
62480 2001-02-17  Jim Meyering  <meyering@lucent.com>
62481
62482         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62483         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62484         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62485         UnixWare 7.1.1.
62486
62487         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62488         rather than AC_CACHE_VAL.
62489
62490 2001-02-17  Jim Meyering  <meyering@lucent.com>
62491
62492         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62493         around included file name.
62494
62495         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62496
62497         * lib/strftime.c: Update from GNU libc (the only changes were to
62498         comments).
62499
62500 2001-02-17  Jim Meyering  <meyering@lucent.com>
62501
62502         * lib/regex.c: Update from libc.
62503
62504 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62505
62506         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62507         clash.
62508
62509 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62510
62511         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62512         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62513         Reported by Mark Hounschell via Paul Eggert.
62514
62515 2001-02-07  Jim Meyering  <meyering@lucent.com>
62516
62517         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62518
62519 2001-02-05  Jim Meyering  <meyering@lucent.com>
62520
62521         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62522         it includes the patch required for `large file' support with at least
62523         HP-UX's 10.20 /bin/cc.
62524
62525 2001-02-03  Jim Meyering  <meyering@lucent.com>
62526
62527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62528         AS_IF, now that it works once again (mysteriously).
62529         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62530
62531 2001-01-30  Jim Meyering  <meyering@lucent.com>
62532
62533         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62534         * m4/chown.m4: Rename conftestchown to conftest.chown.
62535         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62536         s/conftestdir2/conftest.d2/.
62537         * m4/utimes.m4: s/conftestdata/conftest.data/
62538         Inspired by Pavel Roskin's change in autoconf.
62539
62540 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62541
62542         * lib/config.charset: Update for FreeBSD 4.2.
62543
62544 2001-01-27  Jim Meyering  <meyering@lucent.com>
62545
62546         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62547         a use of AS_IF.
62548         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62549
62550 2001-01-26  Jim Meyering  <meyering@lucent.com>
62551
62552         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62553         quotearg.c includes it.
62554
62555 2001-01-26  Jim Meyering  <meyering@lucent.com>
62556
62557         * lib/quotearg.c: Include stddef.h.
62558         * lib/quote.c: Include stddef.h.
62559         Reported by Axel Kittenberger.
62560
62561         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62562         line in double quotes so that it evokes a better diagnostic.
62563         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62564         Reported by Axel Kittenberger.
62565
62566 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62567
62568         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62569         as if it was a `charset'.
62570
62571 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62572
62573         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62574         has const.
62575
62576 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62577
62578         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62579         to avoid a warning.  Add back 'const' to inptr.
62580
62581 2001-01-20  Jim Meyering  <meyering@lucent.com>
62582
62583         Be sure that headers are checked before used in code compiled
62584         for the type checks.
62585         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62586         In place of that, invoke jm_CHECK_ALL_TYPES.
62587         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62588         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62589         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62590         The check for ssize_t was mistakenly run before the test for unistd.h.
62591
62592         The configure-time check for stdbool.h was missing.
62593         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62594         (jm_PREREQ_HASH): New function.
62595
62596 2001-01-17  Jim Meyering  <meyering@lucent.com>
62597
62598         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62599         for autoconf-2.49c.
62600         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62601
62602 2001-01-16  Jim Meyering  <meyering@lucent.com>
62603
62604         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62605         From Bruno Haible.
62606
62607 2001-01-14  Jim Meyering  <meyering@lucent.com>
62608
62609         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62610         foo and bar.  Create conftestdir/ in the script, not in the C code.
62611         Remove directories in the script, not in the C code.
62612         Remove conftestdir{,2} before trying to create the directory.
62613         Make the entire configure script fail if the mkdir fails.
62614
62615 2001-01-14  Jim Meyering  <meyering@lucent.com>
62616
62617         * lib/rename.c: New file.  From Volker Borchert.
62618         Include stdlib.h, string.h or strings.h, and xalloc.h.
62619         Use strip_trailing_slashes rather than open-coding it.
62620
62621 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62622
62623         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62624
62625 2001-01-03  Jim Meyering  <meyering@lucent.com>
62626
62627         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62628         of local `inptr' to avoid warning with some system declarations of
62629         iconv.
62630
62631 2001-01-02  Volker Borchert  <bt@teknon.de>
62632
62633         * m4/rename.m4: New file.
62634         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62635
62636 2001-01-01  Jim Meyering  <meyering@lucent.com>
62637
62638         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62639         even on systems with utmpx.h.  It's necessary for the declaration of
62640         utmp's ut_user member.  Reported by Andreas Jaeger.
62641
62642         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62643         available. They are required for the declarations of getgrgid and
62644         getpwuid resp.
62645         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62646         Reported by Andreas Jaeger.
62647
62648 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62649
62650         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62651         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62652         so `make install' also works in VPATH builds.
62653
62654 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62655
62656         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62657         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62658         can be used in subdirectories.
62659
62660 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62661
62662         * lib/modechange.c: Do not assume that mode_t uses the
62663         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62664         the other-execute bit of FOO even if S_IXOTH != 1.
62665
62666         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62667         WOTH, XOTH, ALLM): New macros.
62668         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62669          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62670         Use them.
62671         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62672         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62673         (mode_compile):
62674         No need to use uintmax_t; unsigned long is long enough.
62675         Don't bother to get suffix since we don't use it.
62676
62677 2000-12-26  Jim Meyering  <meyering@lucent.com>
62678
62679         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62680         better with autoheader.
62681
62682 2000-12-24  Jim Meyering  <meyering@lucent.com>
62683
62684         * lib/hash.c (is_prime): Return explicit boolean values.
62685         (hash_get_first): Return NULL to appease Irix5.6's 89.
62686         Reported by Nelson Beebe.
62687
62688 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62689
62690         * lib/localcharset.c (locale_charset): Add support for Win32.
62691
62692 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62693
62694         * lib/physmem.h, lib/physmem.c: New files.
62695
62696         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62697         (noinst_HEADERS): Add physmem.h.
62698
62699         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62700         't' for compatibility with Solaris 8 sort.
62701
62702 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62703
62704         * lib/config.charset: Add support for BeOS.
62705
62706 2000-12-17  Jim Meyering  <meyering@lucent.com>
62707
62708         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62709         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62710
62711 2000-12-16  Jim Meyering  <meyering@lucent.com>
62712
62713         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62714         N and M) would have treated it like `chown N:N FILE'.
62715
62716         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62717
62718 2000-12-16  Jim Meyering  <meyering@lucent.com>
62719
62720         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62721         SHELLS_FILE to a file name that's useful on djgpp systems.
62722         Include stdlib.h.
62723         (ADDITIONAL_DEFAULT_SHELLS): Define.
62724         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62725         Based mostly on a patch from Prashant TR.
62726
62727 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62728
62729         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62730         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62731         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62732
62733 2000-12-08  Andreas Schwab  <schwab@suse.de>
62734
62735         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62736         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62737
62738 2000-12-07  Jim Meyering  <meyering@lucent.com>
62739
62740         * lib/stripslash.c (ISSLASH): Define.
62741         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62742         `/'.
62743         From Prashant TR.
62744
62745         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62746         (dir_name_r): Declare this function as static.
62747         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62748         manifest itself on a name containing a mix of slashes and
62749         backslashes.
62750         Make this function work with names starting with a DOS-style
62751         drive letter and colon prefix.
62752         (dir_name): Append `.' if necessary.
62753         Based mostly on patches from Prashant TR and Eli Zaretskii.
62754
62755         * lib/dirname.h (dir_name_r): Remove prototype.
62756
62757 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62758
62759         * m4/off_t-format.m4: Remove this file.
62760         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62761
62762 2000-12-06  Jim Meyering  <meyering@lucent.com>
62763
62764         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62765         replacement strtoull, we may well need the replacement strtoul, too.
62766         Check for declarations of strtoul and strtoull.
62767         Check for strtol.  Mainly as a cue to cause automake to include
62768         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62769         Check for limits.h -- strtol.c needs it.
62770
62771 2000-12-05  Jim Meyering  <meyering@lucent.com>
62772
62773         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62774
62775 2000-12-04  Jim Meyering  <meyering@lucent.com>
62776
62777         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62778         Also include memory.h, stdlib.h, unistd.h if appropriate.
62779         Reported by Andreas Jaeger (conflicting declaration of malloc).
62780
62781 2000-12-02  Jim Meyering  <meyering@lucent.com>
62782
62783         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62784         * m4/jm-macros.m4 (jm_MACROS): require it.
62785
62786 2000-12-02  Jim Meyering  <meyering@lucent.com>
62787
62788         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62789
62790 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62791
62792         * lib/memrchr.c: Include <config.h> before any system include file.
62793
62794 2000-11-30  Jim Meyering  <meyering@lucent.com>
62795
62796         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62797
62798 2000-11-30  Jim Meyering  <meyering@lucent.com>
62799
62800         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62801
62802 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62803
62804         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62805
62806 2000-11-26  Jim Meyering  <meyering@lucent.com>
62807
62808         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62809
62810 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62811
62812         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62813         size of (size_t) -1; it's not portable.
62814
62815 2000-11-17  Jim Meyering  <meyering@lucent.com>
62816
62817         * lib/strstr.c: Update from GNU libc.
62818
62819 2000-11-17  Akim Demaille  <akim@epita.fr>
62820
62821         * lib/obstack.h: Formatting changes.
62822         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62823         prevent type checking.
62824         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62825         cast the value to (void *): assigning a `foo *' to a `void *'
62826         variable is valid.
62827         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62828
62829 2000-11-16  Jim Meyering  <meyering@lucent.com>
62830
62831         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62832
62833 2000-11-11  Jim Meyering  <meyering@lucent.com>
62834
62835         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62836
62837 2000-11-10  Jim Meyering  <meyering@lucent.com>
62838
62839         * lib/obstack.h: Update from GNU libc.
62840         * lib/obstack.c: Likewise.
62841
62842 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62843
62844         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62845
62846 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62847
62848         * lib/getusershell.c (setusershell): Use rewind rather than
62849         fseek/fseeko, to avoid configuration hassles with fseeko.
62850         Don't bother opening SHELLS_FILE if shellstream is NULL;
62851         it's not necessary.
62852
62853 2000-11-05  Jim Meyering  <meyering@lucent.com>
62854
62855         * lib/makepath.h (make_dir): Declare.
62856         * lib/makepath.c (make_dir): Remove `static' attribute.
62857         Tweak a comment.
62858
62859 2000-11-04  Jim Meyering  <meyering@lucent.com>
62860
62861         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62862
62863 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62864
62865         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62866         last one in a bucket, advance to the next bucket.
62867
62868 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62869
62870         * lib/fnmatch.c: Do not comment out all the code if we are using
62871         the GNU C library, because in some cases we are replacing buggy
62872         code in the GNU C library itself.
62873
62874 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62875
62876         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62877         (regex_compile): Catch bogus \(\1\).
62878
62879 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62880
62881         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62882         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62883         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62884
62885 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62886
62887         * lib/error.h, getline.h, modechange.h:
62888         Remove "2000" from Copyright line, as the file hasn't been
62889         changed this year other than in the copyright notice.
62890
62891         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62892         was changed this year.
62893
62894 2000-10-29  Jim Meyering  <meyering@lucent.com>
62895
62896         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62897         renaming.
62898         * m4/ls-mntd-fs.m4: Likewise
62899
62900 2000-10-29  Jim Meyering  <meyering@lucent.com>
62901
62902         * lib/xstat.in: Fix grammar in comment.
62903
62904 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62905
62906         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62907         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62908         doesn't define __restrict_arr.
62909
62910 2000-10-28  Jim Meyering  <meyering@lucent.com>
62911
62912         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62913         (jm_PREREQ_MEMCHR): New function.
62914
62915 2000-10-28  Jim Meyering  <meyering@lucent.com>
62916
62917         * lib/memchr.c: Update from libc.
62918         Adjust for portability:
62919         [HAVE_STDLIB_H]: Include stdlib.h.
62920         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62921         Undef __memchr, too.
62922         [!weak_alias]: Define __memchr to memchr.
62923
62924         * lib/regex.c: Update from libc.
62925         * lib/regex.h: Likewise.
62926         * lib/getopt1.c: Likewise.
62927         * lib/memcmp.c: Likewise.
62928
62929         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62930         Avoid using fseek, when possible -- it's broken by design.
62931         Patch by Ulrich Drepper.
62932
62933 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62934
62935         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62936         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62937         Giving in to popular pressure to shut up the compiler with casts.
62938
62939 2000-10-26  Jim Meyering  <meyering@lucent.com>
62940
62941         * lib/strftime.c: Update from libc.
62942
62943 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62944
62945         * regex.c: More `unsigned char' -> `re_char' changes.
62946         Also change several `int' into `re_wchar_t'.
62947         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62948         (PUSH_FAILURE_POINTER): Don't cast any more.
62949         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62950         We want GCC to complain, since this piece of code makes
62951         re_match non-reentrant, which *should* be fixed.
62952         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62953         (EXTEND_BUFFER): Use RETALLOC.
62954         (SET_LIST_BIT): Don't cast.
62955         (re_wchar_t): New type.
62956         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62957         that those two functions will always properly return.
62958         (IMMEDIATE_QUIT_CHECK): Cast to void.
62959         (analyse_first): Use recursion rather than an explicit stack.
62960         (re_compile_fastmap): Can't fail anymore.
62961         (re_search_2): Don't check re_compile_fastmap for failure.
62962         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62963         Now also sets the new value (passed in a new argument).
62964         (re_match_2_internal): Use it.
62965         Also, use a new var `reg' of type size_t when looping through regs
62966         rather than reuse the inappropriate `mcnt'.
62967
62968 2000-10-25  Jim Meyering  <meyering@lucent.com>
62969
62970         * lib/obstack.c: Update from libc.
62971
62972 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62973
62974         * regex.c (regex_compile): Change the way of handling a range from
62975         a char less than 256 to a char not less than 256.
62976
62977 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62978
62979         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62980         NT-Emacs only.
62981         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62982         so that re_search functions only quit when callers expect them to.
62983
62984 2000-10-23  Jim Meyering  <meyering@lucent.com>
62985
62986         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62987         wrong.  That set_locale call must not have any side effects.
62988         From Paul Eggert.
62989
62990 2000-10-22  Jim Meyering  <meyering@lucent.com>
62991
62992         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62993         [CYCLIC]: Remove now-unused definition.
62994
62995         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62996         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62997         Suggestion from Ulrich Drepper.
62998
62999 2000-10-21  Jim Meyering  <meyering@lucent.com>
63000
63001         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63002         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63003         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63004
63005 2000-10-21  Jim Meyering  <meyering@lucent.com>
63006
63007         * lib/dirname.c (memrchr): Declare if necessary.
63008         (dir_name): Remove the restriction that there be no
63009         trailing slashes.  Now, this code skips past them, effectively
63010         ignoring them.
63011         [TEST_DIRNAME] (main): New unit tests.
63012
63013         * lib/memrchr.c: New file from GNU libc.
63014         Undef __memrchr, too.
63015         [!weak_alias]: Define __memrchr to memrchr.
63016         Guard weak_alias use with `#ifdef weak_alias'.
63017
63018 2000-10-21  Jim Meyering  <meyering@lucent.com>
63019
63020         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63021         (dir_name): Use dir_name_r.
63022         * lib/dirname.h (dir_name_r): Declare it.
63023
63024 2000-10-17  Jim Meyering  <meyering@lucent.com>
63025
63026         * lib/quote.h (PARAMS): Define and use.
63027         Reported by Akim Demaille.
63028
63029         * lib/getopt.c: Update from libc.
63030
63031 2000-10-16  Jim Meyering  <meyering@lucent.com>
63032
63033         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63034         setlocale.
63035         From Jan Fedak.
63036
63037 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63038
63039         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63040
63041 2000-09-25  Jim Meyering  <meyering@lucent.com>
63042
63043         * lib/md5.h (rol): Define (from GnuPG).
63044
63045         * lib/sha.c: Give credit (GnuPG) where due.
63046         (M): Use rol rather than open-coding it.
63047         Add a FIXME comment.
63048
63049 2000-09-21  Jim Meyering  <meyering@lucent.com>
63050
63051         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63052         Reported by Michael Stone.
63053
63054 2000-09-20  Jim Meyering  <meyering@lucent.com>
63055
63056         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63057         (noinst_HEADERS): Add sha.h.
63058         Based on code from Scott G. Miller and from GnuPG.
63059
63060 2000-09-18  Jim Meyering  <meyering@lucent.com>
63061
63062         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63063         LIBS. Otherwise, everyone ends up linking with -lelf for some
63064         configurations.
63065         Reported by Mike Stone.
63066
63067 2000-09-15  Jim Meyering  <meyering@lucent.com>
63068
63069         * lib/regex.c: Update from libc.
63070
63071 2000-09-10  Jim Meyering  <meyering@lucent.com>
63072
63073         * lib/getopt.c (_getopt_internal): Update from glibc.
63074
63075 2000-09-09  Jim Meyering  <meyering@lucent.com>
63076
63077         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63078         think it should be used as a general replacement for isascii.
63079         * lib/fnmatch.c: Likewise.
63080         * lib/mbswidth.c: Likewise
63081         * lib/regex.c: Likewise.
63082
63083         Don't use atoi.
63084         * lib/userspec.c: Include sys/param.h and limits.h.
63085         Include xstrtol.h.
63086         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63087         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63088         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63089         UID, GID.  Check range.
63090
63091 2000-09-06  Jim Meyering  <meyering@lucent.com>
63092
63093         * lib/getopt.c (_getopt_internal): Update from glibc.
63094
63095 2000-08-30  Jim Meyering  <meyering@lucent.com>
63096
63097         * lib/strftime.c: Merge in changes from GNU libc.
63098
63099 2000-08-26  Jim Meyering  <meyering@lucent.com>
63100
63101         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63102         * m4/fpending.m4: New file.
63103
63104 2000-08-26  Jim Meyering  <meyering@lucent.com>
63105
63106         * lib/closeout.c: Include "__fpending.h".
63107         (close_stdout_status): Return right away if there's nothing to flush.
63108
63109         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63110         * lib/__fpending.c: New file.
63111         * lib/__fpending.h: New file.
63112
63113 2000-08-20  Jim Meyering  <meyering@lucent.com>
63114
63115         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63116         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63117         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63118
63119 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63120
63121         Improve fileutils installation on systems where running
63122         programs (like install) can't be unlinked.
63123         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63124         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63125
63126 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63127
63128         Standardize on "memory exhausted" instead of "Memory exhausted"
63129         or "virtual memory exhausted".
63130         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63131         "virtual memory exhausted".
63132         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63133         our own message.
63134         * lib/userspec.c (parse_user_spec): Likewise.
63135         * lib/bumpalloc.h: comment fix
63136         * lib/same.c, userspec.c: Include xalloc.h.
63137
63138         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63139         not char *const and pointing to a constant array.
63140         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63141         (xrealloc): Comment fix.
63142
63143         * lib/userspec.c (parse_user_spec):
63144         Don't translate a message until just before returning,
63145         to avoid unnecessary translation.
63146
63147 2000-08-07  Jim Meyering  <meyering@lucent.com>
63148
63149         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63150         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63151         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63152         getgroups.c, gethostname.c, getopt.h, group-member.c,
63153         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63154         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63155         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63156         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63157         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63158         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63159         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63160         yesno.c: Back out Copyright date changes for each file with no change
63161         this year.  This eases coordination with other programs using the same
63162         source code modules.  From Paul Eggert.
63163
63164 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63165
63166         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63167         not char, for compatibility with glibc 2.1.3 strftime.c.
63168
63169 2000-08-03  Greg McGary  <greg@mcgary.org>
63170
63171         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63172         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63173         (EXTEND_BUFFER): Use them.
63174
63175 2000-08-01  Jim Meyering  <meyering@lucent.com>
63176
63177         * lib/dirname.c (ISSLASH): Define.
63178         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63179         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63180         both `\' and `/' may be use as path separators.
63181         Based on a patch from Prashant TR.
63182
63183 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63184
63185         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63186         slot vector a constant, since it might get modified.
63187
63188 2000-07-31  Jim Meyering  <meyering@lucent.com>
63189
63190         * lib/xmalloc.c: Use `virtual memory exhausted', not
63191         `Memory exhausted'.
63192         * lib/obstack.c (print_and_abort): Likewise.
63193
63194 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63195
63196         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63197         buffer, so that the caller can always quote one small
63198         component of a "memory exhausted" message in slot 0.
63199         From a suggestion by Jim Meyering.
63200
63201 2000-07-30  Jim Meyering  <meyering@lucent.com>
63202
63203         * lib/makepath.c (make_path): Quote the other instance, too.
63204
63205         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63206         (STATIC_BUF_SIZE): Define.
63207         (quotearg_n_options): Use only statically allocated storage when
63208         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63209         than STATIC_BUF_SIZE.
63210
63211 2000-07-29  Jim Meyering  <meyering@lucent.com>
63212
63213         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63214         * lib/dirname.c (dir_name): Likewise.
63215
63216         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63217         `/'.
63218
63219         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63220         (dir_name): Assert that there are no trailing slashes.
63221
63222 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63223
63224         * lib/mbswidth.h (mbswidth): Add a flags argument.
63225         (mbswidth): New declaration.
63226         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63227         * lib/mbswidth.c (mbswidth): Add a flags argument.
63228         (mbsnwidth): New function.
63229
63230 2000-07-24  Jim Meyering  <meyering@lucent.com>
63231
63232         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63233
63234 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63235
63236         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63237
63238 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63239
63240         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63241         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63242         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63243         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63244         invoke multibyte primitives.
63245
63246 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63247
63248         * lib/quotearg.c:
63249         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63250         so that mbstate_t is always defined.
63251
63252         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63253         be 1 in at least one GCC installation, and this configuration
63254         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63255         performance on hosts that have mbrtowc but have only unibyte
63256         locales, but I assume these hosts are rare.
63257
63258 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63259
63260         * lib/mbswidth.c (_XOPEN_SOURCE):
63261         Don't define; this causes problems on Solaris 7.
63262         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63263
63264 2000-07-23  Jim Meyering  <meyering@lucent.com>
63265
63266         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63267         too: getgrgid, getpwuid, getuid.
63268
63269 2000-07-23  Jim Meyering  <meyering@lucent.com>
63270
63271         * lib/basename.c (base_name): Add an assertion.
63272
63273 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63274
63275         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63276         shadow its mbsinit function.
63277
63278 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63279
63280         * lib/mbswidth.h: New file.
63281         * lib/mbswidth.c: New file.
63282         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63283         (noinst_HEADERS): Add mbswidth.h.
63284
63285 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63286
63287         * lib/config.charset: Add support for FreeBSD. Improve support for
63288         HP-UX and IRIX 6.
63289
63290 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63291
63292         * m4/mbswidth.m4: New file.
63293         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63294
63295 2000-07-15  Jim Meyering  <meyering@lucent.com>
63296
63297         * lib/makepath.c: Include quote.h.
63298         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63299         corresponding argument in a `quote (...)' call.
63300         Give better diagnostics.
63301
63302         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63303         (noinst_HEADERS): Add quote.h.
63304
63305         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63306         from tar's src/misc.c.
63307         * lib/quote.h: New file.  Prototypes for same.
63308
63309 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63310
63311         From a suggestion by Bruno Haible.
63312         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63313         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63314         to decide whether to define the BeOS workaround macro;
63315         this adjusts to the change to AC_MBSTATE_T.
63316
63317 2000-07-14  Jim Meyering  <meyering@lucent.com>
63318
63319         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63320         jm_AC_TYPE_UINTMAX_T.
63321
63322 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63323
63324         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63325
63326         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63327         quotearg_buffer_restyled): Add support for
63328         clocale_quoting_style.  Undo previous change to
63329         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63330         and "{RIGHT QUOTATION MARK}" msgids.
63331
63332 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63333
63334         From a suggestion by Bruno Haible.
63335         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63336         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63337         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63338         and mbstate_t, to a single-part test that simply defines mbstate_t.
63339         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63340         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63341
63342 2000-07-10  Jim Meyering  <meyering@lucent.com>
63343
63344         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63345
63346         * m4/gnu-source.m4: Output to confdefs.h directly.
63347         Suggestion from Akim Demaille.
63348
63349 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63350
63351         The old behavior of quoting `like this' doesn't look good with
63352         newer, ISO-style fonts.  See:
63353         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63354
63355         Instead, quote "like this" by default.  Let the translator
63356         tailor the locale-specific quoting behavior by providing
63357         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63358
63359         * lib/quotearg.c (N_): New macro.
63360         (gettext_default): New function.
63361         (quotearg_buffer_restyled): Use
63362         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63363         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63364
63365 2000-07-09  Jim Meyering  <meyering@lucent.com>
63366
63367         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63368         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63369
63370         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63371         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63372
63373 2000-07-09  Jim Meyering  <meyering@lucent.com>
63374
63375         * lib/Most files: Update copyright dates to include 2000.
63376
63377 2000-07-08  Jim Meyering  <meyering@lucent.com>
63378
63379         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63380         if not defined.
63381         (xgethostname): Remove now-unnecessary #ifdef.
63382         Move declaration of `err' into loop where it's used.
63383
63384 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63385         and Bruno Haible  <haible@clisp.cons.org>
63386
63387         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63388         only if the test for an object-type mbstate_t fails.  This
63389         prevents us from mistakenly reporting that mbstate_t is a
63390         system object type after we "#define mbstate_t int" to work
63391         around its lack.
63392
63393 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63394         and Bruno Haible  <haible@clisp.cons.org>
63395
63396         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63397
63398 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63399
63400         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63401         to strerror_r.
63402         Include <ctype.h> for use of isalpha.
63403
63404 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63405
63406         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63407         by allocating a larger buffer. Test the gethostname return value for
63408         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63409         returns an error and ENAMETOOLONG isn't defined.
63410
63411 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63412
63413         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63414         dimension.
63415
63416 2000-07-04  Jim Meyering  <meyering@lucent.com>
63417
63418         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63419         of the deprecated AC_CHECKING.
63420
63421 2000-07-04  Jim Meyering  <meyering@lucent.com>
63422
63423         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63424         Reported by Bruno Haible.
63425
63426 2000-07-04  Jim Meyering  <meyering@lucent.com>
63427
63428         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63429         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63430         lacks mbrtowc.
63431
63432 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63433
63434         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63435         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63436
63437 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63438         and Bruno Haible  <haible@clisp.cons.org>
63439
63440         * lib/quotearg.c (mbrtowc):
63441         Assign to *pwc, and return 1 only if result is nonzero.
63442         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63443
63444 2000-07-03  Jim Meyering  <meyering@lucent.com>
63445
63446         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63447
63448 2000-07-03  Jim Meyering  <meyering@lucent.com>
63449
63450         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63451         This is necessary to get a definition of e.g., UTMP_FILE on
63452         HP-UX 10.20.
63453         From Bob Proulx.
63454
63455 2000-07-02  Jim Meyering  <meyering@lucent.com>
63456
63457         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63458
63459         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63460         AC_LIBOBJ(function_name).
63461         * m4/chown.m4: Likewise.
63462         * m4/fnmatch.m4: Likewise.
63463         * m4/ftruncate.m4: Likewise.
63464         * m4/getgroups.m4: Likewise.
63465         * m4/getline.m4: Likewise.
63466         * m4/group-member.m4: Likewise.
63467         * m4/jm-macros.m4: Likewise.
63468         * m4/lstat.m4: Likewise.
63469         * m4/malloc.m4: Likewise.
63470         * m4/memcmp.m4: Likewise.
63471         * m4/nanosleep.m4: Likewise.
63472         * m4/putenv.m4: Likewise.
63473         * m4/realloc.m4: Likewise.
63474         * m4/regex.m4: Likewise.
63475         * m4/stat.m4: Likewise.
63476         * m4/strftime.m4: Likewise.
63477
63478 2000-07-02  Jim Meyering  <meyering@lucent.com>
63479
63480         * lib/quotearg.c (mbstate_t): Don't define here.
63481
63482 2000-07-02  Jim Meyering  <meyering@lucent.com>
63483
63484         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63485
63486 2000-07-01  Jim Meyering  <meyering@lucent.com>
63487
63488         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63489
63490 2000-07-01  Jim Meyering  <meyering@lucent.com>
63491
63492         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63493         problem.
63494
63495 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63496
63497         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63498         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63499
63500 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63501
63502         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63503         per change in ../m4/ls-mntd-fs.m4.
63504         (read_filesystem_list): Ignore symbolic links.
63505
63506 2000-06-29  Jim Meyering  <meyering@lucent.com>
63507
63508         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63509         for declaration of strcmp.
63510
63511         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63512
63513         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63514         Avoid warning by casting result to `char *' to remove `const'.
63515
63516 2000-06-28  Jim Meyering  <meyering@lucent.com>
63517
63518         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63519         included by quotearg.c, for which we perform this test.  From
63520         Bruno Haible.
63521
63522 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63523
63524         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63525         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63526         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63527
63528 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63529
63530         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63531
63532 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63533
63534         savedir now sets errno on failure and invokes xmalloc to get memory.
63535         Fix a couple of other minor bugs while we're at it.
63536
63537         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63538         (NAMLEN): Remove macro.
63539         (malloc, realloc): Remove decls.
63540         (stpcpy): Likewise.
63541         ("xalloc.h"): Include.
63542         (NAME_SIZE_DEFAULT): New macro.
63543         (savedir): Use xmalloc / xrealloc to allocate memory.
63544         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63545         Skip "" directory entries.
63546         Use strlen to calculate directory entry length, since the old method
63547         is rarely used these days and isn't worth supporting.
63548         Don't use a pointer after freeing it.
63549         Check for integer overflow when calculating allocation size.
63550         Use memcpy to copy entries, instead of stpcpy.
63551         Set errno properly when returning NULL.
63552         Check for readdir error.
63553
63554 2000-06-26  Jim Meyering  <meyering@lucent.com>
63555
63556         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63557
63558 2000-06-25  Jim Meyering  <meyering@lucent.com>
63559
63560         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63561         Linux header bug when _XOPEN_SOURCE is defined to 500.
63562
63563 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63564
63565         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63566         deficiency.
63567
63568 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63569
63570         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63571         Include xalloc.h.
63572         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63573
63574 2000-06-24  Jim Meyering  <meyering@lucent.com>
63575
63576         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63577         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63578         for which strerror does return char*, but which lacks a conveniently
63579         accessible declaration of the function.  If the compile-test says
63580         strerror_r doesn't work, then resort to a `run'-test that works on
63581         BeOS and segfaults on DEC Unix.
63582
63583 2000-06-24  Jim Meyering  <meyering@lucent.com>
63584
63585         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63586
63587 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63588
63589         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63590         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63591
63592 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63593
63594         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63595         (mbrtowc, mbstate_t): Define substitutes if
63596         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63597         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63598         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63599
63600 2000-06-23  Jim Meyering  <meyering@lucent.com>
63601
63602         * m4/afs.m4: Add missing AC_MSG_RESULT.
63603         Reported by Bruno Haible.
63604
63605         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63606         Suggestion from Bruno Haible.
63607
63608 2000-06-23  Jim Meyering  <meyering@lucent.com>
63609
63610         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63611
63612 2000-06-21  Jim Meyering  <meyering@lucent.com>
63613
63614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63615
63616 2000-06-21  Jim Meyering  <meyering@lucent.com>
63617
63618         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63619         (noinst_HEADERS): Add getstr.h.
63620
63621         * lib/getline.c (getstr): Move into a separate file.
63622         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63623         the following changes: new parameter, delim2; both delim[12]
63624         parameters have type `int', not `char'.  The latter would lose
63625         with 8-bit delimiters.
63626         * lib/getstr.h: New file.
63627
63628 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63629
63630         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63631         than 1024, return a memory chunk of least possible size, instead
63632         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63633         Use free/xmalloc instead of xrealloc to avoid copying for very long
63634         paths.
63635
63636 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63637
63638         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63639         the empty string.
63640
63641 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63642
63643         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63644         address, not strdup.  Include <stdlib.h> and don't declare free().
63645
63646 2000-06-19  Jim Meyering  <meyering@lucent.com>
63647
63648         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63649
63650 2000-06-18  Jim Meyering  <meyering@lucent.com>
63651
63652         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63653
63654         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63655         `checking whether...' message to be consistent with that of the
63656         lstat test.
63657
63658 2000-06-18  Jim Meyering  <meyering@lucent.com>
63659
63660         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63661         Besides, these days every porting target provides a mkdir function.
63662
63663         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63664         needed. (this snippet comes from src/system.h).
63665
63666 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63667
63668         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63669
63670 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63671
63672         * lib/human.c (adjust_value): New function.
63673         (human_readable_inexact): Apply rounding style even when
63674         printing approximate values.
63675
63676 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63677
63678         * lib/human.c (human_readable_inexact): Allow an input block
63679         size that is not a multiple of the output block size, and vice versa.
63680         Reported by Piergiorgio Sartor.
63681
63682 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63683
63684         * lib/getdate.y (get_date): Apply relative times after time
63685         zone indicator, not before.  Reported by Todd A. Jacobs.
63686
63687 2000-06-13  Jim Meyering  <meyering@lucent.com>
63688
63689         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63690
63691         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63692
63693 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63694
63695         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63696
63697 2000-06-12  Jim Meyering  <meyering@lucent.com>
63698
63699         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63700         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63701         optional argument.
63702         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63703         the optional argument, `lib'.
63704
63705 2000-06-08  Jim Meyering  <meyering@lucent.com>
63706
63707         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63708
63709 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63710
63711         Rewrite largefile configuration so that we don't need to run
63712         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63713         AC_CANONICAL_HOST in configure.in -- jmm]
63714
63715         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63716         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63717         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63718         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63719         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63720         All uses changed.
63721         Instead of inspecting the output of getconf, try to compile the
63722         test program without and with the macro definition.
63723         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63724         for getconf.  Instead, check for the needed flags by compiling
63725         test programs.
63726
63727 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63728
63729         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63730
63731 2000-06-04  Jim Meyering  <meyering@lucent.com>
63732
63733         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63734         SunOS 4.1.4 for which gid_t is an unsigned type.
63735
63736 2000-06-03  Jim Meyering  <meyering@lucent.com>
63737
63738         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63739         now that autoconf requires that.
63740
63741         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63742         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63743         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63744
63745 2000-06-03  Jim Meyering  <meyering@lucent.com>
63746
63747         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63748
63749 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63750
63751         * m4/glibc21.m4: New file.
63752         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63753
63754 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63755
63756         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63757         newer, don't install charset.alias.
63758         * lib/config.charset: Change the Linux/glibc rules so they become empty
63759         on glibc-2.1 or newer.
63760
63761 2000-06-02  Jim Meyering  <meyering@lucent.com>
63762
63763         * lib/mountlist.c: Back out last change.  Instead, do this...
63764         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63765         me_dummy member using the same `ignore'-testing code.
63766         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63767         fs_type strings.
63768         From Mark D. Roth.
63769
63770 2000-05-29  Jim Meyering  <meyering@lucent.com>
63771
63772         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63773         mounts with the `ignore' attribute.  Based on a patch from
63774         Mark D. Roth.
63775
63776 2000-05-28  Jim Meyering  <meyering@lucent.com>
63777
63778         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63779         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63780         * m4/stat.m4: Likewise.
63781         * m4/lstat.m4: Likewise.
63782         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63783
63784         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63785         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63786
63787 2000-05-26  Jim Meyering  <meyering@lucent.com>
63788
63789         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63790
63791 2000-05-24  Jim Meyering  <meyering@lucent.com>
63792
63793         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63794         autoconf requires that.
63795         * m4/lib-check.m4: Likewise.
63796         * m4/jm-macros.m4: Likewise.
63797         * m4/strftime.m4: Likewise.
63798
63799         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63800         AC_CHECK_DECLS, now that autoconf requires that.
63801
63802 2000-05-22  Jim Meyering  <meyering@lucent.com>
63803
63804         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63805         * m4/lstat.m4: Likewise.
63806
63807 2000-05-22  Jim Meyering  <meyering@lucent.com>
63808
63809         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63810
63811 2000-05-20  Jim Meyering  <meyering@lucent.com>
63812
63813         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63814         (jm_PREREQ): Use it.
63815
63816 2000-05-18  Jim Meyering  <meyering@lucent.com>
63817
63818         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63819         back, too, since it may have been modified by allocate_entry.
63820         (hash_delete): Rewrite to use neither the assignment operator
63821         nor the comma operator in an if-expression.
63822
63823 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63824
63825         * lib/closeout.c:
63826         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63827         Remove; no longer needed.
63828         "quotearg.h": Add include.
63829         (file_name): Do not bother to explicitly initialize to NULL; it's less
63830         efficient on some hosts.
63831         (close_stdout_status): Remove test as to whether stdout was already
63832         closed; it breaks for the case "echo x | sort >&-".
63833         Quote file name colons.
63834         Do not assume that _("write error") lacks format strings.
63835
63836 2000-05-15  Jim Meyering  <meyering@lucent.com>
63837
63838         * lib/version-etc.c (version_etc_copyright): Update the copyright
63839         string used in all --version output.
63840
63841 2000-05-14  Jim Meyering  <meyering@lucent.com>
63842
63843         * lib/closeout.c (close_stdout_set_file_name): New function.
63844         (close_stdout_status): Use new file-scoped global.
63845         Return right away if fstat says the stdout file descriptor is invalid.
63846         * lib/closeout.h (close_stdout_set_file_name): Declare.
63847
63848 2000-05-10  Jim Meyering  <meyering@lucent.com>
63849
63850         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63851         (close_stdout_set_status): New function.
63852         * lib/closeout.h (close_stdout_set_status): Declare.
63853
63854 2000-05-09  Jim Meyering  <meyering@lucent.com>
63855
63856         * m4/gettext.m4: Rename this...
63857         * m4/libintl.m4: ...to this.
63858
63859 2000-05-08  Jim Meyering  <meyering@lucent.com>
63860
63861         * lib/long-options.c: Don't include closeout.h.
63862         (parse_long_options): Don't call close_stdout for --version.
63863
63864 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63865
63866         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63867         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63868         2.1.3 bug.  This avoids a clash when files like regex.c define
63869         _GNU_SOURCE.
63870
63871 2000-05-06  Jim Meyering  <meyering@lucent.com>
63872
63873         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63874         (AC_REPLACE_FUNCS): Add strnlen.
63875
63876         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63877         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63878
63879         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63880         AC_SEARCH_LIBS call for nanosleep.
63881         (LIB_NANOSLEEP): Set and AC_SUBST.
63882
63883 2000-05-06  Jim Meyering  <meyering@lucent.com>
63884
63885         * lib/strnlen.c: Undefine __strnlen and strnlen.
63886         [!weak_alias]: Define __strnlen to strnlen.
63887
63888         * lib/atexit.c: New file, from libiberty.
63889
63890 2000-05-06  Jim Meyering  <meyering@lucent.com>
63891
63892         * lib/closeout.c (close_stdout_status): Also check for errors on the
63893         stderr stream.
63894
63895 2000-05-05  Jim Meyering  <meyering@lucent.com>
63896
63897         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63898         AC_SEARCH_LIBS call for clock_gettime.
63899         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63900
63901         * m4/search-libs.m4: Update from autoconf.
63902
63903         su doesn't work on Solaris 2.6.
63904         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63905         <shadow.h>.  Reported by Dragos Harabor.
63906
63907 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63908
63909         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63910         memcpy instead of xmalloc, xrealloc, path_concat.
63911         (locale_charset): Treat empty environment variables as absent.
63912         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63913
63914 2000-05-04  Jim Meyering  <meyering@lucent.com>
63915
63916         * lib/getopt.c: Update from glibc.
63917         * lib/obstack.c: Likewise.
63918         * lib/obstack.h: Likewise.
63919         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63920         file
63921
63922         * lib/regex.h: Likewise.
63923         * lib/strndup.c: Likewise.
63924         * lib/strnlen.c: New file, from glibc.
63925
63926 2000-05-03  Jim Meyering  <meyering@lucent.com>
63927
63928         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63929
63930 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63931
63932         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63933         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63934         compile-time test, rather than inspecting host and OS, to
63935         decide whether to define _LARGEFILE_SOURCE.
63936
63937 2000-05-01  Jim Meyering  <meyering@lucent.com>
63938
63939         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63940
63941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63942         Based on a patch from Bruno Haible.
63943
63944 2000-05-01  Jim Meyering  <meyering@lucent.com>
63945
63946         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63947
63948 2000-04-29  Jim Meyering  <meyering@lucent.com>
63949
63950         * lib/path-concat.c: Declare strdup only if it's not defined.
63951         * lib/canon-host.c: Likewise.
63952
63953 2000-04-28  Jim Meyering  <meyering@lucent.com>
63954
63955         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63956         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63957         is included first, then limits.h is included by locale.h by libintl.h.
63958         From John David Anglin.
63959
63960 2000-04-25  Jim Meyering  <meyering@lucent.com>
63961
63962         * lib/makepath.c (S_IRWXUGO): Define.
63963         (make_path): Always perform explicit chmod if MODE specifies any
63964         of the `special' permission bits.  Prompted by a bug report against
63965         install from Mate Wierdl and Joost van Baal.
63966
63967 2000-04-18  Jim Meyering  <meyering@lucent.com>
63968
63969         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63970         (jm_PREREQ): Use it.
63971
63972 2000-04-18  Jim Meyering  <meyering@lucent.com>
63973
63974         * lib/README: New file.
63975
63976         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63977         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63978
63979 2000-04-17  Jim Meyering  <meyering@lucent.com>
63980
63981         Get it right :-)
63982         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63983         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63984         Suggestion from Akim Demaille.
63985
63986 2000-04-17  Jim Meyering  <meyering@lucent.com>
63987
63988         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63989         the definition of it to rpl_strftime also defined-away the system's
63990         declaration.
63991
63992 2000-04-15  Jim Meyering  <meyering@lucent.com>
63993
63994         Use `C' to denote so-called `contiguous' files, the same way
63995         that tar does.
63996         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63997         (ftypelet): Use S_ISCTG.
63998         From Michael Deutschmann.
63999
64000 2000-04-14  Jim Meyering  <meyering@lucent.com>
64001
64002         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64003         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64004         clobbered.
64005
64006 2000-04-14  Jim Meyering  <meyering@lucent.com>
64007
64008         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64009
64010 2000-04-13  Jim Meyering  <meyering@lucent.com>
64011
64012         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64013         AH_VERBATIM to insert required #ifndef into config.h.in.
64014         Suggestion from Akim Demaille.
64015
64016 2000-04-12  Jim Meyering  <meyering@lucent.com>
64017
64018         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64019         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64020         Christian Krackowizer.
64021
64022         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64023         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64024         (AC_SYS_LARGEFILE): Require.
64025         (AM_C_PROTOTYPES): Require.
64026
64027 2000-04-08  Jim Meyering  <meyering@lucent.com>
64028
64029         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64030         names don't conflict.  Reported by Eli Zaretskii.
64031
64032 2000-04-07  Jim Meyering  <meyering@lucent.com>
64033
64034         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64035         sys/types.h, to work around system header problems on AIX 3.2.5.
64036         From Bruno Haible.
64037
64038 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64039
64040         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64041         bug.  Deal with the different error behavior of Irix iconv.
64042
64043 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64044
64045         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64046         IRIX if the installer said otherwise.
64047
64048 2000-04-05  Jim Meyering  <meyering@lucent.com>
64049
64050         Portability tweaks required for ultrix4.3.
64051         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64052         (jm_CHECK_DECLS): Add getutent to the list of functions.
64053         (_jm_DECL_HEADERS): Add utmpx.h.
64054         From John David Anglin.
64055
64056         * m4/strftime.m4: Back out the 2000-04-02 change.
64057         Instead of that change, simply undefine putenv in the test program.
64058
64059 2000-04-05  Jim Meyering  <meyering@lucent.com>
64060
64061         Portability tweaks required for ultrix4.3.
64062         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64063         getutent.
64064         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64065         * lib/canon-host.c: Declare strdup.
64066         * lib/path-concat.c: Likewise.
64067         From John David Anglin.
64068
64069 2000-04-04  Jim Meyering  <meyering@lucent.com>
64070
64071         Be more DOS 8.3-friendly.
64072         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64073         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64074         * lib/Makefile.am: Reflect renaming.
64075         Reported by Eli Zaretskii.
64076
64077         Use a temporary file name that won't clash with `charset.alias'
64078         in the DOS 8.3 name space.
64079         * lib/Makefile.am (charset_tmp): Define.
64080         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64081         (uninstall-local): Likewise.
64082         Reported by Eli Zaretskii.
64083
64084 2000-04-03  Jim Meyering  <meyering@lucent.com>
64085
64086         * m4/gettext.m4: Fix typo in comment.
64087
64088         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64089         textutils/configure.in).  Suggestion from Paul Eggert.
64090         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64091
64092 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64093
64094         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64095         variable in the shell rather than using putenv, which isn't
64096         portable.  This avoids the configure-time inter-test dependency
64097         on the potentially-renamed putenv function.
64098
64099 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64100
64101         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64102         before checking struct stat.st_blksize, so that
64103         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64104
64105 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64106
64107         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64108         since strftime.c uses HAVE_STRFTIME to decide whether to use
64109         the underlying strftime.
64110
64111 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64112
64113         * lib/time/strftime.c (my_strftime): Make sure we call the system
64114         strftime, not ourselves, when invoking the underlying strftime.
64115
64116 2000-03-24  Jim Meyering  <meyering@lucent.com>
64117
64118         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64119         (charset_alias): Define.
64120         (install-exec-local): Factor out common code.
64121         (uninstall-local): Split lines longer than 80.
64122         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64123         (SUFFIXES): Define.
64124         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64125         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64126
64127 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64128
64129         * lib/config.charset: Output a line containing "Packages using this
64130         file".
64131         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64132         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64133         ref-del.sed): New rules.
64134
64135 2000-03-17  Jim Meyering  <meyering@lucent.com>
64136
64137         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64138         Otherwise, include <strings.h>
64139
64140 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64141
64142         * lib/unicodeio.c (utf8_wctomb): New function.
64143         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64144         format instead of in UCS-4 with platform dependent endianness.
64145
64146 2000-03-10  Jim Meyering  <meyering@lucent.com>
64147
64148         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64149         From Marco Franzen.
64150
64151 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64152
64153         * lib/savedir.c (savedir): Work even if directory size is
64154         negative; this can happen with some screwy NFS configurations.
64155
64156 2000-03-06  Jim Meyering  <meyering@lucent.com>
64157
64158         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64159         if it's NULL (because we ran out of memory).  From Bruno Haible.
64160
64161 2000-03-05  Jim Meyering  <meyering@lucent.com>
64162
64163         * lib/localcharset.c ("path-concat.h"): Include.
64164         (get_charset_aliases): Use path_concat instead of ANSI string
64165         concatenation.
64166
64167         * lib/unicodeio.h (PARAMS): Define.
64168         Use it to guard prototype.
64169
64170 2000-03-04  Jim Meyering  <meyering@lucent.com>
64171
64172         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64173         for lib/localcharset.c.
64174
64175 2000-03-04  Jim Meyering  <meyering@lucent.com>
64176
64177         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64178         installing into it.
64179         (uninstall-local): Uncomment this rule so `make distcheck' works
64180         once again.
64181
64182         * lib/unicodeio.c (<errno.h>): Include it.
64183         (errno): Declare if not defined.
64184
64185         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64186
64187         * lib/config.charset: New version, incorporating remarks from a linux
64188         i18n mailing list.  From Bruno Haible.
64189
64190 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64191
64192         * m4/codeset.m4: New file.
64193         * m4/iconv.m4: New file.
64194         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64195
64196 2000-03-03  Jim Meyering  <meyering@lucent.com>
64197
64198         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64199
64200 2000-03-02  Jim Meyering  <meyering@lucent.com>
64201
64202         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64203         the messages come out on separate lines.
64204
64205         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64206         rather than jm_CHECK_DECLARATIONS.
64207         * m4/decl.m4: Remove now-unused file.
64208
64209         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64210         geteuid.
64211
64212 2000-03-02  Jim Meyering  <meyering@lucent.com>
64213
64214         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64215
64216 2000-03-01  Jim Meyering  <meyering@lucent.com>
64217
64218         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64219         * lib/unicodeio.c: Likewise.
64220
64221 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64222
64223         * lib/config.charset: New file.
64224         * lib/localcharset.c: New file.
64225         * lib/unicodeio.h, lib/unicodeio.c: New files.
64226         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64227         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64228         (noinst_HEADERS): Add unicodeio.h.
64229         (all-local, install-exec-local, charset.alias): New targets.
64230
64231 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64232
64233         * lib/quotearg.c (ALERT_CHAR): New macro.
64234         (quotearg_buffer_restyled): Use it.
64235
64236 2000-02-27  Jim Meyering  <meyering@lucent.com>
64237
64238         * m4/check-decl.m4: Add getenv to the list.
64239
64240 2000-02-27  Jim Meyering  <meyering@lucent.com>
64241
64242         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64243         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64244
64245         * lib/backupfile.c: Guard inclusion of stdlib.h with
64246         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64247         Declare malloc if needed.
64248
64249         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64250         `#ifndef HAVE_DECL..'
64251         now that autoconf always defines the HAVE_DECL_ symbols.
64252         * lib/human.c: Likewise.
64253         * lib/same.c: Likewise.
64254         * lib/strtoumax.c: Likewise.
64255
64256         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64257         declaration check was not run.
64258         * lib/hash.c: Likewise.
64259         * lib/human.c: Likewise.
64260         * lib/same.c: Likewise.
64261         * lib/strtoumax.c: Likewise.
64262
64263         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64264         `.', then first look up the entire `.'-containing string as a login
64265         name.
64266
64267 2000-02-23  Jim Meyering  <meyering@lucent.com>
64268
64269         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64270         in place of my hack.
64271
64272 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64273
64274         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64275         (textint): New typedef.
64276         (parser_control): Member year changed from int to textint.
64277         All uses changed.
64278         (YYSTYPE): Removed; replaced by %union with int and textint members.
64279         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64280         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64281         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64282         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64283         (date, number, to_year): Use width of number in digits, not its value,
64284         to determine whether it's a 2-digit year, or a 2-digit time.
64285         (yylex): Store number of digits of numeric tokens.
64286         Reported by John Kendall.
64287
64288         (parser_control): Changed from struct parser_control to typedef (for
64289         consistency).  All uses changed.
64290
64291         (tID): Removed; not used.
64292         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64293
64294 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64295
64296         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64297         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64298
64299 2000-02-12  Jim Meyering  <meyering@lucent.com>
64300
64301         * lib/userspec.c (ISDIGIT): Define it.
64302         (isdigit): Remove definition.
64303         (is_number): Use ISDIGIT, not isdigit.
64304         <libintl.h>: Include.
64305         (_ and N_): Define.
64306         (parse_user_spec): Mark translatable strings.
64307
64308 2000-02-10  Jim Meyering  <meyering@lucent.com>
64309
64310         With these changes, nanosleep.[ch] are finally enough like the other
64311         lib/* replacement files to compile on a few more losing systems.
64312
64313         * lib/nanosleep.h: Don't include config.h.
64314         Remove prototype from declaration of nanosleep.
64315         (PARAMS): Remove now-unneeded definition.
64316         * lib/nanosleep.c: #undef nanosleep.
64317         (rpl_nanosleep): Rename from nanosleep.
64318
64319 2000-02-10  Jim Meyering  <meyering@lucent.com>
64320
64321         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64322         gnu_nanosleep to rpl_nanosleep.
64323
64324 2000-02-09  Jim Meyering  <meyering@lucent.com>
64325
64326         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64327         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64328
64329 2000-02-08  Akim Demaille  <akim@epita.fr>
64330
64331         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64332         `[' and `]' and remove uses of `changequote'.
64333         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64334         (AC_SYS_LARGEFILE): Likewise.
64335         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64336         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64337         of changequote.
64338         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64339         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64340         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64341         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64342
64343 2000-02-05  Jim Meyering  <meyering@lucent.com>
64344
64345         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64346         Remove explicit use of AC_HEADER_TIME.  It is required by
64347         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64348         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64349         in autoconf whereby the expansion of the latter ended up preceding
64350         the expansion of its prerequisite, AC_HEADER_TIME.
64351         Reported by Volker Borchert.
64352
64353 2000-02-03  Jim Meyering  <meyering@lucent.com>
64354
64355         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64356
64357 2000-02-03  Jim Meyering  <meyering@lucent.com>
64358
64359         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64360         rather than with `#if HAVE_UTMPNAME'.
64361
64362 2000-02-02  Jim Meyering  <meyering@lucent.com>
64363
64364         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64365         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64366         Reported by Eli Zaretskii.
64367
64368 2000-02-01  Jim Meyering  <meyering@lucent.com>
64369
64370         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64371
64372 2000-01-31  Jim Meyering  <meyering@lucent.com>
64373
64374         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64375         functions.  Add the time.h and sys/time.h headers along with the
64376         AC_REQUIRE'ment of AC_HEADER_TIME.
64377
64378 2000-01-31  Jim Meyering  <meyering@lucent.com>
64379
64380         * lib/nanosleep.h (nanosleep): Guard declaration with
64381         `#if ! HAVE_DECL_NANOSLEEP'.
64382         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64383         the declaration in that vendor's sys/timers.h.
64384         Reported by Christian Krackowizer.
64385
64386         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64387         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64388         (ISPRINT): Likewise.
64389         Reported by Tom Tromey.
64390
64391 2000-01-30  Jim Meyering  <meyering@lucent.com>
64392
64393         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64394
64395         * m4/prereq.m4 (utmp_includes): Define.
64396         Check for ut_user and ut_name members in both struct utmpx
64397         and struct utmp.
64398
64399 2000-01-30  Jim Meyering  <meyering@lucent.com>
64400
64401         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64402         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64403         header files where only utmpx.ut_user is declared.
64404
64405         * lib/readutmp.h (UT_USER): Define.
64406
64407 2000-01-29  Jim Meyering  <meyering@lucent.com>
64408
64409         * m4/lib-check.m4: New file containing library-related checks from
64410         fileutils and sh-utils (textutils had none).
64411
64412 2000-01-28  Jim Meyering  <meyering@lucent.com>
64413
64414         * m4/perl.m4: Change format of warning message to look more like that
64415         from the missing script.  Suggestion from François Pinard.
64416
64417 2000-01-25  Jim Meyering  <meyering@lucent.com>
64418
64419         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64420         well as time.h in the compile check.
64421         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64422         Fix typo in cross-compiling case: s/yes/no/.
64423
64424 2000-01-23  Jim Meyering  <meyering@lucent.com>
64425
64426         * m4/jm-macros.m4: Move df-related tests here from
64427         fileutils/configure.in
64428
64429         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64430         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64431
64432         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64433         s/space/ac_fsusage_space/.
64434         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64435
64436         * m4/ftruncate.m4: New file (derived from part of
64437         fileutils/configure.in).
64438         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64439         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64440
64441         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64442         AC_SUBST these here, rather than just in sh-util/configure.in, so
64443         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64444         all the same.
64445         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64446         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64447         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64448         (AC_SUBST(POW_LIBM)): Likewise.
64449         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64450
64451 2000-01-23  Jim Meyering  <meyering@lucent.com>
64452
64453         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64454         obstack.c.
64455
64456 2000-01-22  Jim Meyering  <meyering@lucent.com>
64457
64458         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64459
64460         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64461
64462         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64463         configure.in
64464         (AC_CHECK_HEADERS): Likewise for sh-utils.
64465         (AC_CHECK_HEADERS): Likewise for textutils.
64466         Merge the three lists of headers.
64467
64468         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64469         from fileutils' configure.in.
64470
64471         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64472         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64473         check-decl.m4.
64474
64475         * m4/check-decl.m4: Use #if rather than #ifdef.
64476         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64477         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64478         (_jm_DECL_HEADERS): Define new function.
64479         (jm_CHECK_DECLARATIONS): Require it.
64480
64481 2000-01-22  Jim Meyering  <meyering@lucent.com>
64482
64483         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64484         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64485         Required for some AIX systems.  Reported by Christian Krackowizer.
64486         [TESTING] (main): New function.
64487
64488         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64489         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64490         letters.
64491
64492         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64493         iswprint.
64494
64495         * lib/strverscmp.c (ISDIGIT): Define.
64496         (strverscmp): Use ISDIGIT, not isdigit.
64497
64498 2000-01-19  Jim Meyering  <meyering@lucent.com>
64499
64500         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64501         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64502         defines `struct timespec' in <sys/time.h>
64503
64504         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64505         Thanks to Akim for explaining.
64506
64507 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64508
64509         * lib/nanosleep.c (nanosleep):
64510         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64511         POSIX.1 doesn't require SA_INTERRUPT and some systems
64512         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64513         it's been part of POSIX.1 since day 1 (in 1988).
64514
64515 2000-01-17  Jim Meyering  <meyering@lucent.com>
64516
64517         * lib/interlock: Remove unused file.  Reported by François Pinard.
64518
64519 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64520
64521         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64522         alert, backslash, formfeed, and vertical tab unnecessarily in
64523         shell quoting style.
64524
64525 2000-01-16  Jim Meyering  <meyering@lucent.com>
64526
64527         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64528         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64529         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64530         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64531
64532 2000-01-16  Jim Meyering  <meyering@lucent.com>
64533
64534         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64535         because the latter didn't work.
64536
64537 2000-01-15  Jim Meyering  <meyering@lucent.com>
64538
64539         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64540         (AC_REPLACE_FUNCS): Add memcpy and memset.
64541         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64542         Add strpbrk.
64543         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64544
64545 2000-01-12  Jim Meyering  <meyering@lucent.com>
64546
64547         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64548         (jm_PREREQ): Use it.
64549         (jm_PREREQ_READUTMP): New macro.
64550         (jm_PREREQ): Use it.
64551
64552 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64553
64554         Quote multibyte characters correctly.
64555         * m4/c-bs-a.m4: New file.
64556         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64557         (jm_PREREQ): Use it.
64558
64559 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64560
64561         * m4/uintmax_t.m4: Port to autoconf 2.13.
64562
64563 2000-01-08  Jim Meyering  <meyering@ascend.com>
64564
64565         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64566         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64567
64568 2000-01-04  Jim Meyering  <meyering@ascend.com>
64569
64570         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64571         jm_STRUCT_DIRENT_D_TYPE.
64572         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64573         jm_STRUCT_DIRENT_D_INO.
64574         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64575         jm_STRUCT_UTIMBUF.
64576         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64577         renamings.
64578         * m4/utime.m4: Likewise.
64579
64580         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64581         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64582
64583 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64584
64585         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64586         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64587
64588 2000-01-02  Jim Meyering  <meyering@ascend.com>
64589
64590         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64591         remember if this is necessary.
64592
64593 1999-12-26  Jim Meyering  <meyering@ascend.com>
64594
64595         * m4/jm-macros.m4: Use it here.
64596         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64597
64598 1999-12-23  Jim Meyering  <meyering@ascend.com>
64599
64600         * m4/jm-macros.m4: Check for clock_gettime (moved from
64601         fileutils/configure.in)
64602         Check for gettimeofday.
64603
64604 1999-12-20  Jim Meyering  <meyering@ascend.com>
64605
64606         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64607         autoconf-2.14a-1999-12-20.
64608
64609 1999-12-19  Jim Meyering  <meyering@ascend.com>
64610
64611         * m4/lstat-slash.m4: New file.
64612         * m4/jm-macros.m4: Use the new macro:
64613         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64614
64615 1999-12-07  Jim Meyering  <meyering@ascend.com>
64616
64617         * m4/perl.m4: Require that File::Compare be available, too.
64618         Too many systems seem to lack it.
64619
64620         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64621         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64622
64623 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64624
64625         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64626         problem with the QNX 4.25 shell, which doesn't propagate exit
64627         status of failed commands inside shell assignments.
64628
64629 1999-11-17  Jim Meyering  <meyering@ascend.com>
64630
64631         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64632
64633 1999-11-07  Jim Meyering  <meyering@ascend.com>
64634
64635         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64636
64637 1999-11-06  Jim Meyering  <meyering@ascend.com>
64638
64639         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64640         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64641
64642 1999-11-05  Jim Meyering  <meyering@ascend.com>
64643
64644         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64645         configure.in of textutils, fileutils, and sh-utils into this one
64646         (shared between those packages) file.
64647         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64648         AC_STRUCT_ST_BLKSIZE.
64649
64650 1999-11-03  Jim Meyering  <meyering@ascend.com>
64651
64652         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64653         of AC_CHECK_TYPE checks includes unistd.h.
64654         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64655         Suggestion from Akim Demaille.
64656
64657 1999-10-30  Jim Meyering  <meyering@ascend.com>
64658
64659         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64660         m4-quoted string.
64661         * m4/ls-mntd-fs.m4: Likewise.
64662         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64663         * m4/jm-winsz1.m4: Likewise.
64664
64665         * m4/const.m4: Remove file, since the fix made it into the experimental
64666         version of autoconf.
64667         * m4/mktime.m4: Likewise.
64668
64669         * m4/check-type.m4: Remove file, now that the latest version of
64670         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64671
64672         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64673         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64674         AC_CHECK_TYPE.
64675
64676 1999-10-04  Jim Meyering  <meyering@ascend.com>
64677
64678         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64679
64680 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64681
64682         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64683         2.95.1 bug with HP-UX 10.20.
64684
64685 1999-09-17  Jim Meyering  <meyering@ascend.com>
64686
64687         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64688         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64689         due to missing strdup (against sh-utils-2.0).
64690
64691 1999-08-29  Jim Meyering  <meyering@ascend.com>
64692
64693         * m4/jm-macros.m4: Require jm_BISON.
64694         * m4/bison.m4: New file.
64695
64696 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64697
64698         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64699         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64700
64701 1999-08-05  Jim Meyering  <meyering@ascend.com>
64702
64703         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64704         to avoid conflicts with `conftest' on 8+3 filesystems.
64705         Suggestion from Eli Zaretskii.
64706
64707 1999-08-04  Jim Meyering  <meyering@ascend.com>
64708
64709         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64710         fileutils and sh-utils (textutils's getline test was inadequate).
64711         (AM_FUNC_GETLINE): Run this test.
64712         (AC_CHECK_FUNCS): Check for getdelim.
64713         Reported by Bob Proulx.
64714
64715 1999-08-02  Jim Meyering  <meyering@ascend.com>
64716
64717         * m4/jm-macros.m4: Add a comment.
64718
64719 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64720
64721         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64722         <inttypes.h> defines strtoumax as a macro (and not as a
64723         function).
64724
64725 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64726
64727         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64728         that we can shift, multiply and divide unsigned long long
64729         values; Ultrix cc can't do it.
64730
64731 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64732
64733         * m4/mktime.m4: New file, which is a preview of what should appear
64734         in the next public autoconf release.
64735
64736 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64737
64738         * m4/lfs.m4: Remove this file.
64739         * m4/largefile.m4: New file.  It contains the old contents of
64740         lfs.m4, except that all names with prefix AC_LFS have been
64741         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64742         compatible with future autoconf versions.  Also, some minor m4
64743         quoting problems have been fixed.
64744
64745 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64746
64747         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64748         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64749         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64750         and simplify the shell code.
64751
64752 1999-08-01  Jim Meyering  <meyering@ascend.com>
64753
64754         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64755         m4.
64756
64757 1999-07-20  Jim Meyering  <meyering@ascend.com>
64758
64759         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64760
64761 1999-07-15  Jim Meyering  <meyering@ascend.com>
64762
64763         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64764
64765 1999-05-22  Jim Meyering  <meyering@ascend.com>
64766
64767         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64768
64769 1999-05-20  Jim Meyering  <meyering@ascend.com>
64770
64771         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64772         Add a colon after each `then' in case $4 is empty.
64773
64774 1999-05-16  Jim Meyering  <meyering@ascend.com>
64775
64776         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64777
64778 1999-05-10  Jim Meyering  <meyering@ascend.com>
64779
64780         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64781
64782         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64783         AC_FUNC_MKTIME.
64784
64785 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64786
64787         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64788
64789 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64790
64791         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64792         not CPPFLAGS, so that linking works correctly in IRIX.
64793
64794 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64795
64796         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64797
64798 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64799
64800         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64801         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64802         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64803         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64804         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64805
64806         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64807
64808 1999-04-20  Jim Meyering  <meyering@ascend.com>
64809
64810         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64811         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64812         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64813
64814 1999-04-18  Jim Meyering  <meyering@ascend.com>
64815
64816         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64817         * m4/jm-macros.m4: Use it.
64818
64819 1999-04-06  Jim Meyering  <meyering@ascend.com>
64820
64821         * m4/strftime.m4: Remove test for %f.
64822
64823 1999-03-29  Jim Meyering  <meyering@ascend.com>
64824
64825         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64826         superset of the AC_TYPE_* checks in the textutils, fileutils,
64827         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64828         AC_TYPE_PID_T.
64829
64830 1999-03-28  Jim Meyering  <meyering@ascend.com>
64831
64832         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64833         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64834         replaced e.g., in the *.sh files of the sh-utils.
64835
64836 1999-03-20  Jim Meyering  <meyering@ascend.com>
64837
64838         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64839         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64840         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64841
64842 1999-03-19  Jim Meyering  <meyering@ascend.com>
64843
64844         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64845
64846 1999-03-12  Jim Meyering  <meyering@ascend.com>
64847
64848         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64849
64850 1999-03-07  Jim Meyering  <meyering@ascend.com>
64851
64852         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64853         declared.
64854
64855 1999-02-17  Jim Meyering  <meyering@ascend.com>
64856
64857         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64858         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64859
64860 1999-02-07  Jim Meyering  <meyering@ascend.com>
64861
64862         * m4/group-member.m4: New file -- extracted from sh-utils'
64863         configure.in.
64864
64865         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64866         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64867
64868 1999-02-06  Jim Meyering  <meyering@ascend.com>
64869
64870         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64871         * m4/fnmatch.m4: Likewise.
64872         * m4/getgroups.m4: Likewise.
64873         * m4/lstat.m4: Likewise.
64874         * m4/malloc.m4: Likewise.
64875         * m4/putenv.m4: Likewise.
64876         * m4/realloc.m4: Likewise.
64877         * m4/regex.m4: Likewise.
64878         * m4/stat.m4: Likewise.
64879         * m4/strftime.m4: Likewise.
64880         Suggestion from Alain Magloire.
64881
64882         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64883         * m4/fnmatch.m4: Likewise.
64884         * m4/getgroups.m4: Likewise.
64885         * m4/getline.m4: Likewise.
64886         * m4/lstat.m4: Likewise.
64887         * m4/malloc.m4: Likewise.
64888         * m4/memcmp.m4: Likewise.
64889         * m4/putenv.m4: Likewise.
64890         * m4/realloc.m4: Likewise.
64891         * m4/regex.m4: Likewise.
64892         * m4/stat.m4: Likewise.
64893         * m4/strftime.m4: Likewise.
64894         Suggestion from Alain Magloire.
64895
64896         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64897         an argument.
64898
64899         * m4/regex.m4: Add a run-time Test for proper operation of
64900         re_compile_pattern.
64901
64902 1999-01-31  Jim Meyering  <meyering@ascend.com>
64903
64904         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64905
64906 1999-01-30  Jim Meyering  <meyering@ascend.com>
64907
64908         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64909
64910         * m4/jm-mktime.m4: Make this a wrapper around the official
64911         AM_FUNC_MKTIME rather than my private copy, now that the official one
64912         is up to date.
64913         * m4/mktime.m4: Remove file.
64914
64915         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64916         * m4/uptime.m4: Likewise.
64917         * m4/uintmax_t.m4: Likewise.
64918
64919 1999-01-28  Jim Meyering  <meyering@ascend.com>
64920
64921         * m4/jm-macros.m4: Use jm_AFS.
64922         * m4/afs.m4: New file (from fileutils' configure.in).
64923
64924         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64925         * m4/chown.m4: Likewise.
64926         * m4/d-ino.m4: Likewise.
64927         * m4/d-type.m4: Likewise.
64928         * m4/fnmatch.m4: Likewise.
64929         * m4/getgroups.m4: Likewise.
64930         * m4/gettext.m4: Likewise.
64931         * m4/jm-mktime.m4: Likewise.
64932         * m4/jm-winsz2.m4: Likewise.
64933         * m4/lcmessage.m4: Likewise.
64934         * m4/ls-mntd-fs.m4: Likewise.
64935         * m4/malloc.m4: Likewise.
64936         * m4/memcmp.m4: Likewise.
64937         * m4/putenv.m4: Likewise.
64938         * m4/realloc.m4: Likewise.
64939         * m4/st_mtim.m4: Likewise.
64940         * m4/strftime.m4: Likewise.
64941
64942 1999-01-16  Jim Meyering  <meyering@ascend.com>
64943
64944         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64945         (ARGMATCH_DIE_DECL): Define.
64946
64947 1999-01-12  Jim Meyering  <meyering@ascend.com>
64948
64949         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64950         Reported by Lars Hecking.
64951
64952 1999-01-10  Jim Meyering  <meyering@ascend.com>
64953
64954         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64955         gross kludge.
64956         * m4/inttypes_h.m4: Likewise.
64957         * m4/lstat.m4: Likewise.
64958         * m4/malloc.m4: Likewise.
64959         * m4/readdir.m4: Likewise.
64960         * m4/realloc.m4: Likewise.
64961         * m4/st_dm_mode.m4: Likewise.
64962         * m4/stat.m4: Likewise.
64963         * m4/utimbuf.m4: Likewise.
64964         * m4/utimes.m4: Likewise.
64965
64966         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64967         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64968         comments in config.h.in are meaningful.
64969
64970         * m4/jm-macros.m4: Require autoconf-2.13 here.
64971
64972         * m4/regex.m4: By default, don't use the included regex.c on systems
64973         with glibc 2.  Suggestion from Uli Drepper.
64974
64975 1999-01-02  Jim Meyering  <meyering@ascend.com>
64976
64977         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64978
64979 1998-12-18  Jim Meyering  <meyering@ascend.com>
64980
64981         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64982         Based on a suggestion from Lars Hecking.
64983
64984 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64985
64986         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64987
64988 1998-11-16  Jim Meyering  <meyering@ascend.com>
64989
64990         * m4/lfs.m4: Double-quote the `uname...` expression.
64991
64992 1998-11-14  Jim Meyering  <meyering@ascend.com>
64993
64994         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64995         * m4/stat.m4: Likewise.
64996
64997 1998-11-03  Jim Meyering  <meyering@ascend.com>
64998
64999         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65000         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65001
65002 1998-10-18  Jim Meyering  <meyering@ascend.com>
65003
65004         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65005
65006 1998-10-17  Jim Meyering  <meyering@ascend.com>
65007
65008         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65009         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65010         calls for those previously hard-coded headers.  Instead, take a new
65011         parameter.
65012         (jm_CHECK_DECLARATIONS): Reflect interface change.
65013         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65014         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65015
65016         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65017
65018 1998-10-14  Jim Meyering  <meyering@ascend.com>
65019
65020         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65021         instead of "TZ=America/Vancouver".  From Paul Eggert.
65022
65023 1998-10-11  Jim Meyering  <meyering@ascend.com>
65024
65025         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65026         This adds a test for a recently added compatibility fix for mktime.c.
65027         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65028
65029 1998-09-27  Jim Meyering  <meyering@ascend.com>
65030
65031         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65032
65033         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65034         ../configure.in, including a change from Gordon Matzigkeit to allow
65035         cross-compiling for the Hurd.
65036
65037         * m4/glibc.m4: New file/macro to test for the GNU C Library
65038         versions 1 and 2.  From Gordon Matzigkeit.
65039         Indent.
65040
65041 1998-09-21  Jim Meyering  <meyering@ascend.com>
65042
65043         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65044
65045 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65046
65047         Port nanosecond-resolution times to UnixWare 2.1.2 and
65048         pedantic Solaris 2.6.
65049
65050         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65051         AC_STRUCT_ST_MTIM.
65052         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65053         Generate name of ns member, instead of just 1 or undef.
65054         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65055
65056 1998-08-15  Jim Meyering  <meyering@ascend.com>
65057
65058         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65059         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65060         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65061         instead of jm_TYPE_SSIZE_T.
65062
65063 1998-08-12  Jim Meyering  <meyering@ascend.com>
65064
65065         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65066
65067 1998-08-02  Jim Meyering  <meyering@ascend.com>
65068
65069         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65070         in acconfig.h manually.
65071
65072 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65073
65074         * m4/st_mtim.m4: New file.
65075
65076 1998-07-28  Jim Meyering  <meyering@ascend.com>
65077
65078         * m4/utimes.m4: Undef stat.
65079
65080 1998-07-25  Jim Meyering  <meyering@ascend.com>
65081
65082         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65083         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65084
65085 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65086
65087         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65088         uid and gid actually remain unchanged.
65089
65090 1998-07-07  Jim Meyering  <meyering@ascend.com>
65091
65092         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65093
65094 1998-07-04  Jim Meyering  <meyering@ascend.com>
65095
65096         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65097         to prove that this macro can be used in packages without regex.c.
65098
65099 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65100
65101         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65102         is to be used.
65103
65104 1998-07-03  Jim Meyering  <meyering@ascend.com>
65105
65106         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65107
65108         * m4/gettext.m4: New file -- from gettext-0.10.35.
65109         * m4/lcmessage.m4: Likewise.
65110         * m4/progtest.m4: Likewise.
65111
65112         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65113         * m4/jm-macros.m4: Require the new macro.
65114
65115 1998-06-29  Jim Meyering  <meyering@ascend.com>
65116
65117         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65118         for the definition of NGROUPS (used in a system header included
65119         by sys/mount.h).
65120
65121 1998-06-28  Jim Meyering  <meyering@ascend.com>
65122
65123         * m4/ls-mntd-fs.m4: New file.
65124         * m4/fstypename.m4: New file.
65125
65126         * m4/jm-macros.m4: Require the new macro.
65127         * m4/jm-glibc-io.m4: New file.
65128
65129 1998-05-19  Jim Meyering  <meyering@ascend.com>
65130
65131         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65132         * m4/lchown.m4: New file.
65133
65134         * m4/Makefile.am.in: New file.
65135         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65136
65137 1998-05-14  Jim Meyering  <meyering@ascend.com>
65138
65139         * m4/Makefile.am (EXTRA_DIST): Add them.
65140         * m4/jm-macros.m4: New file.
65141         * m4/utimbuf.m4: New file.
65142
65143 1998-05-12  Jim Meyering  <meyering@ascend.com>
65144
65145         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65146
65147 1998-05-11  Jim Meyering  <meyering@ascend.com>
65148
65149         * m4/isc-posix.m4: New file.
65150
65151 1998-05-10  Jim Meyering  <meyering@ascend.com>
65152
65153         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65154
65155 1998-05-09  Jim Meyering  <meyering@ascend.com>
65156
65157         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65158         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65159         with automake.
65160
65161         * m4/ssize_t.m4: New file.
65162         * m4/mktime.m4: Remove file -- the new automake has this now.
65163
65164 1998-04-26  Jim Meyering  <meyering@ascend.com>
65165
65166         * m4/assert.m4: New file.
65167         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65168
65169 1998-04-05  Jim Meyering  <meyering@ascend.com>
65170
65171         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65172         (jm_PREREQ): Use it here.
65173
65174 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65175
65176         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65177         in acconfig.h.
65178
65179 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65180
65181         * m4/prereq.m4: New file.
65182         * m4/error.m4: New file.
65183         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65184
65185 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65186
65187         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65188         cache-check for the same variable -- that defeated the purpose of
65189         the test; the test program was never run.  This was a problem only
65190         on systems with losing getline functions -- HP-UX 10.20 is one.
65191         Reported by Bjorn Helgaas.
65192
65193 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65194
65195         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65196
65197 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65198
65199         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65200
65201         * m4/const.m4: New file.  Use an initializer in this declaration
65202         typedef int charset[2]; const charset x;
65203         Reported by Bob Glickstein.
65204
65205 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65206
65207         * m4/chown.m4: Fix reversed types on -1 args to chown.
65208         From Kaveh Ghazi.
65209
65210 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65211
65212         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65213         Add lseek and memchr.
65214
65215         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65216         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65217         have a 20-character limit on names.
65218
65219 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65220
65221         * m4/inttypes_h.m4: New file.
65222         * m4/uintmax_t.m4: New file.
65223         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65224
65225
65226         -----
65227
65228         Local Variables:
65229         coding: utf-8
65230         End:
65231
65232         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65233
65234         Copying and distribution of this file, with or without
65235         modification, are permitted provided the copyright notice
65236         and this notice are preserved.