timegm: Fix C++ test error on mingw.
[gnulib.git] / ChangeLog
1 2010-04-03  Bruno Haible  <bruno@clisp.org>
2
3         timegm: Fix C++ test error on mingw.
4         * lib/time.in.h (timegm): Use modern idiom.
5         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
6         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
7         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
8         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
9
10 2010-04-03  Bruno Haible  <bruno@clisp.org>
11
12         timegm: Assume declaration if function exists.
13         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
14         if it exists. Don't clobber ac_cv_func_timegm.
15
16 2010-04-03  Bruno Haible  <bruno@clisp.org>
17
18         time_r: Fix C++ test error on mingw.
19         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
20         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
21         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
22         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
23         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
24
25 2010-04-03  Bruno Haible  <bruno@clisp.org>
26
27         time_r: Minor updates.
28         * modules/time_r (Description): Mention the provided functions.
29         * lib/time_r.c: Don't include <string.h>.
30         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
31         * doc/posix-functions/localtime_r.texi: Likewise.
32
33 2010-04-03  Bruno Haible  <bruno@clisp.org>
34
35         time: Fix regression introduced on 2010-03-08.
36         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
37         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
38
39 2010-04-03  Jim Meyering  <meyering@redhat.com>
40
41         maint.mk: don't silently disable project-specific syntax-check rules
42         * top/maint.mk (_prohibit_regexp): Define, to help people realize
43         that they need to convert their project-specific syntax-check rules
44         to use the new _sc_search_regexp.
45
46 2010-04-03  Bruno Haible  <bruno@clisp.org>
47
48         fchdir: Fix regression introduced on 2010-03-08.
49         * lib/unistd.in.h (fchdir): Fix declaration.
50         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
51         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
52         REPLACE_FCHDIR.
53         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
54         REPLACE_FCHDIR.
55
56 2010-04-03  Bruno Haible  <bruno@clisp.org>
57
58         getpagesize: Fix C++ test error on mingw.
59         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
60         system does not declare the function.
61         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
62         declared.
63         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
64         HAVE_DECL_GETPAGESIZE.
65         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
66
67 2010-04-03  Bruno Haible  <bruno@clisp.org>
68
69         stdio: Make C++ tests work on mingw.
70         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
71         does not declare the function.
72
73 2010-04-03  Bruno Haible  <bruno@clisp.org>
74
75         ftello: Fix C++ test error on mingw.
76         * lib/stdio.in.h (ftello): Use modern idiom.
77         * lib/ftello.c (ftello): Renamed from rpl_ftello.
78         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
79         is missing and that it needs to be replaced.
80         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
81         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
82         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
83
84 2010-04-03  Bruno Haible  <bruno@clisp.org>
85
86         fseeko: Fix C++ test error on mingw.
87         * lib/stdio.in.h (fseeko): Use modern idiom.
88         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
89         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
90         is missing and that it needs to be replaced.
91         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
92         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
93         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
94
95 2010-04-03  Bruno Haible  <bruno@clisp.org>
96
97         mkstemp: Fix C++ test error on mingw.
98         * lib/stdlib.in.h (mkstemp): Use modern idiom.
99         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
100         function is missing and that it needs to be replaced.
101         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
102         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
103
104 2010-04-03  Bruno Haible  <bruno@clisp.org>
105
106         stpncpy: Fix C++ test error on mingw.
107         * lib/string.in.h (stpncpy): Use modern idiom.
108         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
109         function is missing and that it needs to be replaced.
110         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
111         REPLACE_STPNCPY.
112         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
113
114 2010-04-03  Bruno Haible  <bruno@clisp.org>
115
116         sys_stat: Fix C++ test error on mingw.
117         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
118         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
119
120 2010-04-03  Bruno Haible  <bruno@clisp.org>
121
122         pty: Update doc.
123         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
124
125 2010-04-03  Bruno Haible  <bruno@clisp.org>
126
127         unistd: Fix C++ test error on mingw.
128         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
129
130 2010-04-03  Bruno Haible  <bruno@clisp.org>
131
132         Update doc regarding mingw.
133         * doc/glibc-functions/openpty.texi: Update regarding mingw.
134         * doc/glibc-functions/login_tty.texi: Likewise.
135         * doc/glibc-functions/forkpty.texi: Likewise.
136
137 2010-04-03  Bruno Haible  <bruno@clisp.org>
138
139         stdlib: Avoid compilation failure of c-strtold on mingw.
140         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
141
142 2010-04-03  Bruno Haible  <bruno@clisp.org>
143
144         locale: Make C++ tests work on Cygwin and mingw.
145         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
146         cannot provide the function.
147         Reported by Simon Josefsson.
148
149 2010-04-03  Bruno Haible  <bruno@clisp.org>
150
151         localename: Port to MacOS X 10.6.
152         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
153         memory layout of the locales in MacOS X 10.6 as well.
154         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
155
156 2010-04-02  Bruno Haible  <bruno@clisp.org>
157
158         gnulib-tool: Ensure that long-running tests are executed last.
159         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
160         running tests after the one for the other tests.
161
162 2010-04-02  Bruno Haible  <bruno@clisp.org>
163
164         gnulib-tool: Ensure the tests in the main directory are executed first.
165         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
166         start with the current directory.
167
168 2010-04-02  Bruno Haible  <bruno@clisp.org>
169
170         Tests for module 'havelib', moved here from GNU gettext.
171         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
172         modifications.
173         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
174         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
175         with modifications.
176         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
177         modifications.
178         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
179         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
180         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
181         with modifications.
182         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
183         with modifications.
184         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
185         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
186         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
187         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
188         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
189         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
190         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
191         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
192         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
193         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
194         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
195         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
196         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
197         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
198         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
199         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
200         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
201         with modifications.
202         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
203         with modifications.
204         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
205         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
206         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
207         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
208         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
209         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
210         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
211         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
212         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
213         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
214         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
215         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
216         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
217         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
218         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
219         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
220         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
221         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
222         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
223         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
224         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
225         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
226         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
227         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
228         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
229         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
230         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
231         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
232         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
233         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
234         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
235         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
236         * tests/havelib/rpathx/rpathx.c: New file, from
237         gettext/autoconf-lib-link.
238         * tests/havelib/rpathx/Makefile.am: New file, from
239         gettext/autoconf-lib-link.
240         * tests/havelib/rpathx/configure.ac: New file, from
241         gettext/autoconf-lib-link with modifications.
242         * tests/havelib/rpathy/rpathy.c: New file, from
243         gettext/autoconf-lib-link.
244         * tests/havelib/rpathy/Makefile.am: New file, from
245         gettext/autoconf-lib-link.
246         * tests/havelib/rpathy/configure.ac: New file, from
247         gettext/autoconf-lib-link with modifications.
248         * tests/havelib/rpathz/rpathz.c: New file, from
249         gettext/autoconf-lib-link.
250         * tests/havelib/rpathz/Makefile.am: New file, from
251         gettext/autoconf-lib-link.
252         * tests/havelib/rpathz/configure.ac: New file, from
253         gettext/autoconf-lib-link with modifications.
254         * tests/havelib/rpathlx/usex.c: New file, from
255         gettext/autoconf-lib-link.
256         * tests/havelib/rpathlx/Makefile.am: New file, from
257         gettext/autoconf-lib-link.
258         * tests/havelib/rpathlx/configure.ac: New file, from
259         gettext/autoconf-lib-link with modifications.
260         * tests/havelib/rpathly/usey.c: New file, from
261         gettext/autoconf-lib-link.
262         * tests/havelib/rpathly/Makefile.am: New file, from
263         gettext/autoconf-lib-link.
264         * tests/havelib/rpathly/configure.ac: New file, from
265         gettext/autoconf-lib-link with modifications.
266         * tests/havelib/rpathlz/usez.c: New file, from
267         gettext/autoconf-lib-link.
268         * tests/havelib/rpathlz/Makefile.am: New file, from
269         gettext/autoconf-lib-link.
270         * tests/havelib/rpathlz/configure.ac: New file, from
271         gettext/autoconf-lib-link with modifications.
272         * tests/havelib/rpathlyx/usey.c: New file, from
273         gettext/autoconf-lib-link.
274         * tests/havelib/rpathlyx/Makefile.am: New file, from
275         gettext/autoconf-lib-link.
276         * tests/havelib/rpathlyx/configure.ac: New file, from
277         gettext/autoconf-lib-link with modifications.
278         * tests/havelib/rpathlzyx/usez.c: New file, from
279         gettext/autoconf-lib-link.
280         * tests/havelib/rpathlzyx/Makefile.am: New file, from
281         gettext/autoconf-lib-link.
282         * tests/havelib/rpathlzyx/configure.ac: New file, from
283         gettext/autoconf-lib-link with modifications.
284         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
285         with modifications.
286
287 2010-04-02  Bruno Haible  <bruno@clisp.org>
288
289         gnulib-tool: Create distributed built sources also for the tests.
290         * gnulib-tool (func_create_testdir): Also generate distributed built
291         sources in the tests directory.
292
293 2010-04-02  Bruno Haible  <bruno@clisp.org>
294
295         gnulib-tool: Obey user's environment variables.
296         * gnulib-tool (func_create_testdir): When creating built sources,
297         respect the environment variables for autoconf, automake, etc. given by
298         the user.
299
300 2010-04-02  Bruno Haible  <bruno@clisp.org>
301
302         gnulib-tool: Provide the value of --m4-base to modules.
303         * gnulib-tool (func_import, func_create_testdir): Emit a definition
304         of gl_m4_base.
305
306 2010-04-02  Eric Blake  <eblake@redhat.com>
307
308         maint.mk: fix some fallout
309         * NEWS: Document the incompatible change, and its effect on cfg.mk.
310         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
311
312 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
313
314         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
315         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
316         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
317         (sc_cast_of_x_alloc_return_value): Likewise.
318         (sc_cast_of_alloca_return_value): Likewise.
319         (sc_space_tab): Likewise.
320         (sc_prohibit_atoi_atof): Likewise.
321         (sc_prohibit_magic_number_exit): Likewise.
322         (sc_error_exit_success): Likewise.
323         (sc_file_system): Likewise.
324         (sc_prohibit_have_config_h): Likewise.
325         (sc_require_config_h): Likewise.
326         (sc_prohibit_HAVE_MBRTOWC): Likewise.
327         (sc_obsolete_symbols): Likewise.
328         (sc_changelog): Likewise.
329         (sc_program_name): Likewise.
330         (sc_the_the): Likewise.
331         (sc_trailing_blank): Likewise.
332         (sc_two_space_separator_in_usage): Likewise.
333         (sc_useless_cpp_parens): Likewise.
334         (sc_GPL_version): Likewise.
335         (sc_GFDL_version): Likewise.
336         (sc_texinfo_acronym): Likewise.
337         (sc_prohibit_cvs_keyword): Likewise.
338         (sc_prohibit_stat_st_blocks): Likewise.
339         (sc_prohibit_S_IS_definition): Likewise.
340         (sc_redundant_const): Likewise.
341         (sc_makefile_TAB_only_indentation): Likewise.
342         (sc_m4_quote_check): Likewise.
343         (sc_makefile_path_separator_check): Likewise.
344         (sc_copyright_check): Likewise.
345         (sc_Wundef_boolean): Likewise.
346         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
347
348         maint.mk: match 0 or more whitespace-before-function-call '('
349         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
350         that have zero or two-and-more spaces between the function name
351         and the open parenthesis.
352         (sc_error_message_warn_fatal): Likewise.
353         (sc_error_message_uppercase): Likewise.
354         (sc_error_message_period): Likewise.
355
356 2010-03-31  Eric Blake  <eblake@redhat.com>
357
358         maint.mk: check for [ as well as test
359         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
360         Based on a libvirt report by Matthias Bolte.
361
362         gnumakefile: don't squelch _version output
363         * top/GNUmakefile (_version): Create one-shot dependency rather
364         than using $(shell) when version must be regenerated.
365         (_autoreconf): Run verbosely, by default.
366
367         sys_time: avoid compiler warnings
368         * lib/sys_time.in.h (includes): Ensure gcc pragma is
369         unconditional, fixing regression from 2010-03-29.
370         Reported by Simon Josefsson.
371
372 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
373
374         maint.mk: s/_header_without_use/_sc_header_without_use/
375         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
376         (sc_prohibit_assert_without_use): Use the new name.
377         (sc_prohibit_close_stream_without_use): Likewise.
378         (sc_prohibit_getopt_without_use): Likewise.
379         (sc_prohibit_quotearg_without_use): Likewise.
380         (sc_prohibit_quote_without_use): Likewise.
381         (sc_prohibit_long_options_without_use): Likewise.
382         (sc_prohibit_inttostr_without_use): Likewise.
383         (sc_prohibit_ignore_value_without_use): Likewise.
384         (sc_prohibit_error_without_use): Likewise.
385         (sc_prohibit_xalloc_without_use): Likewise.
386         (sc_prohibit_hash_without_use): Likewise.
387         (sc_prohibit_hash_pjw_without_use): Likewise.
388         (sc_prohibit_safe_read_without_use): Likewise.
389         (sc_prohibit_argmatch_without_use): Likewise.
390         (sc_prohibit_canonicalize_without_use): Likewise.
391         (sc_prohibit_root_dev_ino_without_use): Likewise.
392         (sc_prohibit_openat_without_use): Likewise.
393         (sc_prohibit_c_ctype_without_use): Likewise.
394         (sc_prohibit_signal_without_use): Likewise.
395         (sc_prohibit_intprops_without_use): Likewise.
396
397 2010-03-30  Eric Blake  <eblake@redhat.com>
398
399         maint: improve module indicators
400         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
401         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
402         columns, and avoid extra macro expansion.
403
404         fdopendir: work around FreeBSD bug
405         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
406         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
407         * modules/dirent (Makefile.am): Substitute it.
408         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
409         declaration.
410         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
411         fix.
412         Reported by Christian Weisgerber <naddy@mips.inka.de>.
413
414 2010-03-29  Bruno Haible  <bruno@clisp.org>
415
416         Emit #pragma system_header after the inclusion guard, not before.
417         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
418         guard that spans the entire file, not before. This enables an
419         optimization in GCC's preprocessor.
420         * lib/ctype.in.h: Likewise.
421         * lib/dirent.in.h: Likewise.
422         * lib/errno.in.h: Likewise.
423         * lib/float.in.h: Likewise.
424         * lib/getopt.in.h: Likewise.
425         * lib/iconv.in.h: Likewise.
426         * lib/langinfo.in.h: Likewise.
427         * lib/locale.in.h: Likewise.
428         * lib/math.in.h: Likewise.
429         * lib/netdb.in.h: Likewise.
430         * lib/netinet_in.in.h: Likewise.
431         * lib/pty.in.h: Likewise.
432         * lib/sched.in.h: Likewise.
433         * lib/se-selinux.in.h: Likewise.
434         * lib/search.in.h: Likewise.
435         * lib/spawn.in.h: Likewise.
436         * lib/stdarg.in.h: Likewise.
437         * lib/stdint.in.h: Likewise.
438         * lib/string.in.h: Likewise.
439         * lib/strings.in.h: Likewise.
440         * lib/sys_file.in.h: Likewise.
441         * lib/sys_ioctl.in.h: Likewise.
442         * lib/sys_time.in.h: Likewise.
443         * lib/sys_times.in.h: Likewise.
444         * lib/sys_utsname.in.h: Likewise.
445         * lib/sys_wait.in.h: Likewise.
446         * lib/sysexits.in.h: Likewise.
447         * lib/wctype.in.h: Likewise.
448
449 2010-03-28  James Youngman  <jay@gnu.org>
450
451         save-cwd: don't leak a file descriptor when the caller execs.
452         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
453         saved file descriptor.
454         * modules/save-cwd (Depends-on): Depend on cloexec.
455
456 2010-03-29  Bruno Haible  <bruno@clisp.org>
457
458         Remove vestiges of fts-lgpl module.
459         * lib/fts_.h: Assume GNULIB_FTS is 1.
460         * lib/fts.c: Likewise.
461         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
462
463 2010-03-28  Bruno Haible  <bruno@clisp.org>
464
465         Fix definition of tests witness macro.
466         * gnulib-tool (func_import): Fix definition of witness macro.
467
468 2010-03-28  Bruno Haible  <bruno@clisp.org>
469
470         Fix ioctl's protoype on glibc systems.
471         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
472         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
473         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
474         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
475         signature. If not, arrange to replace the ioctl function.
476         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
477         REPLACE_IOCTL.
478         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
479         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
480         Reported by Ludovic Courtès <ludo@gnu.org>.
481
482 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
483
484         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
485         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
486         made it so grep -r --include=GLOB* ... did not work.
487
488 2010-03-26  Jim Meyering  <meyering@redhat.com>
489             Eric Blake  <eblake@redhat.com>
490
491         maint.mk: prohibit use of test's -o and -a operators
492         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
493
494 2010-03-28  Bruno Haible  <bruno@clisp.org>
495
496         Remove unused GNULIB_XYZ macro definitions.
497         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
498         invocation.
499
500 2010-03-28  Bruno Haible  <bruno@clisp.org>
501
502         Mark privileged tests modules.
503         * modules/idpriv-drop-tests (Status): New section.
504         * modules/idpriv-droptemp-tests (Status): New section.
505
506 2010-03-28  Bruno Haible  <bruno@clisp.org>
507
508         Split C++ tests into separate tests modules.
509         * modules/dirent-c++-tests: New file, extracted from
510         modules/dirent-tests.
511         * modules/dirent-tests: Depend on it.
512         * modules/fcntl-h-c++-tests: New file, extracted from
513         modules/fcntl-h-tests.
514         * modules/fcntl-h-tests: Depend on it.
515         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
516         * modules/glob-tests: Depend on it.
517         * modules/iconv-h-c++-tests: New file, extracted from
518         modules/iconv-h-tests.
519         * modules/iconv-h-tests: Depend on it.
520         * modules/langinfo-c++-tests: New file, extracted from
521         modules/langinfo-tests.
522         * modules/langinfo-tests: Depend on it.
523         * modules/locale-c++-tests: New file, extracted from
524         modules/locale-tests.
525         * modules/locale-tests: Depend on it.
526         * modules/math-c++-tests: New file, extracted from modules/math-tests.
527         * modules/math-tests: Depend on it.
528         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
529         * modules/pty-tests: Depend on it.
530         * modules/search-c++-tests: New file, extracted from
531         modules/search-tests.
532         * modules/search-tests: Depend on it.
533         * modules/signal-c++-tests: New file, extracted from
534         modules/signal-tests.
535         * modules/signal-tests: Depend on it.
536         * modules/spawn-c++-tests: New file, extracted from
537         modules/spawn-tests.
538         * modules/spawn-tests: Depend on it.
539         * modules/stdio-c++-tests: New file, extracted from
540         modules/stdio-tests.
541         * modules/stdio-tests: Depend on it.
542         * modules/stdlib-c++-tests: New file, extracted from
543         modules/stdlib-tests.
544         * modules/stdlib-tests: Depend on it.
545         * modules/string-c++-tests: New file, extracted from
546         modules/string-tests.
547         * modules/string-tests: Depend on it.
548         * modules/sys_ioctl-c++-tests: New file, extracted from
549         modules/sys_ioctl-tests.
550         * modules/sys_ioctl-tests: Depend on it.
551         * modules/sys_select-c++-tests: New file, extracted from
552         modules/sys_select-tests.
553         * modules/sys_select-tests: Depend on it.
554         * modules/sys_socket-c++-tests: New file, extracted from
555         modules/sys_socket-tests.
556         * modules/sys_socket-tests: Depend on it.
557         * modules/sys_stat-c++-tests: New file, extracted from
558         modules/sys_stat-tests.
559         * modules/sys_stat-tests: Depend on it.
560         * modules/sys_time-c++-tests: New file, extracted from
561         modules/sys_time-tests.
562         * modules/sys_time-tests: Depend on it.
563         * modules/time-c++-tests: New file, extracted from modules/time-tests.
564         * modules/time-tests: Depend on it.
565         * modules/unistd-c++-tests: New file, extracted from
566         modules/unistd-tests.
567         * modules/unistd-tests: Depend on it.
568         * modules/wchar-c++-tests: New file, extracted from
569         modules/wchar-tests.
570         * modules/wchar-tests: Depend on it.
571         * modules/wctype-c++-tests: New file, extracted from
572         modules/wctype-tests.
573         * modules/wctype-tests: Depend on it.
574         Reported by Simon Josefsson.
575
576 2010-03-28  Bruno Haible  <bruno@clisp.org>
577
578         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
579         * gnulib-tool (func_exists_module): New function, extracted from
580         func_verify_module.
581         (func_verify_module): Use it.
582         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
583         'foo' only if 'foo' exists.
584         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
585         module.
586
587 2010-03-28  Bruno Haible  <bruno@clisp.org>
588
589         gnulib-tool: Add support for special categories of tests.
590         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
591         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
592         (func_usage): Document them.
593         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
594         inc_unportable_tests, inc_all_tests): New variables.
595         (func_acceptable): Consider these variables.
596         (func_modules_transitive_closure): Make it work when the 'Status' field
597         consists of multiple words.
598         (func_import): Store and restore the values of inc_cxx_tests,
599         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
600         inc_all_tests in gnulib-comp.m4.
601         (func_create_testdir): Set inc_all_tests to true.
602         * doc/gnulib.texi (Extra tests modules): New section.
603         Suggested by Jim Meyering.
604
605 2010-03-28  Bruno Haible  <bruno@clisp.org>
606
607         ansi-c++-opt: Allow turning off the C++ build by default.
608         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
609         gl_CXX_CHOICE_DEFAULT_NO is defined.
610         Requested by Eric Blake.
611
612 2010-03-28  Bruno Haible  <bruno@clisp.org>
613
614         unistd: Avoid #define replacements in C++ mode.
615         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
616         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
617         setsockopt, shutdown, select): In C++, attach a warning to the function
618         if possible, rather than #defining the symbol to a dysfunctional alias.
619         Reported by John W. Eaton <jwe@gnu.org>.
620
621 2010-03-28  Bruno Haible  <bruno@clisp.org>
622
623         Fix link errors on mingw.
624         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
625         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
626         $(LIBSOCKET).
627         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
628         $(LIBSOCKET).
629
630 2010-03-28  Bruno Haible  <bruno@clisp.org>
631             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
632
633         lib-ignore: Determine different options for different compilers.
634         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
635         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
636         Add comments.
637         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
638         * NEWS: Mention the change.
639
640 2010-03-27  Bruno Haible  <bruno@clisp.org>
641
642         Remove unused GNULIB_XYZ macro definitions.
643         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
644         * modules/fseek (configure.ac): Likewise.
645         * modules/ioctl (configure.ac): Likewise.
646         * modules/open (configure.ac): Likewise.
647         * modules/stdlib-safer (configure.ac): Likewise.
648
649 2010-03-27  Bruno Haible  <bruno@clisp.org>
650
651         Add a remark about certain modules.
652         * modules/malloc (Comment): New section.
653         * modules/realloc (Comment): Likewise.
654         * modules/sigpipe (Comment): Likewise.
655
656 2010-03-27  Bruno Haible  <bruno@clisp.org>
657
658         Resolve conflict between the two kinds of module indicators.
659         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
660         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
661         * modules/canonicalize (configure.ac): Invoke
662         gl_MODULE_INDICATOR_FOR_TESTS.
663         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
664         GNULIB_XYZ.
665         * tests/test-dirent-c++.cc: Likewise.
666         * tests/test-dirent-safer.c: Likewise.
667         * tests/test-dup2.c: Likewise.
668         * tests/test-fchdir.c: Likewise.
669         * tests/test-fcntl-h-c++.cc: Likewise.
670         * tests/test-getopt.c: Likewise.
671         * tests/test-getopt.h: Likewise.
672         * tests/test-langinfo-c++.cc: Likewise.
673         * tests/test-locale-c++.cc: Likewise.
674         * tests/test-math-c++.cc: Likewise.
675         * tests/test-pty-c++.cc: Likewise.
676         * tests/test-search-c++.cc: Likewise.
677         * tests/test-signal-c++.cc: Likewise.
678         * tests/test-spawn-c++.cc: Likewise.
679         * tests/test-stdio-c++.cc: Likewise.
680         * tests/test-stdlib-c++.cc: Likewise.
681         * tests/test-string-c++.cc: Likewise.
682         * tests/test-sys_ioctl-c++.cc: Likewise.
683         * tests/test-sys_select-c++.cc: Likewise.
684         * tests/test-sys_socket-c++.cc: Likewise.
685         * tests/test-sys_stat-c++.cc: Likewise.
686         * tests/test-sys_time-c++.cc: Likewise.
687         * tests/test-time-c++.cc: Likewise.
688         * tests/test-unistd-c++.cc: Likewise.
689         * tests/test-wchar-c++.cc: Likewise.
690         * tests/uninorm/test-u8-nfc.c: Likewise.
691         * tests/uninorm/test-u8-nfd.c: Likewise.
692         * tests/uninorm/test-u8-nfkc.c: Likewise.
693         * tests/uninorm/test-u8-nfkd.c: Likewise.
694         * tests/uninorm/test-u16-nfc.c: Likewise.
695         * tests/uninorm/test-u16-nfd.c: Likewise.
696         * tests/uninorm/test-u16-nfkc.c: Likewise.
697         * tests/uninorm/test-u16-nfkd.c: Likewise.
698         * tests/uninorm/test-u32-nfc.c: Likewise.
699         * tests/uninorm/test-u32-nfc-big.c: Likewise.
700         * tests/uninorm/test-u32-nfd.c: Likewise.
701         * tests/uninorm/test-u32-nfd-big.c: Likewise.
702         * tests/uninorm/test-u32-nfkc.c: Likewise.
703         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
704         * tests/uninorm/test-u32-nfkd.c: Likewise.
705         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
706         * tests/uninorm/test-u32-normalize-big.c: Likewise.
707
708 2010-03-27  Bruno Haible  <bruno@clisp.org>
709
710         Distinguish two kinds of module indicators.
711         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
712         gl_MODULE_INDICATOR.
713         (gl_MODULE_INDICATOR): New macro.
714         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
715         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
716         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
717         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
718         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
719         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
720         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
721         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
722         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
723         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
724         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
725         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
726         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
727         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
728         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
729         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
730         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
731         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
732         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
733         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
734         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
735         * modules/cloexec (configure.ac): Likewise.
736         * modules/getopt-gnu (configure.ac): Likewise.
737         * modules/uninorm/u8-normalize (configure.ac): Likewise.
738         * modules/uninorm/u16-normalize (configure.ac): Likewise.
739         * modules/uninorm/u32-normalize (configure.ac): Likewise.
740         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
741
742 2010-03-27  Bruno Haible  <bruno@clisp.org>
743
744         New module description field 'Comment'.
745         * gnulib-tool: New option --extract-comment.
746         (func_usage): Document it.
747         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
748         (func_get_comment): New function.
749         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
750
751 2010-03-27  Bruno Haible  <bruno@clisp.org>
752
753         Addendum to 2010-02-07 commit.
754         * gnulib-tool (func_usage): Document --extract-applicability option.
755
756 2010-03-27  Bruno Haible  <bruno@clisp.org>
757
758         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
759         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
760         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
761         rather than link errors.
762
763 2010-03-27  Bruno Haible  <bruno@clisp.org>
764
765         Avoid side effects from tests-related modules on the compilation of lib.
766         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
767         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
768         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
769         parameter. Emit into AM_CPPFLAGS a definition of the designated C
770         macro.
771         (func_import): Define a witness macro. Assign it a value that depends
772         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
773         tests-related modules.
774         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
775         Reported by Jim Meyering.
776
777 2010-03-27  Bruno Haible  <bruno@clisp.org>
778
779         Factorize common .m4 code.
780         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
781         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
782         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
783         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
784         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
785         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
786         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
787         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
788         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
789         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
790         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
791         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
792         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
793         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
794         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
795         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
796         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
797         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
798         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
799         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
800         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
801         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
802         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
803         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
804         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
805         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
806         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
807         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
808         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
809         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
810         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
811         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
812
813 2010-03-27  Bruno Haible  <bruno@clisp.org>
814
815         Fix a compilation error on Cygwin with g++ >= 4.3.
816         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
817         if it is undefined or if we alias it to chmod.
818         (lstat): Don't warn about the use of this function if it is undefined
819         or if we alias it to stat.
820         Reported by Simon Josefsson.
821
822 2010-03-27  Bruno Haible  <bruno@clisp.org>
823
824         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
825         * modules/getlogin (configure.ac): Update.
826
827         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
828         * modules/getlogin_r (configure.ac): Update.
829
830         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
831         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
832         * modules/inet_ntop (configure.ac): Update.
833
834         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
835         * modules/inet_pton (configure.ac): Update.
836
837         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
838         * modules/mbslen (configure.ac): Update.
839
840         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
841         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
842         * modules/forkpty (configure.ac): Update.
843         * modules/openpty (configure.ac): Update.
844
845 2010-03-26  Simon Josefsson  <simon@josefsson.org>
846
847         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
848         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
849
850 2010-03-25  Eric Blake  <eblake@redhat.com>
851
852         maint: use pragma consistently across replacement headers
853         * lib/ctype.in.h (system_header): Hoist for consistent placement.
854         * lib/dirent.in.h (system_header): Likewise.
855         * lib/errno.in.h (system_header): Likewise.
856         * lib/float.in.h (system_header): Likewise.
857         * lib/getopt.in.h (system_header): Likewise.
858         * lib/iconv.in.h (system_header): Likewise.
859         * lib/inttypes.in.h (system_header): Likewise.
860         * lib/langinfo.in.h (system_header): Likewise.
861         * lib/locale.in.h (system_header): Likewise.
862         * lib/math.in.h (system_header): Likewise.
863         * lib/netdb.in.h (system_header): Likewise.
864         * lib/netinet_in.in.h (system_header): Likewise.
865         * lib/pty.in.h (system_header): Likewise.
866         * lib/sched.in.h (system_header): Likewise.
867         * lib/se-selinux.in.h (system_header): Likewise.
868         * lib/search.in.h (system_header): Likewise.
869         * lib/spawn.in.h (system_header): Likewise.
870         * lib/stdarg.in.h (system_header): Likewise.
871         * lib/stdint.in.h (system_header): Likewise.
872         * lib/string.in.h (system_header): Likewise.
873         * lib/strings.in.h (system_header): Likewise.
874         * lib/sys_file.in.h (system_header): Likewise.
875         * lib/sys_ioctl.in.h (system_header): Likewise.
876         * lib/sys_socket.in.h (system_header): Likewise.
877         * lib/sys_times.in.h (system_header): Likewise.
878         * lib/sys_utsname.in.h (system_header): Likewise.
879         * lib/sys_wait.in.h (system_header): Likewise.
880         * lib/sysexits.in.h (system_header): Likewise.
881         * lib/unistd.in.h (system_header): Likewise.
882         * lib/wctype.in.h (system_header): Likewise.
883
884         arpa/inet: fix mingw compilation warning
885         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
886         Reported by Matthew Bolte.
887
888 2010-03-25  Bruno Haible  <bruno@clisp.org>
889
890         Avoid collision between gnulib wrapper and libintl wrapper.
891         * lib/printf.c (printf): Don't define if a printf wrapper is already
892         defined in intl/printf.c.
893         Reported by Michel Boaventura <michel@michelboaventura.com>.
894
895 2010-03-25  Bruno Haible  <bruno@clisp.org>
896
897         Use ANSI C.
898         * lib/readutmp.h (getutent): Provide ANSI C prototype.
899
900 2010-03-25  Bruno Haible  <bruno@clisp.org>
901
902         Minor formatting changes.
903         * lib/acosl.c: Insert space before function argument list.
904         * lib/argz.c: Likewise.
905         * lib/asinl.c: Likewise.
906         * lib/expl.c: Likewise.
907         * lib/gen-uni-tables.c: Likewise.
908         * lib/gettext.h: Likewise.
909         * lib/glthread/lock.h: Likewise.
910         * lib/tanl.c: Likewise.
911         * lib/uniname/uniname.c: Likewise.
912         * tests/test-idpriv-drop.c: Likewise.
913         * tests/test-idpriv-droptemp.c: Likewise.
914         * tests/test-lock.c: Likewise.
915         * tests/test-tls.c: Likewise.
916         * lib/argp-help.c: Insert space before function-like macro argument
917         list.
918         * lib/memcmp.c: Likewise.
919         * tests/test-base64.c: Likewise.
920         * lib/localename.c: Insert space before sizeof's argument list.
921         * lib/safe-alloc.h: Likewise.
922         * lib/file-set.h: Insert space before macro argument list.
923         * tests/test-argp.c: Likewise.
924         * lib/argp-namefrob.h: Insert space before function parameter list.
925         * lib/getaddrinfo.c: Likewise.
926         * lib/netdb.in.h: Likewise.
927         * lib/parse-duration.h: Likewise.
928         * lib/parse-duration.c: Likewise.
929         * lib/poll.c: Likewise.
930         * lib/select.c: Likewise.
931         * lib/trim.h: Likewise.
932         * tests/test-usleep.c: Likewise.
933         * lib/ldexpl.c: Insert space before function parameter list and before
934         function argument list.
935         * lib/logl.c: Likewise.
936         * lib/sqrtl.c: Likewise.
937         * lib/trim.c: Likewise.
938         * lib/cosl.c: Use GNU style indentation. Insert space before function
939         argument list.
940         * lib/sinl.c: Likewise.
941         * lib/tsearch.c: Insert space after 'for'.
942         Reported by Jim Meyering.
943
944 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
945
946         * maint.mk (sc_Wundef_boolean): Check for the presence of the
947         config header before grepping, as it's not present before
948         autoreconf/configure are run.  Reported by Simon Josefsson.
949
950 2010-03-23  Bruno Haible  <bruno@clisp.org>
951
952         pt_chown: Make it work with automake < 1.11.
953         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
954         Reported by Simon Josefsson.
955
956 2010-03-23  Bruno Haible  <bruno@clisp.org>
957
958         pt_chown: Don't depend on GPLed modules.
959         * lib/pt_chown.c: Don't include idpriv.h.
960         (main): Don't drop privileges.
961         * modules/pt_chown (Depends-on): Remove idpriv-drop.
962         Reported by Simon Josefsson.
963
964 2010-03-24  Simon Josefsson  <simon@josefsson.org>
965
966         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
967         suggestions from karl@freefriends.org (Karl Berry).
968
969 2010-03-22  Eric Blake  <eblake@redhat.com>
970
971         gethostname: further tweaks
972         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
973         are overriding gethostname.
974         Suggested by Bruno Haible.
975
976 2010-03-21  Bruno Haible  <bruno@clisp.org>
977
978         Fix comments.
979         * lib/forkpty.c (rpl_forkpty): Fix comment.
980         * lib/openpty.c (rpl_openpty): Likewise.
981         Reported by Eric Blake.
982
983 2010-03-22  Eric Blake  <eblake@redhat.com>
984
985         gethostname: fix build on mingw
986         * lib/unistd.in.h (includes): Work around fact that mingw
987         <winsock2.h> re-includes <unistd.h>, by avoiding any
988         redeclarations if we are being included by <winsock2.h>.
989         Reported by Matthias Bolte.
990
991 2010-03-21  Bruno Haible  <bruno@clisp.org>
992
993         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
994         * lib/forkpty.c (forkpty): New replacement function, from glibc with
995         modifications.
996         * lib/pty.in.h (forkpty): Update declaration. Add comments.
997         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
998         provide the replacement.
999         * modules/forkpty (Depends-on): Add openpty, login_tty.
1000         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1001         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1002         * doc/glibc-functions/forkpty.texi: More supported platforms.
1003         * config/srclist.txt: Add forkpty.c (commented).
1004
1005 2010-03-21  Bruno Haible  <bruno@clisp.org>
1006
1007         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1008         (Makefile.am): Verify that PTY_LIB is defined.
1009
1010         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1011
1012 2010-03-21  Bruno Haible  <bruno@clisp.org>
1013
1014         Tests for module 'login_tty'.
1015         * modules/login_tty-tests: New file.
1016         * tests/test-login_tty.c: New file.
1017
1018         New module 'login_tty'.
1019         * lib/login_tty.c: New file.
1020         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1021         * modules/login_tty: New file.
1022         * doc/glibc-functions/login_tty.texi: Mention the new module.
1023
1024 2010-03-21  Bruno Haible  <bruno@clisp.org>
1025
1026         login_tty: Documentation.
1027         * doc/glibc-functions/login_tty.texi: New file.
1028         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1029
1030 2010-03-21  Bruno Haible  <bruno@clisp.org>
1031
1032         pty: Consistent macro naming.
1033         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1034         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1035         * modules/pty (configure.ac): Update.
1036
1037 2010-03-21  Bruno Haible  <bruno@clisp.org>
1038
1039         Tests for openpty: Make stricter.
1040         * tests/test-openpty.c (main): Add test of canonical processing and
1041         erase.
1042         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1043
1044         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1045         * lib/openpty.c (openpty): New replacement function.
1046         * lib/pty.in.h: Include <termios.h>.
1047         (openpty): Update declaration. Add comments.
1048         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1049         is not declared, arrange to provide the replacement. Check for _getpty
1050         and posix_openpt.
1051         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1052         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1053         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1054         * modules/pty-tests (test_pty_c___LDADD): New variable.
1055         * doc/glibc-functions/openpty.texi: More supported platforms.
1056
1057 2010-03-21  Bruno Haible  <bruno@clisp.org>
1058
1059         setenv: Tweaks.
1060         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1061         the test program.
1062         * doc/posix-functions/setenv.texi: Update platforms list.
1063
1064 2010-03-21  Bruno Haible  <bruno@clisp.org>
1065
1066         New module 'unlockpt'.
1067         * lib/unlockpt.c: New file, from glibc with modifications.
1068         * m4/unlockpt.m4: New file.
1069         * modules/unlockpt: New file.
1070         * lib/stdlib.in.h (unlockpt): New declaration.
1071         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1072         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1073         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1074         HAVE_UNLOCKPT.
1075         * doc/posix-functions/unlockpt.texi: Mention the new module.
1076         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1077         * config/srclist.txt: Add unlockpt.c (commented).
1078
1079 2010-03-21  Jim Meyering  <meyering@redhat.com>
1080
1081         maint.mk: prohibit inclusion of "intprops.h" without use
1082         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1083
1084 2010-03-21  Bruno Haible  <bruno@clisp.org>
1085
1086         New module 'grantpt'.
1087         * lib/grantpt.c: New file, from glibc with modifications.
1088         * m4/grantpt.m4: New file.
1089         * modules/grantpt: New file.
1090         * lib/stdlib.in.h (grantpt): New declaration.
1091         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1092         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1093         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1094         HAVE_GRANTPT.
1095         * doc/posix-functions/grantpt.texi: Mention the new module.
1096         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1097         * config/srclist.txt: Add grantpt.c (commented).
1098
1099 2010-03-21  Bruno Haible  <bruno@clisp.org>
1100
1101         New module 'pt_chown'.
1102         * lib/pt_chown.c: New file, from glibc with modifications.
1103         * lib/pty-private.h: New file, from glibc with modifications.
1104         * modules/pt_chown: New file.
1105         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1106
1107 2010-03-21  Bruno Haible  <bruno@clisp.org>
1108
1109         Tests for module 'ptsname'.
1110         * modules/ptsname-tests: New file.
1111         * tests/test-ptsname.c: New file.
1112
1113         New module 'ptsname'.
1114         * lib/ptsname.c: New file, from glibc with modifications.
1115         * m4/ptsname.m4: New file.
1116         * modules/ptsname: New file.
1117         * lib/stdlib.in.h (ptsname): New declaration.
1118         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1119         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1120         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1121         HAVE_PTSNAME.
1122         * doc/posix-functions/ptsname.texi: Mention the new module.
1123         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1124         * config/srclist.txt: Add ptsname.c (commented).
1125
1126 2010-03-21  Bruno Haible  <bruno@clisp.org>
1127
1128         Tests for module 'ttyname_r'.
1129         * modules/ttyname_r-tests: New file.
1130         * tests/test-ttyname_r.c: New file.
1131
1132         New module 'ttyname_r'.
1133         * lib/ttyname_r.c: New file.
1134         * m4/ttyname_r.m4: New file.
1135         * modules/ttyname_r: New file.
1136         * lib/unistd.in.h (ttyname_r): New declaration.
1137         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1138         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1139         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1140         HAVE_TTYNAME_R.
1141         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1142         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1143
1144 2010-03-20  Bruno Haible  <bruno@clisp.org>
1145
1146         signal: Undefine macro definitions in C++ mode.
1147         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1148         sigfillset): Undefine macro definitions from the system header in C++
1149         mode.
1150         Reported by John W. Eaton <jwe@gnu.org>.
1151
1152 2010-03-20  Bruno Haible  <bruno@clisp.org>
1153
1154         Ensure no #include statements inside extern "C" { ... }.
1155         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1156         contain #include statements.
1157         * lib/time.in.h: Likewise.
1158
1159 2010-03-20  Bruno Haible  <bruno@clisp.org>
1160
1161         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1162         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1163         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1164         Reported by John W. Eaton <jwe@gnu.org>.
1165
1166 2010-03-20  Bruno Haible  <bruno@clisp.org>
1167
1168         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1169         Reported by Jim Meyering.
1170
1171 2010-03-20  Bruno Haible  <bruno@clisp.org>
1172
1173         pipe: Set errno upon failure.
1174         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1175         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1176         errno value in error message.
1177
1178 2010-03-20  Bruno Haible  <bruno@clisp.org>
1179             Jim Meyering  <meyering@redhat.com>
1180
1181         lchown: Avoid "unused variable" warning.
1182         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1183
1184 2010-03-20  Bruno Haible  <bruno@clisp.org>
1185
1186         Work around unlink() bug on MacOS X 10.5.6.
1187         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1188         attempting to unlink a parent directory.
1189         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1190         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1191         activate for the replacement function.
1192         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1193
1194 2010-03-20  Bruno Haible  <bruno@clisp.org>
1195
1196         Fix link errors on Solaris 8.
1197         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1198         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1199
1200 2010-03-19  Jim Meyering  <meyering@redhat.com>
1201
1202         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1203         The _LIBC implementation of build_range_exp correctly honors the
1204         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1205         However, the non-_LIBC implementation would ignore that syntax-bit
1206         flag and return REG_ERANGE unconditionally.
1207         This change makes it honor that flag.
1208         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1209         Make two pointer parameters "const".
1210         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1211         (parse_bracket_exp): Update caller.
1212
1213         regex.m4: correct the reversed range endpoint ([b-a]) test
1214         * m4/regex.m4: When requiring that [b-a] evoke failure,
1215         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1216         test pass once again for x86-based systems.
1217
1218 2010-03-19  Bruno Haible  <bruno@clisp.org>
1219
1220         scandir: Fix link error on Solaris 8.
1221         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1222         macros.
1223
1224 2010-03-19  Bruno Haible  <bruno@clisp.org>
1225
1226         getusershell: Fix documentation.
1227         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1228         module.
1229         * doc/glibc-functions/setusershell.texi: Likewise.
1230
1231         getusershell: Provide declaration, missing on Solaris 9.
1232         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1233         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1234         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1235         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1236         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1237         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1238         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1239         HAVE_GETUSERSHELL.
1240         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1241
1242 2010-03-19  Bruno Haible  <bruno@clisp.org>
1243
1244         wctype: Provide iswblank function.
1245         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1246         exists and is fine.
1247         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1248         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1249         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1250         * doc/posix-functions/iswblank.texi: Update.
1251
1252 2010-03-19  Bruno Haible  <bruno@clisp.org>
1253
1254         Tests of module 'pty' in C++ mode.
1255         * modules/pty-tests: New file.
1256         * tests/test-pty-c++.cc: New file.
1257         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1258
1259 2010-03-19  Eric Blake  <eblake@redhat.com>
1260
1261         logb: fix documentation
1262         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1263         1.5 declaration bug.
1264
1265         forkpty, openpty: prefer glibc's const-safe prototype
1266         * lib/forkpty.c (rpl_forkpty): New file.
1267         * lib/openpty.c (rpl_openpty): Likewise.
1268         * modules/forkpty (Files): Distribute it.
1269         * modules/openpty (Files): Likewise.
1270         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1271         check...
1272         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1273         replacement for for non-const BSD signature.
1274         * modules/pty (Makefile.am): Substitute witnesses.
1275         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1276         * tests/test-forkpty.c: Update signature check.
1277         * tests/test-openpty.c: Likewise.
1278         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1279         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1280
1281         forkpty, openpty: split functions into new modules
1282         * modules/pty (Makefile.am): Substitute new witnesses.
1283         (Libraries): Move library detection...
1284         * modules/forkpty: ...into new module.
1285         * modules/openpty: Another new module.
1286         * modules/pty-tests: Rename and split...
1287         * modules/forkpty-tests: ...to this...
1288         * modules/openpty-tests: ...and this.
1289         * tests/test-pty.c: Rename and split...
1290         * tests/test-forkpty.c: ...to this...
1291         * tests/test-openpty.c: ...and this.
1292         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1293         (gl_PTY): Split library searching...
1294         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1295         (gl_FORKPTY, gl_OPENPTY): New macros.
1296         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1297         * NEWS: Mention the split.
1298         * MODULES.html.sh (Misc): Document the modules.
1299         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1300         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1301
1302         pty: improve replacement header
1303         * lib/pty.in.h: New file.
1304         * modules/pty (Files): Ship it.
1305         (Makefile.am): Always build replacement.
1306         * m4/pty.m4: Rename...
1307         * m4/pty_h.m4: ...to this.
1308         (gl_PTY): Modernize setting of witness macros; update check of
1309         forkpty to take proper advantage of cache.
1310         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1311
1312         getopt: avoid compiler warning
1313         * lib/getopt.c (attribute_hidden): Remove unused macro.
1314
1315 2010-03-18  Bruno Haible  <bruno@clisp.org>
1316
1317         Fix link errors on Solaris 8.
1318         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1319         * modules/search-tests (test_search_c___LDADD): Likewise.
1320         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1321         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1322         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1323         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1324         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1325         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1326         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1327
1328 2010-03-18  Bruno Haible  <bruno@clisp.org>
1329
1330         Fix bug introduced on 2010-03-14.
1331         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1332         (gl_SPAWN_H): Require it.
1333         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1334         Reported by Simon Josefsson.
1335
1336 2010-03-18  Bruno Haible  <bruno@clisp.org>
1337
1338         Fix typo introduced on 2009-12-31.
1339         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1340         posix_spawn_file_actions_adddup2.
1341
1342 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1343         and Eric Blake  <eblake@redhat.com>
1344
1345         test-vc-list-files-git: make more robust
1346         * tests/test-vc-list-files-git.sh: Unset problematic environment
1347         variables.  Chain commands together.
1348
1349 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1350
1351         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1352         `AC_CHECK_DECL' invocation.
1353
1354 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1355
1356         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1357         appears before executable statements. Suggested by Petr Sumbera
1358         <Petr.Sumbera@Sun.COM>.
1359
1360 2010-03-14  Bruno Haible  <bruno@clisp.org>
1361
1362         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1363         portability problems. Instead use a simpler test.
1364         (main): Check that invalid arguments are rejected only on Linux.
1365
1366 2010-03-14  Bruno Haible  <bruno@clisp.org>
1367
1368         Fix bug introduced on 2009-12-31.
1369         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1370         gl_PREREQ_SYS_H_WINSOCK2 always.
1371         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1372         SYS_SOCKET_H variable.
1373         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1374         Update comments.
1375         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1376         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1377         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1378         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1379         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1380
1381 2010-03-14  Bruno Haible  <bruno@clisp.org>
1382
1383         Fix values returned by sinl, cosl.
1384         * lib/trigl.h: Add specification comments.
1385         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1386         that combines the values from the precomputed table with the values of
1387         the Chebyshev polynomials.
1388
1389 2010-03-14  Bruno Haible  <bruno@clisp.org>
1390
1391         Fix compilation error when modules 'posix_spawn[p]' are not used.
1392         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1393         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1394
1395 2010-03-14  Bruno Haible  <bruno@clisp.org>
1396
1397         Fix compilation error on mingw when module 'time_r' is not used.
1398         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1399         is 1.
1400         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1401         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1402         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1403         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1404
1405 2010-03-14  Bruno Haible  <bruno@clisp.org>
1406
1407         Fix compilation error with Sun C.
1408         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1409         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1410         instead of GCC specific ULONG_LONG_MAX.
1411         * lib/xstrtoll.c: Likewise.
1412         * lib/xstrtoull.c: Likewise.
1413
1414 2010-03-13  Bruno Haible  <bruno@clisp.org>
1415
1416         Allow the user to disable C++ code and tests.
1417         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1418         (gl_PROG_ANSI_CXX): Require it.
1419
1420 2010-03-13  Bruno Haible  <bruno@clisp.org>
1421
1422         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1423         cases.
1424
1425 2010-03-13  Bruno Haible  <bruno@clisp.org>
1426
1427         Test that gnulib does not break the standard C++ headers.
1428         * tests/test-locale-c++2.cc: New file.
1429         * modules/locale-tests (Files): Add it.
1430         (Makefile.am): Compile it for test-locale-c++.
1431         * tests/test-math-c++2.cc: New file.
1432         * modules/math-tests (Files): Add it.
1433         (Makefile.am): Compile it for test-math-c++.
1434         * tests/test-signal-c++2.cc: New file.
1435         * modules/signal-tests (Files): Add it.
1436         (Makefile.am): Compile it for test-signal-c++.
1437         * tests/test-stdio-c++2.cc: New file.
1438         * modules/stdio-tests (Files): Add it.
1439         (Makefile.am): Compile it for test-stdio-c++.
1440         * tests/test-stdlib-c++2.cc: New file.
1441         * modules/stdlib-tests (Files): Add it.
1442         (Makefile.am): Compile it for test-stdlib-c++.
1443         * tests/test-string-c++2.cc: New file.
1444         * modules/string-tests (Files): Add it.
1445         (Makefile.am): Compile it for test-string-c++.
1446         * tests/test-time-c++2.cc: New file.
1447         * modules/time-tests (Files): Add it.
1448         (Makefile.am): Compile it for test-time-c++.
1449         Reported by John W. Eaton <jwe@gnu.org>.
1450
1451 2010-03-13  Bruno Haible  <bruno@clisp.org>
1452
1453         * gnulib-tool (func_usage): Clarify which options are available for
1454         --create-testdir and --create-megatestdir.
1455
1456 2010-03-13  Bruno Haible  <bruno@clisp.org>
1457
1458         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1459         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1460         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1461         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1462         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1463         when appropriate.
1464         Reported by Jim Meyering.
1465
1466 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1467
1468         * gnulib-tool (func_import): Explain origin of code.
1469
1470 2010-03-12  Bruno Haible  <bruno@clisp.org>
1471
1472         Fix problem with automake's definition of CXXLINK.
1473         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1474         Reported by Simon Josefsson and Ludovic Courtès.
1475
1476 2010-03-12  Bruno Haible  <bruno@clisp.org>
1477
1478         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1479         stable releases.
1480
1481 2010-03-11  Bruno Haible  <bruno@clisp.org>
1482
1483         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1484         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1485         whether the system provides one variant or multiple variants of the
1486         function.
1487         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1488         C++ compilers.
1489         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1490         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1491         Reported by Jim Meyering.
1492
1493 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1494
1495         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1496
1497 2010-03-08  Bruno Haible  <bruno@clisp.org>
1498
1499         gnulib-tool: Add support for --libtool in --create-testdir.
1500         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1501         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1502
1503 2010-03-08  Eric Blake  <eblake@redhat.com>
1504
1505         gnulib-tool.texi: mention possibility of git submodule
1506         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1507         submodules.
1508         * doc/.gitignore: Ignore another generated file.
1509
1510 2010-03-08  Karl Berry  <karl@gnu.org>
1511
1512         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1513         of committing gnulib files while skipping others.
1514
1515 2010-03-07  Bruno Haible  <bruno@clisp.org>
1516
1517         Tests of module 'wctype' in C++ mode.
1518         * tests/test-wctype-c++.cc: New file.
1519         * modules/wctype-tests (Files): Add it and tests/signature.h.
1520         (Depends-on): Add ansi-c++-opt.
1521         (Makefile.am): Arrange to compile and run test-wctype-c++.
1522
1523         Tests of module 'wchar' in C++ mode.
1524         * tests/test-wchar-c++.cc: New file.
1525         * modules/wchar-tests (Files): Add it and tests/signature.h.
1526         (Depends-on): Add ansi-c++-opt.
1527         (Makefile.am): Arrange to compile and run test-wchar-c++.
1528         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1529         gl_MODULE_INDICATOR.
1530
1531         Tests of module 'unistd' in C++ mode.
1532         * tests/test-unistd-c++.cc: New file.
1533         * modules/unistd-tests (Files): Add it and tests/signature.h.
1534         (Depends-on): Add ansi-c++-opt.
1535         (Makefile.am): Arrange to compile and run test-unistd-c++.
1536         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1537         gl_MODULE_INDICATOR.
1538
1539         Tests of module 'time' in C++ mode.
1540         * tests/test-time-c++.cc: New file.
1541         * modules/time-tests (Files): Add it and tests/signature.h.
1542         (Depends-on): Add ansi-c++-opt.
1543         (Makefile.am): Arrange to compile and run test-time-c++.
1544         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1545
1546         Tests of module 'sys_time' in C++ mode.
1547         * tests/test-sys_time-c++.cc: New file.
1548         * modules/sys_time-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_time-c++.
1551         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1552         gl_MODULE_INDICATOR.
1553
1554         Tests of module 'sys_stat' in C++ mode.
1555         * tests/test-sys_stat-c++.cc: New file.
1556         * modules/sys_stat-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_stat-c++.
1559         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1560         gl_MODULE_INDICATOR.
1561
1562         Tests of module 'sys_socket' in C++ mode.
1563         * tests/test-sys_socket-c++.cc: New file.
1564         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1565         (Depends-on): Add ansi-c++-opt.
1566         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1567         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1568         gl_MODULE_INDICATOR.
1569
1570         Tests of module 'sys_select' in C++ mode.
1571         * tests/test-sys_select-c++.cc: New file.
1572         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1573         (Depends-on): Add ansi-c++-opt.
1574         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1575         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1576         gl_MODULE_INDICATOR.
1577
1578         Tests of module 'sys_ioctl' in C++ mode.
1579         * tests/test-sys_ioctl-c++.cc: New file.
1580         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1581         (Depends-on): Add ansi-c++-opt.
1582         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1583         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1584         gl_MODULE_INDICATOR.
1585
1586         Tests of module 'string' in C++ mode.
1587         * tests/test-string-c++.cc: New file.
1588         * modules/string-tests (Files): Add it and tests/signature.h.
1589         (Depends-on): Add ansi-c++-opt.
1590         (Makefile.am): Arrange to compile and run test-string-c++.
1591         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1592         gl_MODULE_INDICATOR.
1593
1594         Tests of module 'stdlib' in C++ mode.
1595         * tests/test-stdlib-c++.cc: New file.
1596         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1597         (Depends-on): Add ansi-c++-opt.
1598         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1599         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1600         gl_MODULE_INDICATOR.
1601
1602         Tests of module 'stdio' in C++ mode.
1603         * tests/test-stdio-c++.cc: New file.
1604         * modules/stdio-tests (Files): Add it and tests/signature.h.
1605         (Depends-on): Add ansi-c++-opt.
1606         (Makefile.am): Arrange to compile and run test-stdio-c++.
1607         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1608         gl_MODULE_INDICATOR.
1609
1610         Tests of module 'spawn' in C++ mode.
1611         * tests/test-spawn-c++.cc: New file.
1612         * modules/spawn-tests (Files): Add it and tests/signature.h.
1613         (Depends-on): Add ansi-c++-opt.
1614         (Makefile.am): Arrange to compile and run test-spawn-c++.
1615         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1616         gl_MODULE_INDICATOR.
1617
1618         Tests of module 'signal' in C++ mode.
1619         * tests/test-signal-c++.cc: New file.
1620         * modules/signal-tests (Files): Add it and tests/signature.h.
1621         (Depends-on): Add ansi-c++-opt.
1622         (Makefile.am): Arrange to compile and run test-signal-c++.
1623         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1624         gl_MODULE_INDICATOR.
1625
1626         Tests of module 'search' in C++ mode.
1627         * tests/test-search-c++.cc: New file.
1628         * modules/search-tests (Files): Add it and tests/signature.h.
1629         (Depends-on): Add ansi-c++-opt.
1630         (Makefile.am): Arrange to compile and run test-search-c++.
1631         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1632         gl_MODULE_INDICATOR.
1633
1634         Tests of module 'math' in C++ mode.
1635         * tests/test-math-c++.cc: New file.
1636         * modules/math-tests (Files): Add it and tests/signature.h.
1637         (Depends-on): Add ansi-c++-opt.
1638         (Makefile.am): Arrange to compile and run test-math-c++.
1639         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1640
1641         Tests of module 'locale' in C++ mode.
1642         * tests/test-locale-c++.cc: New file.
1643         * modules/locale-tests (Files): Add it and tests/signature.h.
1644         (Depends-on): Add ansi-c++-opt.
1645         (Makefile.am): Arrange to compile and run test-locale-c++.
1646         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1647         gl_MODULE_INDICATOR.
1648
1649         Tests of module 'langinfo' in C++ mode.
1650         * tests/test-langinfo-c++.cc: New file.
1651         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1652         (Depends-on): Add ansi-c++-opt.
1653         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1654         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1655         gl_MODULE_INDICATOR.
1656
1657         Tests of module 'iconv-h' in C++ mode.
1658         * tests/test-iconv-h-c++.cc: New file.
1659         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1660         (Depends-on): Add ansi-c++-opt.
1661         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1662
1663         Tests of module 'glob' in C++ mode.
1664         * tests/test-glob-c++.cc: New file.
1665         * modules/glob-tests (Files): Add it.
1666         (Depends-on): Add ansi-c++-opt.
1667         (Makefile.am): Arrange to compile and run test-glob-c++.
1668
1669         Tests of module 'fcntl-h' in C++ mode.
1670         * tests/test-fcntl-h-c++.cc: New file.
1671         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1672         (Depends-on): Add ansi-c++-opt.
1673         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1674         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1675         gl_MODULE_INDICATOR.
1676
1677         Tests of module 'dirent' in C++ mode.
1678         * tests/test-dirent-c++.cc: New file.
1679         * modules/dirent-tests (Files): Add it and tests/signature.h.
1680         (Depends-on): Add ansi-c++-opt.
1681         (Makefile.am): Arrange to compile and run test-dirent-c++.
1682         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1683         gl_MODULE_INDICATOR.
1684
1685         New module 'ansi-c++-opt'.
1686         * modules/ansi-c++-opt: New file.
1687         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1688
1689         Document C++ namespace mode.
1690         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1691
1692         wctype: Avoid #define replacements in C++ mode.
1693         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1694         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1695         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1696         In C++, define a namespaced alias symbol.
1697         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1698         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1699         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1700         rule.
1701
1702         wchar: Avoid #define replacements in C++ mode.
1703         * lib/wchar.in.h: Include c++defs.h.
1704         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1705         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1706         symbol.
1707         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1708         * modules/wchar (Depends-on): Add c++defs.
1709         (Makefile.am): Update wchar.h rule.
1710
1711         unistd: Avoid #define replacements in C++ mode.
1712         * lib/unistd.in.h: Include c++defs.h.
1713         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1714         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1715         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1716         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1717         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1718         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1719         symbol.
1720         (environ): Update.
1721         * modules/unistd (Depends-on): Add c++defs.
1722         (Makefile.am): Update unistd.h rule.
1723
1724         time: Avoid #define replacements in C++ mode.
1725         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1726         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1727         define a namespaced alias symbol.
1728         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1729         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1730         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1731         * modules/time (Depends-on): Add c++defs, warn-on-use.
1732         (Makefile.am): Update time.h rule.
1733         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1734         * modules/nanosleep (configure.ac): Likewise.
1735         * modules/strptime (configure.ac): Likewise.
1736         * modules/timegm (configure.ac): Likewise.
1737
1738         sys_time: Avoid #define replacements in C++ mode.
1739         * lib/sys_time.in.h: Include c++defs.h.
1740         (gettimeofday): In C++, define a namespaced alias symbol.
1741         * modules/sys_time (Depends-on): Add c++defs.
1742         (Makefile.am): Update sys/time.h rule.
1743
1744         sys_stat: Avoid #define replacements in C++ mode.
1745         * lib/sys_stat.in.h: Include c++defs.h.
1746         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1747         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1748         namespaced alias symbol.
1749         In C++, define a namespaced alias symbol.
1750         * modules/sys_stat (Depends-on): Add c++defs.
1751         (Makefile.am): Update sys/stat.h rule.
1752
1753         sys_socket: Avoid #define replacements in C++ mode.
1754         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1755         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1756         definitions also when the system has a <sys/socket.h>.
1757         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1758         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1759         In C++, define a namespaced alias symbol.
1760         * modules/sys_socket (Depends-on): Add c++defs.
1761         (Makefile.am): Update sys/socket.h rule.
1762
1763         sys_select: Avoid #define replacements in C++ mode.
1764         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1765         definitions also when the system has a <sys/select.h>.
1766         (select): In C++, define a namespaced alias symbol.
1767         * modules/sys_select (Depends-on): Add c++defs.
1768         (Makefile.am): Update sys/select.h rule.
1769
1770         sys_ioctl: Avoid #define replacements in C++ mode.
1771         * lib/sys_ioctl.in.h: Include c++defs.h.
1772         (ioctl): In C++, define a namespaced alias symbol.
1773         * modules/sys_ioctl (Depends-on): Add c++defs.
1774         (Makefile.am): Update sys/ioctl.h rule.
1775
1776         string: Avoid #define replacements in C++ mode.
1777         * lib/string.in.h: Include c++defs.h.
1778         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1779         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1780         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1781         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1782         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1783         * modules/string (Depends-on): Add c++defs.
1784         (Makefile.am): Update string.h rule.
1785
1786         stdlib: Avoid #define replacements in C++ mode.
1787         * lib/stdlib.in.h: Include c++defs.h.
1788         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1789         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1790         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1791         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1792         symbol.
1793         * modules/stdlib (Depends-on): Add c++defs.
1794         (Makefile.am): Update stdlib.h rule.
1795
1796         stdio: Avoid #define replacements in C++ mode.
1797         * lib/stdio.in.h: Include c++defs.h.
1798         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1799         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1800         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1801         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1802         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1803         namespaced alias symbol.
1804         * modules/stdio (Depends-on): Add c++defs.
1805         (Makefile.am): Update stdio.h rule.
1806
1807         spawn: Avoid #define replacements in C++ mode.
1808         * lib/spawn.in.h: Include c++defs.h.
1809         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1810         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1811         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1812         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1813         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1814         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1815         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1816         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1817         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1818         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1819         In C++, define a namespaced alias symbol.
1820         * modules/spawn (Depends-on): Add c++defs.
1821         (Makefile.am): Update spawn.h rule.
1822
1823         signal: Avoid #define replacements in C++ mode.
1824         * lib/signal.in.h: Include c++defs.h.
1825         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1826         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1827         namespaced alias symbol.
1828         * modules/signal (Depends-on): Add c++defs.
1829         (Makefile.am): Update signal.h rule.
1830
1831         search: Avoid #define replacements in C++ mode.
1832         * lib/search.in.h: Include c++defs.h.
1833         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1834         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1835         symbol.
1836         * modules/search (Depends-on): Add c++defs.
1837         (Makefile.am): Update search.h rule.
1838
1839         math: Avoid #define replacements in C++ mode.
1840         * lib/math.in.h: Include c++defs.h.
1841         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1842         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1843         trunc, truncl): In C++, define a namespaced alias symbol.
1844         * modules/math (Depends-on): Add c++defs.
1845         (Makefile.am): Update math.h rule.
1846
1847         locale: Avoid #define replacements in C++ mode.
1848         * lib/locale.in.h: Include c++defs.h.
1849         (duplocale): In C++, define a namespaced alias symbol.
1850         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1851         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1852         * modules/locale (Depends-on): Add c++defs.
1853         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1854
1855         langinfo: Avoid #define replacements in C++ mode.
1856         * lib/langinfo.in.h: Include c++defs.h.
1857         (nl_langinfo): In C++, define a namespaced alias symbol.
1858         * modules/langinfo (Depends-on): Add c++defs.
1859         (Makefile.am): Update langinfo.h rule.
1860
1861         iconv-h: Avoid #define replacements in C++ mode.
1862         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1863         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1864         symbol.
1865         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1866         whenever iconv is present.
1867         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1868         (Makefile.am): Update iconv.h rule.
1869
1870         glob: Avoid #define replacements in C++ mode.
1871         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1872         (_gl_glob_errfunc_fn): New type.
1873         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1874         symbol.
1875         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1876         (Makefile.am): Update glob.h rule.
1877
1878         fcntl-h: Avoid #define replacements in C++ mode.
1879         * lib/fcntl.in.h: Include c++defs.h.
1880         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1881         * modules/fcntl-h (Depends-on): Add c++defs.
1882         (Makefile.am): Update fcntl.h rule.
1883
1884         dirent: Avoid #define replacements in C++ mode.
1885         * lib/dirent.in.h: Include c++defs.h.
1886         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1887         namespaced alias symbol.
1888         (dirfd): Update declaration.
1889         * modules/dirent (Depends-on): Add c++defs.
1890         (Makefile.am): Update dirent.h rule.
1891
1892         ctype: Make it usable in C++ code.
1893         * lib/ctype.in.h: Include c++defs.h.
1894         (isblank): Declare as extern "C".
1895         * modules/ctype (Depends-on): Add c++defs.
1896         (Makefile.am): Update ctype.h rule.
1897
1898         New module 'c++defs'.
1899         * modules/c++defs: New file.
1900         * build-aux/c++defs.h: New file.
1901         Reported by John W. Eaton <jwe@gnu.org>.
1902
1903 2010-03-07  Bruno Haible  <bruno@clisp.org>
1904
1905         logb: Provide missing declaration for Cygwin.
1906         * lib/math.in.h (logb): New declaration.
1907         * m4/logb.m4: New file.
1908         * modules/logb (Files): Add m4/logb.m4.
1909         (Depends-on): Add math.
1910         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1911         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1912         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1913         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1914         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1915
1916 2010-03-07  Bruno Haible  <bruno@clisp.org>
1917
1918         Fix test-cond link error.
1919         * tests/test-cond.c: Include <stdio.h>.
1920
1921 2010-03-07  Bruno Haible  <bruno@clisp.org>
1922
1923         Fix test-dirent-safer link error.
1924         * modules/dirent-safer-tests (Makefile.am): Define
1925         test_dirent_safer_LDADD.
1926
1927 2010-03-07  Bruno Haible  <bruno@clisp.org>
1928
1929         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1930         among default module list.
1931
1932 2010-03-07  Bruno Haible  <bruno@clisp.org>
1933
1934         Fix link error on platforms with GNU libiconv.
1935         * modules/unistr/u8-strcoll-tests (Makefile): Define
1936         test_u8_strcoll_LDADD.
1937         * modules/unistr/u16-strcoll-tests (Makefile): Define
1938         test_u16_strcoll_LDADD.
1939         * modules/unistr/u32-strcoll-tests (Makefile): Define
1940         test_u32_strcoll_LDADD.
1941
1942 2010-03-07  Bruno Haible  <bruno@clisp.org>
1943
1944         Use POSIX declarations for socket functions.
1945         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1946         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1947         rpl_sendto): Change declaration to match POSIX.
1948         * lib/connect.c (rpl_connect): Likewise.
1949         * lib/accept.c (rpl_accept): Likewise.
1950         * lib/bind.c (rpl_bind): Likewise.
1951         * lib/getpeername.c (rpl_getpeername): Likewise.
1952         * lib/getsockname.c (rpl_getsockname): Likewise.
1953         * lib/recv.c (rpl_recv): Likewise.
1954         * lib/send.c (rpl_send): Likewise.
1955         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1956         * lib/sendto.c (rpl_sendto): Likewise.
1957
1958 2010-03-06  Bruno Haible  <bruno@clisp.org>
1959
1960         Clarify access, euidaccess, faccessat.
1961         * doc/posix-functions/faccessat.texi: Mention security problem under
1962         "Other problems", not "Portability problems".
1963         * doc/posix-functions/access.texi: Likewise. Mention a related security
1964         problem.
1965         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1966         * lib/euidaccess.c: Add comments about platforms.
1967         * lib/unistd.in.h (access, euidaccess): Add warnings.
1968
1969 2010-03-07  Bruno Haible  <bruno@clisp.org>
1970
1971         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1972         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1973         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1974         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1975         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1976         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1977         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1978         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1979         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1980         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1981         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1982         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1983         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1984         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1985         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1986         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1987         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1988         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1989         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1990         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1991         Likewise.
1992         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1993         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1994         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1995         Likewise.
1996         * tests/test-spawn.c (main): Make it work when
1997         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1998
1999 2010-03-07  Bruno Haible  <bruno@clisp.org>
2000
2001         Fix incorrect Makefile.am generation in German locale.
2002         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2003         Execute sed command with character range in C locale.
2004
2005 2010-03-06  Bruno Haible  <bruno@clisp.org>
2006
2007         Tests for module 'iconv-h'.
2008         * modules/iconv-h-tests: New file.
2009         * tests/test-iconv-h.c: New file.
2010
2011         New module 'iconv-h'.
2012         * modules/iconv-h: New file.
2013         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2014         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2015         (configure.ac): Remove gl_ICONV_H.
2016         (Makefile.am): Remove rule for iconv.h.
2017
2018 2010-03-06  Bruno Haible  <bruno@clisp.org>
2019
2020         More consistent naming of *.m4 files.
2021         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2022         * modules/wctype (Files): Update.
2023
2024         More consistent naming of *.m4 files.
2025         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2026         * modules/wchar (Files): Update.
2027
2028 2010-03-06  Jim Meyering  <meyering@redhat.com>
2029
2030         euidaccess: relax license to LGPLv2+
2031         * modules/euidaccess (License): Relax to LGPLv2+.
2032
2033 2010-03-06  Bruno Haible  <bruno@clisp.org>
2034
2035         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2036         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2037         (Makefile.am): Augment lib_SOURCES instead.
2038
2039 2010-03-04  Jim Meyering  <meyering@redhat.com>
2040
2041         utime: remove obsolete module
2042         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2043         unnecessary for years, and has been marked as obsolete for 10 months.
2044         * modules/utime: Remove file.
2045         * lib/utime.c: Remove file.
2046         * m4/utime.m4: Remove file.
2047         * m4/utimes-null.m4: Remove file.
2048         * doc/posix-functions/utime.texi (utime): Remove reference to
2049         the module.  Move the sole "fixed by gnulib" item into the
2050         "problems not fixed by Gnulib" list.
2051         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2052
2053 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2054
2055         * modules/exit (License): Relax license to LGPLv2+.
2056         (Status): Mark as obsolete.
2057         * NEWS: Mention deprecated 'exit' module.
2058         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2059         of now obsolete 'exit'.
2060
2061 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2062
2063         fts-lgpl: remove unused module
2064         * modules/fts-lgpl: Remove.
2065         * MODULES.html.sh (func_all_modules): Adjust.
2066         * check-module (find_included_lib_files): Adjust.
2067         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2068
2069 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2070
2071         copy-acl: enhance Solaris ACL error handling
2072         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2073         * lib/set-mode-acl.c (qset_acl): Likewise.
2074
2075 2010-03-02  Bruno Haible  <bruno@clisp.org>
2076
2077         spawn: Don't override the system defined values on FreeBSD 8.
2078         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2079         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2080         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2081         if HAVE_POSIX_SPAWN is 1.
2082         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2083
2084 2010-03-01  Bruno Haible  <bruno@clisp.org>
2085
2086         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2087         regarding Automake.
2088
2089 2010-02-25  Bruno Haible  <bruno@clisp.org>
2090
2091         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2092         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2093         setting, not afterwards.
2094         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2095
2096 2010-02-24  Eric Blake  <eblake@redhat.com>
2097
2098         bootstrap, git-version-gen: use timestamp
2099         * build-aux/git-version-gen (scriptversion): Force UTC.
2100         * build-aux/bootstrap (scriptversion): New variable.
2101
2102         bootstrap: allow older git
2103         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2104         older than 1.6.4.  Requested by the libvirt project.
2105
2106 2010-02-23  Eric Blake  <eblake@redhat.com>
2107
2108         warn-on-use: work with old autoconf
2109         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2110         AS_VAR semantics of autoconf 2.60.
2111         Reported by Bruno Haible.
2112
2113         bootstrap: improve some comments
2114         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2115         clarification comments.
2116
2117         gettimeofday: provide correct function
2118         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2119         when replacement is declared, otherwise provide gettimeofday.
2120         Reported by Michael Goffioul.
2121
2122 2010-02-23  Jim Meyering  <meyering@redhat.com>
2123
2124         lib-ignore: relax license to "unlimited", not LGPLv2+
2125         * modules/lib-ignore (License): Relax to "unlimited".
2126
2127 2010-02-23  Jim Meyering  <meyering@redhat.com>
2128
2129         lib-ignore: relax license to LGPLv2+
2130         * modules/lib-ignore (License): Relax to LGPLv2+.
2131
2132 2010-02-22  Eric Blake  <eblake@redhat.com>
2133
2134         lseek: avoid bash 3.2 broken pipe bug
2135         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2136         warning from bash 3.2.
2137         Reported by Ben Pfaff, with analysis from Bruno Haible.
2138
2139         bootstrap: support non-FSF copyright holder
2140         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2141         bootstrap.conf override of COPYRIGHT_HOLDER.
2142         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2143
2144         bootstrap: interoperate with gettext 0.14.1
2145         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2146
2147         bootstrap: allow for alternate submodule location
2148         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2149         hardcoding submodule location.
2150         (gnulib_mk): Allow direct use of Makefile.am.
2151
2152         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2153         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2154         rather than reconfiguring where the submodule points.
2155
2156         gettimeofday: restore support for platforms that lack function
2157         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2158         replacement if function is missing.
2159         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2160         * modules/sys_time (Makefile.am): Substitute it.
2161         * lib/sys_time.in.h (gettimeofday): Check it.
2162         Reported by Michael Goffioul.
2163
2164 2010-02-21  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/stdio.in.h (obstack_printf): Fix typo.
2167
2168 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2169
2170         vc-list-files: use bzr ls's -R option
2171         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2172         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2173
2174 2010-02-21  Jim Meyering  <meyering@redhat.com>
2175
2176         init.sh: fix EXEEXT shims to work also for names like test-prog
2177         * tests/init.sh: Re-exec a better shell, when needed.
2178         If the current shell lacks support for posix $(...), an init.sh-using
2179         test will now try to find a shell that supports that.  If EXEEXT is
2180         nonempty, we also require support for hyphen-in-alias-name and shell
2181         substitutions like ${var#glob}.  Failure to find such a shell results
2182         in a skipped test.
2183
2184 2010-02-21  Bruno Haible  <bruno@clisp.org>
2185
2186         Really work around around "broken pipe" error message from bash 3.2.
2187         * gnulib-tool (func_reset_sigpipe): Remove function.
2188         (echo): In bash 3.2, define to a function that uses printf.
2189         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2190
2191 2010-02-20  Bruno Haible  <bruno@clisp.org>
2192
2193         Restore support for automake 1.9.6 with autoconf 2.61.
2194         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2195         Reported by James Youngman <jay@gnu.org>.
2196
2197 2010-02-20  Bruno Haible  <bruno@clisp.org>
2198
2199         Improve *printf warning condition.
2200         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2201         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2202         and the function is overridden due to SIGPIPE emulation.
2203
2204 2010-02-20  Bruno Haible  <bruno@clisp.org>
2205
2206         * lib/stdio.in.h: Tweak comments.
2207
2208 2010-02-19  Bruno Haible  <bruno@clisp.org>
2209
2210         Make it easier to find modules. New gnulib-tool option '--find'.
2211         * gnulib-tool: New option --find.
2212         (func_usage): Document it.
2213         (func_sanitize_modulelist): New function, extracted from
2214         func_all_modules.
2215         (func_all_modules): Invoke it.
2216         * doc/gnulib-tool.texi (Which modules?): New node.
2217
2218 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2219
2220         * lib/sys_select.in.h: Provide select replacement even if
2221         sys/select.h exists on a system, for Interix.
2222
2223 2010-02-18  Jim Meyering  <meyering@redhat.com>
2224
2225         init.sh: don't use $(...) just yet
2226         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2227         to accommodate e.g., Solaris' /bin/sh.
2228
2229 2010-02-17  Bruno Haible  <bruno@clisp.org>
2230
2231         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2232         Reported by Ludovic Courtès <ludo@gnu.org>.
2233
2234 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2235
2236         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2237         linking with -lintl.
2238
2239 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2240
2241         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2242         if not provided by the system's netdb.h.  Reported by
2243         ludo@gnu.org (Ludovic Courtès).
2244
2245 2010-02-15  Jim Meyering  <meyering@redhat.com>
2246
2247         init.sh: improve portability and efficiency
2248         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2249         "dummy" in a for loop.
2250         Use '!', not '^' to select the complement of a character set used
2251         in a "case" statement.
2252         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2253         Suggestions from Eric Blake.
2254
2255         init.sh: automatically accommodate programs with the .exe suffix
2256         Automatically arrange for an invocation of "prog" to execute the
2257         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2258         may use the simpler "prog", yet still work when built on a system
2259         that requires specifying the added suffix.
2260         Do this by constructing a function named "prog" that invokes
2261         "prog.exe" for each .exe file in selected directories.
2262         * tests/init.sh (find_exe_basenames_): New function.
2263         (create_exe_shim_functions_): New function.
2264         (path_prepend_): Use it.
2265
2266         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2267         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2268         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2269
2270 2010-02-14  Jim Meyering  <meyering@redhat.com>
2271
2272         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2273         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2274         (sc_prohibit_hash_pjw_without_use): New rule.
2275
2276         maint.mk: allow the default upload destination dir to be overridden
2277         * top/maint.mk (upload_dest_dir_): Define with a default that
2278         preserves the status quo.
2279         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2280         Reported by Peter Simons.
2281
2282         maint.mk: prohibit inclusion of "hash.h" without_use
2283         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2284
2285 2010-02-10  Jim Meyering  <meyering@redhat.com>
2286
2287         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2288         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2289
2290 2010-02-09  Eric Blake  <ebb9@byu.net>
2291         and Bruno Haible  <bruno@clisp.org>
2292
2293         obstack-printf-posix: ensure declaration
2294         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2295         extracted from gl_FUNC_OBSTACK_PRINTF.
2296         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2297         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2298         Likewise.
2299         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2300         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2301         0.
2302
2303 2010-02-08  Bruno Haible  <bruno@clisp.org>
2304
2305         gnulib-tool: Fix typo in 2010-02-07 commit.
2306         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2307         Reported by Eric Blake.
2308
2309 2010-02-07  Bruno Haible  <bruno@clisp.org>
2310
2311         gnulib-tool: Fix up caching patches.
2312         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2313         option --no-cache. Use associative arrays when supported by the shell.
2314         (sed_comments): New variable.
2315         (modcache): Renamed from do_cache.
2316         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2317         abbreviate unnecessarily.
2318         (have_associative): New variable.
2319         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2320         way also for ksh and zsh.
2321         (func_init_sed_convert_to_cache_statements): New function, extracted
2322         from func_cache_lookup_module. Add support for associative arrays.
2323         Don't set the c_MODULE_cached variable here. Ignore all lines before
2324         the first field header. Remove only the final newline, not all trailing
2325         newlines. Support empty fields correctly. Limit the use of 'eval' to
2326         assignments.
2327         (func_get_description, func_get_status, func_get_notice,
2328         func_get_applicability, func_get_filelist, func_get_dependencies,
2329         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2330         func_get_automake_snippet, func_get_include_directive,
2331         func_get_link_directive, func_get_license, func_get_maintainer):
2332         Update documentation. List the unoptimized code first. Add support for
2333         associative arrays. Limit the use of 'eval' to assignments.
2334         (func_get_applicability): Undo stylistic pessimisations.
2335         (func_get_automake_snippet, func_get_include_directive): Reduce code
2336         duplication.
2337         (func_modules_transitive_closure, func_modules_add_dummy,
2338         func_modules_notice, func_modules_to_filelist, func_add_file,
2339         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2340         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2341         func_create_testdir, func_create_megatestdir): Update documentation.
2342
2343 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2344
2345         * gnulib-tool (func_cache_lookup_module): Store the module name
2346         belonging to the cache variable; error out if two different
2347         module names map to the same cache variable name.
2348
2349 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2350
2351         gnulib-tool: Make caching optional.
2352         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2353         Update matching short versions of --no-changelog.
2354         (func_usage): Update.
2355         (sed_extract_cache_prog): Renamed from ...
2356         (sed_extract_prog): ... this; revert to old extraction script.
2357         (func_get_description, func_get_status)
2358         (func_get_notice, func_get_applicability, func_get_filelist)
2359         (func_get_dependencies, func_get_autoconf_early_snippet)
2360         (func_get_autoconf_snippet, func_get_automake_snippet)
2361         (func_get_include_directive, func_get_link_directive)
2362         (func_get_license, func_get_maintainer): If $do_cache is false,
2363         use old, non-caching extraction scripts.
2364         Suggestion by Bruno Haible.
2365
2366 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2367
2368         gnulib-tool: cache module metainformation.
2369         * gnulib-tool (sed_extract_prog): Match newline before each
2370         header, and rewrite header to a shell variable suffix.
2371         (func_cache_var, func_cache_lookup_module): New functions,
2372         to turn a module name into a cache variable prefix, and to
2373         look up and cache module metainformation.
2374         (func_get_description, func_get_status)
2375         (func_get_notice, func_get_applicability, func_get_filelist)
2376         (func_get_dependencies, func_get_autoconf_early_snippet)
2377         (func_get_autoconf_snippet, func_get_automake_snippet)
2378         (func_get_include_directive, func_get_link_directive)
2379         (func_get_license, func_get_maintainer): Use
2380         func_cache_lookup_module.
2381
2382 2010-02-07  Bruno Haible  <bruno@clisp.org>
2383
2384         fnctl: Fix missing dependency.
2385         * modules/fcntl (Depends-on): Add getdtablesize.
2386         Reported by John W. Eaton <jwe@gnu.org>.
2387
2388 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2389
2390         Argp: fix recognition of short alias options.
2391
2392         * lib/argp-parse.c (convert_options): Fix improper use of
2393         `|' between character values.
2394         * tests/test-argp.c (group1_option): New alias option
2395         --read (-r).
2396         (group1_parser): Special handling for 'r'.
2397         (test15): New test case.
2398         (test_fun): Add test15.
2399         * tests/test-argp-2.sh: Update expected --help and --usage
2400         outputs.
2401
2402 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2403
2404         * tests/test-argp.c: Fix indentation.
2405
2406 2010-02-04  Eric Blake  <ebb9@byu.net>
2407
2408         gettimeofday: expose type of second argument
2409         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2410         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2411         * tests/test-gettimeofday.c: Use it to silence warning.
2412         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2413         the issue.
2414
2415 2010-02-03  Jim Meyering  <meyering@redhat.com>
2416
2417         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2418         * lib/regcomp.c (TYPE_SIGNED): Define.
2419         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2420
2421         regcomp.c: avoid a new -Wshadow warning
2422         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2423
2424 2010-02-01  Jim Meyering  <meyering@redhat.com>
2425
2426         removing useless parentheses in cpp #define directives
2427         For motivation, see commit c0221df4, "define STREQ(a,b)
2428         consistently, removing useless parentheses"
2429         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2430         * lib/mountlist.c (MNT_IGNORE): Likewise.
2431         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2432
2433 2010-02-01  Eric Blake  <ebb9@byu.net>
2434
2435         sys_time: use link-warning
2436         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2437         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2438         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2439         * modules/sys_time (Depends-on): Add warn-on-use.
2440         (Makefile.am): Always build replacement.
2441         (configure.ac): Update substitutions.
2442         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2443         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2444         bother with SYS_TIME_H.
2445         * modules/gettimeofday (configure.ac): Declare indicator.
2446         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2447         in use.
2448
2449         closein-tests: silence compiler warning
2450         * tests/test-closein.c (main): Ignore fread result.
2451         * modules/closein-tests (Depends-on): Add ignore-value.
2452
2453         tests: silence warning about system return
2454         * tests/test-areadlink-with-size.c (main): Ignore system result.
2455         * tests/test-areadlink.c (main): Likewise.
2456         * tests/test-areadlinkat-with-size.c (main): Likewise.
2457         * tests/test-areadlinkat.c (main): Likewise.
2458         * tests/test-canonicalize-lgpl.c (main): Likewise.
2459         * tests/test-canonicalize.c (main): Likewise.
2460         * tests/test-chown.c (main): Likewise.
2461         * tests/test-fchownat.c (main): Likewise.
2462         * tests/test-fdutimensat.c (main): Likewise.
2463         * tests/test-fstatat.c (main): Likewise.
2464         * tests/test-futimens.c (main): Likewise.
2465         * tests/test-lchown.c (main): Likewise.
2466         * tests/test-link.c (main): Likewise.
2467         * tests/test-linkat.c (main): Likewise.
2468         * tests/test-lstat.c (main): Likewise.
2469         * tests/test-mkdir.c (main): Likewise.
2470         * tests/test-mkdirat.c (main): Likewise.
2471         * tests/test-mkfifo.c (main): Likewise.
2472         * tests/test-mkfifoat.c (main): Likewise.
2473         * tests/test-mknod.c (main): Likewise.
2474         * tests/test-readlink.c (main): Likewise.
2475         * tests/test-remove.c (main): Likewise.
2476         * tests/test-rename.c (main): Likewise.
2477         * tests/test-renameat.c (main): Likewise.
2478         * tests/test-rmdir.c (main): Likewise.
2479         * tests/test-symlink.c (main): Likewise.
2480         * tests/test-symlinkat.c (main): Likewise.
2481         * tests/test-unlink.c (main): Likewise.
2482         * tests/test-unlinkat.c (main): Likewise.
2483         * tests/test-utimens.c (main): Likewise.
2484         * tests/test-utimensat.c (main): Likewise.
2485         * modules/areadlink-tests (Depends-on): Add ignore-value.
2486         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2487         * modules/areadlinkat-tests (Depends-on): Likewise.
2488         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2489         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2490         * modules/canonicalize-tests (Depends-on): Likewise.
2491         * modules/chown-tests (Depends-on): Likewise.
2492         * modules/fdutimensat-tests (Depends-on): Likewise.
2493         * modules/futimens-tests (Depends-on): Likewise.
2494         * modules/lchown-tests (Depends-on): Likewise.
2495         * modules/link-tests (Depends-on): Likewise.
2496         * modules/linkat-tests (Depends-on): Likewise.
2497         * modules/lstat-tests (Depends-on): Likewise.
2498         * modules/mkdir-tests (Depends-on): Likewise.
2499         * modules/mkfifo-tests (Depends-on): Likewise.
2500         * modules/mkfifoat-tests (Depends-on): Likewise.
2501         * modules/mknod-tests (Depends-on): Likewise.
2502         * modules/openat-tests (Depends-on): Likewise.
2503         * modules/readlink-tests (Depends-on): Likewise.
2504         * modules/remove-tests (Depends-on): Likewise.
2505         * modules/rename-tests (Depends-on): Likewise.
2506         * modules/renameat-tests (Depends-on): Likewise.
2507         * modules/rmdir-tests (Depends-on): Likewise.
2508         * modules/symlink-tests (Depends-on): Likewise.
2509         * modules/symlinkat-tests (Depends-on): Likewise.
2510         * modules/unlink-tests (Depends-on): Likewise.
2511         * modules/utimens-tests (Depends-on): Likewise.
2512         * modules/utimensat-tests (Depends-on): Likewise.
2513
2514 2010-01-31  Bruno Haible  <bruno@clisp.org>
2515
2516         Perform the same test for many <math.h> functions.
2517         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2518         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2519         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2520         of gl_MATHFUNC.
2521         * modules/acos (configure.ac): Likewise.
2522         * modules/asin (configure.ac): Likewise.
2523         * modules/atan (configure.ac): Likewise.
2524         * modules/atan2 (configure.ac): Likewise.
2525         * modules/cbrt (configure.ac): Likewise.
2526         * modules/copysign (configure.ac): Likewise.
2527         * modules/cos (configure.ac): Likewise.
2528         * modules/cosh (configure.ac): Likewise.
2529         * modules/erf (configure.ac): Likewise.
2530         * modules/erfc (configure.ac): Likewise.
2531         * modules/exp (configure.ac): Likewise.
2532         * modules/fmod (configure.ac): Likewise.
2533         * modules/hypot (configure.ac): Likewise.
2534         * modules/j0 (configure.ac): Likewise.
2535         * modules/j1 (configure.ac): Likewise.
2536         * modules/jn (configure.ac): Likewise.
2537         * modules/lgamma (configure.ac): Likewise.
2538         * modules/log (configure.ac): Likewise.
2539         * modules/log10 (configure.ac): Likewise.
2540         * modules/log1p (configure.ac): Likewise.
2541         * modules/pow (configure.ac): Likewise.
2542         * modules/remainder (configure.ac): Likewise.
2543         * modules/sin (configure.ac): Likewise.
2544         * modules/sinh (configure.ac): Likewise.
2545         * modules/tan (configure.ac): Likewise.
2546         * modules/tanh (configure.ac): Likewise.
2547         * modules/y0 (configure.ac): Likewise.
2548         * modules/y1 (configure.ac): Likewise.
2549         * modules/yn (configure.ac): Likewise.
2550         Suggested by Paolo Bonzini.
2551
2552 2010-01-31  Bruno Haible  <bruno@clisp.org>
2553
2554         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2555
2556 2010-01-31  Bruno Haible  <bruno@clisp.org>
2557
2558         Work around getdelim() bug on FreeBSD 8.0.
2559         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2560         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2561         not work.
2562         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2563         is 1.
2564         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2565         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2566         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2567         a non-zero size.
2568         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2569
2570 2010-01-31  Bruno Haible  <bruno@clisp.org>
2571
2572         Work around getline() bug on FreeBSD 8.0.
2573         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2574         and a non-zero size.
2575         * tests/test-getline.c (main): Likewise.
2576         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2577         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2578
2579 2010-01-28  Eric Blake  <ebb9@byu.net>
2580
2581         regex: fix build failure
2582         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2583         platforms.
2584
2585 2010-01-28  Jim Meyering  <meyering@redhat.com>
2586
2587         regex: do not ignore memory allocation failure
2588         * lib/regex_internal.c (create_cd_newstate): Detect
2589         re_node_set_init_copy failure.   Extracted from glibc commit
2590         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2591
2592         regex: sync more white-space changes from libc
2593         * lib/regex_internal.c: White-space only changes.
2594         * lib/regexec.c: Likewise.
2595
2596         regex: add many uses of __attribute_warn_unused_result__
2597         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2598         * lib/regexec.c: Likewise.
2599         Extracted from a messy glibc commit.
2600
2601         regcomp.c: spelling and merge-artifact from glibc
2602         * lib/regcomp.c: Merge remainder of glibc's
2603         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2604
2605         regcomp.c: sync white-space changes from glibc
2606         * lib/regcomp.c: Merge to accommodate white space
2607         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2608
2609         regcomp.c: do not ignore internal return values
2610         * lib/regcomp.c: Do not ignore internal return values.
2611         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2612         but without its white-space changes and spelling fixes.
2613
2614         regex_internal.h: define __attribute_warn_unused_result__
2615         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2616
2617         maint: add a syntax-check rule to check for vulnerable Makefile.in
2618         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2619
2620 2010-01-27  Jim Meyering  <meyering@redhat.com>
2621
2622         ncftpput-ftp: clean up spaces
2623         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2624         Remove trailing blanks.
2625
2626 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2627
2628         * build-aux/git-version-gen: Fix copyright statement.
2629         * build-aux/gnupload: Likewise.
2630         * tests/test-arcfour.c: Likewise.
2631         * tests/test-arctwo.c: Likewise.
2632         * tests/test-count-one-bits.c: Likewise.
2633         * tests/test-crc.c: Likewise.
2634         * tests/test-des.c: Likewise.
2635         * tests/test-gc-arcfour.c: Likewise.
2636         * tests/test-gc-arctwo.c: Likewise.
2637         * tests/test-gc-des.c: Likewise.
2638         * tests/test-gc-hmac-md5.c: Likewise.
2639         * tests/test-gc-hmac-sha1.c: Likewise.
2640         * tests/test-gc-md2.c: Likewise.
2641         * tests/test-gc-md4.c: Likewise.
2642         * tests/test-gc-md5.c: Likewise.
2643         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2644         * tests/test-gc-rijndael.c: Likewise.
2645         * tests/test-gc-sha1.c: Likewise.
2646         * tests/test-gc.c: Likewise.
2647         * tests/test-gethostname.c: Likewise.
2648         * tests/test-gettimeofday.c: Likewise.
2649         * tests/test-hash.c: Likewise.
2650         * tests/test-hmac-md5.c: Likewise.
2651         * tests/test-hmac-sha1.c: Likewise.
2652         * tests/test-md2.c: Likewise.
2653         * tests/test-md4.c: Likewise.
2654         * tests/test-md5.c: Likewise.
2655         * tests/test-memchr.c: Likewise.
2656         * tests/test-memchr2.c: Likewise.
2657         * tests/test-memcmp.c: Likewise.
2658         * tests/test-memmem.c: Likewise.
2659         * tests/test-memrchr.c: Likewise.
2660         * tests/test-rawmemchr.c: Likewise.
2661         * tests/test-read-file.c: Likewise.
2662         * tests/test-rijndael.c: Likewise.
2663         * tests/test-sockets.c: Likewise.
2664         * tests/test-strchrnul.c: Likewise.
2665         * tests/test-strstr.c: Likewise.
2666         * tests/test-strtod.c: Likewise.
2667         * build-aux/ncftpput-ftp: Likewise.
2668
2669 2010-01-26  Eric Blake  <ebb9@byu.net>
2670
2671         ignore-value: update recommended header name
2672         * modules/ignore-value (Include): Only use <> for headers that
2673         exist in glibc.
2674
2675 2010-01-26  Jim Meyering  <meyering@redhat.com>
2676
2677         test-userspec.c: avoid compiler warnings
2678         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2679         and "initialization discards qualifiers..." warnings.
2680         Put the first "uid" in its own scope, and make char* members "const".
2681
2682 2010-01-25  Bruno Haible  <bruno@clisp.org>
2683
2684         gnulib-tool: Make warning diagnostics consistent.
2685         * gnulib-tool (func_warning): New function.
2686         Use it everywhere where gnulib-tool produces output to stderr and it is
2687         not a fatal error.
2688
2689 2010-01-25  Bruno Haible  <bruno@clisp.org>
2690
2691         Fix test dependencies.
2692         * modules/xstrtol-tests (Depends-on): Add inttypes.
2693         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2694
2695 2010-01-25 Pádraig Brady <P@draigBrady.com>
2696
2697         syntax-check: detect incorrect boolean macro values in config.h
2698         * modules/maintainer-makefile (configure.ac): Parameterize the location
2699         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2700         The logic is from Eric Blake and the location indicated by Jim Meyering.
2701         Note the more natural CONFIG_HEADER name is prohibited by automake
2702         for backwards compatibility reasons.
2703         * top/maint.mk (sc_Wundef_boolean): New rule.
2704
2705 2010-01-25  Jim Meyering  <meyering@redhat.com>
2706
2707         bootstrap: detect MacOS 10.6's shasum, too
2708         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2709         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2710
2711 2010-01-23  Jim Meyering  <meyering@redhat.com>
2712
2713         xstrtoll: new module
2714         * modules/xstrtoll: New file.
2715         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2716         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2717         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2718         ./configure fails if you use this module and lack "long long".
2719         * modules/xstrtoll-tests: New module.
2720         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2721         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2722         new init.sh-based test framework.
2723
2724 2010-01-24  Bruno Haible  <bruno@clisp.org>
2725
2726         Tests for module 'yn'.
2727         * modules/yn-tests: New file.
2728         * tests/test-yn.c: New file.
2729
2730         Tests for module 'y1'.
2731         * modules/y1-tests: New file.
2732         * tests/test-y1.c: New file.
2733
2734         Tests for module 'y0'.
2735         * modules/y0-tests: New file.
2736         * tests/test-y0.c: New file.
2737
2738         Tests for module 'tanh'.
2739         * modules/tanh-tests: New file.
2740         * tests/test-tanh.c: New file.
2741
2742         Tests for module 'tan'.
2743         * modules/tan-tests: New file.
2744         * tests/test-tan.c: New file.
2745
2746         Tests for module 'sqrt'.
2747         * modules/sqrt-tests: New file.
2748         * tests/test-sqrt.c: New file.
2749
2750         Tests for module 'sinh'.
2751         * modules/sinh-tests: New file.
2752         * tests/test-sinh.c: New file.
2753
2754         Tests for module 'sin'.
2755         * modules/sin-tests: New file.
2756         * tests/test-sin.c: New file.
2757
2758         Tests for module 'rint'.
2759         * modules/rint-tests: New file.
2760         * tests/test-rint.c: New file.
2761
2762         Tests for module 'remainder'.
2763         * modules/remainder-tests: New file.
2764         * tests/test-remainder.c: New file.
2765
2766         Tests for module 'pow'.
2767         * modules/pow-tests: New file.
2768         * tests/test-pow.c: New file.
2769
2770         Tests for module 'nextafter'.
2771         * modules/nextafter-tests: New file.
2772         * tests/test-nextafter.c: New file.
2773
2774         Tests for module 'modf'.
2775         * modules/modf-tests: New file.
2776         * tests/test-modf.c: New file.
2777
2778         Tests for module 'logb'.
2779         * modules/logb-tests: New file.
2780         * tests/test-logb.c: New file.
2781
2782         Tests for module 'log1p'.
2783         * modules/log1p-tests: New file.
2784         * tests/test-log1p.c: New file.
2785
2786         Tests for module 'log10'.
2787         * modules/log10-tests: New file.
2788         * tests/test-log10.c: New file.
2789
2790         Tests for module 'log'.
2791         * modules/log-tests: New file.
2792         * tests/test-log.c: New file.
2793
2794         Tests for module 'lgamma'.
2795         * modules/lgamma-tests: New file.
2796         * tests/test-lgamma.c: New file.
2797
2798         Tests for module 'ldexp'.
2799         * modules/ldexp-tests: New file.
2800         * tests/test-ldexp.c: New file.
2801
2802         Tests for module 'jn'.
2803         * modules/jn-tests: New file.
2804         * tests/test-jn.c: New file.
2805
2806         Tests for module 'j1'.
2807         * modules/j1-tests: New file.
2808         * tests/test-j1.c: New file.
2809
2810         Tests for module 'j0'.
2811         * modules/j0-tests: New file.
2812         * tests/test-j0.c: New file.
2813
2814         Tests for module 'hypot'.
2815         * modules/hypot-tests: New file.
2816         * tests/test-hypot.c: New file.
2817
2818         Tests for module 'fmod'.
2819         * modules/fmod-tests: New file.
2820         * tests/test-fmod.c: New file.
2821
2822         Tests for module 'fabs'.
2823         * modules/fabs-tests: New file.
2824         * tests/test-fabs.c: New file.
2825
2826         Tests for module 'exp'.
2827         * modules/exp-tests: New file.
2828         * tests/test-exp.c: New file.
2829
2830         Tests for module 'erfc'.
2831         * modules/erfc-tests: New file.
2832         * tests/test-erfc.c: New file.
2833
2834         Tests for module 'erf'.
2835         * modules/erf-tests: New file.
2836         * tests/test-erf.c: New file.
2837
2838         Tests for module 'cosh'.
2839         * modules/cosh-tests: New file.
2840         * tests/test-cosh.c: New file.
2841
2842         Tests for module 'cos'.
2843         * modules/cos-tests: New file.
2844         * tests/test-cos.c: New file.
2845
2846         Tests for module 'copysign'.
2847         * modules/copysign-tests: New file.
2848         * tests/test-copysign.c: New file.
2849
2850         Tests for module 'cbrt'.
2851         * modules/cbrt-tests: New file.
2852         * tests/test-cbrt.c: New file.
2853
2854         Tests for module 'atan2'.
2855         * modules/atan2-tests: New file.
2856         * tests/test-atan2.c: New file.
2857
2858         Tests for module 'atan'.
2859         * modules/atan-tests: New file.
2860         * tests/test-atan.c: New file.
2861
2862         Tests for module 'asin'.
2863         * modules/asin-tests: New file.
2864         * tests/test-asin.c: New file.
2865
2866         Tests for module 'acos'.
2867         * modules/acos-tests: New file.
2868         * tests/test-acos.c: New file.
2869
2870 2010-01-24  Bruno Haible  <bruno@clisp.org>
2871
2872         Fix tests for common <math.h> functions.
2873         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2874         code snippet that references the function pointer, rather than merely
2875         calling the function. Substitute the FUNC_LIBM variable.
2876         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2877         * modules/acos (configure.ac): Likewise.
2878         * modules/asin (configure.ac): Likewise.
2879         * modules/atan (configure.ac): Likewise.
2880         * modules/atan2 (configure.ac): Likewise.
2881         * modules/cbrt (configure.ac): Likewise.
2882         * modules/copysign (configure.ac): Likewise.
2883         * modules/cos (configure.ac): Likewise.
2884         * modules/cosh (configure.ac): Likewise.
2885         * modules/erf (configure.ac): Likewise.
2886         * modules/erfc (configure.ac): Likewise.
2887         * modules/exp (configure.ac): Likewise.
2888         * modules/fabs (configure.ac): Likewise.
2889         * modules/fmod (configure.ac): Likewise.
2890         * modules/hypot (configure.ac): Likewise.
2891         * modules/j0 (configure.ac): Likewise.
2892         * modules/j1 (configure.ac): Likewise.
2893         * modules/jn (configure.ac): Likewise.
2894         * modules/ldexp (configure.ac): Likewise.
2895         * modules/lgamma (configure.ac): Likewise.
2896         * modules/log (configure.ac): Likewise.
2897         * modules/log10 (configure.ac): Likewise.
2898         * modules/log1p (configure.ac): Likewise.
2899         * modules/logb (configure.ac): Likewise.
2900         * modules/modf (configure.ac): Likewise.
2901         * modules/nextafter (configure.ac): Likewise.
2902         * modules/pow (configure.ac): Likewise.
2903         * modules/remainder (configure.ac): Likewise.
2904         * modules/rint (configure.ac): Likewise.
2905         * modules/sin (configure.ac): Likewise.
2906         * modules/sinh (configure.ac): Likewise.
2907         * modules/tan (configure.ac): Likewise.
2908         * modules/tanh (configure.ac): Likewise.
2909         * modules/y0 (configure.ac): Likewise.
2910         * modules/y1 (configure.ac): Likewise.
2911         * modules/yn (configure.ac): Likewise.
2912
2913 2010-01-24  Bruno Haible  <bruno@clisp.org>
2914
2915         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2916         * tests/test-acosl.c (x): New variable.
2917         (main): Store argument in x and fetch it from x.
2918         * tests/test-asinl.c (x): New variable.
2919         (main): Store argument in x and fetch it from x.
2920         * tests/test-atanl.c (x): New variable.
2921         (main): Store argument in x and fetch it from x.
2922         * tests/test-cosl.c (x): New variable.
2923         (main): Store argument in x and fetch it from x.
2924         * tests/test-expl.c (x): New variable.
2925         (main): Store argument in x and fetch it from x.
2926         * tests/test-logl.c (x): New variable.
2927         (main): Store argument in x and fetch it from x.
2928         * tests/test-sinl.c (x): New variable.
2929         (main): Store argument in x and fetch it from x.
2930         * tests/test-sqrtl.c (x): New variable.
2931         (main): Store argument in x and fetch it from x.
2932         * tests/test-tanl.c (x): New variable.
2933         (main): Store argument in x and fetch it from x.
2934
2935 2010-01-24  Bruno Haible  <bruno@clisp.org>
2936
2937         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2938         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2939         assignments to the initial TESTS_ENVIRONMENT.
2940         * doc/gnulib.texi (Unit test modules): Document it.
2941         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2942         TESTS_ENVIRONMENT.
2943         * modules/btowc-tests (Makefile.am): Likewise.
2944         * modules/c-stack-tests (Makefile.am): Likewise.
2945         * modules/c-strcase-tests (Makefile.am): Likewise.
2946         * modules/copy-file-tests (Makefile.am): Likewise.
2947         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2948         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2949         * modules/mbrtowc-tests (Makefile.am): Likewise.
2950         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2951         * modules/mbscasestr-tests (Makefile.am): Likewise.
2952         * modules/mbschr-tests (Makefile.am): Likewise.
2953         * modules/mbscspn-tests (Makefile.am): Likewise.
2954         * modules/mbsinit-tests (Makefile.am): Likewise.
2955         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2956         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2957         * modules/mbspbrk-tests (Makefile.am): Likewise.
2958         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2959         * modules/mbsrchr-tests (Makefile.am): Likewise.
2960         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2961         * modules/mbsspn-tests (Makefile.am): Likewise.
2962         * modules/mbsstr-tests (Makefile.am): Likewise.
2963         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2964         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2965         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2966         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2967         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2968         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2969         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2970         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2971         * modules/wcrtomb-tests (Makefile.am): Likewise.
2972         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2973         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2974         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2975         assignments from TESTS_ENVIRONMENT.
2976         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2977         augmentation.
2978         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2979         * modules/atexit-tests (Makefile.am): Likewise.
2980         * modules/binary-io-tests (Makefile.am): Likewise.
2981         * modules/closein-tests (Makefile.am): Likewise.
2982         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2983         * modules/exclude-tests (Makefile.am): Likewise.
2984         * modules/fflush-tests (Makefile.am): Likewise.
2985         * modules/fpending-tests (Makefile.am): Likewise.
2986         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2987         * modules/freadahead-tests (Makefile.am): Likewise.
2988         * modules/freadptr-tests (Makefile.am): Likewise.
2989         * modules/freadseek-tests (Makefile.am): Likewise.
2990         * modules/fseek-tests (Makefile.am): Likewise.
2991         * modules/fseeko-tests (Makefile.am): Likewise.
2992         * modules/ftell-tests (Makefile.am): Likewise.
2993         * modules/ftello-tests (Makefile.am): Likewise.
2994         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2995         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2996         * modules/lseek-tests (Makefile.am): Likewise.
2997         * modules/parse-duration-tests (Makefile.am): Likewise.
2998         * modules/perror-tests (Makefile.am): Likewise.
2999         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3000         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3001         * modules/pipe-tests (Makefile.am): Likewise.
3002         * modules/pread-tests (Makefile.am): Likewise.
3003         * modules/printf-posix-tests (Makefile.am): Likewise.
3004         * modules/select-tests (Makefile.am): Likewise.
3005         * modules/sigpipe-tests (Makefile.am): Likewise.
3006         * modules/tsearch-tests (Makefile.am): Likewise.
3007         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3008         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3009         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3010         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3011         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3012         * modules/version-etc-tests (Makefile.am): Likewise.
3013         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3014         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3015         * modules/xalloc-die-tests (Makefile.am): Likewise.
3016         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3017         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3018         * modules/xstrtol-tests (Makefile.am): Likewise.
3019         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3020         * modules/yesno-tests (Makefile.am): Likewise.
3021         Suggested by Jim Meyering.
3022
3023 2010-01-24  Bruno Haible  <bruno@clisp.org>
3024
3025         More documentation.
3026         * doc/gnulib.texi (Writing modules): New chapter.
3027         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3028         the new chapter.
3029
3030 2010-01-24  Jim Meyering  <meyering@redhat.com>
3031
3032         maint.mk: do not prepend "./" after filtering
3033         * top/maint.mk (_prepend_srcdir_prefix): New variable
3034         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3035         "./" when $(srcdir) is ".".
3036
3037         define STREQ(a,b) consistently, removing useless parentheses
3038         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3039         since the only risk is that "a" or "b" contains an unparenthesized
3040         comma, but if either did that, STREQ would have 3 or more arguments.
3041         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3042         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3043         * lib/hash-triple.c (STREQ): Likewise.
3044         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3045         * lib/getugroups.c (STREQ): Likewise.
3046
3047 2010-01-23  Jim Meyering  <meyering@redhat.com>
3048
3049         maint.mk: fix syntax-check in a non-srcdir build directory
3050         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3051         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3052
3053 2010-01-22  Jim Meyering  <meyering@redhat.com>
3054
3055         userspec: add unit tests
3056         * tests/test-userspec.c: New file.
3057         * modules/userspec-tests: Likewise.
3058
3059 2010-01-21  Jim Meyering  <meyering@redhat.com>
3060
3061         maint.mk: handle source file names containing "." robustly
3062         * top/maint.mk (_dot_escaped_srcdir): Define.
3063         (VC_LIST): Use it in LHS of sed substitution.
3064
3065 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3066
3067         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3068         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3069         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3070         from a non-srcdir build.
3071
3072 2010-01-20  Eric Blake  <ebb9@byu.net>
3073
3074         warn-on-use: use instead of link-warning
3075         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3076         * modules/unistd (Depends-on, Makefile.am): Likewise.
3077         * modules/arpa_inet (Depends-on): Replace link-warning with
3078         warn-on-use.
3079         (Makefile.am): Update rules accordingly.
3080         * modules/ctype (Depends-on, Makefile.am): Likewise.
3081         * modules/dirent (Depends-on, Makefile.am): Likewise.
3082         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3083         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3084         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3085         * modules/locale (Depends-on, Makefile.am): Likewise.
3086         * modules/math (Depends-on, Makefile.am): Likewise.
3087         * modules/search (Depends-on, Makefile.am): Likewise.
3088         * modules/signal (Depends-on, Makefile.am): Likewise.
3089         * modules/spawn (Depends-on, Makefile.am): Likewise.
3090         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3091         * modules/string (Depends-on, Makefile.am): Likewise.
3092         * modules/strings (Depends-on, Makefile.am): Likewise.
3093         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3094         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3095         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3096         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3097         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3098         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3099         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3100         * modules/wchar (Depends-on, Makefile.am): Likewise.
3101         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3102         should be poisoned.
3103         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3104         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3105         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3106         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3107         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3108         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3109         * m4/math_h.m4 (gl_MATH_H): Likewise.
3110         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3111         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3112         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3113         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3114         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3115         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3116         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3117         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3118         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3119         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3120         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3121         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3122         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3123         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3124         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3125         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3126         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3127         GL_LINK_WARNING.
3128         * lib/ctype.in.h: Likewise.
3129         * lib/dirent.in.h: Likewise.
3130         * lib/fcntl.in.h: Likewise.
3131         * lib/inttypes.in.h: Likewise.
3132         * lib/langinfo.in.h: Likewise.
3133         * lib/locale.in.h: Likewise.
3134         * lib/math.in.h: Likewise.
3135         * lib/search.in.h: Likewise.
3136         * lib/signal.in.h: Likewise.
3137         * lib/spawn.in.h: Likewise.
3138         * lib/stdio.in.h: Likewise.
3139         * lib/stdlib.in.h: Likewise.
3140         * lib/string.in.h: Likewise.
3141         * lib/strings.in.h: Likewise.
3142         * lib/sys_file.in.h: Likewise.
3143         * lib/sys_ioctl.in.h: Likewise.
3144         * lib/sys_select.in.h: Likewise.
3145         * lib/sys_socket.in.h: Likewise.
3146         * lib/sys_stat.in.h: Likewise.
3147         * lib/sys_times.in.h: Likewise.
3148         * lib/sys_utsname.in.h: Likewise.
3149         * lib/unistd.in.h: Likewise.
3150         * lib/wchar.in.h: Likewise.
3151
3152 2010-01-20  Bruno Haible  <bruno@clisp.org>
3153
3154         Avoid duplicate -lm.
3155         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3156         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3157         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3158         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3159         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3160         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3161         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3162         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3163         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3164         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3165         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3166         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3167         Reported by Paolo Bonzini.
3168
3169 2010-01-19  Bruno Haible  <bruno@clisp.org>
3170
3171         langinfo, nl_langinfo: Relicense under LGPLv2+.
3172         * modules/langinfo (License): Change to LGPLv2+.
3173         * modules/nl_langinfo (License): Likewise.
3174         Patch by David Lutterkort <lutter@redhat.com>.
3175
3176 2010-01-19  Bruno Haible  <bruno@clisp.org>
3177
3178         Avoid compilation error with cc on OSF/1 5.1.
3179         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3180         statement, not before.
3181         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3182
3183 2010-01-18  Bruno Haible  <bruno@clisp.org>
3184
3185         Avoid a link error due to the __printf__ symbol.
3186         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3187         and 2.6.x.
3188         (__format__, __printf__): Remove definitions.
3189         * lib/argp-fmtstream.h: Likewise.
3190         * lib/argp.h: Likewise.
3191         * lib/error.h: Likewise.
3192         * lib/vasnprintf.h: Likewise.
3193         * lib/xprintf.h: Likewise.
3194         * lib/xvasprintf.h: Likewise.
3195         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3196
3197 2010-01-18  Bruno Haible  <bruno@clisp.org>
3198
3199         Tests for module 'tanl'.
3200         * modules/tanl-tests: New file.
3201         * tests/test-tanl.c: New file.
3202
3203         Tests for module 'sqrtl'.
3204         * modules/sqrtl-tests: New file.
3205         * tests/test-sqrtl.c: New file.
3206
3207         Tests for module 'sinl'.
3208         * modules/sinl-tests: New file.
3209         * tests/test-sinl.c: New file.
3210
3211         Tests for module 'logl'.
3212         * modules/logl-tests: New file.
3213         * tests/test-logl.c: New file.
3214
3215         Tests for module 'expl'.
3216         * modules/expl-tests: New file.
3217         * tests/test-expl.c: New file.
3218
3219         Tests for module 'cosl'.
3220         * modules/cosl-tests: New file.
3221         * tests/test-cosl.c: New file.
3222
3223         Tests for module 'atanl'.
3224         * modules/atanl-tests: New file.
3225         * tests/test-atanl.c: New file.
3226
3227         Tests for module 'asinl'.
3228         * modules/asinl-tests: New file.
3229         * tests/test-asinl.c: New file.
3230
3231         Tests for module 'acosl'.
3232         * modules/acosl-tests: New file.
3233         * tests/test-acosl.c: New file.
3234
3235         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3236         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3237         tanl): Use the standard gnulib idiom.
3238         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3239         * lib/sinl.c: Likewise.
3240         * lib/tanl.c: Don't include trigl.c.
3241         (kernel_tanl): Make static.
3242         * lib/sincosl.c: Include trigl.h first.
3243         * lib/trigl.c: Likewise.
3244         * m4/acosl.m4: New file.
3245         * m4/asinl.m4: New file.
3246         * m4/atanl.m4: New file.
3247         * m4/cosl.m4: New file.
3248         * m4/expl.m4: New file.
3249         * m4/logl.m4: New file.
3250         * m4/sinl.m4: New file.
3251         * m4/sqrtl.m4: New file.
3252         * m4/tanl.m4: New file.
3253         * m4/mathl.m4: Remove file.
3254         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3255         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3256         Don't initialize GNULIB_MATHL.
3257         * modules/acosl: New file.
3258         * modules/asinl: New file.
3259         * modules/atanl: New file.
3260         * modules/cosl: New file.
3261         * modules/expl: New file.
3262         * modules/logl: New file.
3263         * modules/sinl: New file.
3264         * modules/sqrtl: New file.
3265         * modules/tanl: New file.
3266         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3267         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3268         substitute GNULIB_MATHL.
3269         * modules/mathl: Rewritten.
3270         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3271         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3272         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3273         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3274         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3275         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3276         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3277         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3278         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3279
3280 2010-01-18  Bruno Haible  <bruno@clisp.org>
3281
3282         sqrt: Make gl_FUNC_SQRT requirable.
3283         * m4/sqrt.m4: New file.
3284         * modules/sqrt (Files): Add it.
3285         (configure.ac): Invoke gl_FUNC_SQRT.
3286
3287 2010-01-18  Bruno Haible  <bruno@clisp.org>
3288
3289         New modules for common <math.h> functions.
3290         * m4/mathfunc.m4: New file.
3291         * modules/acos: New file.
3292         * modules/asin: New file.
3293         * modules/atan: New file.
3294         * modules/atan2: New file.
3295         * modules/cbrt: New file.
3296         * modules/copysign: New file.
3297         * modules/cos: New file.
3298         * modules/cosh: New file.
3299         * modules/erf: New file.
3300         * modules/erfc: New file.
3301         * modules/exp: New file.
3302         * modules/fabs: New file.
3303         * modules/fmod: New file.
3304         * modules/hypot: New file.
3305         * modules/j0: New file.
3306         * modules/j1: New file.
3307         * modules/jn: New file.
3308         * modules/ldexp: New file.
3309         * modules/lgamma: New file.
3310         * modules/log: New file.
3311         * modules/log10: New file.
3312         * modules/log1p: New file.
3313         * modules/logb: New file.
3314         * modules/modf: New file.
3315         * modules/nextafter: New file.
3316         * modules/pow: New file.
3317         * modules/remainder: New file.
3318         * modules/rint: New file.
3319         * modules/sin: New file.
3320         * modules/sinh: New file.
3321         * modules/sqrt: New file.
3322         * modules/tan: New file.
3323         * modules/tanh: New file.
3324         * modules/y0: New file.
3325         * modules/y1: New file.
3326         * modules/yn: New file.
3327         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3328         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3329         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3330         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3331         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3332         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3333         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3334         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3335         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3336         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3337         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3338         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3339         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3340         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3341         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3342         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3343         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3344         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3345         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3346         * doc/posix-functions/log.texi: Mention the 'log' module.
3347         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3348         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3349         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3350         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3351         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3352         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3353         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3354         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3355         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3356         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3357         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3358         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3359         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3360         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3361         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3362         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3363
3364 2010-01-18  Jim Meyering  <meyering@redhat.com>
3365
3366         ignore-value: relax license to LGPLv2+
3367         * modules/ignore-value (License): Relax to LGPLv2+.
3368
3369         getdate: don't leak when TZ contains two or more '"'s
3370         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3371         double quote in TZ after the first one.
3372
3373         readtokens: do not leak internal token_lengths buffer
3374         * lib/readtokens.c (readtokens): Free the local, lengths,
3375         when the supplied "token_lengths" parameter is NULL.
3376
3377 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3378
3379         Fix a couple of missing LIBTHREAD link failures on AIX.
3380         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3381         $(LIBTHREAD).
3382         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3383
3384         Link test-poll against INET_PTON_LIB.
3385         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3386         for inet_pton on Solaris 10.
3387
3388 2010-01-17  Bruno Haible  <bruno@clisp.org>
3389
3390         unistdio/*-sprintf: Fix typo in module description.
3391         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3392         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3393         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3394         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3395         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3396         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3397         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3399
3400 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3401
3402         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3403         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3404         variables in shell case patterns, for AIX and HP-UX ksh.
3405
3406         Split large sed scripts, for HP-UX sed.
3407         * modules/stdio: Split sed scripts around 50 sed commands,
3408         to avoid HP-UX limit of 99 commands, in the near future.
3409         * modules/string: Likewise.
3410         * modules/unistd: Likewise.
3411
3412         gnulib-tool: avoid writing in the current directory.
3413         * gnulib-tool (func_emit_lib_Makefile_am)
3414         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3415         not in the current directory, so concurrent gnulib-tool
3416         instances do not interfere.
3417
3418 2010-01-16  Jim Meyering  <meyering@redhat.com>
3419
3420         doc: update users.txt
3421         * users.txt: Add grep.
3422         (diffutils, gzip): Update URLs.
3423
3424 2010-01-12  Bruno Haible  <bruno@clisp.org>
3425
3426         posix_spawn: Avoid test failure on Cygwin.
3427         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3428         characters.
3429         Reported by Simon Josefsson.
3430
3431 2010-01-12  Bruno Haible  <bruno@clisp.org>
3432
3433         * tests/test-cond.c (main): When skipping the test, show the reason.
3434
3435 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3436
3437         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3438
3439 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3440
3441         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3442         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3443
3444 2010-01-12  Eric Blake  <ebb9@byu.net>
3445
3446         build: guarantee AS_VAR_IF
3447         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3448         (gl_AS_VAR_IF): Move...
3449         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3450         Reported by Simon Josefsson.
3451
3452 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3453
3454         * lib/stdio.in.h: Fix typo.
3455
3456 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3457
3458         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3459         libgpg-error.
3460
3461 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3462
3463         * tests/test-xalloc-die.sh: Use $EXEEXT.
3464
3465 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3466             Bruno Haible  <bruno@clisp.org>
3467
3468         getlogin, getlogin_r: Avoid test failure.
3469         * tests/test-getlogin.c: Include <stdio.h>.
3470         (main): Skip the test when the function fails because stdin is not a
3471         tty.
3472         * tests/test-getlogin_r.c: Include <stdio.h>.
3473         (main): Skip the test when the function fails because stdin is not a
3474         tty.
3475
3476 2010-01-11  Eric Blake  <ebb9@byu.net>
3477
3478         tests: avoid more large file warnings
3479         * tests/test-fflush.c: Avoid warning about ftell use.
3480         * tests/test-fseek.c: Avoid warning about fseek use.
3481
3482 2010-01-10  Bruno Haible  <bruno@clisp.org>
3483
3484         nproc: Work better on Linux when /proc and /sys are not mounted.
3485         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3486         as lower bound when, on glibc/Linux systems,
3487         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3488         Suggested by Pádraig Brady <P@draigbrady.com>.
3489         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3490
3491         nproc: Refactor.
3492         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3493         extracted from num_processors.
3494         (num_processors): Call it.
3495
3496 2010-01-11  Jim Meyering  <meyering@redhat.com>
3497
3498         utimecmp: avoid new warning from upcoming gcc-4.5.0
3499         * lib/utimecmp.c (BILLION): Define using #define rather than an
3500         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3501
3502 2010-01-11  Eric Blake  <ebb9@byu.net>
3503
3504         math: add portability warnings for classification macros
3505         * modules/math (Depends-on): Add warn-on-use.
3506         (Makefile.am): Provide new substitutions.
3507         * m4/math_h.m4 (gl_MATH_H): Require inline.
3508         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3509         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3510         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3511         implement warnings.
3512
3513         unistd: warn on use of environ without module
3514         * modules/unistd (Depends-on): Add warn-on-use.
3515         (Makefile.am): Provide new substitutions.
3516         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3517         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3518
3519         stdio: warn on suspicious uses
3520         * modules/stdio (Depends-on): Add warn-on-use.
3521         (Makefile.am): Provide new substitutions.
3522         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3523         fseeko.
3524         * lib/stdio.in.h (gets): Always warn on use.
3525         (fseek, ftell): Adjust when warnings are issued, and honor
3526         _GL_NO_LARGE_FILES as a way to silence the warning.
3527         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3528         any warning about large file offsets.
3529         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3530         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3531         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3532         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3533         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3534         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3535         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3536         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3537
3538         warn-on-use: new module
3539         * modules/warn-on-use: New file.
3540         * build-aux/warn-on-use.h: Likewise.
3541         * m4/warn-on-use.m4: Likewise.
3542         * MODULES.html.sh (Support for building): Mention it.
3543
3544 2010-01-10  Bruno Haible  <bruno@clisp.org>
3545
3546         Tests for module 'unistr/u32-strdup'.
3547         * modules/unistr/u32-strdup-tests: New file.
3548         * tests/unistr/test-u32-strdup.c: New file.
3549
3550         Tests for module 'unistr/u16-strdup'.
3551         * modules/unistr/u16-strdup-tests: New file.
3552         * tests/unistr/test-u16-strdup.c: New file.
3553
3554         Tests for module 'unistr/u8-strdup'.
3555         * modules/unistr/u8-strdup-tests: New file.
3556         * tests/unistr/test-u8-strdup.c: New file.
3557         * tests/unistr/test-strdup.h: New file.
3558
3559         Tests for module 'unistr/u32-strncmp'.
3560         * modules/unistr/u32-strncmp-tests: New file.
3561         * tests/unistr/test-u32-strncmp.c: New file.
3562
3563         Tests for module 'unistr/u16-strncmp'.
3564         * modules/unistr/u16-strncmp-tests: New file.
3565         * tests/unistr/test-u16-strncmp.c: New file.
3566
3567         Tests for module 'unistr/u8-strncmp'.
3568         * modules/unistr/u8-strncmp-tests: New file.
3569         * tests/unistr/test-u8-strncmp.c: New file.
3570         * tests/unistr/test-strncmp.h: New file.
3571
3572         Tests for module 'unistr/u32-strcoll'.
3573         * modules/unistr/u32-strcoll-tests: New file.
3574         * tests/unistr/test-u32-strcoll.c: New file.
3575
3576         Tests for module 'unistr/u16-strcoll'.
3577         * modules/unistr/u16-strcoll-tests: New file.
3578         * tests/unistr/test-u16-strcoll.c: New file.
3579
3580         Tests for module 'unistr/u8-strcoll'.
3581         * modules/unistr/u8-strcoll-tests: New file.
3582         * tests/unistr/test-u8-strcoll.c: New file.
3583
3584         Tests for module 'unistr/u32-strcmp'.
3585         * modules/unistr/u32-strcmp-tests: New file.
3586         * tests/unistr/test-u32-strcmp.c: New file.
3587         * tests/unistr/test-u32-strcmp.h: New file.
3588
3589         Tests for module 'unistr/u16-strcmp'.
3590         * modules/unistr/u16-strcmp-tests: New file.
3591         * tests/unistr/test-u16-strcmp.c: New file.
3592         * tests/unistr/test-u16-strcmp.h: New file.
3593
3594         Tests for module 'unistr/u8-strcmp'.
3595         * modules/unistr/u8-strcmp-tests: New file.
3596         * tests/unistr/test-u8-strcmp.c: New file.
3597         * tests/unistr/test-u8-strcmp.h: New file.
3598         * tests/unistr/test-strcmp.h: New file.
3599
3600         Tests for module 'unistr/u32-strncat'.
3601         * modules/unistr/u32-strncat-tests: New file.
3602         * tests/unistr/test-u32-strncat.c: New file.
3603
3604         Tests for module 'unistr/u16-strncat'.
3605         * modules/unistr/u16-strncat-tests: New file.
3606         * tests/unistr/test-u16-strncat.c: New file.
3607
3608         Tests for module 'unistr/u8-strncat'.
3609         * modules/unistr/u8-strncat-tests: New file.
3610         * tests/unistr/test-u8-strncat.c: New file.
3611         * tests/unistr/test-strncat.h: New file.
3612
3613         Tests for module 'unistr/u32-strcat'.
3614         * modules/unistr/u32-strcat-tests: New file.
3615         * tests/unistr/test-u32-strcat.c: New file.
3616
3617         Tests for module 'unistr/u16-strcat'.
3618         * modules/unistr/u16-strcat-tests: New file.
3619         * tests/unistr/test-u16-strcat.c: New file.
3620
3621         Tests for module 'unistr/u8-strcat'.
3622         * modules/unistr/u8-strcat-tests: New file.
3623         * tests/unistr/test-u8-strcat.c: New file.
3624         * tests/unistr/test-strcat.h: New file.
3625
3626         Tests for module 'unistr/u32-stpncpy'.
3627         * modules/unistr/u32-stpncpy-tests: New file.
3628         * tests/unistr/test-u32-stpncpy.c: New file.
3629
3630         Tests for module 'unistr/u16-stpncpy'.
3631         * modules/unistr/u16-stpncpy-tests: New file.
3632         * tests/unistr/test-u16-stpncpy.c: New file.
3633
3634         Tests for module 'unistr/u8-stpncpy'.
3635         * modules/unistr/u8-stpncpy-tests: New file.
3636         * tests/unistr/test-u8-stpncpy.c: New file.
3637         * tests/unistr/test-stpncpy.h: New file.
3638
3639         Tests for module 'unistr/u32-strncpy'.
3640         * modules/unistr/u32-strncpy-tests: New file.
3641         * tests/unistr/test-u32-strncpy.c: New file.
3642
3643         Tests for module 'unistr/u16-strncpy'.
3644         * modules/unistr/u16-strncpy-tests: New file.
3645         * tests/unistr/test-u16-strncpy.c: New file.
3646
3647         Tests for module 'unistr/u8-strncpy'.
3648         * modules/unistr/u8-strncpy-tests: New file.
3649         * tests/unistr/test-u8-strncpy.c: New file.
3650         * tests/unistr/test-strncpy.h: New file.
3651
3652         Tests for module 'unistr/u32-stpcpy'.
3653         * modules/unistr/u32-stpcpy-tests: New file.
3654         * tests/unistr/test-u32-stpcpy.c: New file.
3655
3656         Tests for module 'unistr/u16-stpcpy'.
3657         * modules/unistr/u16-stpcpy-tests: New file.
3658         * tests/unistr/test-u16-stpcpy.c: New file.
3659
3660         Tests for module 'unistr/u8-stpcpy'.
3661         * modules/unistr/u8-stpcpy-tests: New file.
3662         * tests/unistr/test-u8-stpcpy.c: New file.
3663         * tests/unistr/test-stpcpy.h: New file.
3664
3665         Tests for module 'unistr/u32-strcpy'.
3666         * modules/unistr/u32-strcpy-tests: New file.
3667         * tests/unistr/test-u32-strcpy.c: New file.
3668
3669         Tests for module 'unistr/u16-strcpy'.
3670         * modules/unistr/u16-strcpy-tests: New file.
3671         * tests/unistr/test-u16-strcpy.c: New file.
3672
3673         Tests for module 'unistr/u8-strcpy'.
3674         * modules/unistr/u8-strcpy-tests: New file.
3675         * tests/unistr/test-u8-strcpy.c: New file.
3676         * tests/unistr/test-strcpy.h: New file.
3677
3678         Tests for module 'unistr/u32-strnlen'.
3679         * modules/unistr/u32-strnlen-tests: New file.
3680         * tests/unistr/test-u32-strnlen.c: New file.
3681
3682         Tests for module 'unistr/u16-strnlen'.
3683         * modules/unistr/u16-strnlen-tests: New file.
3684         * tests/unistr/test-u16-strnlen.c: New file.
3685
3686         Tests for module 'unistr/u8-strnlen'.
3687         * modules/unistr/u8-strnlen-tests: New file.
3688         * tests/unistr/test-u8-strnlen.c: New file.
3689         * tests/unistr/test-strnlen.h: New file.
3690
3691         Tests for module 'unistr/u32-strlen'.
3692         * modules/unistr/u32-strlen-tests: New file.
3693         * tests/unistr/test-u32-strlen.c: New file.
3694
3695         Tests for module 'unistr/u16-strlen'.
3696         * modules/unistr/u16-strlen-tests: New file.
3697         * tests/unistr/test-u16-strlen.c: New file.
3698
3699         Tests for module 'unistr/u8-strlen'.
3700         * modules/unistr/u8-strlen-tests: New file.
3701         * tests/unistr/test-u8-strlen.c: New file.
3702
3703         Tests for module 'unistr/u32-prev'.
3704         * modules/unistr/u32-prev-tests: New file.
3705         * tests/unistr/test-u32-prev.c: New file.
3706
3707         Tests for module 'unistr/u16-prev'.
3708         * modules/unistr/u16-prev-tests: New file.
3709         * tests/unistr/test-u16-prev.c: New file.
3710
3711         Tests for module 'unistr/u8-prev'.
3712         * modules/unistr/u8-prev-tests: New file.
3713         * tests/unistr/test-u8-prev.c: New file.
3714
3715         Tests for module 'unistr/u32-next'.
3716         * modules/unistr/u32-next-tests: New file.
3717         * tests/unistr/test-u32-next.c: New file.
3718
3719         Tests for module 'unistr/u16-next'.
3720         * modules/unistr/u16-next-tests: New file.
3721         * tests/unistr/test-u16-next.c: New file.
3722
3723         Tests for module 'unistr/u8-next'.
3724         * modules/unistr/u8-next-tests: New file.
3725         * tests/unistr/test-u8-next.c: New file.
3726
3727         Tests for module 'unistr/u32-strmbtouc'.
3728         * modules/unistr/u32-strmbtouc-tests: New file.
3729         * tests/unistr/test-u32-strmbtouc.c: New file.
3730
3731         Tests for module 'unistr/u16-strmbtouc'.
3732         * modules/unistr/u16-strmbtouc-tests: New file.
3733         * tests/unistr/test-u16-strmbtouc.c: New file.
3734
3735         Tests for module 'unistr/u8-strmbtouc'.
3736         * modules/unistr/u8-strmbtouc-tests: New file.
3737         * tests/unistr/test-u8-strmbtouc.c: New file.
3738
3739         Tests for module 'unistr/u32-strmblen'.
3740         * modules/unistr/u32-strmblen-tests: New file.
3741         * tests/unistr/test-u32-strmblen.c: New file.
3742
3743         Tests for module 'unistr/u16-strmblen'.
3744         * modules/unistr/u16-strmblen-tests: New file.
3745         * tests/unistr/test-u16-strmblen.c: New file.
3746
3747         Tests for module 'unistr/u8-strmblen'.
3748         * modules/unistr/u8-strmblen-tests: New file.
3749         * tests/unistr/test-u8-strmblen.c: New file.
3750
3751         Tests for module 'unistr/u32-cpy-alloc'.
3752         * modules/unistr/u32-cpy-alloc-tests: New file.
3753         * tests/unistr/test-u32-cpy-alloc.c: New file.
3754
3755         Tests for module 'unistr/u16-cpy-alloc'.
3756         * modules/unistr/u16-cpy-alloc-tests: New file.
3757         * tests/unistr/test-u16-cpy-alloc.c: New file.
3758
3759         Tests for module 'unistr/u8-cpy-alloc'.
3760         * modules/unistr/u8-cpy-alloc-tests: New file.
3761         * tests/unistr/test-u8-cpy-alloc.c: New file.
3762         * tests/unistr/test-cpy-alloc.h: New file.
3763
3764         Tests for module 'unistr/u32-mbsnlen'.
3765         * modules/unistr/u32-mbsnlen-tests: New file.
3766         * tests/unistr/test-u32-mbsnlen.c: New file.
3767
3768         Tests for module 'unistr/u16-mbsnlen'.
3769         * modules/unistr/u16-mbsnlen-tests: New file.
3770         * tests/unistr/test-u16-mbsnlen.c: New file.
3771
3772         Tests for module 'unistr/u8-mbsnlen'.
3773         * modules/unistr/u8-mbsnlen-tests: New file.
3774         * tests/unistr/test-u8-mbsnlen.c: New file.
3775
3776         Tests for module 'unistr/u32-chr'.
3777         * modules/unistr/u32-chr-tests: New file.
3778         * tests/unistr/test-u32-chr.c: New file.
3779
3780         Tests for module 'unistr/u16-chr'.
3781         * modules/unistr/u16-chr-tests: New file.
3782         * tests/unistr/test-u16-chr.c: New file.
3783
3784         Tests for module 'unistr/u8-chr'.
3785         * modules/unistr/u8-chr-tests: New file.
3786         * tests/unistr/test-u8-chr.c: New file.
3787         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3788
3789         Tests for module 'unistr/u32-cmp2'.
3790         * modules/unistr/u32-cmp2-tests: New file.
3791         * tests/unistr/test-u32-cmp2.c: New file.
3792
3793         Tests for module 'unistr/u16-cmp2'.
3794         * modules/unistr/u16-cmp2-tests: New file.
3795         * tests/unistr/test-u16-cmp2.c: New file.
3796
3797         Tests for module 'unistr/u8-cmp2'.
3798         * modules/unistr/u8-cmp2-tests: New file.
3799         * tests/unistr/test-u8-cmp2.c: New file.
3800         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3801
3802         Tests for module 'unistr/u32-cmp'.
3803         * modules/unistr/u32-cmp-tests: New file.
3804         * tests/unistr/test-u32-cmp.c: New file.
3805
3806         Tests for module 'unistr/u16-cmp'.
3807         * modules/unistr/u16-cmp-tests: New file.
3808         * tests/unistr/test-u16-cmp.c: New file.
3809
3810         Tests for module 'unistr/u8-cmp'.
3811         * modules/unistr/u8-cmp-tests: New file.
3812         * tests/unistr/test-u8-cmp.c: New file.
3813         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3814
3815         Tests for module 'unistr/u32-set'.
3816         * modules/unistr/u32-set-tests: New file.
3817         * tests/unistr/test-u32-set.c: New file.
3818
3819         Tests for module 'unistr/u16-set'.
3820         * modules/unistr/u16-set-tests: New file.
3821         * tests/unistr/test-u16-set.c: New file.
3822
3823         Tests for module 'unistr/u8-set'.
3824         * modules/unistr/u8-set-tests: New file.
3825         * tests/unistr/test-u8-set.c: New file.
3826         * tests/unistr/test-set.h: New file.
3827
3828         Tests for module 'unistr/u32-move'.
3829         * modules/unistr/u32-move-tests: New file.
3830         * tests/unistr/test-u32-move.c: New file.
3831
3832         Tests for module 'unistr/u16-move'.
3833         * modules/unistr/u16-move-tests: New file.
3834         * tests/unistr/test-u16-move.c: New file.
3835
3836         Tests for module 'unistr/u8-move'.
3837         * modules/unistr/u8-move-tests: New file.
3838         * tests/unistr/test-u8-move.c: New file.
3839         * tests/unistr/test-move.h: New file.
3840
3841         Tests for module 'unistr/u32-cpy'.
3842         * modules/unistr/u32-cpy-tests: New file.
3843         * tests/unistr/test-u32-cpy.c: New file.
3844
3845         Tests for module 'unistr/u16-cpy'.
3846         * modules/unistr/u16-cpy-tests: New file.
3847         * tests/unistr/test-u16-cpy.c: New file.
3848
3849         Tests for module 'unistr/u8-cpy'.
3850         * modules/unistr/u8-cpy-tests: New file.
3851         * tests/unistr/test-u8-cpy.c: New file.
3852         * tests/unistr/test-cpy.h: New file.
3853
3854 2010-01-09  Bruno Haible  <bruno@clisp.org>
3855
3856         Tests for module 'unistr/u32-uctomb'.
3857         * modules/unistr/u32-uctomb-tests: New file.
3858         * tests/unistr/test-u32-uctomb.c: New file.
3859
3860         Tests for module 'unistr/u16-uctomb'.
3861         * modules/unistr/u16-uctomb-tests: New file.
3862         * tests/unistr/test-u16-uctomb.c: New file.
3863
3864         Tests for module 'unistr/u8-uctomb'.
3865         * modules/unistr/u8-uctomb-tests: New file.
3866         * tests/unistr/test-u8-uctomb.c: New file.
3867
3868         Tests for module 'unistr/u32-mbtoucr'.
3869         * modules/unistr/u32-mbtoucr-tests: New file.
3870         * tests/unistr/test-u32-mbtoucr.c: New file.
3871
3872         Tests for module 'unistr/u16-mbtoucr'.
3873         * modules/unistr/u16-mbtoucr-tests: New file.
3874         * tests/unistr/test-u16-mbtoucr.c: New file.
3875
3876         Tests for module 'unistr/u8-mbtoucr'.
3877         * modules/unistr/u8-mbtoucr-tests: New file.
3878         * tests/unistr/test-u8-mbtoucr.c: New file.
3879
3880         Tests for module 'unistr/u32-mbtouc'.
3881         * modules/unistr/u32-mbtouc-tests: New file.
3882         * tests/unistr/test-u32-mbtouc.c: New file.
3883
3884         Tests for module 'unistr/u16-mbtouc'.
3885         * modules/unistr/u16-mbtouc-tests: New file.
3886         * tests/unistr/test-u16-mbtouc.c: New file.
3887
3888         Tests for module 'unistr/u8-mbtouc'.
3889         * modules/unistr/u8-mbtouc-tests: New file.
3890         * tests/unistr/test-u8-mbtouc.c: New file.
3891
3892         Tests for module 'unistr/u32-mbtouc-unsafe'.
3893         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3894         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3895         * tests/unistr/test-u32-mbtouc.h: New file.
3896
3897         Tests for module 'unistr/u16-mbtouc-unsafe'.
3898         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3899         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3900         * tests/unistr/test-u16-mbtouc.h: New file.
3901
3902         Tests for module 'unistr/u8-mbtouc-unsafe'.
3903         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3904         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3905         * tests/unistr/test-u8-mbtouc.h: New file.
3906
3907         Tests for module 'unistr/u32-mblen'.
3908         * modules/unistr/u32-mblen-tests: New file.
3909         * tests/unistr/test-u32-mblen.c: New file.
3910
3911         Tests for module 'unistr/u16-mblen'.
3912         * modules/unistr/u16-mblen-tests: New file.
3913         * tests/unistr/test-u16-mblen.c: New file.
3914
3915         Tests for module 'unistr/u8-mblen'.
3916         * modules/unistr/u8-mblen-tests: New file.
3917         * tests/unistr/test-u8-mblen.c: New file.
3918
3919         Tests for module 'unistr/u32-to-u16'.
3920         * modules/unistr/u32-to-u16-tests: New file.
3921         * tests/unistr/test-u32-to-u16.c: New file.
3922
3923         Tests for module 'unistr/u32-to-u8'.
3924         * modules/unistr/u32-to-u8-tests: New file.
3925         * tests/unistr/test-u32-to-u8.c: New file.
3926
3927         Tests for module 'unistr/u16-to-u32'.
3928         * modules/unistr/u16-to-u32-tests: New file.
3929         * tests/unistr/test-u16-to-u32.c: New file.
3930
3931         Tests for module 'unistr/u16-to-u8'.
3932         * modules/unistr/u16-to-u8-tests: New file.
3933         * tests/unistr/test-u16-to-u8.c: New file.
3934
3935         Tests for module 'unistr/u8-to-u32'.
3936         * modules/unistr/u8-to-u32-tests: New file.
3937         * tests/unistr/test-u8-to-u32.c: New file.
3938
3939         Tests for module 'unistr/u8-to-u16'.
3940         * modules/unistr/u8-to-u16-tests: New file.
3941         * tests/unistr/test-u8-to-u16.c: New file.
3942
3943         Tests for module 'unistr/u32-check'.
3944         * modules/unistr/u32-check-tests: New file.
3945         * tests/unistr/test-u32-check.c: New file.
3946
3947         Tests for module 'unistr/u16-check'.
3948         * modules/unistr/u16-check-tests: New file.
3949         * tests/unistr/test-u16-check.c: New file.
3950
3951         Tests for module 'unistr/u8-check'.
3952         * modules/unistr/u8-check-tests: New file.
3953         * tests/unistr/test-u8-check.c: New file.
3954
3955         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3956         (category_equals): New function.
3957         (main): Add more tests.
3958         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3959
3960         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3961
3962 2010-01-10  Bruno Haible  <bruno@clisp.org>
3963
3964         unistr/u*-strcoll: Try harder to distinguish different strings.
3965         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3966         compare s1 and s2 to see if they are different.
3967
3968 2010-01-10  Bruno Haible  <bruno@clisp.org>
3969
3970         unistr/u*-stpncpy: Fix the return value.
3971         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3972         description of the return value consistent with stpncpy in glibc.
3973         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3974         written non-NUL unit.
3975
3976 2010-01-10  Bruno Haible  <bruno@clisp.org>
3977
3978         unistr/u*-next: Add missing dependencies.
3979         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3980         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3981         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3982
3983 2010-01-10  Bruno Haible  <bruno@clisp.org>
3984
3985         unistr/u8-mbsnlen: Fix return value for incomplete character.
3986         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3987         u8_mblen.
3988         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3989         Remove unistr/u8-mblen.
3990         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3991         u16_mblen.
3992         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3993         Remove unistr/u16-mblen.
3994
3995 2010-01-10  Bruno Haible  <bruno@clisp.org>
3996
3997         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3998         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3999         Reported by Brian Gough <bjg@gnu.org> and
4000         Chris Clayton <chris2553@googlemail.com> via
4001         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4002
4003 2010-01-09  Bruno Haible  <bruno@clisp.org>
4004
4005         unistr/u16-to-u32: Reject invalid input.
4006         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4007         u16_mbtouc.
4008         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4009         Remove unistr/u16-mbtouc.
4010
4011         unistr/u16-to-u8: Reject invalid input.
4012         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4013         u16_mbtouc.
4014         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4015         Remove unistr/u16-mbtouc.
4016
4017         unistr/u8-to-u32: Reject invalid input.
4018         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4019         u8_mbtouc.
4020         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4021         Remove unistr/u8-mbtouc.
4022
4023         unistr/u8-to-u16: Reject invalid input.
4024         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4025         u8_mbtouc.
4026         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4027         Remove unistr/u8-mbtouc.
4028
4029 2010-01-09  Bruno Haible  <bruno@clisp.org>
4030
4031         Tests for module 'getlogin'.
4032         * modules/getlogin-tests: New file.
4033         * tests/test-getlogin.c: New file.
4034
4035         New module 'getlogin'.
4036         * lib/unistd.in.h (getlogin): New declaration.
4037         * lib/getlogin.c: New file.
4038         * m4/getlogin.m4: New file.
4039         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4040         HAVE_GETLOGIN.
4041         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4042         HAVE_GETLOGIN.
4043         * modules/getlogin: New file.
4044         * doc/posix-functions/getlogin.texi: Mention the new module.
4045         Reported by John W. Eaton <jwe@gnu.org>.
4046
4047 2010-01-09  Bruno Haible  <bruno@clisp.org>
4048
4049         getlogin_r: Support for native Windows.
4050         * lib/getlogin_r.c: Include <windows.h>
4051         (getlogin_r): Implement for native Windows.
4052         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4053         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4054         via John W. Eaton <jwe@gnu.org>.
4055
4056 2010-01-09  Bruno Haible  <bruno@clisp.org>
4057
4058         getlogin_r: Small fixes.
4059         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4060         succeeds.
4061         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4062         before testing whether getlogin_r is declared. No need to set
4063         HAVE_DECL_GETLOGIN_R to 1.
4064         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4065
4066 2010-01-09  Bruno Haible  <bruno@clisp.org>
4067
4068         * lib/unistd.in.h (getlogin_r): Add comment.
4069
4070 2010-01-09  Bruno Haible  <bruno@clisp.org>
4071
4072         Tests for module 'getlogin_r'.
4073         * modules/getlogin_r-tests: New file.
4074         * tests/test-getlogin_r.c: New file.
4075
4076 2010-01-09  Jim Meyering  <meyering@redhat.com>
4077
4078         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4079         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4080         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4081
4082 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4083
4084         * lib/dup2.c (rpl_dup2): Improve comment.
4085
4086 2010-01-08  Eric Blake  <ebb9@byu.net>
4087
4088         maint.mk: allow packages to add makefile @@ exceptions
4089         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4090         (sc_makefile_check): Rename...
4091         (sc_makefile_at_at_check): ...to this, and use hook.
4092
4093         dup2: work around mingw bug
4094         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4095         Reported by Simon Josefsson.
4096
4097 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4098
4099         glob: Fix C++ compilation.
4100         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4101         C++.
4102
4103 2010-01-07  Bruno Haible  <bruno@clisp.org>
4104
4105         Fix indentation of wctype.in.h, broken since 2007-01-06.
4106         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4107
4108 2010-01-07  Bruno Haible  <bruno@clisp.org>
4109
4110         mbslen: Avoid collision with system function.
4111         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4112         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4113         * m4/mbslen.m4: New file.
4114         * modules/mbslen (Files): Add it.
4115         (configure.ac): Invoke gl_MBSLEN.
4116         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4117         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4118         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4119         via Ian Beckwith <ianb@erislabs.net>.
4120
4121 2010-01-07  Bruno Haible  <bruno@clisp.org>
4122
4123         dirent: Document the last fix.
4124         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4125
4126 2010-01-07  Bruno Haible  <bruno@clisp.org>
4127
4128         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4129         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4130         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4131         va_list are defined.
4132         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4133         Reported by Eric Blake.
4134
4135 2010-01-07  Bruno Haible  <bruno@clisp.org>
4136
4137         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4138         * modules/xlist (Depends-on): Add 'list',
4139         * modules/xoset (Depends-on): Add 'oset'.
4140         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4141
4142 2010-01-07  Bruno Haible  <bruno@clisp.org>
4143
4144         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4145         * doc/posix-functions/strncasecmp.texi: Likewise.
4146
4147 2010-01-07  Bruno Haible  <bruno@clisp.org>
4148
4149         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4150
4151 2010-01-07  John W. Eaton  <jwe@octave.org>
4152
4153         wctype: allow C++ use
4154         * lib/wctype.in.h: Add extern "C" block for C++.
4155
4156 2010-01-06  Eric Blake  <ebb9@byu.net>
4157
4158         maint.mk: detect incorrect GFDL usage
4159         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4160
4161 2010-01-06  Jim Meyering  <meyering@redhat.com>
4162         and Eric Blake  <ebb9@byu.net>
4163
4164         maint.mk: ignore multi-line copyright in NEWS
4165         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4166
4167 2010-01-06  Eric Blake  <ebb9@byu.net>
4168
4169         select: add missing dependency
4170         * modules/select-tests (Depends-on): Move sockets dependency...
4171         * modules/select (Depends-on): ...here.
4172         Reported by Ian Beckwith.
4173
4174         doc: regenerate INSTALL
4175         * doc/INSTALL: Reflect recent autoconf update.
4176         * doc/INSTALL.ISO: Likewise.
4177         * doc/INSTALL.UTF-8: Likewise.
4178
4179         pread: fix compilation on glibc
4180         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4181         Reported by Ralf Wildenhues.
4182
4183         dirent: fix test failure
4184         * lib/dirent.in.h (includes): Guarantee ino_t.
4185         Reported by Ralf Wildenhues.
4186
4187 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4188
4189         linkat, renameat: avoid bad free
4190         * lib/at-func2.c (at_func2): Fix typo.
4191         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4192
4193 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4194
4195         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4196         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4197         to avoid failure of symlink test later.
4198
4199 2010-01-06  Eric Blake  <ebb9@byu.net>
4200
4201         stdio, unistd: guarantee ssize_t
4202         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4203         2008 are exposed when needed.
4204         * lib/stdio.in.h (includes): Likewise.
4205         Reported by Ralf Wildenhues.
4206
4207 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4208
4209         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4210         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4211         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4212
4213 2010-01-06  Jim Meyering  <meyering@redhat.com>
4214
4215         readtokens: this module *does* require xalloc.h
4216         It uses only functions that were omitted by the old syntax-check rule.
4217         * lib/readtokens.c: Include "xalloc.h" once again.
4218         * modules/readtokens (Depends-on): Add xalloc.
4219         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4220
4221 2010-01-05  Eric Blake  <ebb9@byu.net>
4222
4223         maint: support 'make announcement' from a VPATH build
4224         * top/maint.mk (announcement): Look for correct NEWS file.
4225
4226 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4227
4228         utimens (fdutimens): ignore a negative FD, per contract
4229         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4230         when we have a valid file descriptor.  Otherwise, using a brand
4231         new glibc (with just-patched futimens that now fails with EBADF)
4232         would cause this function to fail with ENOSYS.
4233         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4234         See also http://bugzilla.redhat.com/552320.
4235
4236 2010-01-05  Eric Blake  <ebb9@byu.net>
4237
4238         strcase: document what it provides
4239         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4240         gnulib module.
4241         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4242         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4243
4244 2010-01-05  Jim Meyering  <meyering@redhat.com>
4245
4246         maint: remove useless inclusions of "xalloc.h"
4247         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4248         * lib/readtokens.c: Likewise.
4249         * lib/same.c: Likewise.
4250         * modules/getloadavg (Depends-on): Remove xalloc.
4251         * modules/readtokens: Likewise.
4252         * modules/same: Likewise.
4253
4254         maint.mk: include 4 more function names in alloca.h-checking regexp
4255         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4256         regexp.  Before, we would give a false-positive (saying alloca.h
4257         is included unnecessarily) when the only uses involved omitted symbols.
4258
4259         xalloc.h: use consistent formatting
4260         * lib/xalloc.h: Move declarations to start in the first column.
4261
4262 2010-01-05  Eric Blake  <ebb9@byu.net>
4263
4264         mkdir: avoid xalloc
4265         * lib/mkdir.c (includes): Drop unused header.
4266         Reported by John W. Eaton.
4267
4268 2010-01-04  Jim Meyering  <meyering@redhat.com>
4269
4270         nl_langinfo: avoid configure-time syntax error
4271         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4272         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4273         the empty string.  Don't let that provoke a shell syntax error.
4274
4275         regcomp, regexec, fnmatch: avoid array bounds read error
4276         * lib/regcomp.c (build_equiv_class): From glibc:
4277         Use only the low 24 bits of a findidx return value as an index
4278         into the weights array.  Patch by Ulrich Drepper:
4279         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4280         * lib/regexec.c (check_node_accept_bytes): Likewise.
4281         * lib/fnmatch_loop.c (FCT): Likewise.
4282
4283         regcomp: skip collseq lookup when there are no rules
4284         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4285         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4286
4287         regcomp: recognize ill-formed { } expressions
4288         * lib/regcomp.c (parse_dup_op): From glibc:
4289         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4290
4291         regcomp: fix typo in comment
4292         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4293         s/satisfy/satisfies/.
4294
4295         regcomp: sync from glibc: remove dead store
4296         * lib/regcomp.c (duplicate_node_closure): Remove useless
4297         search_duplicated_node call and dead store.
4298
4299         regcomp: sync from glibc; always use nl_langinfo
4300         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4301         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4302         * modules/regex (Depends-on): Add nl_langinfo.
4303
4304 2010-01-04  Eric Blake  <ebb9@byu.net>
4305
4306         fdopendir: fix configure test
4307         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4308
4309 2010-01-01  Bruno Haible  <bruno@clisp.org>
4310
4311         wchar: Remove unused configure check.
4312         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4313
4314 2010-01-01  Eric Blake  <ebb9@byu.net>
4315
4316         headers: make check of system header explicit
4317         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4318         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4319         ourselves.
4320         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4321         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4322         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4323         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4324         internals.
4325         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4326         missing.
4327         Suggested by Bruno Haible.
4328
4329 2010-01-01  Jim Meyering  <meyering@redhat.com>
4330
4331         ChangeLog: tweak to eliminate unnecessary copyright line
4332         * ChangeLog: Remove a copyright line that was mistakenly updated
4333         by today's update-copyright run.  Reported by Eric Blake.
4334
4335         test-update-copyright: don't let envvar setting cause test failure
4336         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4337
4338 2010-01-01  Bruno Haible  <bruno@clisp.org>
4339
4340         localename: Avoid gcc warning.
4341         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4342         function if it is not used.
4343
4344 2010-01-01  Jim Meyering  <meyering@redhat.com>
4345
4346         update nearly all FSF copyright year lists to include 2010
4347         Use the same procedure as for 2009, outlined in
4348         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4349
4350         version-etc: set COPYRIGHT_YEAR to 2010
4351         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4352
4353 2009-12-31  Eric Blake  <ebb9@byu.net>
4354
4355         doc: correct availability of cygwin 1.5.x getopt
4356         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4357         variables.
4358         * doc/posix-functions/opterr.texi (opterr): Likewise.
4359         * doc/posix-functions/optind.texi (optind): Likewise.
4360         * doc/posix-functions/optopt.texi (optopt): Likewise.
4361         * doc/posix-functions/tzname.texi (tzname): Likewise.
4362
4363         openat: update maintainer
4364         * modules/openat (Maintainer): Add myself.
4365
4366         utimens: avoid shadowing warning
4367         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4368         buffers into one, to avoid shadowing, as well as avoiding a
4369         redundant stat.
4370         Reported by Jim Meyering.
4371
4372         test-dup2: avoid compiler warning
4373         * tests/test-dup2.c (is_inheritable): Only define if used.
4374
4375 2010-01-01  Bruno Haible  <bruno@clisp.org>
4376
4377         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4378         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4379         defined, use wctomb instead of wcrtomb.
4380
4381 2010-01-01  Bruno Haible  <bruno@clisp.org>
4382
4383         iconv: Reject native Solaris iconv.
4384         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4385         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4386
4387 2009-12-31  Bruno Haible  <bruno@clisp.org>
4388
4389         * tests/test-signal.c (main): Remove test of 'SIG'.
4390
4391 2009-12-31  Bruno Haible  <bruno@clisp.org>
4392
4393         spawn: Fix incomplete fix.
4394         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4395         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4396         warnings for GNULIB_POSIXCHECK again.
4397         Reported by Eric Blake.
4398
4399 2009-12-31  Bruno Haible  <bruno@clisp.org>
4400
4401         Avoid namespace pollution on glibc systems.
4402         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4403         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4404         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4405         glibc systems.
4406
4407 2009-12-31  Bruno Haible  <bruno@clisp.org>
4408
4409         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4410         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4411         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4412         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4413         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4414         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4415         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4416
4417 2009-12-31  Bruno Haible  <bruno@clisp.org>
4418
4419         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4420         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4421         afterwards.
4422
4423 2009-12-31  Bruno Haible  <bruno@clisp.org>
4424
4425         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4426         SYS_UTSNAME_H.
4427
4428 2009-12-31  Bruno Haible  <bruno@clisp.org>
4429
4430         spawn: Fix misapplied patch.
4431         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4432         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4433         warnings for GNULIB_POSIXCHECK.
4434
4435 2009-12-31  Bruno Haible  <bruno@clisp.org>
4436
4437         times: Update after sys_times changed.
4438         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4439         * modules/times (Files): Add it.
4440         (configure.ac): Invoke gl_FUNC_TIMES.
4441
4442 2009-12-31  Bruno Haible  <bruno@clisp.org>
4443
4444         Use AC_C_INLINE where necessary.
4445         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4446         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4447         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4448         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4449         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4450         * m4/mbiter.m4 (gl_MBITER): Likewise.
4451         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4452         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4453         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4454         * modules/u64 (configure.ac): Likewise.
4455
4456 2009-12-31  Bruno Haible  <bruno@clisp.org>
4457
4458         Use AC_C_INLINE instead of module 'inline' where possible.
4459         * modules/inline (Description): Clarify purpose.
4460         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4461         * modules/count-one-bits (Depends-on): Remove inline.
4462         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4463         * modules/openat (Depends-on): Remove inline.
4464         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4465         instead of depending on module 'inline'.
4466         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4467         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4468         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4469         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4470         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4471         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4472         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4473         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4474         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4475         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4476         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4477         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4478         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4479         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4480         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4481         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4482         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4483         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4484         Likewise.
4485         * modules/unictype/property-ascii-hex-digit (Depends-on,
4486         configure.ac): Likewise.
4487         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4488         configure.ac): Likewise.
4489         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4490         configure.ac): Likewise.
4491         * modules/unictype/property-bidi-block-separator (Depends-on,
4492         configure.ac): Likewise.
4493         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4494         configure.ac): Likewise.
4495         * modules/unictype/property-bidi-common-separator (Depends-on,
4496         configure.ac): Likewise.
4497         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4498         Likewise.
4499         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4500         configure.ac): Likewise.
4501         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4502         configure.ac): Likewise.
4503         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4504         configure.ac): Likewise.
4505         * modules/unictype/property-bidi-european-digit (Depends-on,
4506         configure.ac): Likewise.
4507         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4508         configure.ac): Likewise.
4509         * modules/unictype/property-bidi-left-to-right (Depends-on,
4510         configure.ac): Likewise.
4511         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4512         configure.ac): Likewise.
4513         * modules/unictype/property-bidi-other-neutral (Depends-on,
4514         configure.ac): Likewise.
4515         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4516         Likewise.
4517         * modules/unictype/property-bidi-segment-separator (Depends-on,
4518         configure.ac): Likewise.
4519         * modules/unictype/property-bidi-whitespace (Depends-on,
4520         configure.ac): Likewise.
4521         * modules/unictype/property-combining (Depends-on, configure.ac):
4522         Likewise.
4523         * modules/unictype/property-composite (Depends-on, configure.ac):
4524         Likewise.
4525         * modules/unictype/property-currency-symbol (Depends-on,
4526         configure.ac): Likewise.
4527         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4528         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4529         Likewise.
4530         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4531         configure.ac): Likewise.
4532         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4533         Likewise.
4534         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4535         Likewise.
4536         * modules/unictype/property-extender (Depends-on, configure.ac):
4537         Likewise.
4538         * modules/unictype/property-format-control (Depends-on, configure.ac):
4539         Likewise.
4540         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4541         Likewise.
4542         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4543         Likewise.
4544         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4545         Likewise.
4546         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4547         Likewise.
4548         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4549         Likewise.
4550         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4551         Likewise.
4552         * modules/unictype/property-id-start (Depends-on, configure.ac):
4553         Likewise.
4554         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4555         Likewise.
4556         * modules/unictype/property-ids-binary-operator (Depends-on,
4557         configure.ac): Likewise.
4558         * modules/unictype/property-ids-trinary-operator (Depends-on,
4559         configure.ac): Likewise.
4560         * modules/unictype/property-ignorable-control (Depends-on,
4561         configure.ac): Likewise.
4562         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4563         Likewise.
4564         * modules/unictype/property-join-control (Depends-on, configure.ac):
4565         Likewise.
4566         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4567         Likewise.
4568         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4569         Likewise.
4570         * modules/unictype/property-logical-order-exception (Depends-on,
4571         configure.ac): Likewise.
4572         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4573         Likewise.
4574         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4575         * modules/unictype/property-non-break (Depends-on, configure.ac):
4576         Likewise.
4577         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4578         Likewise.
4579         * modules/unictype/property-numeric (Depends-on, configure.ac):
4580         Likewise.
4581         * modules/unictype/property-other-alphabetic (Depends-on,
4582         configure.ac): Likewise.
4583         * modules/unictype/property-other-default-ignorable-code-point
4584         (Depends-on, configure.ac): Likewise.
4585         * modules/unictype/property-other-grapheme-extend (Depends-on,
4586         configure.ac): Likewise.
4587         * modules/unictype/property-other-id-continue (Depends-on,
4588         configure.ac): Likewise.
4589         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4590         Likewise.
4591         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4592         Likewise.
4593         * modules/unictype/property-other-math (Depends-on, configure.ac):
4594         Likewise.
4595         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4596         Likewise.
4597         * modules/unictype/property-paired-punctuation (Depends-on,
4598         configure.ac): Likewise.
4599         * modules/unictype/property-paragraph-separator (Depends-on,
4600         configure.ac): Likewise.
4601         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4602         Likewise.
4603         * modules/unictype/property-pattern-white-space (Depends-on,
4604         configure.ac): Likewise.
4605         * modules/unictype/property-private-use (Depends-on, configure.ac):
4606         Likewise.
4607         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4608         Likewise.
4609         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4610         Likewise.
4611         * modules/unictype/property-radical (Depends-on, configure.ac):
4612         Likewise.
4613         * modules/unictype/property-sentence-terminal (Depends-on,
4614         configure.ac): Likewise.
4615         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4616         Likewise.
4617         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4618         * modules/unictype/property-terminal-punctuation (Depends-on,
4619         configure.ac): Likewise.
4620         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4621         Likewise.
4622         * modules/unictype/property-unassigned-code-value (Depends-on,
4623         configure.ac): Likewise.
4624         * modules/unictype/property-unified-ideograph (Depends-on,
4625         configure.ac): Likewise.
4626         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4627         Likewise.
4628         * modules/unictype/property-variation-selector (Depends-on,
4629         configure.ac): Likewise.
4630         * modules/unictype/property-white-space (Depends-on, configure.ac):
4631         Likewise.
4632         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4633         Likewise.
4634         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4635         Likewise.
4636         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4637         Likewise.
4638         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4639         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4640         Likewise.
4641
4642 2009-12-31  Bruno Haible  <bruno@clisp.org>
4643
4644         Remove unnecessary AC_C_INLINE invocation.
4645         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4646         since 2009-08-21.
4647
4648 2009-12-31  Jim Meyering  <meyering@redhat.com>
4649
4650         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4651         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4652         With this change, we can all remove the gpg_key_ID = ... definition
4653         from our respective cfg.mk files.
4654
4655         maint.mk: create announcement template in ~/, not in /tmp
4656         * top/maint.mk (emit_upload_commands): Adjust.
4657         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4658         Remove temporary file, .ci-msg.
4659
4660 2009-12-31  Eric Blake  <ebb9@byu.net>
4661
4662         link-warning: always build headers with link warnings
4663         * modules/arpa_inet (Makefile.am): Always build replacement
4664         header.
4665         * modules/ctype (Makefile.am): Likewise.
4666         * modules/dirent (Makefile.am): Likewise.
4667         * modules/inttypes (Makefile.am): Likewise.
4668         * modules/langinfo (Makefile.am): Likewise.
4669         * modules/locale (Makefile.am): Likewise.
4670         * modules/spawn (Makefile.am): Likewise.
4671         * modules/sys_file (Makefile.am): Likewise.
4672         * modules/sys_ioctl (Makefile.am): Likewise.
4673         * modules/sys_select (Makefile.am): Likewise.
4674         * modules/sys_socket (Makefile.am): Likewise.
4675         * modules/sys_times (Makefile.am): Likewise.
4676         * modules/sys_utsname (Makefile.am): Likewise.
4677         * modules/sys_wait (Makefile.am): Likewise.
4678         * modules/wchar (Makefile.am): Likewise.
4679         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4680         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4681         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4682         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4683         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4684         Likewise.
4685         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4686         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4687         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4688         Likewise.
4689         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4690         Likewise.
4691         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4692         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4693         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4694         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4695         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4696         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4697         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4698         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4699         (gl_WCHAR_H_DEFAULTS): Likewise.
4700
4701 2009-12-31  Eric Blake  <ebb9@byu.net>
4702
4703         signal, spawn: use link warnings
4704         * lib/signal.in.h (sigset_t): Make unconditional.
4705         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4706         (sigpending, sigprocmask, sigaction): Add link warnings.
4707         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4708         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4709         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4710         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4711         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4712         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4713         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4714         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4715         (posix_spawn_file_actions_destroy)
4716         (posix_spawn_file_actions_addopen)
4717         (posix_spawn_file_actions_addclose)
4718         (posix_spawn_file_actions_adddup2): Likewise.
4719         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4720         * tests/test-signal.c (main): Enhance test.
4721
4722         spawn: improve wrapper support
4723         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4724         (gl_SPAWN_H_DEFAULTS): New defaults.
4725         * modules/spawn (Makefile.am): Substitute them.
4726         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4727         Only declare if missing or broken.
4728
4729         sys_times, sys_utsname: use include_next
4730         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4731         header.
4732         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4733         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4734         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4735         * modules/sys_times (Depends-on): Add include_next.
4736         (Makefile.am): Substitute additional values.
4737         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4738         * lib/sys_times.in.h (includes): Include native header, if
4739         available.
4740         * lib/sys_utsname.in.h (includes): Likewise.
4741         * tests/test-sys_times.c (main): Enhance test.
4742
4743         fdutimensat: revert prior patch
4744         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4745         utimens.h.
4746         Reported by Bruno Haible.
4747
4748 2009-12-30  Eric Blake  <ebb9@byu.net>
4749
4750         sys_wait: drop link-warning dependency
4751         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4752         link-warning efforts.
4753         * lib/sys_wait.in.h: Likewise.
4754
4755         fdutimensat: remove bogus dependency
4756         * modules/fdutimensat (Depends-on): Drop inline.
4757
4758         unistd: fix typo
4759         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4760
4761 2009-12-30  Bruno Haible  <bruno@clisp.org>
4762
4763         Fix compilation error with Solaris cc.
4764         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4765         * lib/unicase/u16-is-invariant.c: Likewise.
4766         * lib/unicase/u32-is-invariant.c: Likewise.
4767         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4768
4769 2009-12-30  Bruno Haible  <bruno@clisp.org>
4770
4771         Fix test crash.
4772         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4773         locales.
4774         Reported by Simon Josefsson <simon@josefsson.org>.
4775
4776 2009-12-30  Bruno Haible  <bruno@clisp.org>
4777
4778         Fix compilation error on most platforms.
4779         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4780         Reported by Simon Josefsson <simon@josefsson.org>
4781         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4782
4783 2009-12-30  Eric Blake  <ebb9@byu.net>
4784
4785         futimens, utimensat: work around ntfs-3g bug
4786         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4787         a ctime bug is present, and expand workaround to cover ntfs-3g.
4788         * lib/utimens.c (fdutimens, lutimens): Likewise.
4789         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4790         (validate_timespec): Adjust return value.
4791         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4792         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4793         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4794
4795 2009-12-29  Eric Blake  <ebb9@byu.net>
4796
4797         link-warning: make usage consistent
4798         * modules/ctype (Depends-on): Add link-warning.
4799         (Makefile.am): Update rules accordingly.
4800         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4801         * modules/locale (Depends-on, Makefile.am): Likewise.
4802         * modules/sys_file (Makefile.am): Likewise.
4803         * modules/getopt-posix (Makefile.am): Delete unused link warning
4804         efforts.
4805         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4806         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4807         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4808         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4809
4810         stdio: remove unused variables
4811         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4812         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4813         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4814
4815         tests: test more substitute headers
4816         * modules/ctype-tests: New file.
4817         * modules/dirent-tests: Likewise.
4818         * modules/spawn-tests: Likewise.
4819         * modules/sys_file-tests: Likewise.
4820         * modules/sys_ioctl-tests: Likewise.
4821         * modules/sys_wait-tests: Likewise.
4822         * tests/test-ctype.c: Likewise.
4823         * tests/test-dirent.c: Likewise.
4824         * tests/test-spawn.c: Likewise.
4825         * tests/test-sys_file.c: Likewise.
4826         * tests/test-sys_ioctl.c: Likewise.
4827         * tests/test-sys_wait.c: Likewise.
4828         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4829         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4830         whether or not flock is in use.
4831
4832         tests: remove License section from module
4833         * modules/arpa_inet-tests: Remove unneeded section.
4834         * modules/byteswap-tests: Likewise.
4835         * modules/ceilf-tests: Likewise.
4836         * modules/ceill-tests: Likewise.
4837         * modules/crypto/des-tests: Likewise.
4838         * modules/crypto/gc-arcfour-tests: Likewise.
4839         * modules/crypto/gc-arctwo-tests: Likewise.
4840         * modules/crypto/gc-des-tests: Likewise.
4841         * modules/crypto/gc-hmac-md5-tests: Likewise.
4842         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4843         * modules/crypto/gc-md2-tests: Likewise.
4844         * modules/crypto/gc-md4-tests: Likewise.
4845         * modules/crypto/gc-md5-tests: Likewise.
4846         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4847         * modules/crypto/gc-rijndael-tests: Likewise.
4848         * modules/crypto/gc-sha1-tests: Likewise.
4849         * modules/crypto/gc-tests: Likewise.
4850         * modules/crypto/md2-tests: Likewise.
4851         * modules/crypto/md4-tests: Likewise.
4852         * modules/fcntl-h-tests: Likewise.
4853         * modules/floorf-tests: Likewise.
4854         * modules/floorl-tests: Likewise.
4855         * modules/frexp-nolibm-tests: Likewise.
4856         * modules/frexp-tests: Likewise.
4857         * modules/frexpl-nolibm-tests: Likewise.
4858         * modules/frexpl-tests: Likewise.
4859         * modules/getaddrinfo-tests: Likewise.
4860         * modules/inttypes-tests: Likewise.
4861         * modules/isfinite-tests: Likewise.
4862         * modules/isinf-tests: Likewise.
4863         * modules/ldexpl-tests: Likewise.
4864         * modules/locale-tests: Likewise.
4865         * modules/math-tests: Likewise.
4866         * modules/netdb-tests: Likewise.
4867         * modules/netinet_in-tests: Likewise.
4868         * modules/printf-frexp-tests: Likewise.
4869         * modules/printf-frexpl-tests: Likewise.
4870         * modules/priv-set-tests: Likewise.
4871         * modules/random_r-tests: Likewise.
4872         * modules/round-tests: Likewise.
4873         * modules/roundf-tests: Likewise.
4874         * modules/roundl-tests: Likewise.
4875         * modules/search-tests: Likewise.
4876         * modules/select-tests: Likewise.
4877         * modules/signal-tests: Likewise.
4878         * modules/stdbool-tests: Likewise.
4879         * modules/stddef-tests: Likewise.
4880         * modules/stdint-tests: Likewise.
4881         * modules/stdio-tests: Likewise.
4882         * modules/stdlib-tests: Likewise.
4883         * modules/string-tests: Likewise.
4884         * modules/strings-tests: Likewise.
4885         * modules/sys_select-tests: Likewise.
4886         * modules/sys_socket-tests: Likewise.
4887         * modules/sys_stat-tests: Likewise.
4888         * modules/sys_time-tests: Likewise.
4889         * modules/sys_utsname-tests: Likewise.
4890         * modules/sysexits-tests: Likewise.
4891         * modules/time-tests: Likewise.
4892         * modules/trunc-tests: Likewise.
4893         * modules/truncf-tests: Likewise.
4894         * modules/truncl-tests: Likewise.
4895         * modules/tsearch-tests: Likewise.
4896         * modules/unistd-tests: Likewise.
4897         * modules/wchar-tests: Likewise.
4898         * modules/wctype-tests: Likewise.
4899
4900         tests: fix license on several tests
4901         * tests/test-des.c: Update to GPLv3+.
4902         * tests/test-flock.c: Likewise.
4903         * tests/test-fsync.c: Likewise.
4904         * tests/test-futimens.h: Likewise.
4905         * tests/test-gc-arcfour.c: Likewise.
4906         * tests/test-gc-arctwo.c: Likewise.
4907         * tests/test-gc-des.c: Likewise.
4908         * tests/test-gc-hmac-md5.c: Likewise.
4909         * tests/test-gc-hmac-sha1.c: Likewise.
4910         * tests/test-gc-md2.c: Likewise.
4911         * tests/test-gc-md4.c: Likewise.
4912         * tests/test-gc-md5.c: Likewise.
4913         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4914         * tests/test-gc-rijndael.c: Likewise.
4915         * tests/test-gc-sha1.c: Likewise.
4916         * tests/test-gc.c: Likewise.
4917         * tests/test-getcwd.c: Likewise.
4918         * tests/test-link.c: Likewise.
4919         * tests/test-link.h: Likewise.
4920         * tests/test-lutimens.h: Likewise.
4921         * tests/test-md2.c: Likewise.
4922         * tests/test-md4.c: Likewise.
4923         * tests/test-mkdir.h: Likewise.
4924         * tests/test-rename.c: Likewise.
4925         * tests/test-rename.h: Likewise.
4926         * tests/test-safe-alloc.c: Likewise.
4927         * tests/test-utimens-common.h: Likewise.
4928         * tests/test-utimens.h: Likewise.
4929
4930         maint: sync license texts
4931         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4932         * doc/gpl-3.0.texi: Revert copyright year update.
4933         * doc/lgpl-3.0.texi: Likewise.
4934
4935 2009-12-29  Jim Meyering  <meyering@redhat.com>
4936
4937         update nearly all FSF copyright year lists to include 2009
4938         The files named by the following are exempted:
4939             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4940               test -f "$dst" && { echo "$dst"; continue; }
4941               test -d "$dst" || continue
4942               echo "$dst"/$(basename "$src")
4943             done > exempt
4944             git ls-files tests/unictype >> exempt
4945         In the remaining files, convert to all-interval notation if
4946         - there is already at least one year interval like 2000-2003
4947         - the file is maintained by me
4948         - the file is in lib/uni*/, where that style already prevails
4949         Otherwise, use update-copyright's default.
4950
4951 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4952         and Eric Blake  <ebb9@byu.net>
4953
4954         tests: don't require debug system() to pass
4955         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4956         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4957         * tests/test-unlink.h (test_unlink_func): Likewise.
4958         * tests/test-fstatat.c (main): ...into callers.
4959         * tests/test-lstat.c (main): Likewise.
4960         * tests/test-rmdir.c (main): Likewise.
4961         * tests/test-unlink.c (main): Likewise.
4962         * tests/test-unlinkat.c (main): Likewise.
4963         * tests/test-areadlink-with-size.c (main): Don't require a
4964         debug-only system call to pass, aiding cross-testing to mingw.
4965         * tests/test-areadlink.c (main): Likewise.
4966         * tests/test-areadlinkat-with-size.c (main): Likewise.
4967         * tests/test-areadlinkat.c (main): Likewise.
4968         * tests/test-canonicalize-lgpl.c (main): Likewise.
4969         * tests/test-canonicalize.c (main): Likewise.
4970         * tests/test-chown.c (main): Likewise.
4971         * tests/test-fchownat.c (main): Likewise.
4972         * tests/test-lchown.c (main): Likewise.
4973         * tests/test-fdutimensat.c (main): Likewise.
4974         * tests/test-futimens.c (main): Likewise.
4975         * tests/test-link.c (main): Likewise.
4976         * tests/test-linkat.c (main): Likewise.
4977         * tests/test-mkdir.c (main): Likewise.
4978         * tests/test-mkdirat.c (main): Likewise.
4979         * tests/test-mkfifo.c (main): Likewise.
4980         * tests/test-mkfifoat.c (main): Likewise.
4981         * tests/test-mknod.c (main): Likewise.
4982         * tests/test-readlink.c (main): Likewise.
4983         * tests/test-remove.c (main): Likewise.
4984         * tests/test-rename.c (main): Likewise.
4985         * tests/test-renameat.c (main): Likewise.
4986         * tests/test-symlink.c (main): Likewise.
4987         * tests/test-symlinkat.c (main): Likewise.
4988         * tests/test-utimens.c (main): Likewise.
4989         * tests/test-utimensat.c (main): Likewise.
4990
4991 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4992
4993         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4994         on $(UNUSED_PARAMETER_H) to avoid build failure.
4995
4996 2009-12-28  Jim Meyering  <meyering@redhat.com>
4997
4998         update-copyright: you may specify a max. line length other than 72
4999         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5000
5001         maint: use consistent FSF copyright line syntax
5002         * lib/posixtm.c: Add missing comma in FSF copyright line.
5003         * lib/posixtm.h: Likewise.
5004         * lib/getugroups.c: Add missing ", Inc.".
5005
5006         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5007         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5008         FSF copyright line.  Remove trailing blanks.
5009
5010 2009-12-28  Eric Blake  <ebb9@byu.net>
5011
5012         test-dup2: reduce dependencies
5013         * modules/cloexec (Configure.ac): Set witness.
5014         * modules/dup2-tests (Depends-on): Drop cloexec.
5015         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5016         not present.
5017         Suggested by Bruno Haible.
5018
5019 2009-12-26  Bruno Haible  <bruno@clisp.org>
5020
5021         Remove an unneeded dependency.
5022         * modules/fseterr (Depends-on): Remove dup2.
5023
5024 2009-12-26  Eric Blake  <ebb9@byu.net>
5025
5026         tests: use macros.h in more places
5027         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5028         (ASSERT_STREAM): Provide default of stderr.
5029         * tests/test-dirent-safer.c: Include macros.h, using alternate
5030         stream for assertions.
5031         * tests/test-dup-safer.c: Likewise.
5032         * tests/test-freopen-safer.c: Likewise.
5033         * tests/test-getopt.c: Likewise.
5034         * tests/test-openat-safer.c: Likewise.
5035         * tests/test-pipe.c: Likewise.
5036         * tests/test-popen-safer.c: Likewise.
5037         * modules/dirent-safer-tests (Files): Include macros.h.
5038         * modules/unistd-safer-tests (Files): Likewise.
5039         * modules/freopen-safer-tests (Files): Likewise.
5040         * modules/getopt-posix-tests (Files): Likewise.
5041         * modules/openat-safer-tests (Files): Likewise.
5042         * modules/pipe-tests (Files): Likewise.
5043
5044 2009-12-26  Bruno Haible  <bruno@clisp.org>
5045
5046         javacomp: Portability fix.
5047         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5048         that it also works on Solaris.
5049
5050 2009-12-26  Bruno Haible  <bruno@clisp.org>
5051
5052         localename: Fix storage allocation of gl_locale_name_thread's result.
5053         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5054         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5055         all platforms that have 'uselocale'.
5056         (gl_locale_name_thread_unsafe): New function, extracted from
5057         gl_locale_name_thread.
5058         (gl_locale_name_thread): Call struniq on all platforms that have
5059         'uselocale'.
5060         * tests/test-localename.c (test_locale_name_thread): Check that the
5061         resulting strings are permanently allocated.
5062         * modules/localename-tests (Depends-on): Add strdup.
5063
5064 2009-12-26  Bruno Haible  <bruno@clisp.org>
5065
5066         * tests/test-localename.c (categories): Fill in the strings.
5067
5068 2009-12-26  Jim Meyering  <meyering@redhat.com>
5069
5070         isdir: complete the removal of m4/isdir.m4
5071         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5072
5073         isdir: clean up, since at least grep still uses it
5074         * lib/isdir.c: Include "isdir.h".
5075         (S_ISDIR): Remove now-unneeded definition.
5076         * modules/isdir (Files): Add lib/isdir.h.
5077         * lib/isdir.h: New file, with declaration.
5078         * m4/isdir.m4: Remove file -- unneeded.
5079
5080 2009-12-25  Bruno Haible  <bruno@clisp.org>
5081
5082         selinux-h: Make generated .h files standalone.
5083         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5084         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5085         * lib/se-selinux.in.h: Likewise.
5086         * modules/selinux-h (Depends-on): Add unused-parameter.
5087         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5088         selinux/selinux.h and selinux/context.h.
5089         Suggested by Eric Blake.
5090
5091 2009-12-25  Bruno Haible  <bruno@clisp.org>
5092
5093         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5094         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5095         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5096         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5097         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5098
5099 2009-12-24  Bruno Haible  <bruno@clisp.org>
5100
5101         openat: Fix warning.
5102         * lib/openat-proc.c: Include <unistd.h>.
5103
5104 2009-12-24  Bruno Haible  <bruno@clisp.org>
5105
5106         New module 'unused-parameter'.
5107         * build-aux/unused-parameter.h: New file, extracted from earlier
5108         gnulib-common.m4.
5109         * modules/unused-parameter: New file.
5110         * lib/unistr.h: Include unused-parameter.h.
5111         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5112         _GL_UNUSED.
5113         * modules/unistr/base (Depends-on): Add unused-parameter.
5114
5115 2009-12-24  Bruno Haible  <bruno@clisp.org>
5116
5117         Add missing dependencies to 'extensions' module.
5118         * m4/extensions.m4: Add comment.
5119         * modules/accept4 (Depends-on): Add extensions.
5120         * modules/dup3 (Depends-on): Likewise.
5121         * modules/fcntl (Depends-on): Likewise.
5122         * modules/futimens (Depends-on): Likewise.
5123         * modules/mknod (Depends-on): Likewise.
5124         * modules/pipe2 (Depends-on): Likewise.
5125         * modules/stat-time (Depends-on): Likewise.
5126         * modules/strcasestr-simple (Depends-on): Likewise.
5127         * modules/strsignal (Depends-on): Likewise.
5128         * modules/utimensat (Depends-on): Likewise.
5129         * modules/localcharset (Depends-on): Likewise. Needed because of
5130         gl_FCNTL_O_FLAGS.
5131         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5132         AC_TYPE_MBSTATE_T.
5133         * modules/wcsnrtombs (Depends-on): Likewise.
5134         * modules/wcsrtombs (Depends-on): Likewise.
5135
5136 2009-12-24  Bruno Haible  <bruno@clisp.org>
5137
5138         binary-io: Avoid gcc warning due to SET_BINARY.
5139         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5140         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5141
5142 2009-12-24  Bruno Haible  <bruno@clisp.org>
5143
5144         Avoid future namespace pollution on glibc systems.
5145         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5146         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5147         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5148         glibc systems.
5149
5150 2009-12-24  Bruno Haible  <bruno@clisp.org>
5151
5152         Refactor common macros used in tests.
5153         * tests/macros.h: New file.
5154         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5155         and/or <stdlib.h>, if appropriate.
5156         (ASSERT, SIZEOF): Remove macros.
5157         * tests/test-areadlink-with-size.c: Likewise.
5158         * tests/test-areadlinkat.c: Likewise.
5159         * tests/test-areadlinkat-with-size.c: Likewise.
5160         * tests/test-argmatch.c: Likewise.
5161         * tests/test-argv-iter.c: Likewise.
5162         * tests/test-array-mergesort.c: Likewise.
5163         * tests/test-array_list.c: Likewise.
5164         * tests/test-array_oset.c: Likewise.
5165         * tests/test-avltree_list.c: Likewise.
5166         * tests/test-avltree_oset.c: Likewise.
5167         * tests/test-avltreehash_list.c: Likewise.
5168         * tests/test-base64.c: Likewise.
5169         * tests/test-binary-io.c: Likewise.
5170         * tests/test-bitrotate.c: Likewise.
5171         * tests/test-btowc.c: Likewise.
5172         * tests/test-byteswap.c: Likewise.
5173         * tests/test-c-ctype.c: Likewise.
5174         * tests/test-c-stack.c: Likewise.
5175         * tests/test-c-strcasecmp.c: Likewise.
5176         * tests/test-c-strcasestr.c: Likewise.
5177         * tests/test-c-strncasecmp.c: Likewise.
5178         * tests/test-c-strstr.c: Likewise.
5179         * tests/test-canonicalize-lgpl.c: Likewise.
5180         * tests/test-canonicalize.c: Likewise.
5181         * tests/test-carray_list.c: Likewise.
5182         * tests/test-ceilf1.c: Likewise.
5183         * tests/test-ceilf2.c: Likewise.
5184         * tests/test-ceill.c: Likewise.
5185         * tests/test-chown.c: Likewise.
5186         * tests/test-cloexec.c: Likewise.
5187         * tests/test-copy-acl.c: Likewise.
5188         * tests/test-copy-file.c: Likewise.
5189         * tests/test-count-one-bits.c: Likewise.
5190         * tests/test-dprintf-posix.c: Likewise.
5191         * tests/test-dup2.c: Likewise.
5192         * tests/test-dup3.c: Likewise.
5193         * tests/test-duplocale.c: Likewise.
5194         * tests/test-fbufmode.c: Likewise.
5195         * tests/test-fchdir.c: Likewise.
5196         * tests/test-fchownat.c: Likewise.
5197         * tests/test-fcntl-safer.c: Likewise.
5198         * tests/test-fcntl.c: Likewise.
5199         * tests/test-fdopendir.c: Likewise.
5200         * tests/test-fdutimensat.c: Likewise.
5201         * tests/test-fflush2.c: Likewise.
5202         * tests/test-file-has-acl.c: Likewise.
5203         * tests/test-filevercmp.c: Likewise.
5204         * tests/test-flock.c: Likewise.
5205         * tests/test-floorf1.c: Likewise.
5206         * tests/test-floorf2.c: Likewise.
5207         * tests/test-floorl.c: Likewise.
5208         * tests/test-fnmatch.c: Likewise.
5209         * tests/test-fopen.h: Likewise.
5210         * tests/test-fpending.c: Likewise.
5211         * tests/test-fprintf-posix.c: Likewise.
5212         * tests/test-fpurge.c: Likewise.
5213         * tests/test-freadable.c: Likewise.
5214         * tests/test-freadahead.c: Likewise.
5215         * tests/test-freading.c: Likewise.
5216         * tests/test-freadptr.c: Likewise.
5217         * tests/test-freadptr2.c: Likewise.
5218         * tests/test-freadseek.c: Likewise.
5219         * tests/test-freopen.c: Likewise.
5220         * tests/test-frexp.c: Likewise.
5221         * tests/test-frexpl.c: Likewise.
5222         * tests/test-fseek.c: Likewise.
5223         * tests/test-fseeko.c: Likewise.
5224         * tests/test-fstatat.c: Likewise.
5225         * tests/test-fstrcmp.c: Likewise.
5226         * tests/test-fsync.c: Likewise.
5227         * tests/test-ftell.c: Likewise.
5228         * tests/test-ftello.c: Likewise.
5229         * tests/test-func.c: Likewise.
5230         * tests/test-futimens.c: Likewise.
5231         * tests/test-fwritable.c: Likewise.
5232         * tests/test-fwriting.c: Likewise.
5233         * tests/test-getcwd.c: Likewise.
5234         * tests/test-getdate.c: Likewise.
5235         * tests/test-getdelim.c: Likewise.
5236         * tests/test-getdtablesize.c: Likewise.
5237         * tests/test-getgroups.c: Likewise.
5238         * tests/test-getline.c: Likewise.
5239         * tests/test-getndelim2.c: Likewise.
5240         * tests/test-glob.c: Likewise.
5241         * tests/test-hash.c: Likewise.
5242         * tests/test-i-ring.c: Likewise.
5243         * tests/test-iconv-utf.c: Likewise.
5244         * tests/test-iconv.c: Likewise.
5245         * tests/test-idpriv-drop.c: Likewise.
5246         * tests/test-idpriv-droptemp.c: Likewise.
5247         * tests/test-inet_ntop.c: Likewise.
5248         * tests/test-inet_pton.c: Likewise.
5249         * tests/test-isblank.c: Likewise.
5250         * tests/test-isfinite.c: Likewise.
5251         * tests/test-isinf.c: Likewise.
5252         * tests/test-isnan.c: Likewise.
5253         * tests/test-isnand.h: Likewise.
5254         * tests/test-isnanf.h: Likewise.
5255         * tests/test-isnanl.h: Likewise.
5256         * tests/test-lchown.c: Likewise.
5257         * tests/test-ldexpl.c: Likewise.
5258         * tests/test-link.c: Likewise.
5259         * tests/test-linkat.c: Likewise.
5260         * tests/test-linked_list.c: Likewise.
5261         * tests/test-linkedhash_list.c: Likewise.
5262         * tests/test-localename.c: Likewise.
5263         * tests/test-lseek.c: Likewise.
5264         * tests/test-lstat.c: Likewise.
5265         * tests/test-mbmemcasecmp.c: Likewise.
5266         * tests/test-mbmemcasecoll.c: Likewise.
5267         * tests/test-mbrtowc.c: Likewise.
5268         * tests/test-mbscasecmp.c: Likewise.
5269         * tests/test-mbscasestr1.c: Likewise.
5270         * tests/test-mbscasestr2.c: Likewise.
5271         * tests/test-mbscasestr3.c: Likewise.
5272         * tests/test-mbscasestr4.c: Likewise.
5273         * tests/test-mbschr.c: Likewise.
5274         * tests/test-mbscspn.c: Likewise.
5275         * tests/test-mbsinit.c: Likewise.
5276         * tests/test-mbsncasecmp.c: Likewise.
5277         * tests/test-mbsnrtowcs.c: Likewise.
5278         * tests/test-mbspbrk.c: Likewise.
5279         * tests/test-mbspcasecmp.c: Likewise.
5280         * tests/test-mbsrchr.c: Likewise.
5281         * tests/test-mbsrtowcs.c: Likewise.
5282         * tests/test-mbsspn.c: Likewise.
5283         * tests/test-mbsstr1.c: Likewise.
5284         * tests/test-mbsstr2.c: Likewise.
5285         * tests/test-mbsstr3.c: Likewise.
5286         * tests/test-memchr.c: Likewise.
5287         * tests/test-memchr2.c: Likewise.
5288         * tests/test-memcmp.c: Likewise.
5289         * tests/test-memmem.c: Likewise.
5290         * tests/test-memrchr.c: Likewise.
5291         * tests/test-mkdir.c: Likewise.
5292         * tests/test-mkdirat.c: Likewise.
5293         * tests/test-mkfifo.c: Likewise.
5294         * tests/test-mkfifoat.c: Likewise.
5295         * tests/test-mknod.c: Likewise.
5296         * tests/test-nanosleep.c: Likewise.
5297         * tests/test-nl_langinfo.c: Likewise.
5298         * tests/test-obstack-printf.c: Likewise.
5299         * tests/test-open.c: Likewise.
5300         * tests/test-openat.c: Likewise.
5301         * tests/test-pipe-filter-gi1.c: Likewise.
5302         * tests/test-pipe-filter-gi2-main.c: Likewise.
5303         * tests/test-pipe-filter-ii1.c: Likewise.
5304         * tests/test-pipe-filter-ii2-main.c: Likewise.
5305         * tests/test-pipe2.c: Likewise.
5306         * tests/test-popen.h: Likewise.
5307         * tests/test-posixtm.c: Likewise.
5308         * tests/test-pread.c: Likewise.
5309         * tests/test-printf-frexp.c: Likewise.
5310         * tests/test-printf-frexpl.c: Likewise.
5311         * tests/test-printf-posix.c: Likewise.
5312         * tests/test-priv-set.c: Likewise.
5313         * tests/test-quotearg.c: Likewise.
5314         * tests/test-random_r.c: Likewise.
5315         * tests/test-rawmemchr.c: Likewise.
5316         * tests/test-rbtree_list.c: Likewise.
5317         * tests/test-rbtree_oset.c: Likewise.
5318         * tests/test-rbtreehash_list.c: Likewise.
5319         * tests/test-readlink.c: Likewise.
5320         * tests/test-remove.c: Likewise.
5321         * tests/test-rename.c: Likewise.
5322         * tests/test-renameat.c: Likewise.
5323         * tests/test-rmdir.c: Likewise.
5324         * tests/test-round1.c: Likewise.
5325         * tests/test-roundf1.c: Likewise.
5326         * tests/test-roundl.c: Likewise.
5327         * tests/test-safe-alloc.c: Likewise.
5328         * tests/test-sameacls.c: Likewise.
5329         * tests/test-set-mode-acl.c: Likewise.
5330         * tests/test-setenv.c: Likewise.
5331         * tests/test-sigaction.c: Likewise.
5332         * tests/test-signbit.c: Likewise.
5333         * tests/test-sleep.c: Likewise.
5334         * tests/test-snprintf-posix.c: Likewise.
5335         * tests/test-snprintf.c: Likewise.
5336         * tests/test-sprintf-posix.c: Likewise.
5337         * tests/test-stat-time.c: Likewise.
5338         * tests/test-stat.c: Likewise.
5339         * tests/test-strcasestr.c: Likewise.
5340         * tests/test-strchrnul.c: Likewise.
5341         * tests/test-strerror.c: Likewise.
5342         * tests/test-striconv.c: Likewise.
5343         * tests/test-striconveh.c: Likewise.
5344         * tests/test-striconveha.c: Likewise.
5345         * tests/test-strsignal.c: Likewise.
5346         * tests/test-strstr.c: Likewise.
5347         * tests/test-strtod.c: Likewise.
5348         * tests/test-strverscmp.c: Likewise.
5349         * tests/test-symlink.c: Likewise.
5350         * tests/test-symlinkat.c: Likewise.
5351         * tests/test-trunc1.c: Likewise.
5352         * tests/test-trunc2.c: Likewise.
5353         * tests/test-truncf1.c: Likewise.
5354         * tests/test-truncf2.c: Likewise.
5355         * tests/test-truncl.c: Likewise.
5356         * tests/test-uname.c: Likewise.
5357         * tests/test-unlink.c: Likewise.
5358         * tests/test-unlinkat.c: Likewise.
5359         * tests/test-unsetenv.c: Likewise.
5360         * tests/test-usleep.c: Likewise.
5361         * tests/test-utimens.c: Likewise.
5362         * tests/test-utimensat.c: Likewise.
5363         * tests/test-vasnprintf-posix.c: Likewise.
5364         * tests/test-vasnprintf-posix2.c: Likewise.
5365         * tests/test-vasnprintf.c: Likewise.
5366         * tests/test-vasprintf-posix.c: Likewise.
5367         * tests/test-vasprintf.c: Likewise.
5368         * tests/test-vdprintf-posix.c: Likewise.
5369         * tests/test-vfprintf-posix.c: Likewise.
5370         * tests/test-vprintf-posix.c: Likewise.
5371         * tests/test-vsnprintf-posix.c: Likewise.
5372         * tests/test-vsnprintf.c: Likewise.
5373         * tests/test-vsprintf-posix.c: Likewise.
5374         * tests/test-wcrtomb.c: Likewise.
5375         * tests/test-wcsnrtombs.c: Likewise.
5376         * tests/test-wcsrtombs.c: Likewise.
5377         * tests/test-wctype.c: Likewise.
5378         * tests/test-wcwidth.c: Likewise.
5379         * tests/test-xfprintf-posix.c: Likewise.
5380         * tests/test-xmemdup0.c: Likewise.
5381         * tests/test-xprintf-posix.c: Likewise.
5382         * tests/test-xvasprintf.c: Likewise.
5383         * tests/unicase/test-locale-language.c: Likewise.
5384         * tests/unicase/test-mapping-part1.h: Likewise.
5385         * tests/unicase/test-predicate-part1.h: Likewise.
5386         * tests/unicase/test-u8-casecmp.c: Likewise.
5387         * tests/unicase/test-u8-casecoll.c: Likewise.
5388         * tests/unicase/test-u8-casefold.c: Likewise.
5389         * tests/unicase/test-u8-is-cased.c: Likewise.
5390         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5391         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5392         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5393         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5394         * tests/unicase/test-u8-tolower.c: Likewise.
5395         * tests/unicase/test-u8-totitle.c: Likewise.
5396         * tests/unicase/test-u8-toupper.c: Likewise.
5397         * tests/unicase/test-u16-casecmp.c: Likewise.
5398         * tests/unicase/test-u16-casecoll.c: Likewise.
5399         * tests/unicase/test-u16-casefold.c: Likewise.
5400         * tests/unicase/test-u16-is-cased.c: Likewise.
5401         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5402         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5403         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5404         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5405         * tests/unicase/test-u16-tolower.c: Likewise.
5406         * tests/unicase/test-u16-totitle.c: Likewise.
5407         * tests/unicase/test-u16-toupper.c: Likewise.
5408         * tests/unicase/test-u32-casecmp.c: Likewise.
5409         * tests/unicase/test-u32-casecoll.c: Likewise.
5410         * tests/unicase/test-u32-casefold.c: Likewise.
5411         * tests/unicase/test-u32-is-cased.c: Likewise.
5412         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5413         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5414         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5415         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5416         * tests/unicase/test-u32-tolower.c: Likewise.
5417         * tests/unicase/test-u32-totitle.c: Likewise.
5418         * tests/unicase/test-u32-toupper.c: Likewise.
5419         * tests/unicase/test-ulc-casecmp.c: Likewise.
5420         * tests/unicase/test-ulc-casecoll.c: Likewise.
5421         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5422         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5423         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5424         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5425         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5426         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5427         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5428         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5429         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5430         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5431         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5432         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5433         * tests/unictype/test-bidi_byname.c: Likewise.
5434         * tests/unictype/test-bidi_name.c: Likewise.
5435         * tests/unictype/test-bidi_of.c: Likewise.
5436         * tests/unictype/test-bidi_test.c: Likewise.
5437         * tests/unictype/test-block_list.c: Likewise.
5438         * tests/unictype/test-block_of.c: Likewise.
5439         * tests/unictype/test-block_test.c: Likewise.
5440         * tests/unictype/test-categ_and.c: Likewise.
5441         * tests/unictype/test-categ_and_not.c: Likewise.
5442         * tests/unictype/test-categ_byname.c: Likewise.
5443         * tests/unictype/test-categ_name.c: Likewise.
5444         * tests/unictype/test-categ_none.c: Likewise.
5445         * tests/unictype/test-categ_of.c: Likewise.
5446         * tests/unictype/test-categ_or.c: Likewise.
5447         * tests/unictype/test-categ_test_withtable.c: Likewise.
5448         * tests/unictype/test-combining.c: Likewise.
5449         * tests/unictype/test-decdigit.c: Likewise.
5450         * tests/unictype/test-digit.c: Likewise.
5451         * tests/unictype/test-mirror.c: Likewise.
5452         * tests/unictype/test-numeric.c: Likewise.
5453         * tests/unictype/test-pr_byname.c: Likewise.
5454         * tests/unictype/test-pr_test.c: Likewise.
5455         * tests/unictype/test-predicate-part1.h: Likewise.
5456         * tests/unictype/test-scripts.c: Likewise.
5457         * tests/unictype/test-sy_c_ident.c: Likewise.
5458         * tests/unictype/test-sy_java_ident.c: Likewise.
5459         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5460         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5461         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5462         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5463         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5464         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5465         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5466         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5467         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5468         * tests/uninorm/test-compat-decomposition.c: Likewise.
5469         * tests/uninorm/test-composition.c: Likewise.
5470         * tests/uninorm/test-decomposing-form.c: Likewise.
5471         * tests/uninorm/test-decomposition.c: Likewise.
5472         * tests/uninorm/test-u8-nfc.c: Likewise.
5473         * tests/uninorm/test-u8-nfd.c: Likewise.
5474         * tests/uninorm/test-u8-nfkc.c: Likewise.
5475         * tests/uninorm/test-u8-nfkd.c: Likewise.
5476         * tests/uninorm/test-u8-normcmp.c: Likewise.
5477         * tests/uninorm/test-u8-normcoll.c: Likewise.
5478         * tests/uninorm/test-u16-nfc.c: Likewise.
5479         * tests/uninorm/test-u16-nfd.c: Likewise.
5480         * tests/uninorm/test-u16-nfkc.c: Likewise.
5481         * tests/uninorm/test-u16-nfkd.c: Likewise.
5482         * tests/uninorm/test-u16-normcmp.c: Likewise.
5483         * tests/uninorm/test-u16-normcoll.c: Likewise.
5484         * tests/uninorm/test-u32-nfc.c: Likewise.
5485         * tests/uninorm/test-u32-nfd.c: Likewise.
5486         * tests/uninorm/test-u32-nfkc.c: Likewise.
5487         * tests/uninorm/test-u32-nfkd.c: Likewise.
5488         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5489         * tests/uninorm/test-u32-normcmp.c: Likewise.
5490         * tests/uninorm/test-u32-normcoll.c: Likewise.
5491         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5492         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5493         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5494         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5495         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5496         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5497         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5498         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5499         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5500         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5501         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5502         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5503         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5504         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5505         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5506         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5507         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5508         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5509         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5510         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5511         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5512         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5513         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5514         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5515         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5516         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5517         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5518         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5519         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5520         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5521         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5522         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5523         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5524         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5525         * tests/uniwidth/test-u8-width.c: Likewise.
5526         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5527         * tests/uniwidth/test-u16-width.c: Likewise.
5528         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5529         * tests/uniwidth/test-u32-width.c: Likewise.
5530         * tests/uniwidth/test-uc_width.c: Likewise.
5531         * tests/uniwidth/test-uc_width2.c: Likewise.
5532         * modules/acl-tests (Files): Add tests/macros.h.
5533         * modules/areadlink-tests (Files): Likewise.
5534         * modules/areadlink-with-size-tests (Files): Likewise.
5535         * modules/areadlinkat-tests (Files): Likewise.
5536         * modules/areadlinkat-with-size-tests (Files): Likewise.
5537         * modules/argmatch-tests (Files): Likewise.
5538         * modules/argv-iter-tests (Files): Likewise.
5539         * modules/array-list-tests (Files): Likewise.
5540         * modules/array-mergesort-tests (Files): Likewise.
5541         * modules/array-oset-tests (Files): Likewise.
5542         * modules/avltree-list-tests (Files): Likewise.
5543         * modules/avltree-oset-tests (Files): Likewise.
5544         * modules/avltreehash-list-tests (Files): Likewise.
5545         * modules/base64-tests (Files): Likewise.
5546         * modules/binary-io-tests (Files): Likewise.
5547         * modules/bitrotate-tests (Files): Likewise.
5548         * modules/btowc-tests (Files): Likewise.
5549         * modules/byteswap-tests (Files): Likewise.
5550         * modules/c-ctype-tests (Files): Likewise.
5551         * modules/c-stack-tests (Files): Likewise.
5552         * modules/c-strcase-tests (Files): Likewise.
5553         * modules/c-strcasestr-tests (Files): Likewise.
5554         * modules/c-strstr-tests (Files): Likewise.
5555         * modules/canonicalize-lgpl-tests (Files): Likewise.
5556         * modules/canonicalize-tests (Files): Likewise.
5557         * modules/carray-list-tests (Files): Likewise.
5558         * modules/ceilf-tests (Files): Likewise.
5559         * modules/ceill-tests (Files): Likewise.
5560         * modules/chown-tests (Files): Likewise.
5561         * modules/cloexec-tests (Files): Likewise.
5562         * modules/copy-file-tests (Files): Likewise.
5563         * modules/count-one-bits-tests (Files): Likewise.
5564         * modules/dprintf-posix-tests (Files): Likewise.
5565         * modules/dup2-tests (Files): Likewise.
5566         * modules/dup3-tests (Files): Likewise.
5567         * modules/duplocale-tests (Files): Likewise.
5568         * modules/fbufmode-tests (Files): Likewise.
5569         * modules/fchdir-tests (Files): Likewise.
5570         * modules/fcntl-safer-tests (Files): Likewise.
5571         * modules/fcntl-tests (Files): Likewise.
5572         * modules/fdopendir-tests (Files): Likewise.
5573         * modules/fdutimensat-tests (Files): Likewise.
5574         * modules/fflush-tests (Files): Likewise.
5575         * modules/filevercmp-tests (Files): Likewise.
5576         * modules/flock-tests (Files): Likewise.
5577         * modules/floorf-tests (Files): Likewise.
5578         * modules/floorl-tests (Files): Likewise.
5579         * modules/fnmatch-tests (Files): Likewise.
5580         * modules/fopen-safer-tests (Files): Likewise.
5581         * modules/fopen-tests (Files): Likewise.
5582         * modules/fpending-tests (Files): Likewise.
5583         * modules/fprintf-posix-tests (Files): Likewise.
5584         * modules/fpurge-tests (Files): Likewise.
5585         * modules/freadable-tests (Files): Likewise.
5586         * modules/freadahead-tests (Files): Likewise.
5587         * modules/freading-tests (Files): Likewise.
5588         * modules/freadptr-tests (Files): Likewise.
5589         * modules/freadseek-tests (Files): Likewise.
5590         * modules/freopen-tests (Files): Likewise.
5591         * modules/frexp-nolibm-tests (Files): Likewise.
5592         * modules/frexp-tests (Files): Likewise.
5593         * modules/frexpl-nolibm-tests (Files): Likewise.
5594         * modules/frexpl-tests (Files): Likewise.
5595         * modules/fseek-tests (Files): Likewise.
5596         * modules/fseeko-tests (Files): Likewise.
5597         * modules/fstrcmp-tests (Files): Likewise.
5598         * modules/fsync-tests (Files): Likewise.
5599         * modules/ftell-tests (Files): Likewise.
5600         * modules/ftello-tests (Files): Likewise.
5601         * modules/func-tests (Files): Likewise.
5602         * modules/futimens-tests (Files): Likewise.
5603         * modules/fwritable-tests (Files): Likewise.
5604         * modules/fwriting-tests (Files): Likewise.
5605         * modules/getcwd-tests (Files): Likewise.
5606         * modules/getdate-tests (Files): Likewise.
5607         * modules/getdelim-tests (Files): Likewise.
5608         * modules/getdtablesize-tests (Files): Likewise.
5609         * modules/getgroups-tests (Files): Likewise.
5610         * modules/getline-tests (Files): Likewise.
5611         * modules/getndelim2-tests (Files): Likewise.
5612         * modules/glob-tests (Files): Likewise.
5613         * modules/hash-tests (Files): Likewise.
5614         * modules/i-ring-tests (Files): Likewise.
5615         * modules/iconv-tests (Files): Likewise.
5616         * modules/iconv_open-utf-tests (Files): Likewise.
5617         * modules/idpriv-drop-tests (Files): Likewise.
5618         * modules/idpriv-droptemp-tests (Files): Likewise.
5619         * modules/inet_ntop-tests (Files): Likewise.
5620         * modules/inet_pton-tests (Files): Likewise.
5621         * modules/isblank-tests (Files): Likewise.
5622         * modules/isfinite-tests (Files): Likewise.
5623         * modules/isinf-tests (Files): Likewise.
5624         * modules/isnan-tests (Files): Likewise.
5625         * modules/isnand-nolibm-tests (Files): Likewise.
5626         * modules/isnand-tests (Files): Likewise.
5627         * modules/isnanf-nolibm-tests (Files): Likewise.
5628         * modules/isnanf-tests (Files): Likewise.
5629         * modules/isnanl-nolibm-tests (Files): Likewise.
5630         * modules/isnanl-tests (Files): Likewise.
5631         * modules/lchown-tests (Files): Likewise.
5632         * modules/ldexpl-tests (Files): Likewise.
5633         * modules/link-tests (Files): Likewise.
5634         * modules/linkat-tests (Files): Likewise.
5635         * modules/linked-list-tests (Files): Likewise.
5636         * modules/linkedhash-list-tests (Files): Likewise.
5637         * modules/localename-tests (Files): Likewise.
5638         * modules/lseek-tests (Files): Likewise.
5639         * modules/lstat-tests (Files): Likewise.
5640         * modules/mbmemcasecmp-tests (Files): Likewise.
5641         * modules/mbmemcasecoll-tests (Files): Likewise.
5642         * modules/mbrtowc-tests (Files): Likewise.
5643         * modules/mbscasecmp-tests (Files): Likewise.
5644         * modules/mbscasestr-tests (Files): Likewise.
5645         * modules/mbschr-tests (Files): Likewise.
5646         * modules/mbscspn-tests (Files): Likewise.
5647         * modules/mbsinit-tests (Files): Likewise.
5648         * modules/mbsncasecmp-tests (Files): Likewise.
5649         * modules/mbsnrtowcs-tests (Files): Likewise.
5650         * modules/mbspbrk-tests (Files): Likewise.
5651         * modules/mbspcasecmp-tests (Files): Likewise.
5652         * modules/mbsrchr-tests (Files): Likewise.
5653         * modules/mbsrtowcs-tests (Files): Likewise.
5654         * modules/mbsspn-tests (Files): Likewise.
5655         * modules/mbsstr-tests (Files): Likewise.
5656         * modules/memchr-tests (Files): Likewise.
5657         * modules/memchr2-tests (Files): Likewise.
5658         * modules/memcmp-tests (Files): Likewise.
5659         * modules/memmem-tests (Files): Likewise.
5660         * modules/memrchr-tests (Files): Likewise.
5661         * modules/mkdir-tests (Files): Likewise.
5662         * modules/mkfifo-tests (Files): Likewise.
5663         * modules/mkfifoat-tests (Files): Likewise.
5664         * modules/mknod-tests (Files): Likewise.
5665         * modules/nanosleep-tests (Files): Likewise.
5666         * modules/nl_langinfo-tests (Files): Likewise.
5667         * modules/obstack-printf-tests (Files): Likewise.
5668         * modules/open-tests (Files): Likewise.
5669         * modules/openat-tests (Files): Likewise.
5670         * modules/pipe-filter-gi-tests (Files): Likewise.
5671         * modules/pipe-filter-ii-tests (Files): Likewise.
5672         * modules/pipe2-tests (Files): Likewise.
5673         * modules/popen-safer-tests (Files): Likewise.
5674         * modules/popen-tests (Files): Likewise.
5675         * modules/posixtm-tests (Files): Likewise.
5676         * modules/pread-tests (Files): Likewise.
5677         * modules/printf-frexp-tests (Files): Likewise.
5678         * modules/printf-frexpl-tests (Files): Likewise.
5679         * modules/printf-posix-tests (Files): Likewise.
5680         * modules/priv-set-tests (Files): Likewise.
5681         * modules/quotearg-tests (Files): Likewise.
5682         * modules/random_r-tests (Files): Likewise.
5683         * modules/rawmemchr-tests (Files): Likewise.
5684         * modules/rbtree-list-tests (Files): Likewise.
5685         * modules/rbtree-oset-tests (Files): Likewise.
5686         * modules/rbtreehash-list-tests (Files): Likewise.
5687         * modules/readlink-tests (Files): Likewise.
5688         * modules/remove-tests (Files): Likewise.
5689         * modules/rename-tests (Files): Likewise.
5690         * modules/renameat-tests (Files): Likewise.
5691         * modules/rmdir-tests (Files): Likewise.
5692         * modules/round-tests (Files): Likewise.
5693         * modules/roundf-tests (Files): Likewise.
5694         * modules/roundl-tests (Files): Likewise.
5695         * modules/safe-alloc-tests (Files): Likewise.
5696         * modules/setenv-tests (Files): Likewise.
5697         * modules/sigaction-tests (Files): Likewise.
5698         * modules/signbit-tests (Files): Likewise.
5699         * modules/sleep-tests (Files): Likewise.
5700         * modules/snprintf-posix-tests (Files): Likewise.
5701         * modules/snprintf-tests (Files): Likewise.
5702         * modules/sprintf-posix-tests (Files): Likewise.
5703         * modules/stat-tests (Files): Likewise.
5704         * modules/stat-time-tests (Files): Likewise.
5705         * modules/strcasestr-tests (Files): Likewise.
5706         * modules/strchrnul-tests (Files): Likewise.
5707         * modules/strerror-tests (Files): Likewise.
5708         * modules/striconv-tests (Files): Likewise.
5709         * modules/striconveh-tests (Files): Likewise.
5710         * modules/striconveha-tests (Files): Likewise.
5711         * modules/strsignal-tests (Files): Likewise.
5712         * modules/strstr-tests (Files): Likewise.
5713         * modules/strtod-tests (Files): Likewise.
5714         * modules/strverscmp-tests (Files): Likewise.
5715         * modules/symlink-tests (Files): Likewise.
5716         * modules/symlinkat-tests (Files): Likewise.
5717         * modules/trunc-tests (Files): Likewise.
5718         * modules/truncf-tests (Files): Likewise.
5719         * modules/truncl-tests (Files): Likewise.
5720         * modules/uname-tests (Files): Likewise.
5721         * modules/unicase/cased-tests (Files): Likewise.
5722         * modules/unicase/ignorable-tests (Files): Likewise.
5723         * modules/unicase/locale-language-tests (Files): Likewise.
5724         * modules/unicase/tolower-tests (Files): Likewise.
5725         * modules/unicase/totitle-tests (Files): Likewise.
5726         * modules/unicase/toupper-tests (Files): Likewise.
5727         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5728         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5729         * modules/unicase/u8-casefold-tests (Files): Likewise.
5730         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5731         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5732         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5733         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5734         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5735         * modules/unicase/u8-tolower-tests (Files): Likewise.
5736         * modules/unicase/u8-totitle-tests (Files): Likewise.
5737         * modules/unicase/u8-toupper-tests (Files): Likewise.
5738         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5739         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5740         * modules/unicase/u16-casefold-tests (Files): Likewise.
5741         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5742         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5743         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5744         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5745         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5746         * modules/unicase/u16-tolower-tests (Files): Likewise.
5747         * modules/unicase/u16-totitle-tests (Files): Likewise.
5748         * modules/unicase/u16-toupper-tests (Files): Likewise.
5749         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5750         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5751         * modules/unicase/u32-casefold-tests (Files): Likewise.
5752         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5753         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5754         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5755         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5756         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5757         * modules/unicase/u32-tolower-tests (Files): Likewise.
5758         * modules/unicase/u32-totitle-tests (Files): Likewise.
5759         * modules/unicase/u32-toupper-tests (Files): Likewise.
5760         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5761         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5762         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5763         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5764         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5765         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5766         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5767         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5768         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5769         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5770         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5771         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5772         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5773         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5774         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5775         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5776         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5777         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5778         * modules/unictype/block-list-tests (Files): Likewise.
5779         * modules/unictype/block-of-tests (Files): Likewise.
5780         * modules/unictype/block-test-tests (Files): Likewise.
5781         * modules/unictype/category-C-tests (Files): Likewise.
5782         * modules/unictype/category-Cc-tests (Files): Likewise.
5783         * modules/unictype/category-Cf-tests (Files): Likewise.
5784         * modules/unictype/category-Cn-tests (Files): Likewise.
5785         * modules/unictype/category-Co-tests (Files): Likewise.
5786         * modules/unictype/category-Cs-tests (Files): Likewise.
5787         * modules/unictype/category-L-tests (Files): Likewise.
5788         * modules/unictype/category-Ll-tests (Files): Likewise.
5789         * modules/unictype/category-Lm-tests (Files): Likewise.
5790         * modules/unictype/category-Lo-tests (Files): Likewise.
5791         * modules/unictype/category-Lt-tests (Files): Likewise.
5792         * modules/unictype/category-Lu-tests (Files): Likewise.
5793         * modules/unictype/category-M-tests (Files): Likewise.
5794         * modules/unictype/category-Mc-tests (Files): Likewise.
5795         * modules/unictype/category-Me-tests (Files): Likewise.
5796         * modules/unictype/category-Mn-tests (Files): Likewise.
5797         * modules/unictype/category-N-tests (Files): Likewise.
5798         * modules/unictype/category-Nd-tests (Files): Likewise.
5799         * modules/unictype/category-Nl-tests (Files): Likewise.
5800         * modules/unictype/category-No-tests (Files): Likewise.
5801         * modules/unictype/category-P-tests (Files): Likewise.
5802         * modules/unictype/category-Pc-tests (Files): Likewise.
5803         * modules/unictype/category-Pd-tests (Files): Likewise.
5804         * modules/unictype/category-Pe-tests (Files): Likewise.
5805         * modules/unictype/category-Pf-tests (Files): Likewise.
5806         * modules/unictype/category-Pi-tests (Files): Likewise.
5807         * modules/unictype/category-Po-tests (Files): Likewise.
5808         * modules/unictype/category-Ps-tests (Files): Likewise.
5809         * modules/unictype/category-S-tests (Files): Likewise.
5810         * modules/unictype/category-Sc-tests (Files): Likewise.
5811         * modules/unictype/category-Sk-tests (Files): Likewise.
5812         * modules/unictype/category-Sm-tests (Files): Likewise.
5813         * modules/unictype/category-So-tests (Files): Likewise.
5814         * modules/unictype/category-Z-tests (Files): Likewise.
5815         * modules/unictype/category-Zl-tests (Files): Likewise.
5816         * modules/unictype/category-Zp-tests (Files): Likewise.
5817         * modules/unictype/category-Zs-tests (Files): Likewise.
5818         * modules/unictype/category-and-not-tests (Files): Likewise.
5819         * modules/unictype/category-and-tests (Files): Likewise.
5820         * modules/unictype/category-byname-tests (Files): Likewise.
5821         * modules/unictype/category-name-tests (Files): Likewise.
5822         * modules/unictype/category-none-tests (Files): Likewise.
5823         * modules/unictype/category-of-tests (Files): Likewise.
5824         * modules/unictype/category-or-tests (Files): Likewise.
5825         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5826         * modules/unictype/combining-class-tests (Files): Likewise.
5827         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5828         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5829         * modules/unictype/ctype-blank-tests (Files): Likewise.
5830         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5831         * modules/unictype/ctype-digit-tests (Files): Likewise.
5832         * modules/unictype/ctype-graph-tests (Files): Likewise.
5833         * modules/unictype/ctype-lower-tests (Files): Likewise.
5834         * modules/unictype/ctype-print-tests (Files): Likewise.
5835         * modules/unictype/ctype-punct-tests (Files): Likewise.
5836         * modules/unictype/ctype-space-tests (Files): Likewise.
5837         * modules/unictype/ctype-upper-tests (Files): Likewise.
5838         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5839         * modules/unictype/decimal-digit-tests (Files): Likewise.
5840         * modules/unictype/digit-tests (Files): Likewise.
5841         * modules/unictype/mirror-tests (Files): Likewise.
5842         * modules/unictype/numeric-tests (Files): Likewise.
5843         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5844         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5845         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5846         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5847         Likewise.
5848         * modules/unictype/property-bidi-block-separator-tests (Files):
5849         Likewise.
5850         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5851         Likewise.
5852         * modules/unictype/property-bidi-common-separator-tests (Files):
5853         Likewise.
5854         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5855         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5856         Likewise.
5857         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5858         Likewise.
5859         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5860         Likewise.
5861         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5862         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5863         Likewise.
5864         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5865         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5866         Likewise.
5867         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5868         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5869         * modules/unictype/property-bidi-segment-separator-tests (Files):
5870         Likewise.
5871         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5872         * modules/unictype/property-byname-tests (Files): Likewise.
5873         * modules/unictype/property-combining-tests (Files): Likewise.
5874         * modules/unictype/property-composite-tests (Files): Likewise.
5875         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5876         * modules/unictype/property-dash-tests (Files): Likewise.
5877         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5878         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5879         Likewise.
5880         * modules/unictype/property-deprecated-tests (Files): Likewise.
5881         * modules/unictype/property-diacritic-tests (Files): Likewise.
5882         * modules/unictype/property-extender-tests (Files): Likewise.
5883         * modules/unictype/property-format-control-tests (Files): Likewise.
5884         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5885         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5886         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5887         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5888         * modules/unictype/property-hyphen-tests (Files): Likewise.
5889         * modules/unictype/property-id-continue-tests (Files): Likewise.
5890         * modules/unictype/property-id-start-tests (Files): Likewise.
5891         * modules/unictype/property-ideographic-tests (Files): Likewise.
5892         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5893         * modules/unictype/property-ids-trinary-operator-tests (Files):
5894         Likewise.
5895         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5896         * modules/unictype/property-iso-control-tests (Files): Likewise.
5897         * modules/unictype/property-join-control-tests (Files): Likewise.
5898         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5899         * modules/unictype/property-line-separator-tests (Files): Likewise.
5900         * modules/unictype/property-logical-order-exception-tests (Files):
5901         Likewise.
5902         * modules/unictype/property-lowercase-tests (Files): Likewise.
5903         * modules/unictype/property-math-tests (Files): Likewise.
5904         * modules/unictype/property-non-break-tests (Files): Likewise.
5905         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5906         * modules/unictype/property-numeric-tests (Files): Likewise.
5907         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5908         * modules/unictype/property-other-default-ignorable-code-point-tests
5909         (Files): Likewise.
5910         * modules/unictype/property-other-grapheme-extend-tests (Files):
5911         Likewise.
5912         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5913         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5914         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5915         * modules/unictype/property-other-math-tests (Files): Likewise.
5916         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5917         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5918         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5919         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5920         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5921         * modules/unictype/property-private-use-tests (Files): Likewise.
5922         * modules/unictype/property-punctuation-tests (Files): Likewise.
5923         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5924         * modules/unictype/property-radical-tests (Files): Likewise.
5925         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5926         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5927         * modules/unictype/property-space-tests (Files): Likewise.
5928         * modules/unictype/property-terminal-punctuation-tests (Files):
5929         Likewise.
5930         * modules/unictype/property-test-tests (Files): Likewise.
5931         * modules/unictype/property-titlecase-tests (Files): Likewise.
5932         * modules/unictype/property-unassigned-code-value-tests (Files):
5933         Likewise.
5934         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5935         * modules/unictype/property-uppercase-tests (Files): Likewise.
5936         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5937         * modules/unictype/property-white-space-tests (Files): Likewise.
5938         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5939         * modules/unictype/property-xid-start-tests (Files): Likewise.
5940         * modules/unictype/property-zero-width-tests (Files): Likewise.
5941         * modules/unictype/scripts-tests (Files): Likewise.
5942         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5943         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5944         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5945         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5946         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5947         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5948         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5949         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5950         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5951         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5952         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5953         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5954         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5955         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5956         * modules/uninorm/composition-tests (Files): Likewise.
5957         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5958         * modules/uninorm/decomposition-tests (Files): Likewise.
5959         * modules/uninorm/filter-tests (Files): Likewise.
5960         * modules/uninorm/nfc-tests (Files): Likewise.
5961         * modules/uninorm/nfd-tests (Files): Likewise.
5962         * modules/uninorm/nfkc-tests (Files): Likewise.
5963         * modules/uninorm/nfkd-tests (Files): Likewise.
5964         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5965         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5966         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5967         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5968         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5969         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5970         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5971         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5972         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5973         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5974         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5975         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5976         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5977         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5978         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5979         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5980         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5981         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5982         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5983         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5984         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5985         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5986         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5987         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5988         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5989         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5990         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5991         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5992         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5993         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5994         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5995         * modules/uniwidth/u8-width-tests (Files): Likewise.
5996         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5997         * modules/uniwidth/u16-width-tests (Files): Likewise.
5998         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5999         * modules/uniwidth/u32-width-tests (Files): Likewise.
6000         * modules/uniwidth/width-tests (Files): Likewise.
6001         * modules/unlink-tests (Files): Likewise.
6002         * modules/unsetenv-tests (Files): Likewise.
6003         * modules/usleep-tests (Files): Likewise.
6004         * modules/utimens-tests (Files): Likewise.
6005         * modules/utimensat-tests (Files): Likewise.
6006         * modules/vasnprintf-posix-tests (Files): Likewise.
6007         * modules/vasnprintf-tests (Files): Likewise.
6008         * modules/vasprintf-posix-tests (Files): Likewise.
6009         * modules/vasprintf-tests (Files): Likewise.
6010         * modules/vdprintf-posix-tests (Files): Likewise.
6011         * modules/vfprintf-posix-tests (Files): Likewise.
6012         * modules/vprintf-posix-tests (Files): Likewise.
6013         * modules/vsnprintf-posix-tests (Files): Likewise.
6014         * modules/vsnprintf-tests (Files): Likewise.
6015         * modules/vsprintf-posix-tests (Files): Likewise.
6016         * modules/wcrtomb-tests (Files): Likewise.
6017         * modules/wcsnrtombs-tests (Files): Likewise.
6018         * modules/wcsrtombs-tests (Files): Likewise.
6019         * modules/wctype-tests (Files): Likewise.
6020         * modules/wcwidth-tests (Files): Likewise.
6021         * modules/xmemdup0-tests (Files): Likewise.
6022         * modules/xprintf-posix-tests (Files): Likewise.
6023         * modules/xvasprintf-tests (Files): Likewise.
6024
6025 2009-12-24  Eric Blake  <ebb9@byu.net>
6026
6027         test-nanosleep: fix typo
6028         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6029         patch.
6030         Reported by Bruno Haible.
6031
6032 2009-12-24  Bruno Haible  <bruno@clisp.org>
6033
6034         Reduce namespace pollution on glibc systems.
6035         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6036         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6037         systems.
6038         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6039         <getopt.h> on glibc systems.
6040         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6041         systems.
6042         * lib/fcntl.c: Include <unistd.h> here instead.
6043
6044 2009-12-24  Bruno Haible  <bruno@clisp.org>
6045
6046         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6047
6048 2009-12-24  Eric Blake  <ebb9@byu.net>
6049
6050         tests: add signature checks
6051         * tests/signature.h (SIGNATURE_CHECK): New file.
6052         * modules/atexit-tests (Files): Use it.
6053         * modules/btowc-tests (Files): Likewise.
6054         * modules/canonicalize-lgpl-tests (Files): Likewise.
6055         * modules/ceilf-tests (Files): Likewise.
6056         * modules/ceill-tests (Files): Likewise.
6057         * modules/chown-tests (Files): Likewise.
6058         * modules/dprintf-posix-tests (Files): Likewise.
6059         * modules/dup2-tests (Files): Likewise.
6060         * modules/dup3-tests (Files): Likewise.
6061         * modules/duplocale-tests (Files): Likewise.
6062         * modules/fchdir-tests (Files): Likewise.
6063         * modules/fcntl-tests (Files): Likewise.
6064         * modules/fdopendir-tests (Files): Likewise.
6065         * modules/fflush-tests (Files): Likewise.
6066         * modules/flock-tests (Files): Likewise.
6067         * modules/floorf-tests (Files): Likewise.
6068         * modules/floorl-tests (Files): Likewise.
6069         * modules/fnmatch-tests (Files): Likewise.
6070         * modules/fopen-tests (Files): Likewise.
6071         * modules/fprintf-posix-tests (Files): Likewise.
6072         * modules/freopen-tests (Files): Likewise.
6073         * modules/frexp-nolibm-tests (Files): Likewise.
6074         * modules/frexp-tests (Files): Likewise.
6075         * modules/frexpl-nolibm-tests (Files): Likewise.
6076         * modules/frexpl-tests (Files): Likewise.
6077         * modules/fseek-tests (Files): Likewise.
6078         * modules/fseeko-tests (Files): Likewise.
6079         * modules/fsync-tests (Files): Likewise.
6080         * modules/ftell-tests (Files): Likewise.
6081         * modules/ftello-tests (Files): Likewise.
6082         * modules/futimens-tests (Files): Likewise.
6083         * modules/getaddrinfo-tests (Files): Likewise.
6084         * modules/getcwd-tests (Files): Likewise.
6085         * modules/getdelim-tests (Files): Likewise.
6086         * modules/getdtablesize-tests (Files): Likewise.
6087         * modules/getgroups-tests (Files): Likewise.
6088         * modules/gethostname-tests (Files): Likewise.
6089         * modules/getline-tests (Files): Likewise.
6090         * modules/getopt-posix-tests (Files): Likewise.
6091         * modules/gettimeofday-tests (Files): Likewise.
6092         * modules/glob-tests (Files): Likewise.
6093         * modules/iconv-tests (Files): Likewise.
6094         * modules/inet_ntop-tests (Files): Likewise.
6095         * modules/inet_pton-tests (Files): Likewise.
6096         * modules/isblank-tests (Files): Likewise.
6097         * modules/lchown-tests (Files): Likewise.
6098         * modules/ldexpl-tests (Files): Likewise.
6099         * modules/link-tests (Files): Likewise.
6100         * modules/linkat-tests (Files): Likewise.
6101         * modules/lseek-tests (Files): Likewise.
6102         * modules/lstat-tests (Files): Likewise.
6103         * modules/mbrtowc-tests (Files): Likewise.
6104         * modules/mbsinit-tests (Files): Likewise.
6105         * modules/mbsnrtowcs-tests (Files): Likewise.
6106         * modules/mbsrtowcs-tests (Files): Likewise.
6107         * modules/memchr-tests (Files): Likewise.
6108         * modules/memcmp-tests (Files): Likewise.
6109         * modules/memmem-tests (Files): Likewise.
6110         * modules/memrchr-tests (Files): Likewise.
6111         * modules/mkdir-tests (Files): Likewise.
6112         * modules/mkfifo-tests (Files): Likewise.
6113         * modules/mkfifoat-tests (Files): Likewise.
6114         * modules/mknod-tests (Files): Likewise.
6115         * modules/nanosleep-tests (Files): Likewise.
6116         * modules/nl_langinfo-tests (Files): Likewise.
6117         * modules/obstack-printf-tests (Files): Likewise.
6118         * modules/open-tests (Files): Likewise.
6119         * modules/openat-tests (Files): Likewise.
6120         * modules/perror-tests (Files): Likewise.
6121         * modules/pipe2-tests (Files): Likewise.
6122         * modules/poll-tests (Files): Likewise.
6123         * modules/popen-tests (Files): Likewise.
6124         * modules/posix_spawn-tests (Files): Likewise.
6125         * modules/posix_spawnp-tests (Files): Likewise.
6126         * modules/pread-tests (Files): Likewise.
6127         * modules/printf-posix-tests (Files): Likewise.
6128         * modules/pty-tests (Files): Likewise.
6129         * modules/random_r-tests (Files): Likewise.
6130         * modules/rawmemchr-tests (Files): Likewise.
6131         * modules/readlink-tests (Files): Likewise.
6132         * modules/remove-tests (Files): Likewise.
6133         * modules/rename-tests (Files): Likewise.
6134         * modules/renameat-tests (Files): Likewise.
6135         * modules/rmdir-tests (Files): Likewise.
6136         * modules/round-tests (Files): Likewise.
6137         * modules/roundf-tests (Files): Likewise.
6138         * modules/roundl-tests (Files): Likewise.
6139         * modules/select-tests (Files): Likewise.
6140         * modules/setenv-tests (Files): Likewise.
6141         * modules/sigaction-tests (Files): Likewise.
6142         * modules/sleep-tests (Files): Likewise.
6143         * modules/snprintf-posix-tests (Files): Likewise.
6144         * modules/snprintf-tests (Files): Likewise.
6145         * modules/sprintf-posix-tests (Files): Likewise.
6146         * modules/stat-tests (Files): Likewise.
6147         * modules/strcasestr-tests (Files): Likewise.
6148         * modules/strchrnul-tests (Files): Likewise.
6149         * modules/strerror-tests (Files): Likewise.
6150         * modules/strsignal-tests (Files): Likewise.
6151         * modules/strstr-tests (Files): Likewise.
6152         * modules/strtod-tests (Files): Likewise.
6153         * modules/strverscmp-tests (Files): Likewise.
6154         * modules/symlink-tests (Files): Likewise.
6155         * modules/symlinkat-tests (Files): Likewise.
6156         * modules/times-tests (Files): Likewise.
6157         * modules/trunc-tests (Files): Likewise.
6158         * modules/truncf-tests (Files): Likewise.
6159         * modules/truncl-tests (Files): Likewise.
6160         * modules/tsearch-tests (Files): Likewise.
6161         * modules/uname-tests (Files): Likewise.
6162         * modules/unlink-tests (Files): Likewise.
6163         * modules/unsetenv-tests (Files): Likewise.
6164         * modules/usleep-tests (Files): Likewise.
6165         * modules/utimensat-tests (Files): Likewise.
6166         * modules/vasprintf-tests (Files): Likewise.
6167         * modules/vdprintf-posix-tests (Files): Likewise.
6168         * modules/vfprintf-posix-tests (Files): Likewise.
6169         * modules/vprintf-posix-tests (Files): Likewise.
6170         * modules/vsnprintf-posix-tests (Files): Likewise.
6171         * modules/vsnprintf-tests (Files): Likewise.
6172         * modules/vsprintf-posix-tests (Files): Likewise.
6173         * modules/wcrtomb-tests (Files): Likewise.
6174         * modules/wcsnrtombs-tests (Files): Likewise.
6175         * modules/wcsrtombs-tests (Files): Likewise.
6176         * modules/wcwidth-tests (Files): Likewise.
6177         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6178         * tests/test-isinf.c (isinf): Likewise.
6179         * tests/test-isnan.c (isnan): Likewise.
6180         * tests/test-signbit.c (signbit): Likewise.
6181         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6182         declaration, either as macro or with correct signature.
6183         (select): Ensure function under test is declared with correct
6184         signature in correct header.
6185         * tests/test-atexit.c (atexit): Likewise.
6186         * tests/test-btowc.c (btowc): Likewise.
6187         * tests/test-canonicalize-lgpl.c (realpath)
6188         (canonicalize_file_name): Likewise.
6189         * tests/test-ceilf1.c (ceilf): Likewise.
6190         * tests/test-ceill.c (ceill): Likewise.
6191         * tests/test-chown.c (chown): Likewise.
6192         * tests/test-dprintf-posix.c (dprintf): Likewise.
6193         * tests/test-dup2.c (dup2): Likewise.
6194         * tests/test-dup3.c (dup3): Likewise.
6195         * tests/test-duplocale.c (duplocale): Likewise.
6196         * tests/test-fchdir.c (fchdir): Likewise.
6197         * tests/test-fchownat.c (fchownat): Likewise.
6198         * tests/test-fcntl.c (fcntl): Likewise.
6199         * tests/test-fdopendir.c (fdopendir): Likewise.
6200         * tests/test-fflush.c (fflush): Likewise.
6201         * tests/test-flock.c (flock): Likewise.
6202         * tests/test-floorf1.c (floorf): Likewise.
6203         * tests/test-floorl.c (floorl): Likewise.
6204         * tests/test-fnmatch.c (fnmatch): Likewise.
6205         * tests/test-fopen.c (fopen): Likewise.
6206         * tests/test-fprintf-posix.c (fprintf): Likewise.
6207         * tests/test-freopen.c (freopen): Likewise.
6208         * tests/test-frexp.c (frexp): Likewise.
6209         * tests/test-frexpl.c (frexpl): Likewise.
6210         * tests/test-fseek.c (fseek): Likewise.
6211         * tests/test-fseeko.c (fseeko): Likewise.
6212         * tests/test-fstatat.c (fstatat): Likewise.
6213         * tests/test-fsync.c (fsync): Likewise.
6214         * tests/test-ftell.c (ftell): Likewise.
6215         * tests/test-ftello.c (ftello): Likewise.
6216         * tests/test-futimens.c (futimens): Likewise.
6217         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6218         (gai_strerror): Likewise.
6219         * tests/test-getcwd.c (getcwd): Likewise.
6220         * tests/test-getdelim.c (getdelim): Likewise.
6221         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6222         * tests/test-getgroups.c (getgroups): Likewise.
6223         * tests/test-gethostname.c (gethostname): Likewise.
6224         * tests/test-getline.c (getline): Likewise.
6225         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6226         Likewise.
6227         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6228         * tests/test-glob.c (glob, globfree): Likewise.
6229         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6230         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6231         * tests/test-inet_pton.c (inet_pton): Likewise.
6232         * tests/test-isblank.c (isblank): Likewise.
6233         * tests/test-lchown.c (lchown): Likewise.
6234         * tests/test-ldexpl.c (ldexpl): Likewise.
6235         * tests/test-link.c (link): Likewise.
6236         * tests/test-linkat.c (linkat): Likewise.
6237         * tests/test-lseek.c (lseek): Likewise.
6238         * tests/test-lstat.c (lstat): Likewise.
6239         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6240         * tests/test-mbsinit.c (mbsinit): Likewise.
6241         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6242         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6243         * tests/test-memchr.c (memchr): Likewise.
6244         * tests/test-memcmp.c (memcmp): Likewise.
6245         * tests/test-memmem.c (memmem): Likewise.
6246         * tests/test-memrchr.c (memrchr): Likewise.
6247         * tests/test-mkdir.c (mkdir): Likewise.
6248         * tests/test-mkdirat.c (mkdirat): Likewise.
6249         * tests/test-mkfifo.c (mkfifo): Likewise.
6250         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6251         * tests/test-mknod.c (mknod): Likewise.
6252         * tests/test-nanosleep.c (nanosleep): Likewise.
6253         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6254         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6255         Likewise.
6256         * tests/test-open.c (open): Likewise.
6257         * tests/test-openat.c (openat): Likewise.
6258         * tests/test-perror.c (perror): Likewise.
6259         * tests/test-pipe2.c (pipe2): Likewise.
6260         * tests/test-poll.c (poll): Likewise.
6261         * tests/test-popen.c (popen, pclose): Likewise.
6262         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6263         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6264         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6265         (posix_spawn_file_actions_destroy)
6266         (posix_spawn_file_actions_addclose)
6267         (posix_spawn_file_actions_addopen)
6268         (posix_spawn_file_actions_adddup2): Likewise.
6269         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6270         * tests/test-pread.c (pread): Likewise.
6271         * tests/test-printf-posix.c (printf): Likewise.
6272         * tests/test-pty.c (openpty, forkpty): Likewise.
6273         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6274         (random_r): Likewise.
6275         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6276         * tests/test-readlink.c (readlink): Likewise.
6277         * tests/test-remove.c (remove): Likewise.
6278         * tests/test-rename.c (rename): Likewise.
6279         * tests/test-renameat.c (renameat): Likewise.
6280         * tests/test-rmdir.c (rmdir): Likewise.
6281         * tests/test-round1.c (round): Likewise.
6282         * tests/test-roundf1.c (roundf): Likewise.
6283         * tests/test-roundl.c (roundl): Likewise.
6284         * tests/test-setenv.c (setenv): Likewise.
6285         * tests/test-sigaction.c (sigaction): Likewise.
6286         * tests/test-sleep.c (sleep): Likewise.
6287         * tests/test-snprintf.c (snprintf): Likewise.
6288         * tests/test-sprintf-posix.c (sprintf): Likewise.
6289         * tests/test-stat.c (stat): Likewise.
6290         * tests/test-stpncpy.c (stpncpy): Likewise.
6291         * tests/test-strcasestr.c (strcasestr): Likewise.
6292         * tests/test-strchrnul.c (strchrnul): Likewise.
6293         * tests/test-strerror.c (strerror): Likewise.
6294         * tests/test-strsignal.c (strsignal): Likewise.
6295         * tests/test-strstr.c (strstr): Likewise.
6296         * tests/test-strtod.c (strtod): Likewise.
6297         * tests/test-strverscmp.c (strverscmp): Likewise.
6298         * tests/test-symlink.c (symlink): Likewise.
6299         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6300         * tests/test-times.c (times): Likewise.
6301         * tests/test-trunc1.c (trunc): Likewise.
6302         * tests/test-truncf1.c (truncf): Likewise.
6303         * tests/test-truncl.c (truncl): Likewise.
6304         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6305         Likewise.
6306         * tests/test-uname.c (uname): Likewise.
6307         * tests/test-unlink.c (unlink): Likewise.
6308         * tests/test-unlinkat.c (unlinkat): Likewise.
6309         * tests/test-unsetenv.c (unsetenv): Likewise.
6310         * tests/test-usleep.c (usleep): Likewise.
6311         * tests/test-utimensat.c (utimensat): Likewise.
6312         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6313         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6314         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6315         * tests/test-vprintf-posix.c (vprintf): Likewise.
6316         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6317         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6318         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6319         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6320         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6321         * tests/test-wcwidth.c (wcwidth): Likewise.
6322
6323         build: pull in conditional headers during GNULIB_POSIXCHECK
6324         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6325         definitions from any conditionally-included headers.
6326         * lib/stdlib.in.h (includes): Likewise.
6327         * lib/unistd.in.h (includes): Likewise.
6328
6329 2009-12-24  Bruno Haible  <bruno@clisp.org>
6330
6331         * tests/test-argv-iter.c: Include header file being tested immediately
6332         after config.h.
6333         * tests/test-base64.c: Likewise.
6334         * tests/test-flock.c: Likewise.
6335         * tests/test-fsync.c: Likewise.
6336         * tests/test-getdate.c: Likewise.
6337         * tests/test-getndelim2.c: Likewise.
6338         * tests/test-isfinite.c: Likewise.
6339         * tests/test-isinf.c: Likewise.
6340         * tests/test-strerror.c: Likewise.
6341         * tests/test-strsignal.c: Likewise.
6342
6343 2009-12-23  Eric Blake  <ebb9@byu.net>
6344
6345         unistd: work around cygwin bug
6346         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6347         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6348         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6349
6350 2009-12-23  Bruno Haible  <bruno@clisp.org>
6351
6352         localename: More tests.
6353         * tests/test-localename.c (SIZEOF): New macro.
6354         (categories): New variable.
6355         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6356         test_locale_name_default): Add test w.r.t. thread locale.
6357         (test_locale_name_thread): New function.
6358         (main): Invoke it.
6359
6360         localename: Make aware of thread locale.
6361         * lib/localename.h (gl_locale_name_thread): New declaration.
6362         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6363         behaviour with respect to thread locale.
6364         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6365         <langinfo.h>, glthread/lock.h.
6366         (SIZE_BITS): New macro.
6367         (string_hash): New function.
6368         (struct hash_node): New type.
6369         (HASH_TABLE_SIZE): New macro.
6370         (struniq_hash_table, struniq_lock): New variables.
6371         (struniq): New function.
6372         (gl_locale_name_thread): New function.
6373         (gl_locale_name): Invoke it.
6374         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6375         * modules/localename (Depends-on): Add lock.
6376         Reported by Mike Gran <spk121@yahoo.com>.
6377
6378 2009-12-23  Eric Blake  <ebb9@byu.net>
6379
6380         va-args: new module
6381         * modules/va-args: New file.
6382         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6383         * MODULES.html.sh (Core language properties): Mention it.
6384
6385         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6386         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6387         named alias for __attribute__((__unused__)).
6388         * lib/chown.c: Update client.
6389         * lib/fchmodat.c: Likewise.
6390         * lib/fts.c: Likewise.
6391         * lib/getdate.y: Likewise.
6392         * lib/getgroups.c: Likewise.
6393         * lib/getopt.c: Likewise.
6394         * lib/getugroups.c: Likewise.
6395         * lib/mkdir.c: Likewise.
6396         * lib/mkfifo.c: Likewise.
6397         * lib/mkfifoat.c: Likewise.
6398         * lib/mknod.c: Likewise.
6399         * lib/mknodat.c: Likewise.
6400         * lib/readlink.c: Likewise.
6401         * lib/se-context.in.h: Likewise.
6402         * lib/se-selinux.in.h: Likewise.
6403         * lib/sockets.c: Likewise.
6404         * lib/symlink.c: Likewise.
6405         * lib/symlinkat.c: Likewise.
6406         * lib/unicodeio.c: Likewise.
6407         * lib/unistr.h: Likewise.
6408         * tests/test-areadlink.c: Likewise.
6409         * tests/test-areadlinkat.c: Likewise.
6410         * tests/test-filenamecat.c: Likewise.
6411         * tests/test-fseeko.c: Likewise.
6412         * tests/test-ftello.c: Likewise.
6413         * tests/test-getdate.c: Likewise.
6414         * tests/test-getgroups.c: Likewise.
6415         * tests/test-gethostname.c: Likewise.
6416         * tests/test-quotearg.c: Likewise.
6417         * tests/test-version-etc.c: Likewise.
6418         * tests/test-xalloc-die.c: Likewise.
6419         * tests/test-xfprintf-posix.c: Likewise.
6420         * tests/test-xprintf-posix.c: Likewise.
6421         * tests/test-xvasprintf.c: Likewise.
6422
6423         tests: avoid compiler warnings
6424         * tests/test-fcntl.c (main): Delete unused parameters.
6425         * tests/test-freopen-safer.c (main): Likewise.
6426         * tests/test-xalloc-die.c (main): Mark unused parameters.
6427         * tests/test-fseeko.c (main): Likewise.
6428         * tests/test-ftello.c (main): Likewise.
6429         * tests/test-nanosleep.c (main): Avoid declaration warning.
6430         * tests/test-sleep.c (main): Likewise.
6431         * tests/test-unsetenv.c (main): Silence warning about string
6432         literal.
6433         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6434
6435 2009-12-23  Bruno Haible  <bruno@clisp.org>
6436
6437         * tests/test-localename.c (test_locale_name): New function, extracted
6438         from main. Also test mixed situations.
6439         (test_locale_name_posix, test_locale_name_environ,
6440         test_locale_name_default): New functions.
6441         (main): Invoke them all.
6442         * modules/localename-tests (configure.ac): Test for newlocale.
6443
6444 2009-12-23  Bruno Haible  <bruno@clisp.org>
6445
6446         unistd: Ensure getcwd gets declared before being overridden.
6447         * lib/unistd.in.h: Conditionally include <io.h>.
6448
6449 2009-12-22  Bruno Haible  <bruno@clisp.org>
6450
6451         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6452         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6453         (gl_WCHAR_H): Invoke it.
6454         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6455         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6456         Reported by Karl Berry <karl@freefriends.org>.
6457
6458 2009-12-22  Eric Blake  <ebb9@byu.net>
6459
6460         math, unistd: avoid redundant includes
6461         * lib/math.in.h (isnan): No need to re-include <math.h>.
6462         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6463
6464         getsubopt: work around cygwin bug
6465         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6466         avoid conflicting with system getsubopt.
6467         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6468         bug.
6469
6470         getopt: synchronize from glibc
6471         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6472         parameter order.  Adjust all callers.
6473         (_getopt_internal_r, main): Adjust quoting in error messages.
6474         Drop considerations for outdated POSIX 1003.2 error message.
6475         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6476         callers.
6477         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6478
6479         test-getopt: test stderr behavior
6480         * modules/getopt-posix-tests (Depends-on): Add dup2.
6481         * tests/test-getopt.c (ASSERT): Avoid stderr.
6482         (main): Move stderr to a temporary file.
6483         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6484         Instead, add parameter to inform caller if output occurred.
6485         (test_getopt): Adjust all existing tests to expect silence, and
6486         add new tests of leading ":".
6487         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6488         glibc shortcomings with leading "-:" or "+:" in optstring.
6489         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6490         Likewise.
6491         * doc/posix-functions/getopt.texi (getopt): Likewise.
6492
6493         test-getopt: enhance test
6494         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6495         supports optind=0.
6496         * tests/test-getopt.c (OPTIND_MIN): Move...
6497         * tests/test-getopt.h (OPTIND_MIN): ...here.
6498         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6499         Require that optind=0 works, since modern BSD supports it in
6500         addition to optreset, and since coreutils expects it.
6501         (test_getopt_long_only): New test.
6502         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6503         glibc shortcomings with 'W;', and enforcement of optind=0.
6504         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6505         Likewise.
6506
6507 2009-12-21  Bruno Haible  <bruno@clisp.org>
6508
6509         localename: Improvements for MacOS X and Cygwin.
6510         * lib/localename.h (gl_locale_name_environ): New declaration.
6511         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6512         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6513         (gl_locale_name_posix): Invoke it.
6514         (gl_locale_name_default): Add comments. Use Windows native API also on
6515         Cygwin.
6516
6517 2009-12-21  Bruno Haible  <bruno@clisp.org>
6518
6519         Update list of Win32 locale ids.
6520         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6521         (LANG_SAMI): Renamed from LANG_SAAMI.
6522         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6523         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6524         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6525         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6526         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6527         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6528         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6529         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6530         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6531         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6532         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6533         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6534         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6535         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6536         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6537         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6538         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6539         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6540         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6541         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6542         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6543         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6544         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6545         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6546         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6547         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6548         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6549         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6550         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6551         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6552         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6553         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6554         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6555         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6556         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6557         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6558         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6559         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6560         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6561         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6562         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6563         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6564         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6565         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6566         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6567         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6568         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6569         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6570         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6571         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6572         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6573         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6574         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6575         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6576         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6577         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6578         Add more languages and countries for Sami, Sorbian. Add more countries
6579         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6580         for Pashto. Change country for Syriac, Tswana.
6581
6582 2009-12-21  Eric Blake  <ebb9@byu.net>
6583
6584         test-utimens: avoid spurious failure
6585         * tests/test-chown.h (nap): Factor...
6586         * tests/nap.h: ...into new file.
6587         * tests/test-lchown.h (nap): Avoid duplication.
6588         * tests/test-utimens-common.h (nap): Use shared implementation,
6589         necessary on file systems with 1-second resolution.
6590         * modules/chown-tests (Files): Include new file.
6591         * modules/fdutimensat-tests (Files): Likewise.
6592         * modules/futimens-tests (Files): Likewise.
6593         * modules/lchown-tests (Files): Likewise.
6594         * modules/openat-tests (Files): Likewise.
6595         * modules/utimens-tests (Files): Likewise.
6596         * modules/utimensat-tests (Files): Likewise.
6597
6598 2009-12-19  Eric Blake  <ebb9@byu.net>
6599
6600         futimens, utimensat: work around Linux bug
6601         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6602         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6603         * lib/utimensat.c (rpl_utimensat): Work around it.
6604         * lib/futimens.c (rpl_futimens): Adjust comment.
6605
6606         utimens: work around Linux ctime bug
6607         * lib/utimens.c (detect_ctime_bug): New helper function.
6608         (update_timespec): Differentiate between workaround needed for
6609         this bug vs. what is needed for systems that lack utimensat.
6610         (fdutimens, lutimens): Work around bug.
6611
6612         utimens: check for ctime update
6613         * tests/test-utimens-common.h (check_ctime): Define.
6614         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6615         * tests/test-futimens.h (test_futimens): Likewise.
6616         * tests/test-lutimens.h (test_lutimens): Likewise.
6617         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6618         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6619
6620 2009-12-19  Bruno Haible  <bruno@clisp.org>
6621
6622         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6623         * tests/test-dprintf-posix2.sh: New file.
6624         * tests/test-dprintf-posix2.c: New file.
6625         * modules/dprintf-posix-tests (Files): Add them.
6626         (configure.ac): Check for getrlimit and setrlimit.
6627         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6628
6629 2009-12-19  Bruno Haible  <bruno@clisp.org>
6630
6631         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6632         * tests/test-fprintf-posix3.sh: New file.
6633         * tests/test-fprintf-posix3.c: New file.
6634         * modules/fprintf-posix-tests (Files): Add them.
6635         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6636
6637 2009-12-19  Eric Blake  <ebb9@byu.net>
6638
6639         dirfd: fix prototype
6640         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6641         * lib/dirfd.c (dirfd): Likewise.
6642
6643         canonicalize: reduce memory usage
6644         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6645         allocation to size.
6646         Reported by Solar Designer <solar@openwall.com>.
6647
6648 2009-12-19  Bruno Haible  <bruno@clisp.org>
6649
6650         New module attribute 'Applicability'.
6651         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6652         * gnulib-tool: New option --extract-applicability.
6653         (func_usage): Document it.
6654         (sed_extract_prog): Recognize it.
6655         (func_get_applicability): New function.
6656         (func_import): Generalize handling of 'link-warning' module.
6657         * modules/link-warning (Applicability): New section.
6658         * modules/arg-nonnull (Applicability): New section.
6659         Repoted by Simon Josefsson <simon@josefsson.org>.
6660
6661 2009-12-19  Bruno Haible  <bruno@clisp.org>
6662
6663         fflush: tweak
6664         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6665         * lib/fseeko.c (rpl_fseeko): Likewise.
6666
6667 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6668
6669         * lib/gl_list.h: Fix typo in comment.
6670
6671 2009-12-16  Eric Blake  <ebb9@byu.net>
6672
6673         fcntl: use to simplify other modules
6674         * modules/cloexec (Depends-on): Add fcntl.
6675         * modules/fchdir (Depends-on): Likewise.
6676         * modules/fd-safer-flag (Depends-on): Likewise.
6677         * modules/unistd-safer (Depends-on): Likewise.
6678         * modules/dup3 (configure.ac): Set module indicator.
6679         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6680         missing.
6681         * lib/fchdir.c (_gl_register_dup): Fix comment.
6682         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6683         * lib/dup-safer.c (dup_safer): Likewise.
6684         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6685         * lib/dup3.c (dup3): Likewise.
6686         * tests/test-fchdir.c (main): Enhance test.
6687         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6688
6689         fcntl: port portions of fcntl to mingw
6690         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6691         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6692         replacement for mingw.
6693         * modules/fcntl (Description): Update.
6694         (Depends-on): Add dup2.
6695         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6696         * modules/fcntl-h (Makefile.am): Substitute it.
6697         * lib/fcntl.in.h (fcntl): Update declaration.
6698         (F_DUPFD, F_GETFD): New macros, when needed.
6699         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6700         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6701         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6702         we now guarantee.
6703
6704         fcntl: work around cygwin bug in F_DUPFD
6705         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6706         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6707         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6708         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6709         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6710
6711         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6712         * modules/fcntl (Files): List new files.
6713         (configure.ac): Run a test.
6714         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6715         * lib/fcntl.c (rpl_fcntl): Likewise.
6716         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6717         (gl_FCNTL_H): Always replace fcntl.h.
6718         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6719         * lib/fcntl.in.h (fcntl): Declare replacement.
6720         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6721         needed, plus a witness.
6722         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6723         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6724         * tests/test-fcntl.c: New file.
6725         * modules/fcntl-tests: Likewise.
6726
6727         binary-io: avoid potential compilation warning
6728         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6729         directives.
6730
6731         fflush: avoid compilation error on NetBSD
6732         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6733         between off_t and fpos_t, since the latter is sometimes a struct.
6734         * lib/fseeko.c (rpl_fseeko): Likewise.
6735         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6736
6737 2009-12-15  Eric Blake  <ebb9@byu.net>
6738
6739         fcntl-h, stdio, sys_ioctl: fix declarations
6740         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6741         function must not take arguments.
6742         * lib/sys_ioctl.in.h (ioctl): Likewise.
6743         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6744         (open): Add a link warning.
6745
6746 2009-12-15  Jim Meyering  <meyering@redhat.com>
6747
6748         areadlink, areadlink-with-size: relax license to LGPLv2+
6749         * modules/areadlink (License): Relax to LGPLv2+.
6750         * modules/areadlink-with-size (License): Likewise.
6751
6752 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6753             Bruno Haible  <bruno@clisp.org>
6754
6755         *printf: Fix memory leak.
6756         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6757         * lib/vfprintf.c (vfprintf): Likewise.
6758         * lib/dprintf.c (dprintf): Likewise.
6759         * lib/vdprintf.c (vdprintf): Likewise.
6760
6761 2009-12-14  Eric Blake  <ebb9@byu.net>
6762
6763         accept4: adjust module dependencies
6764         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6765
6766         utimens: one more try at avoiding compiler warning
6767         * lib/utimens.c (lutimens): Lower scope of result.
6768
6769 2009-12-13  Bruno Haible  <bruno@clisp.org>
6770
6771         Move the malloc checking from module 'list' to new module 'xlist'.
6772         * modules/xlist: New file.
6773         * lib/gl_xlist.h: New file.
6774         * lib/gl_xlist.c: New file.
6775         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6776         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6777         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6778         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6779         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6780         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6781         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6782         gl_sortedlist_nx_add): New declarations.
6783         (struct gl_list_implementation): Rename and change methods accordingly.
6784         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6785         (gl_list_nx_create): Renamed from gl_list_create.
6786         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6787         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6788         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6789         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6790         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6791         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6792         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6793         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6794         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6795         gl_list_create_empty.
6796         (gl_list_nx_create): Renamed from gl_list_create.
6797         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6798         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6799         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6800         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6801         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6802         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6803         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6804         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6805         * lib/gl_array_list.c: Don't include xalloc.h.
6806         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6807         NULL upon out-of-memory.
6808         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6809         out-of-memory.
6810         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6811         Change return type to 'int'.
6812         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6813         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6814         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6815         upon out-of-memory.
6816         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6817         upon out-of-memory.
6818         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6819         upon out-of-memory.
6820         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6821         upon out-of-memory.
6822         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6823         out-of-memory.
6824         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6825         Update.
6826         (gl_array_list_implementation): Update.
6827         * lib/gl_carray_list.c: Don't include xalloc.h.
6828         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6829         Return NULL upon out-of-memory.
6830         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6831         out-of-memory.
6832         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6833         Change return type to 'int'.
6834         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6835         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6836         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6837         upon out-of-memory.
6838         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6839         upon out-of-memory.
6840         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6841         out-of-memory.
6842         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6843         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6844         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6845         Update.
6846         (gl_carray_list_implementation): Update.
6847         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6848         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6849         gl_linked_create_empty. Return NULL upon out-of-memory.
6850         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6851         out-of-memory.
6852         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6853         Change return type to 'int'. Return -1 upon out-of-memory.
6854         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6855         out-of-memory.
6856         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6857         upon out-of-memory.
6858         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6859         upon out-of-memory.
6860         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6861         NULL upon out-of-memory.
6862         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6863         upon out-of-memory.
6864         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6865         out-of-memory.
6866         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6867         Update.
6868         * lib/gl_linked_list.c: Don't include xalloc.h.
6869         (gl_linked_list_implementation): Update.
6870         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6871         (add_to_bucket): Change return type to 'int'.
6872         (gl_linkedhash_list_implementation): Update.
6873         * lib/gl_anytree_list1.h (free_subtree): New function.
6874         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6875         gl_tree_create_empty. Return NULL upon out-of-memory.
6876         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6877         Change return type to 'int'. Return -1 upon out-of-memory.
6878         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6879         out-of-memory.
6880         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6881         (gl_tree_remove_node): New function, moved here from
6882         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6883         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6884         Update.
6885         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6886         malloc, not xmalloc. Return NULL upon out-of-memory.
6887         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6888         out-of-memory.
6889         (gl_tree_remove_node_from_tree): New function, extracted from
6890         gl_tree_remove_node.
6891         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6892         upon out-of-memory.
6893         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6894         out-of-memory.
6895         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6896         upon out-of-memory.
6897         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6898         upon out-of-memory.
6899         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6900         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6901         not xmalloc. Return NULL upon out-of-memory.
6902         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6903         out-of-memory.
6904         (gl_tree_remove_node_from_tree): New function, extracted from
6905         gl_tree_remove_node.
6906         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6907         upon out-of-memory.
6908         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6909         out-of-memory.
6910         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6911         upon out-of-memory.
6912         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6913         upon out-of-memory.
6914         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6915         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6916         gl_anytree_list1.h before gl_anyavltree_list2.h.
6917         (gl_avltree_list_implementation): Update.
6918         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6919         gl_anytree_list1.h before gl_anyavltree_list2.h.
6920         (gl_rbtree_list_implementation): Update.
6921         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6922         Change return type to 'int'. Return -1 upon out-of-memory. Use
6923         __builtin_expect.
6924         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6925         (gl_avltreehash_list_implementation): Update.
6926         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6927         (gl_rbtreehash_list_implementation): Update.
6928         * modules/array-list (Depends-on): Remove xalloc.
6929         * modules/carray-list (Depends-on): Likewise.
6930         * modules/linked-list (Depends-on): Likewise.
6931         * modules/linkedhash-list (Depends-on): Likewise.
6932         * modules/avltree-list (Depends-on): Likewise.
6933         * modules/rbtree-list (Depends-on): Likewise.
6934         * modules/avltreehash-list (Depends-on): Likewise.
6935         * modules/rbtreehash-list (Depends-on): Likewise.
6936
6937         * modules/xsublist: New file.
6938         * lib/gl_xsublist.h: New file.
6939         * lib/gl_xsublist.c: New file.
6940         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6941         (gl_sublist_nx_create): New declaration.
6942         * lib/gl_sublist.c: Don't include xalloc.h.
6943         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6944         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6945         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6946         Change return type to 'int'. Return -1 upon out-of-memory.
6947         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6948         upon out-of-memory.
6949         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6950         NULL upon out-of-memory.
6951         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6952         upon out-of-memory.
6953         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6954         NULL upon out-of-memory.
6955         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6956         NULL upon out-of-memory.
6957         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6958         upon out-of-memory.
6959         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6960         (gl_sublist_list_implementation): Update.
6961         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6962         upon out-of-memory.
6963         * modules/sublist (Depends-on): Remove xalloc.
6964
6965         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6966         * tests/test-carray_list.c: Likewise.
6967         * tests/test-linked_list.c: Likewise.
6968         * tests/test-linkedhash_list.c: Likewise.
6969         * tests/test-avltree_list.c: Likewise.
6970         * tests/test-rbtree_list.c: Likewise.
6971         * tests/test-avltreehash_list.c: Likewise.
6972         * tests/test-rbtreehash_list.c: Likewise.
6973         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6974         * modules/carray-list-tests (Makefile.am): Likewise.
6975         * modules/linked-list-tests (Makefile.am): Likewise.
6976         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6977         * modules/avltree-list-tests (Makefile.am): Likewise.
6978         * modules/rbtree-list-tests (Makefile.am): Likewise.
6979         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6980         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6981
6982         * NEWS: Mention the changes.
6983
6984         * lib/clean-temp.c: Include gl_xlist.h.
6985         * modules/clean-temp (Depends-on): Add xlist.
6986
6987         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6988         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6989
6990         * tests/test-array_oset.c: Include gl_xlist.h.
6991         * modules/array-oset-tests (Depends-on): Add xlist.
6992
6993         Reported by José E. Marchesi <jemarch@gnu.org>.
6994
6995 2009-12-13  Bruno Haible  <bruno@clisp.org>
6996
6997         Move the malloc checking from module 'oset' to new module 'xoset'.
6998         * modules/xoset: New file.
6999         * lib/gl_xoset.h: New file.
7000         * lib/gl_xoset.c: New file.
7001         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7002         declarations.
7003         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7004         (struct gl_oset_implementation): Rename and change methods accordingly.
7005         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7006         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7007         'int'. Mark as __warn_unused_result__.
7008         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7009         gl_oset_create_empty.
7010         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7011         'int'.
7012         * lib/gl_array_oset.c: Don't include xalloc.h.
7013         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7014         malloc, not xmalloc.
7015         (grow): Change return type to 'int'. Don't call xalloc_die.
7016         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7017         to 'int'.
7018         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7019         'int'.
7020         (gl_array_oset_implementation): Update.
7021         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7022         gl_tree_create_empty.
7023         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7024         'int'.
7025         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7026         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7027         xmalloc.
7028         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7029         not xmalloc.
7030         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7031         xmalloc.
7032         (gl_avltree_oset_implementation): Update.
7033         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7034         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7035         xmalloc.
7036         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7037         not xmalloc.
7038         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7039         xmalloc.
7040         (gl_rbtree_oset_implementation): Update.
7041         * modules/array-oset (Depends-on): Remove xalloc.
7042         * modules/avltree-oset (Depends-on): Likewise.
7043         * modules/rbtree-oset (Depends-on): Likewise.
7044         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7045         * tests/test-avltree_oset.c: Likewise.
7046         * tests/test-rbtree_oset.c: Likewise.
7047         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7048         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7049         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7050         * NEWS: Mention the change.
7051
7052 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7053
7054         maint.mk: allow a project to override release-prep commands
7055         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7056         commands into a new rule.
7057         (release-prep): New rule.
7058         (release-prep-hook): New overridable variable.
7059
7060 2009-12-13  Bruno Haible  <bruno@clisp.org>
7061
7062         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7063
7064 2009-12-13  Jim Meyering  <meyering@redhat.com>
7065
7066         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7067         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7068
7069 2009-12-12  Bruno Haible  <bruno@clisp.org>
7070
7071         duplocale: Tweak.
7072         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7073
7074 2009-12-12  Karl Berry  <karl@gnu.org>
7075
7076         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7077
7078 2009-12-12  Bruno Haible  <bruno@clisp.org>
7079
7080         * m4/po.m4: Undo incorrect untabification.
7081
7082 2009-12-12  Bruno Haible  <bruno@clisp.org>
7083
7084         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7085         * modules/c-strtod (Depends-on): Add locale.
7086         * modules/c-strtold (Depends-on): Likewise.
7087
7088 2009-12-12  Bruno Haible  <bruno@clisp.org>
7089
7090         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7091
7092 2009-12-11  Eric Blake  <ebb9@byu.net>
7093
7094         setenv: relax requirement in light of POSIX ruling
7095         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7096         not NULL.
7097         * tests/test-setenv.c (main): Relax test.
7098         * tests/test-unsetenv.c (main): Likewise.
7099         * doc/posix-functions/setenv.texi (setenv): Document this.
7100         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7101
7102 2009-12-11  Bruno Haible  <bruno@clisp.org>
7103
7104         New module 'fd-safer-flag'.
7105         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7106         * lib/dup-safer.c (dup_safer_flag): Remove function.
7107         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7108         * lib/fd-safer.c (fd_safer_flag): Remove function.
7109         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7110         * modules/cloexec (configure.ac): Drop indicator macro.
7111         * modules/fd-safer-flag: New file.
7112         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7113         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7114         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7115
7116 2009-12-11  Bruno Haible  <bruno@clisp.org>
7117
7118         Tests for module 'nl_langinfo'.
7119         * modules/nl_langinfo-tests: New file.
7120         * tests/test-nl_langinfo.sh: New file.
7121         * tests/test-nl_langinfo.c: New file.
7122
7123         New module 'nl_langinfo'.
7124         * lib/nl_langinfo.c: New file.
7125         * m4/nl_langinfo.m4: New file.
7126         * modules/nl_langinfo: New file.
7127         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7128
7129 2009-12-11  Bruno Haible  <bruno@clisp.org>
7130
7131         Tests for module 'langinfo'.
7132         * modules/langinfo-tests: New file.
7133         * tests/test-langinfo.c: New file.
7134
7135         New module 'langinfo'.
7136         * lib/langinfo.in.h: New file.
7137         * m4/langinfo_h.m4: New file.
7138         * modules/langinfo: New file.
7139         * doc/posix-headers/langinfo.texi: Mention the new module.
7140
7141 2009-12-11  Bruno Haible  <bruno@clisp.org>
7142
7143         * lib/config.charset: Untabify.
7144
7145 2009-12-11  Bruno Haible  <bruno@clisp.org>
7146
7147         * modules/unistd-safer (configure.ac): Drop indicator macro.
7148
7149 2009-12-11  Bruno Haible  <bruno@clisp.org>
7150
7151         Move pipe2-safer code to its own file.
7152         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7153         * lib/pipe-safer.c (pipe2_safer): Remove function.
7154         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7155         (Makefile.am): Add it to lib_SOURCES.
7156
7157 2009-12-10  Bruno Haible  <bruno@clisp.org>
7158
7159         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7160
7161 2009-12-10  Bruno Haible  <bruno@clisp.org>
7162
7163         Declare which arguments expect non-NULL values, for GCC and clang.
7164         * build-aux/arg-nonnull.h: New file.
7165         * modules/arg-nonnull: New file.
7166         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7167         (inet_ntop, inet_pton): Use it.
7168         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7169         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7170         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7171         (open, openat): Use it.
7172         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7173         (fnmatch): Use it.
7174         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7175         (getopt, getopt_long, getopt_long_only): Use it.
7176         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7177         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7178         Use it.
7179         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7180         (iconv_open): Use it.
7181         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7182         (strtoimax, strtoumax): Use it.
7183         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7184         (duplocale): Use it.
7185         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7186         (frexp, frexpl): Use it.
7187         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7188         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7189         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7190         (tsearch, tfind, tdelete, twalk): Use it.
7191         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7192         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7193         sigpending): Use it.
7194         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7195         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7196         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7197         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7198         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7199         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7200         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7201         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7202         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7203         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7204         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7205         Use it.
7206         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7207         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7208         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7209         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7210         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7211         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7212         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7213         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7214         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7215         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7216         strtoull, unsetenv): Use it.
7217         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7218         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7219         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7220         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7221         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7222         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7223         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7224         (strcasecmp, strncasecmp): Use it.
7225         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7226         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7227         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7228         rpl_setsockopt): Use it.
7229         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7230         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7231         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7232         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7233         (gettimeofday): Use it.
7234         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7235         (times): Use it.
7236         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7237         (uname): Use it.
7238         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7239         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7240         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7241         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7242         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7243         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7244         unlinkat, write): Use it.
7245         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7246         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7247         * lib/argv-iter.h: Include arg-nonnull.h.
7248         (_ATTRIBUTE_NONNULL_): Remove macro.
7249         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7250         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7251         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7252         optimization.
7253         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7254         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7255         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7256         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7257         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7258         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7259         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7260         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7261         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7262         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7263         * modules/dirent (Depends-on): Add arg-nonnull.
7264         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7265         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7266         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7267         * modules/fnmatch (Depends-on): Add arg-nonnull.
7268         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7269         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7270         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7271         * modules/glob (Depends-on): Add arg-nonnull.
7272         (Makefile.am): Insert arg-nonnull.h into glob.h.
7273         * modules/iconv_open (Depends-on): Add arg-nonnull.
7274         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7275         * modules/inttypes (Depends-on): Add arg-nonnull.
7276         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7277         * modules/locale (Depends-on): Add arg-nonnull.
7278         (Makefile.am): Insert arg-nonnull.h into locale.h.
7279         * modules/math (Depends-on): Add arg-nonnull.
7280         (Makefile.am): Insert arg-nonnull.h into math.h.
7281         * modules/netdb (Depends-on): Add arg-nonnull.
7282         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7283         * modules/search (Depends-on): Add arg-nonnull.
7284         (Makefile.am): Insert arg-nonnull.h into search.h.
7285         * modules/signal (Depends-on): Add arg-nonnull.
7286         (Makefile.am): Insert arg-nonnull.h into signal.h.
7287         * modules/spawn (Depends-on): Add arg-nonnull.
7288         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7289         * modules/stdio (Depends-on): Add arg-nonnull.
7290         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7291         * modules/stdlib (Depends-on): Add arg-nonnull.
7292         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7293         * modules/string (Depends-on): Add arg-nonnull.
7294         (Makefile.am): Insert arg-nonnull.h into string.h.
7295         * modules/strings (Depends-on): Add arg-nonnull.
7296         (Makefile.am): Insert arg-nonnull.h into strings.h.
7297         * modules/sys_socket (Depends-on): Add arg-nonnull.
7298         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7299         * modules/sys_stat (Depends-on): Add arg-nonnull.
7300         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7301         * modules/sys_time (Depends-on): Add arg-nonnull.
7302         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7303         * modules/sys_times (Depends-on): Add arg-nonnull.
7304         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7305         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7306         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7307         * modules/time (Depends-on): Add arg-nonnull.
7308         (Makefile.am): Insert arg-nonnull.h into time.h.
7309         * modules/unistd (Depends-on): Add arg-nonnull.
7310         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7311         * modules/wchar (Depends-on): Add arg-nonnull.
7312         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7313         * modules/argv-iter (Depends-on): Add arg-nonnull.
7314         * tests/test-canonicalize.c (null_ptr): New function.
7315         (main): Use it.
7316         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7317         (main): Use it.
7318         * tests/test-memmem.c (null_ptr): New function.
7319         (main): Use it.
7320         Reported by Jim Meyering.
7321
7322 2009-12-10  Bruno Haible  <bruno@clisp.org>
7323
7324         Use spaces for indentation, not tabs.
7325         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7326         * m4/*.m4: Untabify.
7327         * build-aux/*.h: Untabify.
7328         * tests/**/*.[hc]: Untabify.
7329         * README: New section "Indent with spaces, not TABs", based on
7330         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7331         * NEWS: Mention the change.
7332
7333 2009-12-10  Bruno Haible  <bruno@clisp.org>
7334
7335         pty test: Fix link error.
7336         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7337         test_pty_LDADD.
7338
7339 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7340
7341         * modules/pty: New file.
7342         * modules/pty-tests: New file.
7343         * m4/pty.m4: New file.
7344         * tests/test-pty.c: New file.
7345         * doc/glibc-headers/pty.texi: Modified.
7346         * doc/glibc-functions/forkpty.texi: Modified.
7347         * doc/glibc-functions/openpty.texi: Modified.
7348
7349 2009-12-10  Bruno Haible  <bruno@clisp.org>
7350
7351         Avoid syntax error in C++ mode.
7352         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7353
7354 2009-12-10  Bruno Haible  <bruno@clisp.org>
7355
7356         Use sed with option -e.
7357         * gnulib-tool (func_version, func_emit_copyright_notice,
7358         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7359         option -e to sed.
7360         * modules/link-warning (Makefile.am): Likewise.
7361
7362 2009-12-10  Jim Meyering  <meyering@redhat.com>
7363
7364         mgetgroups: do not write bytes beyond end of malloc'd buffer
7365         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7366         username, we call getgroups with a one-element-shorter buffer,
7367         but still told it the length was original, max_n_groups.
7368
7369 2009-12-09  Eric Blake  <ebb9@byu.net>
7370
7371         cloexec: relax license
7372         * modules/cloexec (Maintainer): Add myself.
7373         (License): Use LGPL, not GPL.
7374
7375         link-warning: optimize generation
7376         * modules/link-warning (Makefile.am): Reduce process usage.
7377
7378 2009-12-09  Bruno Haible  <bruno@clisp.org>
7379
7380         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7381         workaround was added on 2009-11-17.
7382
7383 2009-12-09  Jim Meyering  <meyering@redhat.com>
7384             Bruno Haible  <bruno@clisp.org>
7385
7386         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7387         * modules/link-warning (Makefile.am): Make the comment-removing sed
7388         command more robust in the face of bootstrap-prepended comment lines.
7389
7390 2009-12-09  Bruno Haible  <bruno@clisp.org>
7391
7392         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7393         most one group.
7394
7395 2009-12-09  Simon Josefsson <simon@josefsson.org>
7396             Bruno Haible  <bruno@clisp.org>
7397
7398         * build-aux/link-warning.h: Add copyright notice.
7399         * modules/link-warning (Makefile.am): Generate link-warning.h from
7400         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7401         * NEWS: Mention change in link-warning module.
7402         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7403         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7404         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7405         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7406         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7407         * modules/math (Makefile.am): Add dependency to math.h.
7408         * modules/search (Makefile.am): Add dependency to search.h.
7409         * modules/signal (Makefile.am): Add dependency to signal.h.
7410         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7411         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7412         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7413         * modules/string (Makefile.am): Add dependency to string.h.
7414         * modules/strings (Makefile.am): Add dependency to strings.h.
7415         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7416         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7417         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7418         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7419         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7420         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7421         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7422         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7423         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7424
7425 2009-12-09  Bruno Haible  <bruno@clisp.org>
7426
7427         fchdir: Optimize away rpl_fstat when possible.
7428         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7429         REPLACE_OPEN_DIRECTORY.
7430         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7431
7432 2009-12-09  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/fchdir.c: Update comment.
7435
7436 2009-12-09  Bruno Haible  <bruno@clisp.org>
7437
7438         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7439
7440 2009-12-08  Eric Blake  <ebb9@byu.net>
7441
7442         fchdir: avoid memory leak on re-registration.
7443         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7444
7445 2009-12-08  Jim Meyering  <meyering@redhat.com>
7446
7447         init.sh: avoid Solaris 10 /bin/sh portability problem
7448         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7449         sourced script:
7450           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7451           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7452           bar
7453         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7454         and two tests used that idiom.
7455         * tests/init.sh: Update suggested usage comments.
7456         (path_prepend_): New function, to be used in place
7457         of the --src-path=DIR option.
7458         (setup_): Move PATH-prepending code into path_prepend_.
7459         * tests/test-pread.sh: Adapt to new usage.
7460         * tests/test-xalloc-die.sh: Likewise.
7461
7462 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7463
7464         * doc/gnulib.texi (Glibc pty.h): Add.
7465         * doc/glibc-functions/forkpty.texi: Add.
7466         * doc/glibc-functions/openpty.texi: Add.
7467         Suggested by Bruno Haible.
7468
7469 2009-12-08  Eric Blake  <ebb9@byu.net>
7470
7471         fchdir: fix logic bugs
7472         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7473         * tests/test-fchdir.c (main): Enhance test.
7474         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7475         is in use.
7476
7477         dup2: fix logic bugs
7478         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7479         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7480         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7481         exists.
7482         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7483
7484 2009-12-07  Eric Blake  <ebb9@byu.net>
7485
7486         unlink: fix m4 detection
7487         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7488
7489         unistd-safer: add unit test
7490         * modules/unistd-safer-tests: New file.
7491         * tests/test-dup-safer.c: Likewise.
7492         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7493         * tests/test-dup2.c (setmode): Likewise.
7494         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7495
7496         cloexec: preserve text vs. binary across dup_cloexec
7497         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7498         mode.
7499         * modules/dup2-tests (Depends-on): Add binary-io.
7500         * modules/cloexec-tests (Depends-on): Likewise.
7501         * tests/test-dup2.c (setmode, is_mode): New helpers.
7502         (main): Add tests that translation mode is preserved.
7503         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7504         Reported by Bruno Haible.
7505
7506         mgetgroups: reduce duplicate listings
7507         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7508         resulting array.
7509         * tests/test-chown.h (test_chown): Simplify client.
7510         * tests/test-lchown.h (test_lchown): Likewise.
7511
7512 2009-12-06  Bruno Haible  <bruno@clisp.org>
7513
7514         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7515         value.
7516
7517 2009-12-06  Bruno Haible  <bruno@clisp.org>
7518
7519         * lib/progname.c: Include stdio.h, stdlib.h.
7520         (set_program_name): Reject a NULL argument.
7521
7522 2009-12-05  Eric Blake  <ebb9@byu.net>
7523
7524         pipe2-safer: new module
7525         * modules/pipe2-safer: New file.
7526         * lib/unistd-safer.h (pipe2_safer): New prototype.
7527         * lib/unistd--.h (pipe2): New wrapper.
7528         * lib/pipe-safer.c (pipe2_safer): New function.
7529         * modules/pipe (Depends-on): Add pipe2-safer.
7530         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7531
7532         stdlib-safer: preserve cloexec flag for mkostemp[s]
7533         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7534         fd_safer_flag.
7535
7536         unistd-safer: allow preservation of cloexec status via flag
7537         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7538         prototypes.
7539         * lib/dup-safer.c (dup_safer_flag): New function.
7540         * lib/fd-safer.c (fd_safer_flag): Likewise.
7541         * modules/cloexec (configure.ac): Set witness.
7542
7543         test-dup2: enhance test
7544         * modules/dup2-tests (Depends-on): Add cloexec.
7545         * tests/test-dup2.c (main): Enhance test.
7546
7547         cloexec: add dup_cloexec
7548         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7549         header and comments.
7550         * lib/cloexec.c (set_cloexec_flag): Add comments.
7551         (dup_cloexec): New function, with mingw implementation borrowed
7552         from...
7553         * lib/w32spawn.h (dup_noinherit): ...here.
7554         * modules/execute (Depends-on): Add cloexec.
7555         * modules/pipe (Depends-on): Likewise.
7556         * modules/cloexec (Depends-on): Add dup2.
7557         * modules/cloexec-tests (Files): New file.
7558         * tests/test-cloexec.c: Likewise.
7559
7560         test-xalloc-die: fix test for mingw
7561         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7562         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7563         directory and .exe suffix off argv[0] output.
7564
7565         test-fseeko: fix test for mingw
7566         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7567         than undefining fseek, so test will pass on mingw.
7568
7569 2009-12-05  Bruno Haible  <bruno@clisp.org>
7570
7571         * lib/progname.h (set_program_name): Clarify specification.
7572         * lib/progname.c (set_program_name): Likewise.
7573         Reported by Jim Meyering.
7574
7575 2009-12-05  Jim Meyering  <meyering@redhat.com>
7576
7577         maint.mk: backslash-escape parens in default regexp
7578         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7579         backslash-escape the literal parentheses.
7580
7581         maint.mk: news-date-check: use grep -E
7582         * top/maint.mk (today): Define a Make variable, not a...
7583         (news-date-check): ...shell variable.
7584         (news-date-regexp): Use the Make variable.
7585         Use grep's -E option.  Change the failing diagnostic to mention
7586         the variable, $(news-date-regexp).
7587
7588 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7589
7590         maintainer-makefile: allow customization of NEWS entry format
7591         * top/maint.mk (news-date-regexp): New overridable variable.
7592         (news-date-check): Use it.
7593
7594 2009-12-04  Eric Blake  <ebb9@byu.net>
7595
7596         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7597         * lib/mgetgroups.h (xgetgroups): New prototype.
7598         * lib/mgetgroups.c (xgetgroups): New wrapper.
7599         (mgetgroups): Handle ENOSYS.
7600         * modules/mgetgroups (Depends-on): Add realloc.
7601         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7602
7603         mgetgroups: avoid argument promotion issues with -1
7604         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7605         for invalid gid_t.
7606         * tests/test-chown.h (getegid, test_chown): Likewise.
7607         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7608
7609 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7610
7611         exclude: Fix header file problems.
7612         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7613
7614 2009-12-01  Jim Meyering  <meyering@redhat.com>
7615
7616         fts: fts_open: do not let an empty string cause immediate failure
7617         This is required in support of GNU rm, for which the command
7618         "rm A '' B" must process and remove both A and B, in spite of
7619         the empty string argument.
7620         * lib/fts.c (fts_open): Do not let the presence of an empty string
7621         cause fts_open to fail immediately.  Most fts-using tools must be
7622         able to process all arguments, in order, and can be expected to
7623         diagnose such arguments themselves.
7624
7625 2009-11-30  Eric Blake  <ebb9@byu.net>
7626
7627         utimens: fix compilation error
7628         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7629         Declare variable at right scope.
7630
7631 2009-11-29  Jim Meyering  <meyering@redhat.com>
7632
7633         bootstrap: handle perl-5.11's changed --version output
7634         * build-aux/bootstrap (get_version): Handle perl separately,
7635         since perl-5.11's --version output is different.
7636
7637 2009-11-28  Jim Meyering  <meyering@redhat.com>
7638
7639         userspec: depend on the inttostr module, too
7640         * modules/userspec (Depends-on): Add inttostr.
7641
7642         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7643         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7644         number of MAXUID when it evaluates to (uid_t) -1.
7645         Likewise for group ID.  Reported by Matt McCutchen in
7646         <http://savannah.gnu.org/bugs/?28113>
7647
7648         userspec: reformat to use spaces, not TABs
7649         * lib/userspec.c: Expand TABs to spaces.
7650         Add Emacs' "indent-tabs-mode: nil" hint.
7651
7652 2009-11-27  Eric Blake  <ebb9@byu.net>
7653
7654         getopt-gnu: flush out another BSD bug
7655         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7656         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7657         flush out BSD bug.
7658         * tests/test-getopt.h (test_getopt): End lists with NULL.
7659         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7660         (test_getopt_long_posix): Enhance test.
7661         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7662         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7663         getopt-gnu.
7664         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7665         Likewise.
7666
7667 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7668
7669         * modules/idpriv-droptemp-tests (Notice): Fix text.
7670
7671 2009-11-27  Jim Meyering  <meyering@redhat.com>
7672
7673         test-xalloc-die: avoid spurious failure due to libtool argv difference
7674         In a libtool-enabled project, this test would fail due to a difference
7675         in the emitted program name, e.g.,
7676         -test-xalloc-die: memory exhausted
7677         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7678         Use program to avoid that.
7679         * modules/xalloc-die-tests (Depends-on): Add progname.
7680         * tests/test-xalloc-die.c: Include progname.h".
7681         (program_name): Remove decl.
7682         (main): Call set_program_name.
7683         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7684
7685 2009-11-26  Richard Jones  <rjones@redhat.com>
7686
7687         w32sock: leave win32 error in place.
7688         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7689
7690 2009-11-26  Eric Blake  <ebb9@byu.net>
7691
7692         init.sh: suggest to use skip_ and fail_ functions in comments
7693         * tests/init.sh: Add a sentence.
7694
7695 2009-11-25  Bruno Haible  <bruno@clisp.org>
7696
7697         init.sh: add documentation in comments
7698         * tests/init.sh: Add some developer and user documentation.
7699
7700 2009-11-26  Jim Meyering  <meyering@redhat.com>
7701
7702         init.sh: accommodate even those who specify bogus srcdir manually
7703         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7704         configure-time tests to be sanitized, so that there is no need to
7705         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7706         (with no double quotes) suffices.  However, since tests may be
7707         invoked manually, and since you may explicitly set srcdir to the
7708         name of a directory containing spaces, do quote its uses here.
7709         * tests/test-pread.sh: Likewise.
7710         Suggested by Bruno Haible.
7711
7712         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7713         * tests/test-pread.sh: Write no data into the pipe, because
7714         test-pread actually reads none.  This avoids a diagnostic,
7715         "bash: echo: write error: Broken pipe", that arises in the unusual
7716         event something is ignoring SIGPIPE, and might be interpreted
7717         as some sort of failure.  Reported by Bruno Haible.
7718
7719 2009-11-25  Jim Meyering  <meyering@redhat.com>
7720
7721         test-pread: cover failure with ESPIPE and EINVAL
7722         * tests/test-pread.c (main): Test for failure, too.
7723         * tests/test-pread.sh: Invoke with stdin on a pipe.
7724         Suggested by Eric Blake.
7725
7726         pread: improvement and fix
7727         * modules/pread (Depends-on): Depend on lseek, for portability to
7728         e.g., mingw.  Suggested by Eric Blake.
7729         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7730
7731         unistd.in.h: correct declaration of pread
7732         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7733         Reported by Richard W.M. Jones.
7734
7735         test-pread.sh: distribute the test script
7736         * modules/pread-tests (Files): Include test-pread.sh.
7737
7738         test-pread.sh: clean up
7739         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7740         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7741         That is unnecessary, since it's always ".".
7742         Suggestion from Eric Blake.
7743
7744         test-pread.sh: make executable
7745         * tests/test-pread.sh: Set executable bit.
7746         Reported by Eric Blake.
7747
7748         correct typo in test-pread.sh
7749         * tests/test-pread.sh: Add #! line.
7750
7751         test pread
7752         * tests/test-pread.c: New file.
7753         * tests/test-pread.sh: Likewise.
7754         * modules/pread-tests: Likewise.
7755
7756         pread: new module
7757         * modules/pread: New file.
7758         * lib/unistd.in.h (pread): Define/declare.
7759         * lib/pread.c (pread): New file.
7760         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7761         * modules/unistd (Makefile.am): Substitute witnesses.
7762         * doc/posix-functions/pread.texi (pread): Update.
7763         * MODULES.html.sh: Add pread.
7764
7765 2009-11-25  Jim Meyering  <meyering@redhat.com>
7766
7767         tests/init.sh: new file to be used via most *.sh tests
7768         * tests/init.sh: New file.
7769
7770 2009-11-25  Eric Blake  <ebb9@byu.net>
7771
7772         utimens: work around older Linux failure with symlinks
7773         * lib/utimens.c (lutimensat_works_really): New variable.
7774         (fdutimens, lutimens): Use it to manage kernels that support
7775         nanosecond times on files, but not on symlinks.
7776         Reported by Ondřej Vašík.
7777
7778         utimes: fix configure grammar
7779         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7780
7781 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7782
7783         regex: Fix fastmap for multibyte character ranges.
7784         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7785         characters when a multibyte character range is included.
7786
7787 2009-11-22  Andy Wingo  <wingo@pobox.com>
7788
7789         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7790         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7791
7792 2009-11-24  Bruno Haible  <bruno@clisp.org>
7793
7794         doc: Most *_l functions exist in MacOS X 10.5.
7795         * doc/posix-functions/duplocale.texi: Update platforms list.
7796         * doc/posix-functions/freelocale.texi: Likewise.
7797         * doc/posix-functions/newlocale.texi: Likewise.
7798         * doc/posix-functions/uselocale.texi: Likewise.
7799         * doc/posix-functions/isalnum_l.texi: Likewise.
7800         * doc/posix-functions/isalpha_l.texi: Likewise.
7801         * doc/posix-functions/isblank_l.texi: Likewise.
7802         * doc/posix-functions/iscntrl_l.texi: Likewise.
7803         * doc/posix-functions/isdigit_l.texi: Likewise.
7804         * doc/posix-functions/isgraph_l.texi: Likewise.
7805         * doc/posix-functions/islower_l.texi: Likewise.
7806         * doc/posix-functions/isprint_l.texi: Likewise.
7807         * doc/posix-functions/ispunct_l.texi: Likewise.
7808         * doc/posix-functions/isspace_l.texi: Likewise.
7809         * doc/posix-functions/isupper_l.texi: Likewise.
7810         * doc/posix-functions/iswalnum_l.texi: Likewise.
7811         * doc/posix-functions/iswalpha_l.texi: Likewise.
7812         * doc/posix-functions/iswblank_l.texi: Likewise.
7813         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7814         * doc/posix-functions/iswctype_l.texi: Likewise.
7815         * doc/posix-functions/iswdigit_l.texi: Likewise.
7816         * doc/posix-functions/iswgraph_l.texi: Likewise.
7817         * doc/posix-functions/iswlower_l.texi: Likewise.
7818         * doc/posix-functions/iswprint_l.texi: Likewise.
7819         * doc/posix-functions/iswpunct_l.texi: Likewise.
7820         * doc/posix-functions/iswspace_l.texi: Likewise.
7821         * doc/posix-functions/iswupper_l.texi: Likewise.
7822         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7823         * doc/posix-functions/isxdigit_l.texi: Likewise.
7824         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7825         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7826         * doc/posix-functions/strcoll_l.texi: Likewise.
7827         * doc/posix-functions/strfmon_l.texi: Likewise.
7828         * doc/posix-functions/strftime_l.texi: Likewise.
7829         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7830         * doc/posix-functions/strxfrm_l.texi: Likewise.
7831         * doc/posix-functions/tolower_l.texi: Likewise.
7832         * doc/posix-functions/toupper_l.texi: Likewise.
7833         * doc/posix-functions/towctrans_l.texi: Likewise.
7834         * doc/posix-functions/towlower_l.texi: Likewise.
7835         * doc/posix-functions/towupper_l.texi: Likewise.
7836         * doc/posix-functions/wcscoll_l.texi: Likewise.
7837         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7838         * doc/posix-functions/wctrans_l.texi: Likewise.
7839         * doc/posix-functions/wctype_l.texi: Likewise.
7840         * doc/glibc-functions/strptime_l.texi: Likewise.
7841         * doc/glibc-functions/strtod_l.texi: Likewise.
7842         * doc/glibc-functions/strtof_l.texi: Likewise.
7843         * doc/glibc-functions/strtol_l.texi: Likewise.
7844         * doc/glibc-functions/strtold_l.texi: Likewise.
7845         * doc/glibc-functions/strtoll_l.texi: Likewise.
7846         * doc/glibc-functions/strtoul_l.texi: Likewise.
7847         * doc/glibc-functions/strtoull_l.texi: Likewise.
7848         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7849         * doc/glibc-functions/wcstod_l.texi: Likewise.
7850         * doc/glibc-functions/wcstof_l.texi: Likewise.
7851         * doc/glibc-functions/wcstol_l.texi: Likewise.
7852         * doc/glibc-functions/wcstold_l.texi: Likewise.
7853         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7854         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7855         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7856
7857 2009-11-24  Bruno Haible  <bruno@clisp.org>
7858
7859         duplocale: Fix logic bug.
7860         * lib/duplocale.c: Don't include <langinfo.h>.
7861         (_NL_LOCALE_NAME): Remove macro.
7862         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7863         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7864
7865 2009-11-23  Jim Meyering  <meyering@redhat.com>
7866
7867         test-update-copyright: don't hard-code /usr/bin/perl
7868         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7869         perl to print the current year.  Gilles Espinasse reported that
7870         the replaced use of perl was hard-coded as /usr/bin/perl.
7871
7872 2009-11-23  Bruno Haible  <bruno@clisp.org>
7873
7874         duplocale: Add support for glibc 2.3.x.
7875         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7876
7877 2009-11-22  Bruno Haible  <bruno@clisp.org>
7878
7879         vasnprintf: Tiny optimization.
7880         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7881         MacOS X.
7882
7883 2009-11-22  Bruno Haible  <bruno@clisp.org>
7884
7885         Tests for module 'duplocale'.
7886         * modules/duplocale-tests: New file.
7887         * tests/test-duplocale.c: New file.
7888
7889         New module 'duplocale'.
7890         * m4/duplocale.m4: New file.
7891         * lib/locale.in.h (duplocale): New declaration.
7892         * lib/duplocale.c: New file.
7893         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7894         gl_LOCALE_H_DEFAULTS): New macros.
7895         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7896         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7897         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7898         REPLACE_DUPLOCALE.
7899         * modules/duplocale: New file.
7900         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7901
7902 2009-11-22  Bruno Haible  <bruno@clisp.org>
7903
7904         * modules/locale-tests (configure.ac): Test for newlocale function.
7905         * tests/test-locale.c: When the system has extended locale functions,
7906         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7907
7908         locale: Make locale_t available when possible.
7909         * lib/locale.in.h: Include <xlocale.h> when it exists.
7910         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7911         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7912         * modules/locale (Depends-on): Add extensions.
7913         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7914         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7915
7916 2009-11-22  Bruno Haible  <bruno@clisp.org>
7917
7918         Add comments.
7919         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7920         invocation.
7921         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7922         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7923         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7924
7925 2009-11-22  Bruno Haible  <bruno@clisp.org>
7926
7927         error: account for the possibility of freopen (stdout).
7928         * lib/error.c: Include <unistd.h>.
7929         (flush_stdout): New function, extracted from error and error_at_line.
7930         Determine stdout's fd dynamically.
7931         (error, error_at_line): Invoke flush_stdout.
7932         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7933         * modules/error (Depends-on): Add unistd.
7934
7935 2009-11-22  Bruno Haible  <bruno@clisp.org>
7936
7937         diffseq: Add comment.
7938         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7939
7940 2009-11-22  Jim Meyering  <meyering@redhat.com>
7941
7942         c-stack: avoid defining an unused static function
7943         * lib/c-stack.c (find_stack_direction): Do not define this function
7944         when it will not be used.
7945
7946         diffseq: avoid spurious gcc warnings
7947         * lib/diffseq.h (IF_LINT2): Define.
7948         (compareseq): Use it to initialize two members of "part".
7949         This avoids two used-uninitialized warnings.
7950
7951 2009-11-21  Jim Meyering  <meyering@redhat.com>
7952
7953         c-stack: avoid "ignoring return value of `write'" warning
7954         * lib/c-stack.c: Include "ignore-value.h".
7955         (die): Explicitly ignore each write return value.
7956         * modules/c-stack (Depends-on): Add ignore-value.
7957
7958 2009-11-21  Bruno Haible  <bruno@clisp.org>
7959
7960         diffseq: reduce scope of variable 'best'.
7961         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7962         variable, earlier used for two different purposes.
7963
7964 2009-11-21  Jim Meyering  <meyering@redhat.com>
7965
7966         diffseq: remove useless assignment to "best"
7967         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7968         assignment.  At that point "best" is already guaranteed to be zero.
7969
7970 2009-11-20  Eric Blake  <ebb9@byu.net>
7971
7972         build: mention ftp redirector in release announcements
7973         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7974         values that used to come from cfg.mk; mention FTP redirect URL.
7975         * build-aux/announce-gen: Mention the mirror list.
7976         Suggested by Karl Berry.
7977
7978         nanosleep: improve port to mingw
7979         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7980         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7981         LIB_NANOSLEEP, but only when needed.
7982         * modules/select (Link): Document LIBSOCKET.
7983         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7984         enough.
7985
7986         nanosleep: work around cygwin bug
7987         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7988         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7989         bug.
7990         (getnow): Delete, not needed.
7991         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7992         LIB_CLOCK_GETTIME.
7993         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7994         clock-time, gettime.
7995         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7996         bug.
7997         * modules/nanosleep-tests: New test.
7998         * tests/test-nanosleep.c: New file.
7999
8000         sleep: work around cygwin bug
8001         * lib/sleep.c (rpl_sleep): Work around the bug.
8002         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8003         (gl_PREREQ_SLEEP): Delete unused macro.
8004         * modules/sleep (Depends-on): Add verify.
8005         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8006         * modules/unistd (Makefile.am): Substitute witness.
8007         * lib/unistd.in.h (sleep): Update prototype.
8008         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8009         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8010         * modules/sleep-tests (Depends-on): Check for alarm.
8011
8012 2009-11-20  Jim Meyering  <meyering@redhat.com>
8013
8014         maint.mk: improve sc_prohibit_magic_number_exit
8015         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8016         so it does not match uses like System.exit(1).
8017         Add comments showing how to correct all offenders.
8018
8019 2009-11-19  Eric Blake  <ebb9@byu.net>
8020
8021         xalloc-die-tests: add missing library
8022         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8023
8024         test-xvasprintf: silence compiler warnings
8025         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8026         empty string from gcc.
8027
8028 2009-11-19  Jim Meyering  <meyering@redhat.com>
8029
8030         xfreopen: new module, from coreutils
8031         * modules/xfreopen: New module.
8032         * lib/xfreopen.c: New file.
8033         * lib/xfreopen.h: New file.
8034         * MODULES.html.sh (File stream based Input/Output"): Add it.
8035
8036 2009-11-19  Eric Blake  <ebb9@byu.net>
8037
8038         manywarnings: depend on warnings
8039         * modules/manywarnings (Depends-on): Add warnings.
8040
8041         build: avoid compiler warnings
8042         * lib/select.c (rpl_select): Delete unused variable.
8043         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8044
8045 2009-11-18  Eric Blake  <ebb9@byu.net>
8046
8047         tests: avoid false negative with --with-packager
8048         * tests/test-version-etc.sh: Discard packager information.
8049         * tests/test-argp-version-etc-1.sh: Likewise.
8050         Reported by Mike Frysinger.
8051
8052         utimens: fix regression on Solaris
8053         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8054         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8055         can only change fd timestamps via futimesat.  Instead, use an
8056         additional witness macro to avoid BSD bug.
8057         Reported by Jim Meyering.
8058
8059 2009-11-17  Eric Blake  <ebb9@byu.net>
8060
8061         usleep: use it to simplify tests
8062         * modules/stat-time-tests (Depends-on): Add usleep.
8063         (configure.ac): Drop usleep check.
8064         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8065         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8066         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8067         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8068         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8069         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8070         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8071         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8072         Likewise.
8073         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8074         * tests/test-lchown.h (nap): Likewise.
8075         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8076         * tests/test-stat-time.c (nap): Likewise.
8077         * tests/test-utimens-common.h (nap): Update comments.
8078
8079         usleep: new module
8080         * modules/usleep: New file.
8081         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8082         * lib/usleep.c (usleep): Likewise.
8083         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8084         * modules/unistd (Makefile.am): Substitute witnesses.
8085         * lib/unistd.in.h (usleep): Add declaration.
8086         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8087         * MODULES.html.sh (Date and time): Likewise.
8088         * modules/usleep-tests (Depends-on): New test.
8089         * tests/test-usleep.c: New file.
8090
8091         chown: work around OpenBSD bug
8092         * lib/chown.c (rpl_chown): Work around the bug.
8093         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8094         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8095         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8096         * modules/chown (Depends-on): Add stdbool.
8097         * modules/lchown (Depends-on): Likewise.
8098         * doc/posix-functions/chown.texi (chown): Document the bug.
8099         * doc/posix-functions/lchown.texi (lchown): Likewise.
8100         * tests/test-lchown.h (test_chown): Relax test.
8101
8102         mkstemp: avoid conflict with C++ keyword template
8103         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8104         * lib/mkostemp.c (mkostemp): Likewise.
8105         * lib/mkostemps.c (mkostemps): Likewise.
8106         * lib/mkstemp.c (mkstemp): Likewise.
8107         * lib/mkstemps.c (mkstemps): Likewise.
8108
8109         xalloc-die-tests: optimize
8110         * tests/test-xalloc-die.sh: Reduce number of processes.
8111
8112 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8113
8114         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8115         patch from ludo@gnu.org (Ludovic Courtès).
8116
8117 2009-11-17  Jim Meyering  <meyering@redhat.com>
8118
8119         version-etc: use proper license string
8120         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8121         * modules/version-etc-fsf: Likewise.
8122
8123 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8124
8125         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8126         printed to stdout.  Deal with EOL differences.
8127
8128 2009-11-17  Eric Blake  <ebb9@byu.net>
8129
8130         unsetenv: work around Solaris bug
8131         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8132         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8133         Reported by Jim Meyering.
8134
8135         vasnprintf: avoid compiler warnings
8136         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8137         variables.
8138         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8139
8140 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8141
8142         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8143         settings since xalloc-die is no longer the self test,
8144         xalloc-die.sh is.
8145
8146 2009-11-17  Jim Meyering  <meyering@redhat.com>
8147
8148         test-xalloc-die.sh: make the code agree with the commit log
8149         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8150         at the end, just in case you happen to have a test-xalloc-die
8151         program in some other PATH directory.
8152
8153         test-xalloc-die.sh: fix a portability bug
8154         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8155         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8156         Otherwise, argv[0] (as often seen in diagnostics) would be too
8157         system-dependent, sometimes with, and sometimes without the leading "./".
8158
8159         version-etc-fsf: relax license to LGPLv3+
8160         * modules/version-etc-fsf (License): Relax license.
8161
8162 2009-11-16  Eric Blake  <ebb9@byu.net>
8163
8164         xalloc-die-tests: avoid printing null pointer
8165         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8166         shell script.
8167         * tests/test-xalloc-die.c (program_name): Declare.
8168         * tests/test-xalloc-die.sh (tmpfiles): New file.
8169
8170         setenv, unsetenv: work around various bugs
8171         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8172         (setenv) [HAVE_SETENV]: Work around bugs.
8173         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8174         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8175         for bugs.
8176         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8177         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8178         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8179         * modules/stdlib (Makefile.am): Update substitutions.
8180         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8181         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8182         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8183         * modules/setenv-tests: New test.
8184         * modules/unsetenv-tests: Likewise.
8185         * tests/test-setenv.c: New file.
8186         * tests/test-unsetenv.c: Likewise.
8187
8188 2009-11-16  Jim Meyering  <meyering@redhat.com>
8189
8190         version-etc: relax license to LGPLv3+
8191         * modules/version-etc (License): Relax license.
8192
8193         better AC_REQUIRE expanded-before-required-warning avoidance
8194         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8195         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8196         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8197         which is no longer needed.
8198
8199 2009-11-16  Eric Blake  <ebb9@byu.net>
8200
8201         test-freading: clean up temporary file
8202         * tests/test-freading.c (main): Remove file on success, and use
8203         ASSERT more liberally.
8204         Reported by Jim Meyering.
8205
8206 2009-11-16  Jim Meyering  <meyering@redhat.com>
8207
8208         avoid new AC_REQUIRE expanded-before-required warnings
8209         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8210         merely using it.
8211         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8212         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8213
8214 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8215
8216         * tests/test-xalloc-die.c: New file.
8217         * modules/xalloc-die-tests: New file.
8218         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8219         XFAIL_TESTS so it can be appended by modules.
8220
8221 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8222
8223         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8224         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8225
8226 2009-11-14  Eric Blake  <ebb9@byu.net>
8227
8228         fnmatch: avoid compiler warning
8229         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8230         to silence compiler warning about mismatch signedness in ?:.
8231         Reported by Robert Millan.
8232
8233         intprops: add double-inclusion guard
8234         * lib/intprops.h: Allow idempotent includes.
8235         Suggested by Bruce Korb.
8236
8237         openat: detect Solaris fchownat bug
8238         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8239         penalizing glibc chownat when only lchownat is broken.
8240         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8241         trailing slash bugs.
8242         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8243         * modules/openat-tests (Files): Include more files.
8244         (Depends-on): Add mgetgroups, sleep, stat-time.
8245         (configure.ac): Add additional checks.
8246         (Makefile.am): Build new test.
8247         * tests/test-fchownat.c: New file.
8248
8249         lchown: detect Solaris and FreeBSD bug
8250         * lib/lchown.c (rpl_lchown): Work around bug.
8251         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8252         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8253         * modules/unistd (Makefile.am): Populate it.
8254         * lib/unistd.in.h (lchown): Update declaration.
8255         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8256         * modules/lchown-tests: New file.
8257         * tests/test-lchown.h (test_lchown): Likewise.
8258         * tests/test-lchown.c (main): Likewise.
8259
8260         chown: detect Solaris and FreeBSD bug
8261         * lib/chown.c (rpl_chown): Work around bug.
8262         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8263         (gl_PREREQ_CHOWN): Delete.
8264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8265         * modules/unistd (Makefile.am): Populate it.
8266         * lib/unistd.in.h (chown): Update declaration.
8267         * lib/lchown.c (chown): Update client.
8268         * modules/lchown (Depends-on): Add lstat.
8269         * doc/posix-functions/chown.texi (chown): Document the bug.
8270         * doc/posix-functions/getgroups.texi (getgroups): Document
8271         getgroups pitfall.
8272         * modules/chown-tests: New file.
8273         * tests/test-chown.h (test_chown): Likewise.
8274         * tests/test-chown.c (main): Likewise.
8275
8276 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8277
8278         gnulib-tool: correctly detect absence of m4 directories
8279         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8280
8281 2009-11-14  Jim Meyering  <meyering@redhat.com>
8282
8283         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8284         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8285
8286 2009-11-14  John W. Eaton  <jwe@gnu.org>
8287
8288         strftime.h: wrap funtion declaration in extern "C" block
8289         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8290
8291 2009-11-13  Eric Blake  <ebb9@byu.net>
8292
8293         getgroups: avoid compiler warning
8294         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8295
8296         getgroups: work around FreeBSD bug
8297         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8298         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8299         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8300         * tests/test-getgroups.c (main): Fix buffer overrun.
8301
8302         getgroups: avoid compilation failure
8303         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8304         * modules/getgroups (Depends-on): Add stdint.
8305
8306 2009-11-13  Jim Meyering  <meyering@redhat.com>
8307
8308         test-getgroups: avoid compilation failure
8309         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8310
8311 2009-11-13  Eric Blake  <ebb9@byu.net>
8312
8313         mgetgroups: new module, taken from coreutils
8314         * modules/mgetgroups: New file.
8315         * lib/mgetgroups.h: Likewise.
8316         * lib/mgetgroups.c (mgetgroups): Likewise.
8317         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8318         * MODULES.html.sh (Users and groups): Mention it.
8319
8320         getgroups: don't expose GETGROUPS_T to user
8321         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8322         an element at a time if GETGROUPS_T is wrong size.
8323         * lib/getugroups.h (getugroups): Change signature.
8324         * lib/unistd.in.h (getgroups): Likewise.
8325         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8326         signature needs fixing.
8327         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8328         AC_TYPE_GETGROUPS.
8329         * modules/group-member (Depends-on): Add getgroups.
8330         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8331         (group_member): Rely on getgroups replacement.
8332         * lib/getugroups.c (getugroups): Use gid_t.
8333         * tests/test-getgroups.c (main): Likewise.
8334         * NEWS: Mention the signature change.
8335         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8336         problem with signature.
8337         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8338         GETGROUPS_T is still useful for setgroups.
8339
8340         getgroups, getugroups: provide stubs for mingw
8341         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8342         * lib/getugroups.c (getugroups): Likewise.
8343         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8344         function.  Modernize replacement scheme.
8345         (gl_PREREQ_GETGROUPS): Delete.
8346         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8347         * modules/getgroups (configure.ac): Declare witness.
8348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8349         * modules/unistd (Depends-on): Substitute witness.
8350         * lib/unistd.in.h (getgroups): Declare replacement.
8351
8352         getgroups: avoid calling exit
8353         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8354         drop xalloc.
8355         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8356         dependencies.
8357         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8358         exiting, in the rare case of malloc failure.
8359
8360         getgroups: fix logic error
8361         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8362         has more than 20 groups.
8363         * modules/getgroups-tests: New test.
8364         * tests/test-getgroups.c: New file.
8365
8366 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8367
8368         * tests/test-base64.c: Improve.
8369
8370 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8371
8372         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8373         Blake <ebb9@byu.net>.
8374
8375 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8376
8377         * tests/test-xvasprintf.c: Add %s%s related checks.
8378
8379 2009-11-12  Eric Blake  <ebb9@byu.net>
8380
8381         version-etc: match standards.texi style
8382         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8383         and use <> only for URLs.
8384
8385 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8386
8387         fts: do not fail on a submount during traversal
8388         * lib/fts.c (fts_build): Read the stat info again after opening
8389         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8390         Original report at http://bugzilla.redhat.com/501848.
8391
8392 2009-11-12  Jim Meyering  <meyering@redhat.com>
8393
8394         bootstrap: sync from coreutils
8395         * build-aux/bootstrap (bootstrap_epilogue): New function.
8396         Use git_modules_config in one more place.  This make bootstrap's
8397         --gnulib-srcdir option more useful for testing.
8398
8399         bootstrap: generalize autoheader check
8400         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8401         AC_CONFIG_HEADERS.
8402
8403 2009-11-11  Eric Blake  <ebb9@byu.net>
8404
8405         mkfifoat: use new modules for Solaris and BSD bugs
8406         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8407         * lib/mkfifoat.c (mknodat): Split...
8408         * lib/mknodat.c (mknodat): ...into new file.
8409         * modules/mkfifoat (Files): Ship new file.
8410         (Depends-on): Add mkfifo, mknod.
8411         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8412         (Depends-on): Add symlink.
8413         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8414         redundant with test_mkfifo.h.
8415         (do_mkfifoat, do_mknodat): New helpers.
8416
8417         mknod: new module
8418         * modules/mknod: New file.
8419         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8420         * lib/mknod.c (mknod): Likewise.
8421         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8422         defaults.
8423         * modules/sys_stat (Makefile.am): Substitute them.
8424         * lib/sys_stat.in.h (mknod): Declare replacement.
8425         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8426         Document it.
8427         * doc/posix-functions/mknod.texi (mknod): Likewise.
8428         * modules/mknod-tests: New test.
8429         * tests/test-mknod.c: Likewise.
8430
8431         mkfifo: new module
8432         * modules/mkfifo: New file.
8433         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8434         * lib/mkfifo.c (mkfifo): Likewise.
8435         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8436         defaults.
8437         * modules/sys_stat (Makefile.am): Substitute them.
8438         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8439         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8440         Document it.
8441         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8442         * modules/mkfifo-tests: New test.
8443         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8444         from test-mkfifoat.c.
8445         * tests/test-mkfifo.c: New file.
8446
8447         readlink: detect FreeBSD bug
8448         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8449         slash on symlink.
8450         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8451         * tests/test-readlink.h (test_readlink): Enhance test.
8452
8453         symlink: detect FreeBSD bug
8454         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8455         slash on symlink.
8456         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8457         * tests/test-symlink.h (test_symlink): Enhance test.
8458
8459 2009-11-10  Eric Blake  <ebb9@byu.net>
8460
8461         link: detect FreeBSD bug
8462         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8463         symlink.
8464         * doc/posix-functions/link.texi (link): Document the bug.
8465         * tests/test-link.h (test_link): Enhance test.
8466         * tests/test-linkat.c (main): Update caller.
8467
8468         unlink, remove: detect FreeBSD bug
8469         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8470         slash on symlink.
8471         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8472         * doc/posix-functions/remove.texi (remove): Likewise.
8473         * tests/test-unlink.h (test_unlink): Enhance test.
8474         * tests/test-remove.c (main): Likewise.
8475
8476 2009-11-09  Eric Blake  <ebb9@byu.net>
8477
8478         rename: detect FreeBSD bug
8479         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8480         slash on symlink.
8481         * modules/renameat-tests (Depends-on): Add filenamecat.
8482         * tests/test-rename.h (test_rename): Allow one more errno.
8483         * tests/test-renameat.c (main): Likewise.
8484         * doc/posix-functions/rename.texi (rename): Document the bug.
8485
8486         open: detect FreeBSD bug
8487         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8488         symlink.
8489         * doc/posix-functions/open.texi (open): Document the bug.
8490         * doc/posix-functions/utimes.texi (utimes): Likewise.
8491         * tests/test-open.h (test_open): Add parameters, and test symlink
8492         handling.
8493         * tests/test-open.c (main): Adjust caller.
8494         * tests/test-fcntl-safer.c (main): Likewise.
8495         * modules/open-tests (Depends-on): Add stdbool, symlink.
8496         * modules/fcntl-safer-tests (Depends-on): Likewise.
8497         * tests/test-openat.c (main): Add test-open tests.
8498
8499         stat: detect FreeBSD bug
8500         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8501         symlink.
8502         * doc/posix-functions/stat.texi (stat): Document the bug.
8503         * tests/test-stat.h (test_stat_func): Add argument.
8504         * tests/test-stat.c (main): Adjust caller.
8505         * tests/test-fstatat.c (main): Likewise.
8506         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8507         Reported by Jim Meyering.
8508
8509 2009-11-09  James Youngman  <jay@gnu.org>
8510
8511         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8512         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8513
8514 2009-11-08  Jim Meyering  <meyering@redhat.com>
8515
8516         utimens: remove invalid futimesat call
8517         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8518         It used the file descriptor of the target file as the DIR_FD
8519         parameter and NULL as the file name.  That caused failure with
8520         errno == EFAULT on FreeBSD-8.0-rc2
8521
8522 2009-11-07  Eric Blake  <ebb9@byu.net>
8523
8524         fflush, freadseek: use fseeko, not fseek
8525         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8526         (clear_ungetc_buffer): Avoid potential problems on large files.
8527         * lib/freadseek.c (freadseek): Likewise.
8528         * modules/freadseek (Depends-on): Add fseeko.
8529         * modules/fseek (configure.ac): Set a witness.
8530         * tests/test-fflush.c (main): Use fseeko.
8531         * tests/test-fpurge.c (fseek): Disable link warning.
8532         * tests/test-freadable.c (fseek): Likewise.
8533         * tests/test-freading.c (fseek): Likewise.
8534         * tests/test-fseeko.c (fseek): Likewise.
8535         * tests/test-ftell.c (fseek): Likewise.
8536         * tests/test-ftello.c (fseek): Likewise.
8537         * tests/test-fwritable.c (fseek): Likewise.
8538         * tests/test-fwriting.c (fseek): Likewise.
8539
8540 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8541
8542         * modules/memchr (Depends-on): Drop getpagesize dependency.
8543
8544 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8545
8546         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8547         Reported by Ludovic Courtès.
8548         * build-aux/pmccabe2html: Improve example usage.
8549         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8550
8551 2009-11-06  Jim Meyering  <meyering@redhat.com>
8552
8553         do-release-commit-and-tag: New module.
8554         Automate the release-commit and tag process.
8555         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8556         * modules/do-release-commit-and-tag: New file.
8557         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8558
8559 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8560
8561         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8562         because test-select.c uses inet_pton.
8563
8564 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8565
8566         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8567         GETADDRINFO_LIB.  Bump serial number.
8568         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8569         Suggested by Eric Blake <ebb9@byu.net>.
8570
8571 2009-11-05  Eric Blake  <ebb9@byu.net>
8572
8573         strtod: detect darwin bug
8574         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8575         Reported by Leo Davis.
8576
8577         freopen-safer: new module
8578         * modules/freopen-safer: New module.
8579         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8580         * lib/freopen-safer.c (freopen_safer): New file.
8581         * lib/stdio-safer.h (freopen_safer): New declaration.
8582         * lib/stdio--.h (freopen): New override.
8583         * MODULES.html.sh (File stream based Input/Output): Mention it.
8584         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8585         freopen-safer module.
8586         * doc/posix-functions/stderr.texi (stderr): Likewise.
8587         * doc/posix-functions/stdin.texi (stdin): Likewise.
8588         * doc/posix-functions/stdout.texi (stdout): Likewise.
8589         * modules/freopen-safer-tests: New test.
8590         * tests/test-reopen-safer.c: New file.
8591
8592 2009-11-05  Jim Meyering  <meyering@redhat.com>
8593
8594         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8595         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8596
8597 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8598
8599         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8600
8601 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8602
8603         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8604
8605 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8606
8607         Fix link error.
8608         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8609         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8610
8611 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8612
8613         * tests/test-func.c: Also test value of __func__.
8614
8615 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8616
8617         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8618         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8619
8620 2009-11-05  Bruno Haible  <bruno@clisp.org>
8621
8622         Fix link error.
8623         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8624         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8625         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8626
8627 2009-11-05  Bruno Haible  <bruno@clisp.org>
8628
8629         Tests for module 'inet_pton'.
8630         * modules/inet_pton-tests: New file.
8631         * tests/test-inet_pton.c: New file.
8632
8633 2009-11-05  Bruno Haible  <bruno@clisp.org>
8634
8635         Tests for module 'inet_ntop'.
8636         * modules/inet_ntop-tests: New file.
8637         * tests/test-inet_ntop.c: New file.
8638
8639 2009-11-04  Eric Blake  <ebb9@byu.net>
8640
8641         stdlib-safer: wrap all mkstemp variants
8642         * modules/mkostemp (configure.ac): Set witness.
8643         * modules/mkostemps (configure.ac): Likewise.
8644         * modules/mkstemps (configure.ac): Likewise.
8645         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8646         (mkstemps_safer): Wrap more functions.
8647         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8648         wrapping.
8649         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8650         (mkstemps_safer): Implement the wrappers.
8651
8652         mkstemps, mkostemps: new modules
8653         * modules/mkostemps: New module.
8654         * modules/mkstemps: Likewise.
8655         * lib/mkostemps.c (mkostemps): New file.
8656         * lib/mkstemps.c (mkstemps): Likewise.
8657         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8658         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8659         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8660         * modules/stdlib (Makefile.am): Substitute them.
8661         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8662         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8663         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8664         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8665         * MODULES.html.sh (File system functions): Mention them.
8666
8667         tempname: resync from glibc
8668         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8669         same values for __GT_FILE as glibc.  Abort even when assertions
8670         are disabled.
8671         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8672         match its value otherwise.  Allow idempotent inclusion.
8673         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8674         * lib/mkostemp.c (mkostemp): Likewise.
8675         * lib/mkstemp.c (mkstemp): Likewise.
8676         * lib/tmpfile.c (tmpfile): Likewise.
8677         * NEWS: Document this.
8678
8679         utimens: fix use of futimens on older Linux
8680         * lib/utimens.c (fdutimens): Use updated, rather than original,
8681         timespec to avoid bug in older Linux kernel.
8682         Reported by Simon Josefsson.
8683
8684 2009-11-04  Bruno Haible  <bruno@clisp.org>
8685
8686         Make num_processors more flexible and consistent.
8687         * lib/nproc.h (enum nproc_query): New type.
8688         (num_processors): Add a 'query' argument.
8689         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8690         (num_processors): Add a 'query' argument. Test the value of the
8691         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8692         mingw, count the number of CPUs available for the current process.
8693         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8694         Check for sched_getaffinity and sched_getaffinity_np.
8695         * modules/nproc (Depends-on): Add c-ctype, extensions.
8696         * NEWS: Mention the change.
8697
8698 2009-11-03  Bruno Haible  <bruno@clisp.org>
8699
8700         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8701
8702 2009-11-03  Jim Meyering  <meyering@redhat.com>
8703
8704         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8705         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8706         if it is defined.
8707
8708 2009-11-02  Eric Blake  <ebb9@byu.net>
8709
8710         mktime, timegm: share common declaration
8711         * lib/mktime-internal.h: New file.
8712         * lib/mktime.c: Use it rather than open-coding a declaration.
8713         * lib/timegm.c: Likewise.
8714         * modules/mktime (Files): Ship it.
8715         * modules/timegm (Files): Likewise.
8716         Suggested by Bruno Haible.
8717
8718         test-update-copyright: update test to match script changes
8719         * tests/test-update-copyright.sh: Avoid hard-coding perl
8720         location.  Don't update *.bak created by earlier runs.
8721
8722 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8723             Simon Josefsson  <simon@josefsson.org>
8724             Bruno Haible  <bruno@clisp.org>
8725
8726         Fix link error on Solaris 8.
8727         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8728         also in libnsl. Define also INET_PTON_LIB.
8729         * modules/inet_pton (Link): New section.
8730
8731 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8732             Bruno Haible  <bruno@clisp.org>
8733
8734         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8735         * modules/inet_ntop (Link): New section.
8736         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8737
8738 2009-11-02  Eric Blake  <ebb9@byu.net>
8739
8740         maint: avoid compiler warnings in m4 macros
8741         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8742         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8743
8744 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8745
8746         * m4/pmccabe2html.m4: Remove file.
8747         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8748         function.  Change maintainer.
8749         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8750         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8751         Courtès).
8752
8753 2009-10-31  Eric Blake  <ebb9@byu.net>
8754
8755         fseeko: fix m4 regression
8756         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8757         regression from 2009-10-27.
8758         Reported by Ralf Wildenhues.
8759
8760 2009-10-31  Jim Meyering  <meyering@redhat.com>
8761
8762         inttostr: aesthetics and improved (compile-time) safety
8763         Define inttype_is_signed rather than inttype_is_unsigned,
8764         since the sole use is via "#if inttype_is_signed".
8765         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8766         inttype_is_unsigned.
8767         * lib/offtostr.c (inttype_is_signed): Likewise.
8768         * lib/uinttostr.c (inttype_is_signed): Likewise.
8769         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8770         * lib/inttostr.c (inttostr): Use verify to cross-check the
8771         inttype_is_signed value and the signedness of the actual type.
8772         * modules/inttostr (Depends-on): Add verify.
8773
8774 2009-10-30  Eric Blake  <ebb9@byu.net>
8775
8776         build: avoid compiler warnings
8777         * lib/fchmodat.c (lchmod): Mark unused variables.
8778         * lib/getopt.c (_getopt_initialize): Likewise.
8779         * lib/mktime.c (__mktime_internal): Provide prototype.
8780         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8781         older gcc that do not understand #pragma GCC diagnostic.
8782         * lib/uinttostr.c (inttype_is_unsigned): Define.
8783         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8784
8785 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8786
8787         stat: fix compilation on AIX
8788         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8789         only see struct stat64.
8790
8791 2009-10-30  Eric Blake  <ebb9@byu.net>
8792
8793         exclude: make more robust
8794         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8795         rather than masking a coding bug.
8796         Suggested by Bruno Haible.
8797
8798 2009-10-30  Jim Meyering  <meyering@redhat.com>
8799
8800         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8801         Rather than putting #!/usr/bin/perl on the first line,
8802         start with a variant of what's recommended by "man perlrun" that
8803         invokes the first "perl" program from your shell's search path.
8804         * build-aux/gitlog-to-changelog: Replace #!... as above.
8805         Add a "Local Variables" perl mode setting.
8806         Prompted by a patch from Ludovic Courtès.
8807         Improved by Eric Blake.
8808         * build-aux/useless-if-before-free: Likewise.
8809         * build-aux/announce-gen: Likewise.
8810         * build-aux/update-copyright: Likewise.
8811
8812 2009-10-29  Eric Blake  <ebb9@byu.net>
8813
8814         filenamecat-lgpl: adjust clients
8815         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8816         filenamecat.
8817         * modules/renameat (Depends-on): Likewise.
8818
8819         filenamecat: split into filenamecat-lgpl
8820         * modules/filenamecat-lgpl: New module.
8821         * modules/filenamecat (Files): Move library-safe files into
8822         filenamecat-lgpl.
8823         (Depends-on): Add filenamecat-lgpl.
8824         (configure.ac): Declare witness.
8825         * lib/filenamecat.h (file_name_concat): Only declare when using
8826         GPL module.
8827         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8828         Move...
8829         * lib/filenamecat-lgpl.c: ...into new file.
8830         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8831         (gl_FILE_NAME_CONCAT): Use it.
8832         * MODULES.html.sh (File system functions): Mention new module.
8833
8834         argp: avoid memory leak
8835         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8836         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8837         base_name, since the latter malloc()s and can call exit().
8838         Leak introduced 2006-07-03.
8839
8840         dirname-lgpl: adjust clients that don't need full dirname
8841         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8842         * modules/filenamecat (Depends-on): Likewise.
8843         * modules/linkat (Depends-on): Likewise.
8844         * modules/mkancesdirs (Depends-on): Likewise.
8845         * modules/mkdir (Depends-on): Likewise.
8846         * modules/openat (Depends-on): Likewise.
8847         * modules/savewd (Depends-on): Likewise.
8848         * modules/rename (Depends-on): Likewise.
8849         (License): Relax license.
8850         * modules/mkdir-tests (Depends-on): Drop progname.
8851         (Makefile.am): Delete unneeded LDADD.
8852         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8853
8854         dirname: split into dirname-lgpl
8855         * modules/dirname-lgpl: New module.
8856         * modules/dirname (Files): Move library-safe files into
8857         dirname-lgpl.
8858         (Depends-on): Add dirname-lgpl.
8859         (configure.ac): Declare witness.
8860         * modules/double-slash-root (License): Relax license.
8861         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8862         module.
8863         * lib/dirname.c (dir_len, mdir_name): Move...
8864         * lib/dirname-lgpl.c: ...into new file.
8865         * lib/basename.c (last_component, base_len): Move...
8866         * lib/basename-lgpl.c: ...into new file.
8867         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8868         (gl_DIRNAME): Use it.
8869         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8870         Mention new module.
8871         * modules/dirname-tests (Depends-on): Add progname.
8872         * tests/test-dirname.c (program_name): Delete.
8873
8874         mkdir: make safe for libraries
8875         * modules/mkdir (Depends-on): Drop xalloc.
8876         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8877         exit.
8878
8879         tests: avoid some compiler warnings
8880         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8881         literals.
8882         * tests/test-memchr.c (main): Avoid type mismatch.
8883         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8884         * tests/test-base64.c (main): Likewise.
8885         * tests/test-getdelim.c (main): Likewise.
8886         * tests/test-gethostname.c (main): Likewise.
8887         * tests/test-getline.c (main): Likewise.
8888         * tests/test-netinet_in.c (main): Likewise.
8889         * tests/test-select.c (open_server_socket, main): Likewise.
8890         * tests/test-select-stdin.c (main): Likewise.
8891         * tests/test-sockets.c (main): Likewise.
8892         * tests/test-strsignal.c (main): Likewise.
8893         * tests/test-sys_select.c (main): Likewise.
8894         * tests/test-sys_socket.c (main): Likewise.
8895         * tests/test-u64.c (main): Likewise.
8896         * tests/test-xfprintf-posix.c (main): Likewise.
8897         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8898
8899         sockets: avoid compiler warning
8900         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8901
8902         maint: detect usage(1) and other suspicious exits
8903         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8904
8905 2009-10-29  Jim Meyering  <meyering@redhat.com>
8906
8907         timespec: long-to-int truncation could make timespec_cmp malfunction
8908         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8909         a multiple of 2^32 nanoseconds as no difference.
8910
8911 2009-10-28  Jim Meyering  <meyering@redhat.com>
8912
8913         fprintftime: wrap macro code argument in "do {...} while(0)"
8914         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8915         cpy macro must be a statement that can be followed by a semicolon.
8916         Now that the else clause contains a comment and is hence longer
8917         than one line, I require curly braces.  That in turn requires
8918         that we wrap this code block in the standard do...while(0).
8919
8920         fprintftime: remove stray semicolon from previous change
8921         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8922
8923         fprintftime: avoid a warning about ignored fwrite return value
8924         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8925         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8926         that is unsafe.
8927         * modules/fprintftime (Depends-on): Add ignore-value.
8928
8929         exclude: avoid an unwarranted warning
8930         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8931
8932 2009-10-27  Eric Blake  <ebb9@byu.net>
8933
8934         fseek: avoid compilation failure when fflush is replaced
8935         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8936         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8937         module is in use.
8938         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8939         module is not in use; since REPLACE_FSEEK worked otherwise.
8940         (GNULIB_FTELLO): Likewise for ftell.
8941         Reported by Ian Beckwith and others.
8942
8943 2009-10-27  Bruno Haible  <bruno@clisp.org>
8944
8945         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8946         Reported by Jim Meyering.
8947
8948 2009-10-27  Jim Meyering  <jim@meyering.net>
8949             Bruno Haible  <bruno@clisp.org>
8950
8951         Avoid warning despite dropping the return value of fwrite.
8952         * lib/unicodeio.c: Include ignore-value.h.
8953         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8954         * modules/unicodeio (Depends-on): Add ignore-value.
8955
8956 2009-10-26  Eric Blake  <ebb9@byu.net>
8957
8958         areadlinkat: fix fallback path
8959         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8960         pointer and zero.
8961
8962 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8963
8964         Use a better IO block size for modern systems
8965         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8966         * lib/md2.c: Likewise.
8967         * lib/md4.c: Likewise.
8968         * lib/md5.c: Likewise.
8969         * lib/sha1.c: Likewise.
8970         * lib/sha256.c: Likewise.
8971         * lib/sha512.c: Likewise.
8972
8973 2009-10-22  Eric Blake  <ebb9@byu.net>
8974
8975         tests: avoid several compiler warnings
8976         * tests/test-getcwd.c (main): Avoid buffer underflow.
8977         * tests/test-getdate.c (main): String literals are not safe with
8978         putenv, so use setenv.  Declare unused argument.
8979         * modules/getdate-tests (Depends-on): Add setenv.
8980         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8981         problems with string literals in char *.
8982         * tests/test-hash.c (main): Avoid shadowing declaration.
8983         (insert_new): Treat string literals as char const *.
8984         * tests/test-getopt.h (test_getopt): Likewise.
8985         (getopt_loop): Alter types to minimize casting elsewhere.
8986         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8987         (test_getopt_long_posix): Likewise.
8988         (do_getopt_long): Add wrapper to minimize casting.
8989         * tests/test-atexit.c (clear_temp_file): Use void.
8990         * tests/test-areadlink-with-size.c (main): Declare unused
8991         arguments.
8992         * tests/test-areadlink.c (main): Likewise.
8993         * tests/test-areadlinkat-with-size.c (main): Likewise.
8994         * tests/test-areadlinkat.c (main): Likewise.
8995         * tests/test-canonicalize-lgpl.c (main): Likewise.
8996         * tests/test-canonicalize.c (main): Likewise.
8997         * tests/test-dirent-safer.c (main): Likewise.
8998         * tests/test-dirname.c (main): Likewise.
8999         * tests/test-dup2.c (main): Likewise.
9000         * tests/test-fchdir.c (main): Likewise.
9001         * tests/test-fcntl-h.c (main): Likewise.
9002         * tests/test-fcntl-safer.c (main): Likewise.
9003         * tests/test-fdopendir.c (main): Likewise.
9004         * tests/test-fdutimensat.c (main): Likewise.
9005         * tests/test-fflush.c (main): Likewise.
9006         * tests/test-filenamecat.c (main): Likewise.
9007         * tests/test-filevercmp.c (main): Likewise.
9008         * tests/test-fopen-safer.c (main): Likewise.
9009         * tests/test-fopen.c (main): Likewise.
9010         * tests/test-fpending.c (main): Likewise.
9011         * tests/test-fpurge.c (main): Likewise.
9012         * tests/test-freading.c (main): Likewise.
9013         * tests/test-fstatat.c (main): Likewise.
9014         * tests/test-fsync.c (main): Likewise.
9015         * tests/test-futimens.c (main): Likewise.
9016         * tests/test-getndelim2.c (main): Likewise.
9017         * tests/test-gettimeofday.c (main): Likewise.
9018         * tests/test-getopt.c (main): Likewise.
9019         * tests/test-i-ring.c (main): Likewise.
9020         * tests/test-inttypes.c (main): Likewise.
9021         * tests/test-link.c (main): Likewise.
9022         * tests/test-lstat.c (main): Likewise.
9023         * tests/test-math.c (main): Likewise.
9024         * tests/test-md5.c (main): Likewise.
9025         * tests/test-memchr2.c (main): Likewise.
9026         * tests/test-memrchr.c (main): Likewise.
9027         * tests/test-mkdir.c (main): Likewise.
9028         * tests/test-mkdirat.c (main): Likewise.
9029         * tests/test-mkfifoat.c (main): Likewise.
9030         * tests/test-open.c (main): Likewise.
9031         * tests/test-openat-safer.c (main): Likewise.
9032         * tests/test-openat.c (main): Likewise.
9033         * tests/test-quotearg.c (main): Likewise.
9034         * tests/test-rawmemchr.c (main): Likewise.
9035         * tests/test-readlink.c (main): Likewise.
9036         * tests/test-remove.c (main): Likewise.
9037         * tests/test-rename.c (main): Likewise.
9038         * tests/test-renameat.c (main): Likewise.
9039         * tests/test-rmdir.c (main): Likewise.
9040         * tests/test-sha1.c (main): Likewise.
9041         * tests/test-signal.c (main): Likewise.
9042         * tests/test-sigaction.c (main): Likewise.
9043         * tests/test-stat.c (main): Likewise.
9044         * tests/test-stat-time.c (main): Likewise.
9045         * tests/test-stddef.c (main): Likewise.
9046         * tests/test-stdint.c (main): Likewise.
9047         * tests/test-stdio.c (main): Likewise.
9048         * tests/test-stdlib.c (main): Likewise.
9049         * tests/test-strchrnul.c (main): Likewise.
9050         * tests/test-strerror.c (main): Likewise.
9051         * tests/test-string.c (main): Likewise.
9052         * tests/test-strtod.c (main): Likewise.
9053         * tests/test-strverscmp.c (main): Likewise.
9054         * tests/test-symlink.c (main): Likewise.
9055         * tests/test-symlinkat.c (main): Likewise.
9056         * tests/test-sys_stat.c (main): Likewise.
9057         * tests/test-sys_time.c (main): Likewise.
9058         * tests/test-time.c (main): Likewise.
9059         * tests/test-unistd.c (main): Likewise.
9060         * tests/test-unlink.c (main): Likewise.
9061         * tests/test-unlinkat.c (main): Likewise.
9062         * tests/test-utimens.c (main): Likewise.
9063         * tests/test-utimensat.c (main): Likewise.
9064         * tests/test-version-etc.c (main): Likewise.
9065         * tests/test-wchar.c (main): Likewise.
9066         * tests/test-wctype.c (main): Likewise.
9067         * tests/test-xprintf-posix.c (main): Likewise.
9068         * tests/test-posixtm.c (main): Likewise.
9069         (STREQ): Delete unused macro.
9070         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9071         shadowed variables.
9072         * tests/test-memchr.c (main): Likewise.
9073
9074 2009-10-21  Eric Blake  <ebb9@byu.net>
9075
9076         areadlinkat: avoid failure on older glibc
9077         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9078         rather than mis-comparing 0 against FUNC_RESULT of char*.
9079
9080 2009-10-21  Bruno Haible  <bruno@clisp.org>
9081
9082         * modules/stpncpy (License): Relicense under LGPLv2+.
9083         Reported by David Lutterkort <lutter@redhat.com>.
9084
9085 2009-10-20  Eric Blake  <ebb9@byu.net>
9086
9087         utimensat: work around Solaris 9 bug
9088         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9089         has trailing slash bugs.
9090         * tests/test-lutimens.h (test_lutimens): Enhance test.
9091         * tests/test-utimens.h (test_utimens): Likewise.
9092         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9093         * doc/posix-functions/utimes.texi (utimes): Likewise.
9094         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9095         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9096         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9097         * doc/posix-functions/futimens.texi (futimens): Likewise.
9098
9099         fdutimensat: new module
9100         * modules/fdutimensat: New file.
9101         * lib/fdutimensat.c (fdutimensat): Likewise.
9102         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9103         * MODULES.html.sh (File system functions): Mention module.
9104         * modules/fdutimensat-tests: New test.
9105         * tests/test-fdutimensat.c: Likewise.
9106
9107         doc: regenerate INSTALL
9108         * doc/INSTALL: Reflect recent autoconf update.
9109         * doc/INSTALL.ISO: Likewise.
9110         * doc/INSTALL.UTF-8: Likewise.
9111
9112 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9113
9114         acl: warn if ACL support is not detected
9115         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9116
9117 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9118
9119         * lib/nproc.h: Add extern "C" block for C++.
9120
9121 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9122             Bruno Haible  <bruno@clisp.org>
9123
9124         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9125         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9126         * doc/posix-functions/isalpha.texi: Likewise.
9127         * doc/posix-functions/isblank.texi: Likewise.
9128         * doc/posix-functions/iscntrl.texi: Likewise.
9129         * doc/posix-functions/isdigit.texi: Likewise.
9130         * doc/posix-functions/isgraph.texi: Likewise.
9131         * doc/posix-functions/islower.texi: Likewise.
9132         * doc/posix-functions/isprint.texi: Likewise.
9133         * doc/posix-functions/ispunct.texi: Likewise.
9134         * doc/posix-functions/isspace.texi: Likewise.
9135         * doc/posix-functions/isupper.texi: Likewise.
9136         * doc/posix-functions/isxdigit.texi: Likewise.
9137
9138 2009-10-18  Bruno Haible  <bruno@clisp.org>
9139
9140         Tests for module 'isblank'.
9141         * modules/isblank-tests: New file.
9142         * tests/test-isblank.c: New file.
9143
9144         New module 'isblank'.
9145         * lib/isblank.c: New file.
9146         * m4/isblank.m4: New file.
9147         * modules/isblank: New file.
9148         * doc/posix-functions/isblank.texi: Mention the new module.
9149
9150 2009-10-18  Bruno Haible  <bruno@clisp.org>
9151
9152         New module 'ctype'.
9153         * lib/ctype.in.h: New file.
9154         * m4/ctype.m4: New file.
9155         * modules/ctype: New file.
9156         * doc/posix-headers/ctype.texi: Mention the new module.
9157
9158 2009-10-18  Jim Meyering  <meyering@redhat.com>
9159
9160         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9161         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9162         right after its initialization, rather than farther down.
9163         Keeping these in close proximity makes it easier to ensure
9164         that each such variable is initialized.  E.g.,
9165
9166             LIB_CLOCK_GETTIME=
9167             AC_SUBST([LIB_CLOCK_GETTIME])
9168
9169         This change also increments these serial numbers.
9170         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9171         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9172         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9173
9174 2009-10-18  Bruno Haible  <bruno@clisp.org>
9175
9176         Don't let environment variables perturb build.
9177         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9178         (gl_PREREQ_GETHRXTIME): ... not here.
9179
9180 2009-10-18  Bruno Haible  <bruno@clisp.org>
9181
9182         Avoid symlink attack in localcharset module.
9183         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9184         (O_NOFOLLOW): Define fallback.
9185         (get_charset_aliases): Don't open the file if it is a symbolic link.
9186         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9187         gl_FCNTL_H.
9188         (gl_FCNTL_H): Require it.
9189         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9190         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9191         Reported by Fergal Glynn <fglynn@veracode.com>.
9192
9193 2009-10-18  Bruno Haible  <bruno@clisp.org>
9194
9195         Implement nproc for mingw.
9196         * lib/nproc.c: Include <windows.h>
9197         (num_processors): On native Windows platforms, try GetSystemInfo.
9198
9199 2009-10-18  Bruno Haible  <bruno@clisp.org>
9200
9201         Implement nproc for IRIX.
9202         * lib/nproc.c: Include <sys/sysmp.h>.
9203         (num_processors): On IRIX systems, try sysmp.
9204         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9205
9206 2009-10-18  Bruno Haible  <bruno@clisp.org>
9207
9208         Implement nproc for HP-UX.
9209         * lib/nproc.c: Include <sys/pstat.h>
9210         (num_processors): On HP-UX systems, try pstat_getdynamic.
9211         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9212         pstat_getdynamic.
9213
9214 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9215             Bruno Haible  <bruno@clisp.org>
9216
9217         Implement nproc for NetBSD, OpenBSD.
9218         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9219         (ARRAY_SIZE): New macro.
9220         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9221         * m4/nproc.m4: New file.
9222         * modules/nproc (Files): Add m4/nproc.m4.
9223         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9224         (Makefile.am): Instead, augment lib_SOURCES.
9225
9226 2009-10-18  Bruno Haible  <bruno@clisp.org>
9227
9228         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9229         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9230         sys/param.h.
9231
9232 2009-10-16  Eric Blake  <ebb9@byu.net>
9233
9234         utimensat: new module
9235         * modules/utimensat: New file.
9236         * lib/utimensat.c (utimensat): Likewise.
9237         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9238         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9239         so we can work around Linux bugs.
9240         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9241         * modules/sys_stat (Makefile.am): Substitute them.
9242         * lib/sys_stat.in.h (utimensat): Declare it.
9243         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9244         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9245         * modules/utimensat-tests: New test.
9246         * tests/test-utimensat.c: Likewise.
9247
9248         utimens: let lutimens work on non-symlinks
9249         * lib/utimens.c (lutimens): Fall back to utimens rather than
9250         failing with ENOSYS, when file is not a symlink.
9251         (utimens): Reduce redirection.
9252         * tests/test-lutimens.h (test_lutimens): Update test to cover
9253         non-symlinks.
9254         * tests/test-utimens.h (test_utimens): Update test to cover
9255         symlinks.
9256         * tests/test-utimens.c (main): Update caller.
9257
9258         utimens: cache whether utimensat syscall works
9259         * lib/utimens.c (utimensat_works_really): New cache variable.
9260         (fdutimens, lutimens): Use it to avoid failing syscall.
9261
9262         test-stat-time, test-utimens: improve portability
9263         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9264         ext4 on alpha, and for cygwin.
9265         * tests/test-utimens-common.h: New file.
9266         (nap): Factor delays into single function.
9267         * tests/test-lutimens.h (test_lutimens): Use new header.
9268         * tests/test-futimens.h (test_futimens): Likewise.
9269         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9270         timestamps to occur from same machine, as was done previously for
9271         test_utimens.
9272         * modules/utimens-tests (Files): Ship new file.
9273         * modules/futimens-tests (Files): Likewise.
9274         Reported in part by Jim Meyering.
9275
9276         sys_stat: sort replacement declarations
9277         * lib/sys_stat.in.h: Sort declarations.
9278         * lib/futimens.c (futimens): Fix typo.
9279
9280 2009-10-15  Jim Meyering  <meyering@redhat.com>
9281
9282         don't let environment settings perturb build
9283         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9284         could cause a configure-time and/or build-time malfunction.
9285         Typically, a configure-time function-in-library test is performed
9286         via code like this:
9287
9288           LIB_VAR=
9289           AC_SUBST([LIB_VAR])
9290           prefix_saved_LIBS=$LIBS
9291             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9292                        [test "$ac_cv_search_FUNC" = "none required" ||
9293                         LIB_VAR=$ac_cv_search_FUNC])
9294           LIBS=$prefix_saved_LIBS
9295
9296         However, in each of the files affected by this change, the LIB_VAR=
9297         initialization was omitted.  Thus, when set in the environment, its
9298         value would propagate into generated Makefiles when FUNC is not found
9299         in LIB_NAME.
9300         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9301         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9302         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9303
9304 2009-10-14  Eric Blake  <ebb9@byu.net>
9305
9306         fchdir: avoid infinite recursion in mingw
9307         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9308         recursing.
9309
9310         test-stat-time: port to mingw
9311         * tests/test-stat-time.c (force_unlink): Return a value.
9312         (test_ctime) [W32]: Fix compilation error.
9313         (nap): Don't call usleep with too large an argument.  Use
9314         force_unlink.
9315         * doc/pastposix-functions/usleep.texi (usleep): Document the
9316         portability issue.
9317
9318 2009-10-13  Jim Meyering  <meyering@redhat.com>
9319
9320         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9321         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9322         * modules/pipe-filter-ii: Likewise.
9323         * modules/sys_socket-tests: Likewise.
9324         * modules/tsearch-tests: Likewise.
9325         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9326         (check): Depend on it.
9327
9328 2009-10-12  Eric Blake  <ebb9@byu.net>
9329
9330         utimens-tests: port to NFS file systems
9331         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9332         comparisons to avoid spurious failures from timestamp drift
9333         between NFS machines.
9334
9335 2009-10-12  Eric Blake  <ebb9@byu.net>
9336
9337         stat-time-tests: minor cleanups
9338         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9339         * tests/test-stat-time.c (nap): Separate assignment from call.
9340         Suggested by Paolo Bonzini and Bruno Haible.
9341
9342         sys_stat: guarantee struct timespec
9343         * lib/sys_stat.in.h (includes): Always include <time.h>
9344         * modules/sys_stat (Depends-on): Add time.
9345         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9346         mode_t permission values.
9347         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9348         get at subsecond timestamps.
9349
9350 2009-10-10  Eric Blake  <ebb9@byu.net>
9351
9352         futimens: new module
9353         * modules/futimens: New file.
9354         * lib/futimens.c (futimens): Likewise.
9355         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9356         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9357         we can work around Linux bugs.
9358         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9359         * modules/sys_stat (Makefile.am): Substitute them.
9360         * lib/sys_stat.in.h (futimens): Declare it.
9361         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9362         * doc/posix-functions/futimens.texi (futimens): Likewise.
9363         * modules/futimens-tests: New test.
9364         * tests/test-futimens.c: Likewise.
9365
9366         utimens: introduce fdutimens
9367         * lib/utimens.h (fdutimens): New prototype.
9368         * lib/utimens.c (gl_futimens): Move guts...
9369         (fdutimens): ...to new interface.
9370         * tests/test-utimens.c (do_fdutimens): Use it.
9371
9372         utimens: add UTIME_NOW and UTIME_OMIT support
9373         * lib/utimens.c (validate_timespec, update_timespec): New helper
9374         functions.
9375         (gl_futimens, lutimens): Use them.
9376         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9377         stdbool, sys_stat.
9378         (Link): Mention resulting library dependency.
9379         * modules/utimecmp (Link): Likewise.
9380         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9381         (Makefile.am): Pick up library dependency.
9382         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9383         definition.
9384         * tests/test-sys_stat.c: Test the definitions.
9385         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9386         * NEWS: Document library dependency.
9387
9388         utimecmp: support symlink timestamps
9389         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9390         hashing when possible.  Use pathconf when available.
9391         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9392         * modules/utimecmp (Depends-on): Add lstat.
9393
9394         utimens: add lutimens interface
9395         * lib/utimens.c (lutimens): New function.
9396         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9397         * lib/utimens.h (lutimens): Declare new interface.
9398         * tests/test-utimens.c (main): Enhance test.
9399         * tests/test-lutimens.h (test_lutimens): New file.
9400         * modules/utimens-tests (Files): Distribute it.
9401         (Depends-on): Add symlink.
9402         (configure.ac): Check for usleep.
9403
9404         utimens: validate futimens usage
9405         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9406         fewer syscalls on failure later on.  Avoid compiler warning on
9407         mingw.
9408         * modules/utimens (Depends-on): Add dup2.
9409
9410         utimens: add test
9411         * modules/utimens-tests: New test.
9412         * tests/test-utimens.h: New file.
9413         * tests/test-futimens.h: Likewise.
9414         * tests/test-utimens.c: Likewise.
9415
9416         doc: mention timestamp portability issues
9417         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9418         instead.
9419         * doc/posix-functions/utime.texi (utime): Likewise.
9420         * doc/posix-functions/utimes.texi (utimes): Likewise.
9421         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9422         instead.
9423         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9424         module.
9425         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9426         Mention weakness with symlink timestamps.
9427         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9428         to utimensat/futimens instead.
9429         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9430
9431         test-dup2: enhance test
9432         * tests/test-dup2.c (main): Also check AT_FDCWD.
9433
9434         test-stat-time: avoid more spurious failures
9435         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9436         xfs; and avoid race if the two timestamps cross quantization edge.
9437
9438         relocatable: prefer 'file system' over 'filesystem'
9439         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9440         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9441         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9442         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9443         * lib/relocatable.c (compute_curr_prefix): Likewise.
9444
9445 2009-10-10  Jim Meyering  <meyering@redhat.com>
9446
9447         stat-time-tests: check for the usleep function
9448         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9449
9450 2009-10-10  Bruno Haible  <bruno@clisp.org>
9451
9452         * modules/xnanosleep: Put the Link section after the Include section.
9453
9454 2009-10-09  Eric Blake  <ebb9@byu.net>
9455
9456         dup2: work around FreeBSD 6.1 bug
9457         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9458         * doc/posix-functions/dup2.texi (dup2): Document it.
9459         Reported by Nelson H. F. Beebe and Jim Meyering.
9460
9461         test-stat-time: port to buggy NFS clients
9462         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9463         (test_ctime): Also skip test if mtime and ctime are skewed.
9464
9465         maint: prefer 'file system' over 'filesystem'
9466         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9467         * doc/posix-functions/lstat.texi (lstat): Likewise.
9468         * lib/file-has-acl.c (file_has_acl): Likewise.
9469         * lib/fwriteerror.c [TEST]: Likewise.
9470         * tests/test-areadlink.h (test_areadlink): Likewise.
9471         * tests/test-areadlinkat-with-size.c (main): Likewise.
9472         * tests/test-areadlinkat.c (main): Likewise.
9473         * tests/test-canonicalize-lgpl.c (main): Likewise.
9474         * tests/test-canonicalize.c (main): Likewise.
9475         * tests/test-fstatat.c (main): Likewise.
9476         * tests/test-linkat.c (main): Likewise.
9477         * tests/test-lstat.h (test_lstat_func): Likewise.
9478         * tests/test-mkdir.h (test_mkdir): Likewise.
9479         * tests/test-readlink.h (test_readlink): Likewise.
9480         * tests/test-remove.c (main): Likewise.
9481         * tests/test-rename.h (test_rename): Likewise.
9482         * tests/test-renameat.c (main): Likewise.
9483         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9484         * tests/test-symlink.h (test_symlink): Likewise.
9485         * tests/test-symlinkat.c (main): Likewise.
9486         * tests/test-unlink.h (test_unlink_func): Likewise.
9487         * tests/test-unlinkat.c (main): Likewise.
9488
9489         maint: make realtime library usage explicit
9490         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9491         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9492         * modules/settime (Link): Likewise.
9493         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9494
9495         test-stat-time: speed up execution
9496         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9497         warning on mingw.
9498         (nap): New helper function.
9499         (prepare_test): Use it to reduce sleep time.
9500         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9501         execution.
9502         * modules/stat-time-tests (configure.ac): Check for usleep.
9503
9504 2009-10-09  Jim Meyering  <meyering@redhat.com>
9505
9506         selinux-h: always use getfilecon wrappers
9507         * lib/getfilecon.c: New file.
9508         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9509         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9510         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9511         (fgetfilecon): Provide a stub.
9512         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9513         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9514         file unconditionally.
9515         When <selinux/selinux.h> is found, arrange to use wrappers.
9516         * modules/selinux-h (Files): Add getfilecon.c.
9517         (Makefile.am): Substitute include-next-related bits
9518         into the now-always-generated selinux/selinux.h file.
9519         * doc/glibc-functions/lgetfilecon.texi: New file.
9520         * doc/glibc-functions/fgetfilecon.texi: New file.
9521         * doc/glibc-functions/getfilecon.texi: New file.
9522         * doc/glibc-functions/getfilecon-desc.texi: New file.
9523         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9524         which to pull in the new files.
9525         * MODULES.html.sh (Misc): Add selinux-h.
9526
9527 2009-10-08  Jim Meyering  <meyering@redhat.com>
9528
9529         unistd: fix comment typo
9530         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9531
9532 2009-10-08  Eric Blake  <ebb9@byu.net>
9533
9534         areadlink: use SIZE_MAX consistently
9535         * modules/areadlink (Depends-on): Add stdint.
9536         * modules/areadlink-with-size (Depends-on): Likewise.
9537         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9538         gives NULL; drop sys/types, since unistd gives size_t; and add
9539         stdint for SIZE_MAX.
9540         (SIZE_MAX): Rely on headers.
9541         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9542         and add stdint.
9543         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9544         (SIZE_MAX): Likewise.
9545         (INITIAL_BUF_SIZE): Turn into enum.
9546         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9547
9548 2009-10-08  Jim Meyering  <meyering@redhat.com>
9549
9550         areadlinkat: avoid compilation failure
9551         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9552         Fix typo in comment.
9553
9554 2009-10-07  Eric Blake  <ebb9@byu.net>
9555
9556         areadlinkat-with-size: new module
9557         * modules/areadlinkat-with-size: New module.
9558         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9559         * lib/areadlink.h (areadlinkat): Declare it.
9560         * MODULES.html.sh (File system functions): Mention it.
9561         * modules/areadlinkat-with-size-tests: New test.
9562         * tests/test-areadlinkat-with-size.c: New file.
9563
9564         xreadlinkat: new module
9565         * modules/xreadlinkat: New module.
9566         * lib/xreadlinkat.c (xreadlinkat): New file.
9567         * lib/xreadlink.h (xreadlinkat): Declare it.
9568         * MODULES.html.sh (File system functions): Mention it.
9569
9570         areadlinkat: new module
9571         * lib/at-func.c (FUNC_FAIL): New define.
9572         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9573         * modules/areadlinkat: New module.
9574         * lib/linkat.c (areadlinkat): Move...
9575         * lib/areadlinkat.c (areadlinkat): ...to new file.
9576         * lib/areadlink.h (areadlinkat): Declare it.
9577         * modules/linkat (Depends-on): Add areadlinkat.
9578         * MODULES.html.sh (File system functions): Mention it.
9579         * modules/areadlinkat-tests: New test.
9580         * tests/test-areadlinkat.c: New file.
9581
9582         areadlink, areadlink-with-size: add tests
9583         * modules/areadlink-tests: New test.
9584         * modules/areadlink-with-size-tests: Likewise.
9585         * tests/test-areadlink.h: New file.
9586         * tests/test-areadlink.c: Likewise.
9587         * tests/test-areadlink-with-size.c: Likewise.
9588
9589         maint: minor cleanups
9590         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9591         _UNUSED_PARAMETER_ instead.
9592         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9593         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9594         * modules/linkat-tests (Files): Distribute test-link.h.
9595
9596         openat, utimens: whitespace cleanup
9597         * lib/openat.c: Prefer space throughout, rather than mix of 8
9598         spaces vs. tabs.
9599         * lib/at-func.c: Likewise.
9600         * lib/utimens.c: Likewise.
9601
9602         openat: avoid using wrong fd
9603         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9604         working directory chooses same fd.
9605         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9606
9607         mkdir, mkdirat: fix cygwin 1.5.x bug
9608         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9609         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9610         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9611         bug.
9612         (gl_PREREQ_MKDIR): Delete unused macro.
9613         * modules/mkdir (Files): Track file rename.
9614         (configure.ac): Update macro name.
9615         * modules/openat (Depends-on): Add mkdir.
9616         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9617
9618         mkdir, mkdirat: add tests
9619         * modules/mkdir-tests: New test.
9620         * tests/test-mkdir.h: New file.
9621         * tests/test-mkdir.c: Likewise.
9622         * tests/test-mkdirat.c: Likewise.
9623         * modules/openat-tests (Files): Add new files.
9624         (Makefile.am): Run new test.
9625
9626 2009-10-06  Eric Blake  <ebb9@byu.net>
9627
9628         doc: tweak *at function documentation
9629         * doc/posix-functions/faccessat.texi (faccessat): Mention
9630         known issue with replacement.
9631         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9632         * doc/posix-functions/linkat.texi (linkat): Likewise.
9633         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9634         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9635         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9636         * doc/posix-functions/renameat.texi (renameat): Likewise.
9637         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9638
9639         openat: fix GNU/Hurd bug in unlinkat
9640         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9641         broken.
9642         * doc/posix-functions/unlink.texi (unlink): Document this.
9643         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9644
9645         fdopendir: fix GNU/Hurd bug
9646         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9647         allowing non-directory fds.
9648         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9649         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9650         * modules/dirent (Makefile.am): Substitute it.
9651         * lib/dirent.in.h (fdopendir): Declare replacement.
9652         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9653         * tests/test-fdopendir.c (main): Test something other than
9654         /dev/null, since on Hurd that behaves like a directory.
9655
9656         test-symlink: port to GNU/Hurd
9657         * tests/test-symlink.h (test_symlink): Relax expected errno.
9658
9659         doc: tweak more cygwin information
9660         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9661         now compatible with glibc.
9662         * doc/posix-functions/getopt.texi (getopt): Likewise.
9663
9664         getopt-gnu: add another test
9665         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9666         guarantee behavior relied on by m4.
9667         * tests/test-getopt.c (main): Use it.
9668         * modules/getopt-posix-tests (Depends-on): Add setenv.
9669         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9670
9671         getopt: fix compilation on darwin
9672         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9673         include.
9674         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9675         Reported by Ludovic Courtès.
9676
9677 2009-10-06  Bruno Haible  <bruno@clisp.org>
9678
9679         * modules/size_max (Description): Discourage its use.
9680         Reported by Simon Josefsson.
9681
9682 2009-10-06  Jim Meyering  <meyering@redhat.com>
9683
9684         linkat: avoid compilation failure
9685         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9686
9687 2009-10-05  Eric Blake  <ebb9@byu.net>
9688
9689         linkat: support Linux 2.6.17
9690         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9691         linkat on Linux, but allow cache variable override.
9692         * lib/linkat.c (rpl_linkat): Define override.
9693         * modules/linkat (Depends-on): Add symlinkat.
9694         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9695         * modules/unistd (Makefile.am): Substitute it.
9696         * lib/unistd.in.h (linkat): Declare replacement.
9697         Reported by Pádraig Brady.
9698
9699         quotearg: port test to systems with C.UTF-8 locale
9700         * tests/test-quotearg.c (struct result_strings): Add another
9701         member, differentiating between C.ASCII and C.UTF-8 handling.
9702         (compare_strings): Add parameter.
9703         (main): Adjust all callers.
9704
9705         getopt: avoid clash with FreeBSD _getopt_internal
9706         * lib/getopt.in.h (_getopt_internal): Override the name.
9707         * lib/getopt_int.h (includes): Pick up any overrides.
9708         Reported by Reuben Thomas.
9709
9710         hash: allow C89 compilation
9711         * lib/hash.c (check_tuning): Move declaration before statement.
9712         Reported by Reuben Thomas.
9713
9714 2009-10-05  Karl Berry  <karl@gnu.org>
9715
9716         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9717
9718 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9719             Bruno Haible  <bruno@clisp.org>
9720
9721         * lib/uname.c (uname): Use a table-driven algorithm to compute
9722         Windows NT versions.
9723
9724 2009-10-04  Bruno Haible  <bruno@clisp.org>
9725
9726         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9727         program_invocation_short_name.
9728         * modules/progname (configure.ac): Test for presence of
9729         program_invocation_short_name.
9730         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9731
9732 2009-10-04  Bruno Haible  <bruno@clisp.org>
9733
9734         * lib/progname.c (set_program_name): Fix comment.
9735         Reported by Jim Meyering.
9736
9737 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9738             Bruno Haible  <bruno@clisp.org>
9739
9740         * lib/uname.c: Include <string.h>.
9741         (uname): Do only one call to GetVersionEx in the common case.
9742
9743 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9744             Bruno Haible  <bruno@clisp.org>
9745
9746         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9747         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9748         (uname): Add support for Windows CE and various non-x86 CPU types.
9749
9750 2009-10-03  Bruno Haible  <bruno@clisp.org>
9751
9752         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9753         invocation to tests/configure.ac.
9754         Reported by Ian Beckwith <ianb@erislabs.net>.
9755
9756 2009-10-02  Eric Blake  <ebb9@byu.net>
9757
9758         fchdir: avoid compiler warning
9759         * lib/fchdir.c (canonicalize_file_name)
9760         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9761
9762         test-open: support mingw errno values
9763         * tests/test-open.h (test_open): Relax test.
9764         * tests/test-fopen.h (test_fopen): Likewise.
9765         * tests/test-openat-safer.c (main): Likewise.
9766
9767         open: fix opening directory on mingw
9768         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9769
9770         test-open: on GNU/Hurd, /dev/null is a directory
9771         * tests/test-fopen.h (main): Rename...
9772         (test_fopen): ...to this.  Use a guaranteed non-directory when
9773         confirming open behavior on trailing slash.
9774         * tests/test-openat-safer.c (main): Likewise.
9775         * tests/test-open.h (main): Likewise....
9776         (test_open): ...to this.
9777         * tests/test-fopen.c (main): Adjust caller.
9778         * tests/test-fopen-safer.c (main): Likewise.
9779         * tests/test-open.c (main): Likewise.
9780         * tests/test-fcntl-safer.c (main): Likewise.
9781         Reported by Samuel Thibault.
9782
9783         rename, fchdir: don't ignore chdir failure
9784         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9785         * lib/rename.c (rpl_rename) [W32]: Likewise.
9786         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9787         an empty destination directory if source cannot be renamed,
9788         although there is still possibility for failure.
9789         * doc/posix-functions/rename.texi (rename): Document the race.
9790         Reported by Jim Meyering.
9791
9792         maint: cleanup whitespace in recent commits
9793         * lib/rename.c (rpl_rename): Remove tabs.
9794         * tests/test-link.h (test_link): Likewise.
9795         * lib/fchdir.c (get_name): Likewise.
9796         Reported by Jim Meyering.
9797
9798 2009-10-02  Ben Pfaff  <blp@gnu.org>
9799
9800         relocatable-prog-wrapper: Add missing dependency on
9801         double-slash-root.
9802         * modules/relocatable-prog-wrapper: Add dependency.
9803         Reported by Ian Beckwith <ianb@erislabs.net>.
9804
9805 2009-10-02  Eric Blake  <ebb9@byu.net>
9806
9807         renameat: fix Solaris bugs
9808         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9809         needed fixing.
9810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9811         * modules/stdio (Makefile.am): Substitute it.
9812         * lib/stdio.in.h (renameat): Declare replacement.
9813         * lib/renameat.c (rpl_renameat): Implement fix.
9814
9815         renameat: new module
9816         * modules/renameat: New file.
9817         * lib/renameat.c (renameat): Likewise.
9818         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9819         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9820         * modules/stdio (Makefile.am): Substitute them.
9821         * lib/stdio.in.h (renameat): Declare it.
9822         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9823         * doc/posix-functions/renameat.texi (renameat): Likewise.
9824         * modules/renameat-tests: New test.
9825         * tests/test-renameat.c: Likewise.
9826
9827         rename: fix mingw bugs
9828         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9829         directory overwrite bugs.
9830
9831         rename: fix another cygwin 1.5 bug
9832         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9833         checks.
9834         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9835         unnecessary cygwin workarounds.  Also work around bug with moving
9836         full directory onto an empty one.
9837         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9838
9839         rename-dest-slash: merge into rename module
9840         * modules/rename-dest-slash (Status): Mark obsolete.
9841         (Depends-on): Add rename.
9842         (Files): Let rename do it all.
9843         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9844         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9845         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9846         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9847         * lib/rename.c (rpl_rename): Update comments.
9848
9849         rename: fix cygwin 1.5.x bugs
9850         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9851         * lib/rename.c (rpl_rename): Work around them.
9852         * modules/rename (Depends-on): Add same-inode.
9853
9854         rename: fix Solaris 10 bug
9855         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9856         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9857         was the only bug.
9858
9859         rename: fix Solaris 9 bug
9860         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9861         on non-directory.  Avoid calling exit.
9862         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9863         strdup.
9864         * modules/rename-tests (Depends-on): Drop lstat.
9865         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9866         (gl_PREREQ_RENAME): Delete unused macro.
9867
9868         rename-dest-slash: fix NetBSD bug
9869         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9870         links.
9871         * modules/rename-dest-slash (Depends-on): Add same-inode.
9872
9873         rename-tests: new test, exposes several platform bugs
9874         * modules/rename-tests: New file.
9875         * tests/test-rename.h: Likewise.
9876         * tests/test-rename.c: Likewise.
9877         * doc/posix-functions/rename.texi (rename): Improve documentation,
9878         including bugs that will eventually be fixed in gnulib.
9879
9880 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9881
9882         * lib/uname.c: Include <stdlib.h>
9883         (uname): Assume version info is available.
9884
9885 2009-10-02  Jim Meyering  <meyering@redhat.com>
9886
9887         gnu-web-doc-update: correct --help output
9888         * build-aux/gnu-web-doc-update: Make --help output relevant.
9889
9890         gnu-web-doc-update: add standard options
9891         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9892
9893         gnu-web-doc-update: New module.
9894         Use this script to automatically update the on-line web documentation
9895         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9896         * modules/gnu-web-doc-update: New file, from coreutils.
9897         * build-aux/gnu-web-doc-update: New script.
9898
9899 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9900
9901         link: LoadLibrary is not needed.
9902         * lib/link.c: Use GetModuleHandle.
9903
9904 2009-10-01  Eric Blake  <ebb9@byu.net>
9905
9906         getopt: bump serial number
9907         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9908         change.
9909
9910         tests: tighten link, rmdir, and remove tests
9911         * tests/test-link.h (includes): No need to use <config.h> here.
9912         Clean up if directory hard link was created, otherwise test for
9913         trailing '.'.
9914         * tests/test-linkat.c (main): Simplify.
9915         * tests/test-remove.c (main): Enhance test for trailing '.'.
9916         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9917
9918 2009-10-01  Jim Meyering  <meyering@redhat.com>
9919
9920         maint.mk: requiring "make major" was annoying, for a "minor" release.
9921         What is intended is "stable", to contrast with alpha and beta,
9922         so require "make stable", not "make major".
9923         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9924         (get_tool_versions): Likewise.
9925         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9926
9927 2009-09-30  Ben Pfaff  <blp@gnu.org>
9928
9929         Fix broken build of replacement for Windows tmpfile().
9930         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9931         flags argument added along with the 'mkostemp' module.
9932
9933 2009-09-28  Bruno Haible  <bruno@clisp.org>
9934
9935         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9936         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9937         to 'remove_elt'.
9938         (gl_list_remove): Update.
9939         * lib/gl_list.c (gl_list_remove): Update.
9940         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9941         to 'remove_elt'.
9942         (gl_oset_remove): Update.
9943         * lib/gl_list.c (gl_oset_remove): Update.
9944         Reported by Eric Blake.
9945
9946 2009-09-28  Eric Blake  <ebb9@byu.net>
9947
9948         doc: mention yet more cygwin 1.7 status
9949         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9950         cygwin.
9951         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9952         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9953
9954         argp: fix test failure
9955         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9956         that are not upper-case.  Pass correct range to tolower.
9957
9958 2009-09-27  Jim Meyering  <meyering@redhat.com>
9959
9960         test-yesno: work around sparc-dash here-document infelicity
9961         Without this change, the literal \177 byte in a here document
9962         would make dash 0.5.5.1-3 access uninitialized memory.
9963         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9964         Instead, use a marker, "@", and filter through tr to create the desired
9965         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9966
9967 2009-09-27  Bruno Haible  <bruno@clisp.org>
9968
9969         Disable untested support for new flavours of ACLs on AIX.
9970         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9971         progress.
9972         * lib/set-mode-acl.c (qset_acl): Likewise.
9973
9974 2008-12-07  Bruno Haible  <bruno@clisp.org>
9975
9976         Add support for new flavours of ACLs on AIX. (Untested.)
9977         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9978         (file_has_acl): Add support for newer AIX.
9979         * lib/set-mode-acl.c (qset_acl): Likewise.
9980         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9981         Rainer Tammer <tammer@tammer.net>.
9982
9983 2009-09-26  Eric Blake  <ebb9@byu.net>
9984
9985         argp: fix compilation of getopt
9986         * lib/getopt.in.h (includes): Use different guard than glibc.
9987         Reported by Sergey Poznyakoff.
9988
9989         doc: mention more cygwin 1.7 status
9990         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9991         bug.
9992         * doc/posix-functions/execl.texi (execl): Likewise.
9993         * doc/posix-functions/execle.texi (execle): Likewise.
9994         * doc/posix-functions/execlp.texi (execlp): Likewise.
9995         * doc/posix-functions/execv.texi (execv): Likewise.
9996         * doc/posix-functions/execve.texi (execve): Likewise.
9997         * doc/posix-functions/execvp.texi (execvp): Likewise.
9998         * doc/glibc-functions/canonicalize_file_name.texi
9999         (canonicalize_file_name): Cygwin 1.7 now provides this.
10000         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10001         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10002         on AT_SYMLINK_NOFOLLOW.
10003
10004 2009-09-24  Eric Blake  <ebb9@byu.net>
10005
10006         test-linkat: make test more robust
10007         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10008
10009         getopt: fix inclusion guards for cygwin
10010         * modules/getopt-posix (Depends-on): Add include-next.
10011         (Makefile.am): Substitute more items in replacement header.
10012         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10013         <getopt.h>.
10014         * lib/getopt.in.h (includes): Use split inclusion guard, and
10015         prefer <getopt.h> over include <unistd.h> when one is present.
10016         (option): Also override name of 'struct option'.
10017
10018         same-inode: revert prior change; it is not yet ready
10019         * NEWS: Undo mention of this change.
10020         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10021         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10022         * lib/cycle-check.c (cycle_check): Likewise.
10023         * lib/same.c (same_name): Likewise.
10024         * lib/at-func2.c (at_func2): Likewise.
10025
10026 2009-09-23  Eric Blake  <ebb9@byu.net>
10027
10028         linkat: new module
10029         * modules/linkat: New file.
10030         * lib/at-func2.c (at_func2): Likewise.
10031         * lib/linkat.c (linkat): Likewise.
10032         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10033         * lib/openat-priv.h (at_func2): Add declaration.
10034         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10035         * modules/unistd (Makefile.am): Substitute them.
10036         * lib/unistd.in.h (linkat): Declare it.
10037         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10038         * doc/posix-functions/linkat.texi (linkat): Likewise.
10039         * doc/posix-functions/link.texi (link): Tweak wording.
10040         * tests/test-link.c (main): Move guts...
10041         * tests/test-link.h (test_link): ...into new file.
10042         * modules/linkat-tests: New test.
10043         * tests/test-linkat.c: Likewise.
10044         * modules/link-tests (Files): Ship new file.
10045         (Depends-on): Add stdbool.
10046
10047         dirname: add library-safe mdir_name
10048         * lib/dirname.h (mdir_name): New prototype.
10049         * lib/dirname.c (dir_name): Move guts...
10050         (mdir_name): ...to new function that avoids xalloc_die.
10051
10052         fchdir: another mingw fix
10053         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10054         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10055         on mingw (where it has not yet been ported), and make it optional
10056         elsewhere.
10057         (_gl_register_fd): Use it.
10058
10059         same-inode: make SAME_INODE tri-state, to port to mingw
10060         * NEWS: Mention this change.
10061         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10062         st_ino always being 0.
10063         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10064         * lib/cycle-check.c (cycle_check): Likewise.
10065         * lib/same.c (same_name): Likewise.
10066
10067         lstat: avoid mingw compilation error
10068         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10069         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10070         lstat ourselves.
10071         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10072         was adequate.
10073         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10074         the checks for lstat.
10075         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10076
10077         link: fix test failure on Solaris 9
10078         * lib/link.c (rpl_link): Don't assume link will catch bogus
10079         trailing slash on source.
10080
10081         test-symlinkat: enhance test
10082         * tests/test-readlink.c (main): Move guts...
10083         * tests/test-readlink.h (test_readlink): ...into new file.
10084         * tests/test-symlink.c (main): Move guts...
10085         * tests/test-symlink.h (test_symlink): ...into new file.
10086         * tests/test-symlinkat.c (main): Use new files for further
10087         coverage.
10088         (do_symlink, do_readlink): New helper functions.
10089         * modules/symlink-tests (Files): Ship new file.
10090         (Depends-on): Add stdbool.
10091         * modules/readlink-tests (Files): Ship new file.
10092         (Depends-on): Add stdbool.
10093         * modules/symlinkat-tests (Files): Use new files.
10094
10095 2009-09-23  Eric Blake  <ebb9@byu.net>
10096
10097         readlink: document portability issue with symlink length
10098         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10099         systems have bogus st_size on symlinks, and mention the
10100         areadlink-with-size module.
10101         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10102         * doc/posix-functions/readlink.texi (readlink): Mention the
10103         areadlink module, and ERANGE failure.
10104         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10105         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10106
10107         readlink: fix Solaris 9 bug with trailing slash
10108         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10109         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10110         * doc/posix-functions/readlink.texi (readlink): Document this.
10111         * modules/readlink-tests: New test.
10112         * tests/test-readlink.c: Likewise.
10113
10114         readlink: fix cygwin 1.5.x bug with return type
10115         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10116         * lib/unistd.in.h (readlink): Use ssize_t.
10117         * lib/readlink.c (readlink): Likewise.
10118         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10119         * modules/unistd (Makefile.am): Substitute it.
10120         * lib/unistd.in.h (readlink): Declare replacement.
10121         * doc/posix-functions/readlink.texi (readlink): Document this.
10122
10123         symlink: use throughout gnulib
10124         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10125         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10126         symlink is not used.
10127         * modules/symlinkat (Depends-on): Add symlink.
10128         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10129         * modules/canonicalize-tests (Depends-on): Likewise.
10130         * modules/lstat-tests (Depends-on): Likewise.
10131         * modules/openat-tests (Depends-on): Likewise.
10132         * modules/remove-tests (Depends-on): Likewise.
10133         * modules/rmdir-tests (Depends-on): Likewise.
10134         * modules/unlink-tests (Depends-on): Likewise.
10135         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10136         * tests/test-canonicalize.c (symlink): Likewise.
10137         * tests/test-fstatat.c (symlink): Likewise.
10138         * tests/test-lstat.c (symlink): Likewise.
10139         * tests/test-remove.c (symlink): Likewise.
10140         * tests/test-rmdir.c (symlink): Likewise.
10141         * tests/test-unlink.c (symlink): Likewise.
10142         * tests/test-unlinkat.c (symlink): Likewise.
10143
10144         symlink: new module, for Solaris 9 bug
10145         * modules/symlink: New file.
10146         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10147         * lib/symlink.c: Likewise.
10148         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10149         * modules/unistd (Makefile.am): Substitute them.
10150         * lib/unistd.in.h (symlink): Declare replacement.
10151         * MODULES.html.sh (File system functions): Mention it.
10152         * doc/posix-functions/symlink.texi (symlink): Likewise.
10153         * modules/symlink-tests: New test.
10154         * tests/test-symlink.c: Likewise.
10155
10156 2009-09-23  Bruno Haible  <bruno@clisp.org>
10157
10158         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10159         when needed.
10160         Test case: gnulib-tool --import --with-tests atexit inttypes.
10161         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10162
10163 2009-09-23  Bruno Haible  <bruno@clisp.org>
10164
10165         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10166         subcommand, not in a subshell.
10167
10168 2009-09-22  Eric Blake  <ebb9@byu.net>
10169
10170         unistd: sort replacement declarations
10171         * lib/unistd.in.h: Sort declarations.
10172
10173         open, openat: minor optimization
10174         * lib/open.c (open): If open succeeded, len is non-zero.
10175         * lib/openat.c (rpl_openat): Likewise.
10176
10177         link-follow: ensure correct result
10178         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10179         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10180         distinguish between possible failures.
10181
10182 2009-09-21  Eric Blake  <ebb9@byu.net>
10183
10184         fts: avoid compiler warning
10185         * lib/fts.c (dirent_inode_sort_may_be_useful)
10186         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10187
10188 2009-09-19  Bruno Haible  <bruno@clisp.org>
10189
10190         * lib/progreloc.c (canonicalize_file_name): New declaration.
10191
10192 2009-09-19  Eric Blake  <ebb9@byu.net>
10193
10194         link: fix quoting
10195         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10196
10197         openat: fix openat bugs on Solaris 9
10198         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10199         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10200         * modules/openat (Depends-on): Add open.
10201         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10202         * modules/fcntl-h (Makefile.am): Substitute it.
10203         * lib/fcntl.in.h (openat): Declare replacement.
10204         * doc/posix-functions/openat.texi (openat): Document this.
10205
10206         openat: move fstatat and unlinkat into correct files
10207         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10208         compiled.
10209         * lib/openat.c (fstatat, unlinkat): Move...
10210         * lib/fstatat.c (fstatat): ...into correct files.
10211         * lib/unlinkat.c (unlinkat): Likewise.
10212
10213         openat: fix unlinkat bugs on Solaris 9
10214         * lib/unlinkat.c (unlinkat): New file.
10215         * modules/openat (Depends-on): Add unlink.
10216         (Files): Distribute it.
10217         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10218         trailing slash behavior is broken.
10219         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10220         * modules/unistd (Makefile.am): Substitute it.
10221         * lib/unistd.in.h (unlinkat): Declare replacement.
10222         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10223
10224         openat: fix fstatat bugs on Solaris 9
10225         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10226         stat.
10227         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10228
10229         test-unlinkat: enhance test, to expose Solaris 9 bug
10230         * tests/test-unlink.c (main): Factor guts...
10231         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10232         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10233         * tests/test-rmdir.c (main): Adjust caller.
10234         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10235         (unlinker): New helper function.
10236         (rmdirat): Enhance check.
10237         * modules/rmdir-tests (Depends-on): Add stdbool.
10238         * modules/unlink-tests (Depends-on): Likewise.
10239         (Files): Add test-unlink.h.
10240         * modules/openat-tests (Files): Likewise.
10241         (Depends-on): Add unlinkdir.
10242
10243         test-fstatat: new test, to expose Solaris 9 bugs
10244         * tests/test-stat.c (main): Factor guts...
10245         * tests/test-stat.h (test_stat_func): ...into new file.
10246         * tests/test-lstat.c (main): Factor guts...
10247         * tests/test-lstat.h (test_lstat_func): ...into new file.
10248         * tests/test-fstatat.c: New file.
10249         * modules/stat-tests (Files): Add test-stat.h.
10250         * modules/lstat-tests (Files): Add test-lstat.h.
10251         (Depends-on): Add stdbool.
10252         * modules/openat-tests (Depends-on): Add pathmax.
10253         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10254         (Makefile.am): Run new test.
10255
10256         remove: new module, for mingw and Solaris 9 bugs
10257         * modules/remove: New file.
10258         * lib/remove.c: Likewise.
10259         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10260         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10261         * modules/stdio (Makefile.am): Use them.
10262         * lib/stdio.in.h (remove): Declare replacement.
10263         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10264         * doc/posix-functions/remove.texi (remove): Likewise.
10265         * modules/remove-tests: New test.
10266         * tests/test-remove.c: Likewise.
10267
10268         unlink: new module, for Solaris 9 bug
10269         * modules/unlink: New file.
10270         * lib/unlink.c: Likewise.
10271         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10272         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10273         * modules/unistd (Makefile.am): Use them.
10274         * lib/unistd.in.h (stat): Declare replacement.
10275         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10276         * doc/posix-functions/unlink.texi (unlink): Likewise.
10277         * modules/unlink-tests: New test.
10278         * tests/test-unlink.c: Likewise.
10279
10280         lstat: fix Solaris 9 bug
10281         * lib/lstat.c (lstat): Also check for trailing slash on
10282         non-symlink, non-directories.  Use stat module to simplify logic.
10283         * doc/posix-functions/lstat.texi (lstat): Document it.
10284         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10285         (configure.ac): Check for symlink.
10286         * tests/test-lstat.c (main): Add more tests.
10287
10288         stat: add as dependency to other modules
10289         * modules/chown (Depends-on): Add stat.
10290         * modules/euidaccess (Depends-on): Likewise.
10291         * modules/fchdir (Depends-on): Likewise.
10292         * modules/isdir (Depends-on): Likewise.
10293         * modules/link (Depends-on): Likewise.
10294         * modules/lstat (Depends-on): Likewise.
10295         * modules/mkdir-p (Depends-on): Likewise.
10296         * modules/modechange (Depends-on): Likewise.
10297         * modules/open (Depends-on): Likewise.
10298         * modules/readlink (Depends-on): Likewise.
10299         * modules/same (Depends-on): Likewise.
10300
10301         stat: fix Solaris 9 bug
10302         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10303         slash.
10304         * lib/stat.c (rpl_stat): Work around it.
10305         * doc/posix-functions/stat.texi (stat): Update documentation.
10306
10307         stat: new module, for mingw bug
10308         * modules/stat: New file.
10309         * lib/stat.c: Likewise.
10310         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10311         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10312         * modules/sys_stat (Makefile.am): Use them.
10313         * lib/sys_stat.in.h (stat): Declare replacement.
10314         * lib/openat.c (fstatat): Deal with lstat and stat being function
10315         macros.
10316         * modules/openat (Depends-on): Add inline.
10317         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10318         * doc/posix-functions/stat.texi (stat): Likewise.
10319         * modules/stat-tests: New test.
10320         * tests/test-stat.c: Likewise.
10321
10322 2009-09-19  Jim Meyering  <meyering@redhat.com>
10323
10324         syntax-check: detect unnecessary inclusion of canonicalize.h
10325         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10326
10327 2009-09-19  Eric Blake  <ebb9@byu.net>
10328
10329         canonicalize-lgpl: adjust clients to use correct header
10330         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10331         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10332         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10333         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10334         * lib/progreloc.c (includes): Likewise.
10335
10336 2009-09-19  Jim Meyering  <meyering@redhat.com>
10337
10338         test-posixtm.c: correct a comment
10339         * tests/test-posixtm.c: Correct first-line comment.
10340         Spotted by Eric Blake.
10341
10342 2009-09-16  Jim Meyering  <meyering@redhat.com>
10343
10344         posixtm-tests: make T const-correct; add a test case
10345         * tests/test-posixtm.c (T): Declare const.
10346         Add a test for -(2^31+1).
10347         Remove useless can-succeed-only-in-2002 test.
10348
10349         posixtm-tests: adjust the sole failing test
10350         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10351         expected output matches what mktime now produces.  Cross-checked via
10352         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10353
10354         posixtm: move #ifdef'd tests into a new module
10355         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10356         * tests/test-posixtm.c: ... this new file.
10357         * modules/posixtm-tests: New module.
10358
10359 2009-09-19  Eric Blake  <ebb9@byu.net>
10360
10361         openat: simplify use of at-func.c
10362         * lib/at-func.c (includes): Include prerequisites here, to
10363         simplify requirements on client files.
10364         * lib/openat-priv.h: Add double-inclusion guard.
10365         * lib/faccessat.c (includes): Simplify.
10366         * lib/fchmodat.c (includes): Likewise.
10367         * lib/fchownat.c (includes): Likewise.
10368         * lib/mkdirat.c (includes): Likewise.
10369         * lib/mkfifoat.c (includes): Likewise.
10370         * lib/symlinkat.c (includes): Likewise.
10371
10372         openat: allow return of fd 0
10373         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10374         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10375         unistd-safer.
10376         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10377         <fcntl.h>; this module does not leak fds.
10378         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10379         must be allowed to return 0, leaving openat_safer to add the
10380         safety.
10381         (openat_permissive): Avoid writing to just-opened fd 2 if
10382         restoring the current directory fails.
10383         * lib/openat-die.c (openat_restore_fail): Add comment.
10384         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10385         (save_cwd): Guarantee safe fd, but without use of open_safer.
10386         * tests/test-openat.c: New test.
10387         * modules/openat-tests (Files, Makefile.am): Distribute and build
10388         new file.
10389
10390         relocatable-prog-wrapper: fix build
10391         * modules/relocatable-prog-wrapper (Files): Update name of
10392         canonicalize m4 file, broken on 2009-09-17.
10393         Reported by emad hajjar <aleppos@hotmail.com>.
10394
10395 2009-09-19  Bruno Haible  <bruno@clisp.org>
10396
10397         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10398         * lib/safe-alloc.c: Likewise.
10399         Reported by Ian Beckwith <ianb@erislabs.net>.
10400
10401 2009-09-18  Bruno Haible  <bruno@clisp.org>
10402
10403         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10404         Reported by <erobles@sensacd.com.mx>.
10405
10406 2009-09-17  Eric Blake  <ebb9@byu.net>
10407
10408         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10409         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10410         slashes when checking if last component is missing.
10411         * tests/test-canonicalize.c (main): Test this.
10412
10413         canonicalize, canonicalize-lgpl: honor // if distinct from /
10414         * modules/canonicalize (Files): Add double-slash-root.m4.
10415         * modules/canonicalize-lgpl (Files): Likewise.
10416         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10417         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10418         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10419         fallback definition.
10420         (canonicalize_filename_mode): Use it to protect //.
10421         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10422         (__realpath): Likewise.
10423         * tests/test-canonicalize.c (main): Test this.
10424         * tests/test-canonicalize-lgpl.c (main): Likewise.
10425         * modules/canonicalize-tests (Depends-on): Add same-inode.
10426         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10427
10428         canonicalize-lgpl: fix glibc bug with trailing slash
10429         * m4/canonicalize-lgpl.m4: Move contents...
10430         * m4/canonicalize.m4: ...here.
10431         (gl_CANONICALIZE_LGPL): Factor realpath check...
10432         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10433         glibc 2.3.5 bug, fixed 2005-04-27.
10434         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10435         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10436         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10437         * modules/canonicalize-lgpl (Files): Manage file rename.
10438         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10439         * modules/stdlib (Makefile.am): Substitute witness.
10440         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10441         is needed.
10442         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10443         replacement is required.
10444         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10445         * doc/glibc-functions/canonicalize_file_name.texi
10446         (canonicalize_file_name): Document this.
10447         * doc/posix-functions/realpath.texi (realpath): Likewise.
10448
10449         canonicalize-lgpl: reject non-directory with trailing slash
10450         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10451         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10452         catches failures in glibc 2.3.5.
10453         * tests/test-canonicalize.c (main): Likewise.
10454
10455         canonicalize-lgpl: use native realpath if it works
10456         * lib/canonicalize-lgpl.c (realpath): Guard with
10457         FUNC_REALPATH_WORKS.
10458         * lib/stdlib.in.h (realpath): Make declaration optional based on
10459         HAVE_REALPATH.
10460         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10461         native realpath works.
10462         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10463         * modules/stdlib (Makefile.am): Substitute witness.
10464
10465         canonicalize, canonicalize-lgpl: use <stdlib.h>
10466         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10467         (Include): Mention <stdlib.h>.
10468         (configure.ac): Mention functions we provide.
10469         * modules/canonicalize (configure.ac): Likewise.
10470         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10471         realpath if canonicalize_file_name is missing.
10472         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10473         * modules/stdlib (Makefile.am): Substitute witnesses.
10474         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10475         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10476         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10477         * NEWS: Document this.
10478         * doc/glibc-functions/canonicalize_file_name.texi
10479         (canonicalize_file_name): Likewise.
10480         * doc/posix-functions/realpath.texi (realpath): Likewise.
10481         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10482
10483         test-canonicalize: consolidate into single C program
10484         * tests/test-canonicalize.sh: Delete; move setup into...
10485         * tests/test-canonicalize.c (main): ...the program, making it
10486         easier to run in debugger.  Add some tests.
10487         * modules/canonicalize-tests (Files): Remove unused file.
10488         (Depends-on): Add progname.
10489         (configure.ac, Makefile.am): Simplify.
10490
10491         test-canonicalize-lgpl: consolidate into single C program
10492         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10493         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10494         easier to run in debugger.  Add some tests.
10495         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10496         (configure.ac, Makefile.am): Simplify.
10497
10498         canonicalize: avoid resolvepath
10499         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10500         unnecessary checks.
10501         * lib/canonicalize.c (includes): Simplify.
10502         (canonicalize_file_name): Drop resolvepath implementation.
10503         * modules/canonicalize (Depends-on): Drop filenamecat.
10504
10505         canonicalize: don't lose errno
10506         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10507         over calls to free.
10508
10509         canonicalize: simplify errno handling
10510         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10511         assignment.
10512
10513         canonicalize, canonicalize-lgpl: update module dependencies
10514         * modules/canonicalize (Depends-on): Add extensions, lstat,
10515         pathmax, stdlib.
10516         (Files): Drop pathmax.h.
10517         (configure.ac): Adjust macro name.
10518         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10519         lstat, stdlib, sys_stat.
10520         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10521         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10522         extensions.
10523         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10524         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10525         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10526         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10527         declaration, if available.
10528         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10529         we can rely on the readlink module.
10530         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10531         (includes): Use <unistd.h> unconditionally.
10532
10533 2009-09-17  Eric Blake  <ebb9@byu.net>
10534
10535         maint: make Include sections of modules consistent
10536         * modules/alloca: Use only header name; no need to list #include.
10537         * modules/alloca-opt: Likewise.
10538         * modules/arpa_inet: Likewise.
10539         * modules/canon-host: Likewise.
10540         * modules/configmake: Likewise.
10541         * modules/dirent: Likewise.
10542         * modules/eealloc: Likewise.
10543         * modules/environ: Likewise.
10544         * modules/fchdir: Likewise.
10545         * modules/fcntl: Likewise.
10546         * modules/fcntl-h: Likewise.
10547         * modules/gethrxtime: Likewise.
10548         * modules/gettime: Likewise.
10549         * modules/ignore-value: Likewise.
10550         * modules/inet_ntop: Likewise.
10551         * modules/inet_pton: Likewise.
10552         * modules/inttypes: Likewise.
10553         * modules/isnand-nolibm: Likewise.
10554         * modules/isnanf-nolibm: Likewise.
10555         * modules/mbchar: Likewise.
10556         * modules/mbfile: Likewise.
10557         * modules/mbiter: Likewise.
10558         * modules/mbuiter: Likewise.
10559         * modules/netdb: Likewise.
10560         * modules/netinet_in: Likewise.
10561         * modules/nproc: Likewise.
10562         * modules/pagealign_alloc: Likewise.
10563         * modules/poll: Likewise.
10564         * modules/printf-frexp: Likewise.
10565         * modules/pthread: Likewise.
10566         * modules/putenv: Likewise.
10567         * modules/random_r: Likewise.
10568         * modules/relocatable-prog: Likewise.
10569         * modules/search: Likewise.
10570         * modules/select: Likewise.
10571         * modules/selinux-h: Likewise.
10572         * modules/settime: Likewise.
10573         * modules/signal: Likewise.
10574         * modules/size_max: Likewise.
10575         * modules/socklen: Likewise.
10576         * modules/ssize_t: Likewise.
10577         * modules/stdarg: Likewise.
10578         * modules/stdbool: Likewise.
10579         * modules/stddef: Likewise.
10580         * modules/stdint: Likewise.
10581         * modules/stdio: Likewise.
10582         * modules/stdlib: Likewise.
10583         * modules/string: Likewise.
10584         * modules/strings: Likewise.
10585         * modules/sys_file: Likewise.
10586         * modules/sys_ioctl: Likewise.
10587         * modules/sys_select: Likewise.
10588         * modules/sys_socket: Likewise.
10589         * modules/sys_stat: Likewise.
10590         * modules/sys_time: Likewise.
10591         * modules/sys_times: Likewise.
10592         * modules/sys_utsname: Likewise.
10593         * modules/sys_wait: Likewise.
10594         * modules/sysexits: Likewise.
10595         * modules/time: Likewise.
10596         * modules/times: Likewise.
10597         * modules/tmpfile: Likewise.
10598         * modules/trim: Likewise.
10599         * modules/unistd: Likewise.
10600         * modules/wchar: Likewise.
10601         * modules/wctype: Likewise.
10602
10603 2009-09-17  Bruno Haible  <bruno@clisp.org>
10604
10605         Make getdate.y compile on QNX and NetBSD 5 / i386.
10606         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10607         TIME_T_FITS_IN_LONG_INT.
10608         * lib/getdate.y (long_time_t): New type.
10609         (relative_time): Change type of 'seconds' field to long_time_t.
10610         (get_date): Update types of local variables. Check against overflow
10611         during conversion from long_time_t to time_t.
10612         Reported by Matt Kraai <kraai@ftbfs.org>
10613         and Hasso Tepper <hasso@netbsd.org>.
10614
10615 2009-09-17  Bruno Haible  <bruno@clisp.org>
10616
10617         * modules/COPYING: Update copyright years.
10618         * modules/README: Likeiwse.
10619         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10620         Reported by Ian Beckwith <ianb@erislabs.net>.
10621
10622 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10623
10624         * users.txt: Update references for gnuit package.
10625
10626 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10627
10628         * m4/getdelim.m4: Fix typo in copyright line.
10629
10630 2009-09-17  Bruno Haible  <bruno@clisp.org>
10631
10632         * lib/atoll.c: Use the standard header with GPL copyright.
10633         * lib/argz.in.h: Likewise.
10634         * lib/glob.c: Likewise.
10635         * lib/glob-libc.h: Likewise.
10636         * lib/random_r.c: Likewise.
10637         * lib/siglist.h: Likewise.
10638         * lib/strsignal.c: Likewise.
10639         Reported by Ian Beckwith <ianb@erislabs.net>.
10640
10641 2009-09-17  Eric Blake  <ebb9@byu.net>
10642
10643         rmdir: ensure correct dependency order
10644         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10645
10646 2009-09-17  Bruno Haible  <bruno@clisp.org>
10647
10648         Disable assertion that fails on NetBSD 5 / i386.
10649         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10650         Reported by Sam Steingold <sds@gnu.org>
10651         and Hasso Tepper <hasso@netbsd.org>.
10652
10653 2009-09-16  Eric Blake  <ebb9@byu.net>
10654
10655         unlinkdir: port to mingw
10656         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10657         on which no one can unlink a directory.
10658
10659         stdlib: sort witness names
10660         * modules/stdlib (Makefile.am): Sort replacements.
10661         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10662         * lib/stdlib.in.h: Likewise.
10663
10664         parse-duration-tests: avoid link failure
10665         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10666         LIBINTL.
10667         Reported by Tom G. Christensen.
10668
10669         openat-tests: ensure unlinkat behaves like rmdir
10670         * tests/test-rmdir.c (main): Factor guts...
10671         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10672         * modules/rmdir-tests (Files): Ship new file.
10673         * modules/openat-tests: New test.
10674         * tests/test-unlinkat.c: Likewise.
10675
10676         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10677         * modules/rmdir-errno (Status, Notice): Now obsolete.
10678
10679         rmdir: work around cygwin 1.5.x and mingw bugs
10680         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10681         * lib/rmdir.c (rmdir): Work around it.
10682         * modules/rmdir (Status, Notice): No longer obsolete.
10683         (Files): Add dos.m4.
10684         (Depends-on): Add unistd.
10685         (configure.ac): Set witnesses.
10686         (License): Relax to LGPLv2+.
10687         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10688         * modules/unistd (Makefile.am): Substitute witnesses.
10689         * lib/unistd.in.h (rmdir): Declare replacement.
10690         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10691         * modules/rmdir-tests: New tests.
10692         * tests/test-rmdir.c: Likewise.
10693
10694 2009-09-15  Eric Blake  <ebb9@byu.net>
10695
10696         fchdir: improve use of replacement functions
10697         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10698         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10699         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10700         REPLACE_CLOSEDIR.
10701         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10702         * modules/sys_stat (Makefile.am): Substitute correct witness.
10703         * modules/dirent (Makefile.am): Likewise.
10704         * modules/unistd (Makefile.am): Likewise.
10705         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10706         * lib/unistd.in.h (dup): Likewise.
10707         * lib/sys_stat.in.h (fstat): Likewise.
10708
10709         maint: ignore gnulib-tool temp files
10710         * .gitignore: Ignore files created during gnulib-tool --test.
10711
10712 2009-09-13  Jim Meyering  <meyering@redhat.com>
10713
10714         posixtm: don't reject a time that specify "60" as the number of seconds
10715         * lib/posixtm.c (posixtime): The code to reject invalid dates
10716         would also reject a time specified with the .60 suffix.
10717         But POSIX allows that, in order to accommodate leap seconds.
10718         So don't reject it.
10719         (main): Adjust tests accordingly.
10720         * modules/posixtm (Depends-on): Add stpcpy.
10721
10722 2009-09-11  Jim Meyering  <meyering@redhat.com>
10723
10724         announce-gen: include [$release_type] in emitted Subject:
10725         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10726         e.g., [stable] in the emitted Subject: line.
10727
10728 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10729
10730         Remove obsolete macros from several modules.
10731         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10732         obsolete Autoconf macros with their modern counterparts.
10733         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10734         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10735         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10736         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10737         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10738         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10739         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10740         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10741         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10742         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10743         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10744         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10745         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10746         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10747         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10748         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10749         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10750         * m4/time_r.m4 (gl_TIME_R): Likewise.
10751         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10752         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10753         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10754
10755         Fix copyright header in build-aux scripts.
10756         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10757         recommendation.
10758         * build-aux/ncftpput-ftp: Likewise.
10759         * build-aux/update-copyright: Likewise.
10760
10761 2009-09-09  Eric Blake  <ebb9@byu.net>
10762
10763         test-link: allow Linux choice of errno
10764         * tests/test-link.c (main): Relax test for alternate error.
10765
10766         strndup: fix improper m4 caching
10767         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10768         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10769         (gl_PREREQ_STRNDUP): Delete.
10770         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10771         * modules/string (Makefile.am): Substitute it.
10772         * lib/string.in.h (strndup): Modernize prototype.
10773
10774         getcwd: port to mingw
10775         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10776         different from the POSIX assumptions made throughout the getcwd
10777         module; fortunately, the mingw getcwd does not need replacement.
10778         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10779         * modules/getcwd-tests: New test.
10780         * tests/test-getcwd.c: Likewise.
10781
10782         link: fix platform bugs
10783         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10784         * lib/link.c (link): Work around them.  Fix related mingw bug.
10785         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10786         * modules/unistd (Makefile.am): Substitute it.
10787         * lib/unistd.in.h (link): Declare replacement.
10788         * doc/posix-functions/link.texi (link): Document this.
10789         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10790
10791         test-link: consolidate into single C program, test more cases
10792         * tests/test-link.sh: Delete.
10793         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10794         at least Cygwin and Solaris.
10795         * modules/link-tests (Files): Remove unused file.
10796         (Depends-on): Add errno, sys_stat.
10797         (Makefile.am): Simplify.
10798
10799 2009-09-08  Bruno Haible  <bruno@clisp.org>
10800
10801         Work around towlower, towupper bug on mingw.
10802         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10803         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10804         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10805         * doc/posix-functions/towupper.texi: Likewise.
10806         Reported by Eric Blake.
10807
10808 2009-09-08  Jim Meyering  <meyering@redhat.com>
10809
10810         build: don't try to run autoheader if we don't use it
10811         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10812         is not used in configure.ac.
10813
10814 2009-09-08  Eric Blake  <ebb9@byu.net>
10815
10816         euidaccess: fix compilation error
10817         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10818
10819         rawmemchr: relax license
10820         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10821         okay.
10822         Reported by Jim Meyering.
10823
10824         mkfifoat: new module
10825         * modules/mkfifoat: New file.
10826         * lib/mkfifoat.c: Likewise.
10827         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10828         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10829         * modules/sys_stat (Makefile.am): Use them.
10830         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10831         * MODULES.html.sh (File system functions): Mention module.
10832         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10833         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10834         * modules/mkfifoat-tests: New test.
10835         * tests/test-mkfifoat.c: Likewise.
10836
10837         strchrnul: relax license
10838         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10839         okay.
10840         Reported by Jim Meyering.
10841
10842 2009-09-08  Eric Blake  <ebb9@byu.net>
10843
10844         fstatat: fix compilation on Solaris
10845         * lib/fstatat.c (includes): Add fcntl.h.
10846         Reported by Pádraig Brady.
10847
10848 2009-09-07  Eric Blake  <ebb9@byu.net>
10849
10850         rename: modernize replacement
10851         * modules/rename (Depends-on): Add stdio.
10852         (configure.ac): Declare witness.
10853         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10854         stdio take care of replacement.
10855         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10856         * modules/stdio (Makefile.am): Substitute them.
10857         * lib/stdio.in.h (rename): Declare replacement.
10858         * lib/rename.c (includes): Allow cross-compilation to non-windows
10859         machines.
10860         * doc/posix-functions/rename.texi (rename): Improve
10861         documentation.
10862
10863         stdio: sort witness names
10864         * modules/stdio (Makefile.am): Sort replacements.
10865         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10866         * lib/stdio.in.h: Likewise.
10867
10868         getcwd: minor cleanups
10869         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10870         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10871
10872         openat: provide more convenience names
10873         * modules/faccessat (configure.ac): Add C witness.
10874         * lib/unistd.in.h (readlinkat): Fix typo.
10875         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10876         convenience wrappers.
10877         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10878         wrappers in syntax checks.
10879
10880 2009-09-06  Eric Blake  <ebb9@byu.net>
10881
10882         doc: fix comments in recent patches
10883         * lib/faccessat.c: Mention correct function.
10884         * lib/fchmodat.c: Likewise.
10885         * lib/fchownat.c: Likewise.
10886         * lib/symlinkat.c: Likewise.
10887         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10888         constants.
10889
10890         faccessat, symlinkat: continue cleanup of previous patch
10891         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10892         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10893         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10895         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10896         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10897         set.
10898
10899 2009-09-06  Bruno Haible  <bruno@clisp.org>
10900
10901         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10902         (fstatat): Declare if GNULIB_FSTATAT is set.
10903         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10904         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10905         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10906         * modules/fcntl-h (Files): Remove m4/openat.m4.
10907         * modules/sys_stat (Files): Remove m4/openat.m4.
10908         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10909         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10910         * modules/unistd (Files): Remove m4/openat.m4.
10911         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10912         GNULIB_OPENAT.
10913         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10914         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10915         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10916         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10917         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10918         gl_OPENAT_DEFAULTS.
10919         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10920         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10921         Don't require gl_OPENAT_DEFAULTS.
10922         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10923         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10924         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10925         (gl_OPENAT_DEFAULTS): Remove macro.
10926
10927 2009-09-06  Bruno Haible  <bruno@clisp.org>
10928
10929         * modules/openat (configure.ac): Remove unneeded witness.
10930
10931 2009-09-06  Bruno Haible  <bruno@clisp.org>
10932
10933         Set errno to ENOSYS when a function is entirely unsupported.
10934         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10935         EOPNOTSUPP.
10936         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10937         * modules/chown (Depends-on): Remove errno.
10938
10939 2009-09-06  Bruno Haible  <bruno@clisp.org>
10940
10941         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10942
10943 2009-09-06  Bruno Haible  <bruno@clisp.org>
10944
10945         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10946
10947 2009-09-06  Ben Pfaff  <blp@gnu.org>
10948             Bruno Haible  <bruno@clisp.org>
10949
10950         Work around a glibc bug in strtok_r.
10951         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10952         Undefine if UNDEFINE_STRTOK_R is set.
10953         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10955         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10956         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10957         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10958         UNDEFINE_STRTOK_R.
10959         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10960
10961 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10962
10963         exclude: minor fix
10964         * lib/exclude.c: Include wctype.h
10965
10966 2009-09-06  Akim Demaille  <demaille@gostai.com>
10967
10968         bootstrap: improve error message
10969         * build-aux/bootstrap (find_tool): Upon failure, report the list
10970         of candidates.
10971         Honor the initial value of the envvar.
10972
10973 2009-09-05  Eric Blake  <ebb9@byu.net>
10974
10975         symlinkat: new module
10976         * modules/symlinkat: New file.
10977         * lib/symlinkat.c: Likewise.
10978         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10979         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10980         * modules/unistd (Makefile.am): Use them.
10981         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10982         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10983         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10984         * MODULES.html.sh (File system functions): Mention module.
10985         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10986         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10987         * modules/symlinkat-tests: New test.
10988         * tests/test-symlinkat.c: Likewise.
10989
10990         test-openat-safer: add more checks
10991         * tests/test-openat-safer.c (main): Check more code paths.
10992
10993 2009-09-05  Jim Meyering  <meyering@redhat.com>
10994
10995         syntax-check: detect unnecessary inclusion of openat.h
10996         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10997
10998 2009-09-05  Bruno Haible  <bruno@clisp.org>
10999
11000         Support towlower, towupper.
11001         * doc/posix-functions/towlower.texi: Mention module wctype.
11002         * doc/posix-functions/towupper.texi: Likewise.
11003         * lib/wctype.in.h (towlower, towupper): New functions.
11004         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11005         (ASSERT): New macro.
11006         (e): New variable.
11007         (main): Test also towlower, towupper. Test WEOF argument.
11008         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11009
11010 2009-09-05  Bruno Haible  <bruno@clisp.org>
11011
11012         Fix conversion behaviour when the input is invalid.
11013         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11014         mark occurring in first pass of indirect conversion.
11015         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11016         input.
11017         Found by clang's static analyzer.
11018
11019 2009-09-05  Bruno Haible  <bruno@clisp.org>
11020
11021         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11022         where direct conversion is possible.
11023
11024 2009-09-04  Eric Blake  <ebb9@byu.net>
11025
11026         openat: fail with ENOENT on empty name
11027         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11028         buffer.
11029
11030         link-follow: fix logic bug in prior patch
11031         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11032         reversed sense of yes and no in prior patch.  Avoid confusing
11033         compilation failure with desired semantics.
11034
11035         link-follow: accomodate mingw and cross-compilation
11036         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11037         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11038         cross-compilation results to -1, to make linkat easier to
11039         implement when cross-compiling.  Trivially support mingw.
11040         * modules/link-follow (configure.ac): Call new name.
11041         * NEWS: Mention this.
11042
11043 2009-09-03  Eric Blake  <ebb9@byu.net>
11044
11045         faccessat: compile replacement
11046         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11047         needed.
11048
11049         fts: fix compilation error
11050         * lib/fts.c (includes): Re-add "openat.h", for
11051         openat_needs_fchdir.
11052
11053         faccessat: new module
11054         * modules/faccessat: New file.
11055         * lib/faccessat.c: Likewise.
11056         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11057         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11058         * modules/unistd (Makefile.am): Use it.
11059         * lib/unistd.in.h (faccessat): Declare it.
11060         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11061         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11062         * MODULES.html.sh (File system functions): Mention it.
11063         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11064         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11065
11066         euidaccess: prefer POSIX over non-standard implementation
11067         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11068         * lib/euidaccess.c (euidaccess): Use it if available.
11069
11070         openat: make template easier to use
11071         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11072         AT_FUNC_F2 to be undefined.
11073         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11074         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11075         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11076         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11077         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11078         Likewise.
11079         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11080         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11081         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11082         Likewise.
11083
11084         openat: declare in POSIX headers
11085         * NEWS: Mention this.
11086         * modules/openat (configure.ac): Declare witnesses.
11087         (Depends-on): Add fcntl-h, sys_stat, unistd.
11088         (Include): Mention correct headers.
11089         * modules/fcntl-h (Depends-on): Add link-warning.
11090         (Files): Add openat.m4.
11091         (Makefile.am): Substitute witnesses.
11092         * modules/sys_stat (Files, Makefile.am): Likewise.
11093         * modules/unistd (Files, Makefile.am): Likewise.
11094         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11095         (gl_OPENAT_DEFAULTS): New macro.
11096         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11097         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11098         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11099         (SYS_STAT_H): Remove unused variable.
11100         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11101         * lib/fcntl--.h (includes): Remove unneeded header.
11102         * lib/openat-safer.c (includes): Likewise.
11103         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11104         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11105         appropriate headers.
11106         (__OPENAT_PREFIX): Delete.
11107         * lib/fcntl.in.h (openat): Provide declaration.
11108         (AT_FDCWD): Fix Solaris bug.
11109         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11110         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11111         * lib/fchmodat.c (includes):  Adjust to find declaration.
11112         * lib/fchownat.c (includes): Likewise.
11113         * lib/mkdirat.c (includes): Likewise.
11114         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11115         still visible.
11116
11117 2009-09-02  Eric Blake  <ebb9@byu.net>
11118
11119         errno: use consistently
11120         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11121         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11122         * lib/canonicalize.c (ELOOP): Likewise.
11123         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11124         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11125         * lib/lchown.c (EOPNOTSUPP): Likewise.
11126         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11127         * lib/savewd.c (ESTALE): Likewise.
11128         * lib/settime.c (ENOSYS): Likewise.
11129         * lib/utimens.c (ENOSYS): Likewise.
11130         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11131         * lib/chdir-safer.c (ELOOP): Likewise.
11132         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11133         * modules/c-stack (Depends-on): Add errno.
11134         * modules/canonicalize (Depends-on): Likewise.
11135         * modules/chdir-safer (Depends-on): Likewise.
11136         * modules/fdopendir (Depends-on): Likewise.
11137         * modules/inet_ntop (Depends-on): Likewise.
11138         * modules/inet_pton (Depends-on): Likewise.
11139         * modules/lchown (Depends-on): Likewise.
11140         * modules/openat (Depends-on): Likewise.
11141         * modules/savewd (Depends-on): Likewise.
11142         * modules/settime (Depends-on): Likewise.
11143         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11144
11145         fts: avoid leaking fds
11146         * modules/fts (Depends-on): Add cloexec.
11147         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11148         flag.
11149
11150         fts: make directory fds more robust
11151         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11152         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11153
11154         backupfile, chdir-long, fts, savedir: make safer
11155         * lib/backupfile.c (includes): Use "dirent--.h", since
11156         numbered_backup can write to stderr during readdir.
11157         * lib/savedir.c (includes): Likewise.
11158         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11159         emulation can write to stderr on failure.
11160         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11161         * lib/getcwd.c: Document why opendir_safer is unused.
11162         * lib/glob.c: Likewise.
11163         * lib/scandir.c: Likewise.
11164         * lib/openat-proc.c: Likewise, for open_safer.
11165         * modules/backupfile (Depends-on): Add dirent-safer.
11166         * modules/savedir (Depends-on): Likewise.
11167         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11168         * modules/chdir-long (Depends-on): Add openat-safer.
11169
11170         openat-safer: new module
11171         * modules/openat-safer: New file.
11172         * lib/openat-safer.c: Likewise.
11173         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11174         * lib/fcntl-safer.h (openat_safer): Declare.
11175         * lib/fcntl--.h (openat): Override.
11176         * MODULES.html.sh (File descriptor based I/O): Mention it.
11177         * lib/openat.h: Add double-inclusion guards.
11178         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11179         "fcntl--.h", so we can implement openat.
11180         * modules/openat-safer-tests: New test.
11181         * tests/test-openat-safer.c: New file.
11182
11183         dirent-safer: new module
11184         * modules/dirent-safer: New file.
11185         * lib/dirent--.h: Likewise.
11186         * lib/dirent-safer.h: Likewise.
11187         * lib/opendir-safer.c: Likewise.
11188         * m4/dirent-safer.m4: Likewise.
11189         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11190         * modules/dirent-safer-tests: New test.
11191         * tests/test-dirent-safer.c: New file.
11192         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11193
11194         fdopendir: optimize on mingw
11195         * lib/unistd.in.h (_gl_directory_name): New prototype.
11196         * lib/fchdir.c (_gl_directory_name): Implement it.
11197         (fchdir): Use it to simplify implementation.
11198         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11199         fchdir, when available, to avoid calling [f]chdir().
11200
11201         fdopendir: split into its own module
11202         * lib/openat.c (fdopendir): Move...
11203         * lib/fdopendir.c: ...into new file.
11204         * modules/fdopendir: New module.
11205         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11206         * modules/openat (Depends-on): Add fdopendir.
11207         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11208         fdopendir here.
11209         * modules/savedir (Depends-on): Only need fdopendir, not full
11210         openat.
11211         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11212         * lib/openat.h (fdopendir): Drop prototype.
11213         * lib/dirent.in.h (fdopendir): Provide prototype.
11214         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11215         * modules/dirent (Makefile.am): Substitute them.
11216         * MODULES.html.sh (File system functions): Mention it.
11217         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11218         * modules/fdopendir-tests: New file.
11219         * tests/test-fdopendir.c: Likewise.
11220
11221         fchdir: use more consistent macro convention
11222         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11223         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11224         REPLACE_FCHDIR, rather than relying on config.h macros.
11225         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11226         inside a single make-time REPLACE_FCHDIR block, rather than using
11227         the config.h FCHDIR_REPLACEMENT.
11228         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11229         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11230         Manage fstat replacement.
11231         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11232         REPLACE_FCHDIR.
11233         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11234         (Makefile.am): Substitute REPLACE_FCHDIR.
11235         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11236         FCHDIR_REPLACEMENT.
11237         * lib/dup-safer.c (dup_safer): Likewise.
11238         * lib/dup2.c (rpl_dup2): Likewise.
11239         * lib/dup3.c (rpl_dup3): Likewise.
11240         * lib/open.c (rpl_open): Likewise.
11241
11242         fchdir: simplify error handling, and support dup3
11243         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11244         stdbool, malloc-posix, realloc-posix.
11245         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11246         (ensure_dirs_slot): Return false on allocation failure.
11247         (rpl_dup2): Delete.
11248         (_gl_register_dup): New function.
11249         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11250         (_gl_register_fd): Close fd on allocation failure.
11251         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11252         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11253         prototype.
11254         (rpl_dup2_fchdir): Delete prototype.
11255         * lib/open.c (open): Update caller.
11256         * lib/dup2.c (dup2): Track fchdir metadata.
11257         * lib/dup3.c (dup3): Likewise.
11258         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11259         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11260
11261 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11262
11263         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11264         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11265         don't pass arguments to AC_OUTPUT.
11266
11267 2009-09-02  Bruno Haible  <bruno@clisp.org>
11268
11269         * modules/mkdtemp (License): Relicense under LGPLv2+.
11270         Reported by Paolo Bonzini.
11271
11272 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11273
11274         Replace uses of obsolete autoconf macros in Jim's modules.
11275         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11276         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11277         can evoke a warning from autoconf when run with -Wobsolete
11278         enabled.  They were declared obsolete for good reasons (see
11279         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11280         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11281         should not continue using the deprecated macros.
11282         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11283         obsolete Autoconf macros with modern counterparts.
11284         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11285         * m4/dos.m4 (gl_AC_DOS): Likewise.
11286         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11287         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11288         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11289         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11290         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11291         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11292         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11293         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11294         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11295         Likewise.
11296         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11297         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11298         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11299         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11300         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11301         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11302
11303 2009-09-01  Eric Blake  <ebb9@byu.net>
11304
11305         fchdir: fix off-by-one bug in previous patch
11306         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11307         (_gl_unregister_fd): Delete useless if.
11308
11309 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11310
11311         maint.mk: sort the list of syntax-check rules
11312         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11313         easier to get a sense of progress when the rules are run sequentially
11314         and take a long time.
11315
11316 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11317
11318         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11319         * modules/netinet_in: Likewise.
11320         * modules/sys_file: Likewise.
11321         * modules/sys_ioctl: Likewise.
11322         * modules/sys_select: Likewise.
11323         * modules/sys_socket: Likewise.
11324         * modules/sys_stat: Likewise.
11325         * modules/sys_time: Likewise.
11326         * modules/sys_times: Likewise.
11327         * modules/sys_utsname: Likewise.
11328         * modules/sys_wait: Likewise.
11329
11330 2009-09-01  Jim Meyering  <meyering@redhat.com>
11331
11332         fts: help ensure that return values are not ignored
11333         * lib/fts_.h (__GNUC_PREREQ): Define.
11334         (__attribute_warn_unused_result__): Define.
11335         (fts_children, fts_close, fts_open, fts_read): Declare with
11336         __attribute_warn_unused_result__.
11337
11338         fts: fts_close now fails also when closing a dir file descriptor fails
11339         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11340         and propagate to caller, along with errno.
11341
11342         announce-gen: correct formatting in --help output
11343         * build-aux/announce-gen (usage): Move the one-line description in
11344         --help output "up", to where it belongs, just after Usage:.
11345
11346 2009-08-31  Eric Blake  <ebb9@byu.net>
11347
11348         fchdir: port to mingw
11349         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11350         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11351         opened, then use a substitute.
11352         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11353         replacement.
11354         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11355         (_gl_register_fd): No need to check stat if open already filters
11356         all directories.
11357         (fchdir): Fix error condition to match POSIX.
11358         * modules/fchdir (Depends-on): Add sys_stat.
11359         * doc/posix-functions/open.texi (open): Document the limitation.
11360         * modules/fchdir-tests: New file.
11361         * tests/test-fchdir.c: Likewise.
11362
11363         canonicalize: allow cross-testing from cygwin to mingw
11364         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11365         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11366         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11367         Likewise.
11368         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11369         target does not support symlinks.
11370         * tests/test-canonicalize-lgpl.sh: Likewise.
11371
11372         chown: avoid compilation warning on mingw
11373         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11374         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11375         mingw.
11376         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11377         * modules/chown (Depends-on): Add errno.
11378
11379 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11380
11381         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11382         command.
11383
11384 2009-08-31  Jim Meyering  <meyering@redhat.com>
11385
11386         canonicalize: remove useless initialization
11387         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11388         initialization of local, "end".
11389
11390 2009-08-30  Bruno Haible  <bruno@clisp.org>
11391
11392         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11393         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11394         ENOSYS.
11395
11396 2009-08-30  Bruno Haible  <bruno@clisp.org>
11397
11398         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11399         /usr/xpg4/bin/tr when it exists.
11400         * tests/test-pipe-filter-gi1.sh: Likewise.
11401
11402 2009-08-30  Bruno Haible  <bruno@clisp.org>
11403
11404         Work around deficient /usr/bin/id program on Solaris.
11405         * tests/test-file-has-acl.sh (ID): New variable.
11406         * tests/test-set-mode-acl.sh (ID): Likewise.
11407         * tests/test-copy-acl.sh (ID): Likewise.
11408         * tests/test-copy-file.sh (ID): Likewise.
11409
11410 2009-08-30  Bruno Haible  <bruno@clisp.org>
11411
11412         New module 'xstriconveh'.
11413         * lib/xstriconveh.h: New file.
11414         * lib/xstriconveh.c: New file.
11415         * modules/xstriconveh: New file.
11416
11417 2009-08-30  Bruno Haible  <bruno@clisp.org>
11418
11419         Make it easier to use mem_cd_iconveh.
11420         * lib/striconveh.h (iconveh_t): New type.
11421         (iconveh_open, iconveh_close): New declarations.
11422         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11423         with a single 'const iconveh_t *' argument.
11424         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11425         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11426         with a single 'const iconveh_t *' argument.
11427         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11428         * tests/test-striconveh.c (main): Update.
11429         * NEWS: Mention the change.
11430
11431 2009-08-30  Bruno Haible  <bruno@clisp.org>
11432
11433         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11434         problem.
11435
11436 2009-08-30  Bruno Haible  <bruno@clisp.org>
11437
11438         Work around iconv_open problem on Solaris.
11439         * lib/iconv_open-solaris.gperf: New file.
11440         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11441         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11442         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11443         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11444         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11445         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11446
11447 2009-08-29  Jim Meyering  <meyering@redhat.com>
11448
11449         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11450         * top/maint.mk (cvs-check): Remove target; it was just an alias
11451         to the better-named vc-diff-check.
11452         (maintainer-distcheck): Remove rule.  It was used only from
11453         the (alpha/beta/major) target, and all of its commands but one
11454         were coreutils-specific.
11455         (vc-dist): Remove rule.
11456         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11457         Run vc-diff-check, not vc-dist.
11458         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11459
11460 2009-08-27  Bruno Haible  <bruno@clisp.org>
11461
11462         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11463         of 0.
11464
11465 2009-08-27  Bruno Haible  <bruno@clisp.org>
11466
11467         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11468         compilers.
11469         * doc/func.texi: Document the SunPRO C bug.
11470
11471 2009-08-27  Bruno Haible  <bruno@clisp.org>
11472
11473         Fix link error on Solaris.
11474         * tests/test-parse-duration.c (xstrdup): Remove function.
11475
11476 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11477
11478         ignore-value: handle pointer types, too
11479         * lib/ignore-value.h (__attribute__): Remove definition.
11480         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11481         of a more concise and more-often effective "(void) i" statement.
11482         (ignore_ptr): New function to suppress warnings from functions that
11483         return pointers, and to make it explicit that one function doesn't
11484         handle all cases.
11485
11486 2009-08-25  Bruno Haible  <bruno@clisp.org>
11487
11488         dup2: work around a Linux bug.
11489         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11490         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11491         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11492         Reported by Simon Josefsson.
11493
11494 2009-08-25  Jim Meyering  <meyering@redhat.com>
11495
11496         libguestfs uses gnulib
11497         * users.txt: Add libguestfs.
11498
11499 2009-08-24  Eric Blake  <ebb9@byu.net>
11500
11501         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11502         * lib/pipe2.c (includes): Add binary-io.h.
11503         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11504
11505 2009-08-24  Bruno Haible  <bruno@clisp.org>
11506
11507         Tolerate declared but missing accept4 syscall.
11508         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11509         available.
11510         * lib/sys_socket.in.h (accept4): If the function is already present,
11511         override it.
11512         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11513         * modules/accept4 (Makefile.am): Compile accept4.c always.
11514         Reported by Paolo Bonzini and Eric Blake.
11515
11516 2009-08-23  Bruno Haible  <bruno@clisp.org>
11517
11518         New module 'accept4'.
11519         * lib/sys_socket.in.h (accept4): New declaration.
11520         * lib/accept4.c: New file.
11521         * m4/accept4.m4: New file.
11522         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11523         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11524         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11525         HAVE_ACCEPT4.
11526         * modules/accept4: New file.
11527         * doc/glibc-functions/accept4.texi: Mention the new module.
11528
11529 2009-08-24  Jim Meyering  <meyering@redhat.com>
11530
11531         progname: also set global program_invocation_name, when possible
11532         Before this change, a libtool-enabled program that calls glibc's
11533         error function would report the program name as
11534         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11535         * modules/progname (configure.ac): Check for a declaration of
11536         program_invocation_name.
11537         * lib/progname.c:  Include <errno.h>.
11538         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11539         Set program_invocation_name.
11540
11541 2009-08-23  Bruno Haible  <bruno@clisp.org>
11542
11543         * lib/dup3.c: Include <string.h>.
11544
11545 2009-08-23  Bruno Haible  <bruno@clisp.org>
11546
11547         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11548         * lib/pipe2.c (pipe2): Likewise.
11549         Suggested by Eric Blake.
11550
11551 2009-08-23  Bruno Haible  <bruno@clisp.org>
11552
11553         Tolerate declared but missing dup3 syscall.
11554         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11555         * lib/unistd.in.h (dup3): If the function is already present,
11556         override it.
11557         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11558         * modules/dup3 (Makefile.am): Compile dup3.c always.
11559         Reported by Paolo Bonzini.
11560
11561 2009-08-23  Bruno Haible  <bruno@clisp.org>
11562
11563         Tolerate declared but missing pipe2 syscall.
11564         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11565         available.
11566         * lib/unistd.in.h (pipe2): If the function is already present,
11567         override it.
11568         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11569         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11570         Reported by Paolo Bonzini.
11571
11572 2009-08-23  Bruno Haible  <bruno@clisp.org>
11573
11574         * lib/pipe2.c (pipe2): Move #ifs inside function.
11575
11576 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11577
11578         quotearg: document limitations of quote_these_too
11579         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11580         those limitations are created.
11581         * lib/quotearg.h (set_char_quoting): Document that digits and
11582         letters that are special after backslash are not permitted.
11583         (quotearg_char): Cross-reference set_char_quoting documentation.
11584
11585 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11586
11587         quotearg: implement custom_quoting_style
11588         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11589         right_quote fields.
11590         (set_custom_quoting): New public function.
11591         (quotearg_buffer_restyled): Add left_quote and right_quote
11592         arguments, handle them very much like locale quoting, and update
11593         all uses.
11594         (quotearg_n_custom): New public function.
11595         (quotearg_n_custom_mem): New public function.
11596         (quotearg_custom): New public function.
11597         (quotearg_custom_mem): New public function.
11598         * lib/quotearg.h: Prototype and document new public functions.
11599         (enum quoting_style): For escape_quoting_style and
11600         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11601         ignored even though they're otherwise like c_quoting_style.
11602         Add custom_quoting_style member and document with comparison to
11603         clocale_quoting_style.
11604         * tests/test-quotearg.c (custom_quotes): New array.
11605         (custom_results): New array.
11606         (main): Extend to test custom quoting.
11607
11608 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11609
11610         quotearg: fix right quote escaping when it's in quote_these_too
11611         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11612         quote, be sure to prepend only one backslash.
11613         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11614         (main): Test it.
11615
11616 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11617
11618         quotearg-tests: test escaping of embedded locale quotes
11619         * tests/test-quotearg.c (struct result_strings): Add member for
11620         new input.
11621         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11622         (inputs): Add new input.
11623         (results_g): Add expected results.
11624         (flag_results): Likewise.
11625         (locale_results): Likewise.
11626         (compare_strings): Check those.
11627
11628 2009-08-23  Bruno Haible  <bruno@clisp.org>
11629
11630         Tests for module 'dup3'.
11631         * modules/dup3-tests: New file.
11632         * tests/test-dup3.c: New file.
11633
11634         New module 'dup3'.
11635         * lib/unistd.in.h (dup3): New declaration.
11636         * lib/dup3.c: New file.
11637         * m4/dup3.m4: New file.
11638         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11639         HAVE_DUP3.
11640         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11641         * modules/dup3: New file.
11642         * doc/glibc-functions/dup3.texi: Mention the new module.
11643
11644 2009-08-23  Bruno Haible  <bruno@clisp.org>
11645
11646         Tweak the dup2 test.
11647         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11648         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11649         the test file is still empty. Fix argument order of lseek.
11650
11651 2009-08-23  Bruno Haible  <bruno@clisp.org>
11652
11653         Avoid test link errors when the modules getopt-gnu, gettext are used.
11654         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11655         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11656
11657 2009-08-23  Bruno Haible  <bruno@clisp.org>
11658
11659         Fix getdtablesize() on mingw.
11660         * lib/getdtablesize.c (getdtablesize): Implement differently.
11661         * lib/unistd.in.h (getdtablesize): Improve comment.
11662
11663 2009-08-23  Bruno Haible  <bruno@clisp.org>
11664
11665         New module 'mkostemp'.
11666         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11667         * lib/stdlib.in.h (mksotemp): New declaration.
11668         * lib/mkostemp.c: New file, from glibc with modifications.
11669         * lib/tempname.h (GT_FILE): Remove outdated comment.
11670         (gen_tempname): Add flags argument.
11671         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11672         (__GT_FILE): Map to 1.
11673         (small_open, large_open): Remove macros.
11674         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11675         * lib/mkstemp.c (mkstemp): Update.
11676         * lib/mkdtemp.c (mkdtemp): Likewise.
11677         * m4/mkostemp.m4: New file.
11678         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11679         HAVE_MKOSTEMP.
11680         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11681         HAVE_MKOSTEMP.
11682         * modules/mkostemp: New file, based on modules/mkstemp.
11683         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11684         * NEWS: Mention the change.
11685
11686 2009-08-23  Bruno Haible  <bruno@clisp.org>
11687
11688         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11689         Reported by Eric Blake.
11690
11691 2009-08-23  Bruno Haible  <bruno@clisp.org>
11692
11693         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11694         Reported by Eric Blake.
11695
11696 2009-08-23  Bruno Haible  <bruno@clisp.org>
11697
11698         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11699         * modules/pipe2 (Depends-on): Likewise.
11700
11701 2009-08-23  Eric Blake  <ebb9@byu.net>
11702
11703         fcntl-h: add O_TTY_INIT support
11704         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11705         * tests/test-fcntl-h.c (o): Test it.
11706         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11707
11708         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11709         * modules/fcntl: Move <fcntl.h> header replacement...
11710         * modules/fcntl-h: ...to new name, so as not to collide with
11711         like-named function.
11712         * tests/test-fcntl.c: Rename...
11713         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11714         * modules/fcntl-tests: Rename...
11715         * modules/fcntl-h-tests: ...to this.  Update test file name.
11716         * modules/chdir-long (Depends-on): Update clients.
11717         * modules/chdir-safer (Depends-on): Likewise.
11718         * modules/fcntl-safer (Depends-on): Likewise.
11719         * modules/fts (Depends-on): Likewise.
11720         * modules/mkancesdirs (Depends-on): Likewise.
11721         * modules/mkdir-p (Depends-on): Likewise.
11722         * modules/open (Depends-on): Likewise.
11723         * modules/savewd (Depends-on): Likewise.
11724         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11725         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11726
11727 2009-08-22  Bruno Haible  <bruno@clisp.org>
11728
11729         * modules/binary-io (License): Relicense under LGPL.
11730         * modules/pipe2 (License): Likewise.
11731
11732 2009-08-22  Bruno Haible  <bruno@clisp.org>
11733
11734         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11735         return value.
11736         * lib/pipe-filter-gi.c (filter_init): Likewise.
11737         Reported by Eric Blake.
11738
11739 2009-08-22  Bruno Haible  <bruno@clisp.org>
11740
11741         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11742         * modules/pipe (Depends-on): Add pipe2.
11743
11744 2009-08-22  Bruno Haible  <bruno@clisp.org>
11745
11746         Tests for module 'pipe2'.
11747         * modules/pipe2-tests: New file.
11748         * tests/test-pipe2.c: New file.
11749
11750         New module 'pipe2'.
11751         * lib/unistd.in.h (pipe2): New declaration.
11752         * lib/pipe2.c: New file.
11753         * m4/pipe2.m4: New file.
11754         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11755         HAVE_PIPE2.
11756         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11757         * modules/pipe2: New file.
11758         * doc/glibc-functions/pipe2.texi: Mention the new module.
11759
11760 2009-08-22  Bruno Haible  <bruno@clisp.org>
11761
11762         Reference some new glibc functions.
11763         * doc/glibc-functions/accept4.texi: New file.
11764         * doc/glibc-functions/dup3.texi: New file.
11765         * doc/glibc-functions/mkostemp.texi: New file.
11766         * doc/glibc-functions/pipe2.texi: New file.
11767         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11768         (Glibc sys/socket.h): Refer to accept4.
11769         (Glibc unistd.h): Refer to dup3, pipe2.
11770         Reported by Eric Blake.
11771
11772 2009-08-22  Jim Meyering  <meyering@redhat.com>
11773             Bruno Haible  <bruno@clisp.org>
11774
11775         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11776         This makes it so packages using automake-1.11's silent-rules option
11777         can print e.g., a single "GEN    configmake.h" line, rather than
11778         the 30+ statements that perform the job.  If you want to see the
11779         actual commands, you can still run "make V=1".
11780         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11781         so that make output is abbreviated when those variables are defined
11782         appropriately.
11783         * modules/argz: Likewise.
11784         * modules/arpa_inet: Likewise.
11785         * modules/byteswap: Likewise.
11786         * modules/configmake: Likewise.
11787         * modules/dirent: Likewise.
11788         * modules/errno: Likewise.
11789         * modules/fcntl: Likewise.
11790         * modules/float: Likewise.
11791         * modules/fnmatch: Likewise.
11792         * modules/getopt-posix: Likewise.
11793         * modules/glob: Likewise.
11794         * modules/iconv_open: Likewise.
11795         * modules/inttypes: Likewise.
11796         * modules/localcharset: Likewise.
11797         * modules/locale: Likewise.
11798         * modules/math: Likewise.
11799         * modules/netdb: Likewise.
11800         * modules/netinet_in: Likewise.
11801         * modules/poll: Likewise.
11802         * modules/posix_spawnp-tests: Likewise.
11803         * modules/sched: Likewise.
11804         * modules/search: Likewise.
11805         * modules/selinux-h: Likewise.
11806         * modules/signal: Likewise.
11807         * modules/spawn: Likewise.
11808         * modules/stdarg: Likewise.
11809         * modules/stdbool: Likewise.
11810         * modules/stddef: Likewise.
11811         * modules/stdint: Likewise.
11812         * modules/stdio: Likewise.
11813         * modules/stdlib: Likewise.
11814         * modules/string: Likewise.
11815         * modules/strings: Likewise.
11816         * modules/sys_file: Likewise.
11817         * modules/sys_ioctl: Likewise.
11818         * modules/sys_select: Likewise.
11819         * modules/sys_socket: Likewise.
11820         * modules/sys_stat: Likewise.
11821         * modules/sys_time: Likewise.
11822         * modules/sys_times: Likewise.
11823         * modules/sys_utsname: Likewise.
11824         * modules/sys_wait: Likewise.
11825         * modules/sysexits: Likewise.
11826         * modules/time: Likewise.
11827         * modules/unistd: Likewise.
11828         * modules/wchar: Likewise.
11829         * modules/wctype: Likewise.
11830
11831 2009-08-22  Jim Meyering  <meyering@redhat.com>
11832
11833         announce-gen: detect write failure
11834         * build-aux/announce-gen: Add Coda at end.
11835         Remove equivalent-but-more-verbose block at top.
11836
11837 2009-08-19  Akim Demaille  <demaille@gostai.com>
11838
11839         bootstrap: --help to stdout.
11840         * bootstrap (usage): Don't send --help to stderr.
11841         Use a here doc instead of a long string.
11842
11843 2009-08-21  Eric Blake  <ebb9@byu.net>
11844
11845         test-popen-safer: split from test-popen
11846         * tests/test-popen.c (main): Move...
11847         * tests/test-popen.h: ...into new file.
11848         * tests/test-popen-safer2.c: New file.
11849         * modules/popen-tests (Files): Add test-popen.h.
11850         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11851         Suggested by Bruno Haible.
11852
11853         test-fcntl-safer: split from test-open
11854         * tests/test-open.c (main): Move...
11855         * tests/test-open.h: ...into new file.
11856         * tests/test-fcntl-safer.c: New file.
11857         * modules/open-tests (Files): Add test-open.h.
11858         * modules/fcntl-safer-tests: New file.
11859         Suggested by Bruno Haible.
11860
11861         test-fopen-safer: split from test-fopen
11862         * tests/test-fopen.c (main): Move...
11863         * tests/test-fopen.h: ...into new file.
11864         * tests/test-fopen-safer.c: New file.
11865         * modules/fopen-tests (Files): Add test-fopen.h.
11866         * modules/fopen-safer-tests: New file.
11867         Suggested by Bruno Haible.
11868
11869 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11870
11871         popen-safer: test O_CLOEXEC at run-time.
11872         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11873
11874 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11875
11876         fcntl: move more flags to the header
11877         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11878         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11879         * lib/fcntl.in.h: Do both things here.
11880
11881 2009-08-21  Jim Meyering  <meyering@redhat.com>
11882
11883         consistently remove $@-t before redirecting to it
11884         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11885         * modules/alloca-opt: Likewise.
11886         * modules/byteswap: Likewise.
11887         * modules/fnmatch: Likewise.
11888         * modules/getopt-posix: Likewise.
11889         * modules/glob: Likewise.
11890         * modules/poll: Likewise.
11891         * modules/posix_spawnp-tests: Likewise.
11892         * modules/sys_socket: Likewise.
11893         * modules/sysexits: Likewise.
11894
11895 2009-08-21  Eric Blake  <ebb9@byu.net>
11896
11897         popen: simplify access to original popen
11898         * lib/popen.c (rpl_popen): No need to worry about popen being a
11899         macro.
11900         Reported by Bruno Haible.
11901
11902 2009-08-20  Eric Blake  <ebb9@byu.net>
11903
11904         build: avoid some compiler warnings
11905         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11906         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11907         type.
11908         (new_exclude_segment, excluded_file_pattern_p)
11909         (excluded_file_name_p): Reduce scope.
11910         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11911         old-style declaration.
11912
11913 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11914
11915         * tests/test-exclude1.sh: Handle Windows EOL.
11916         * tests/test-exclude2.sh: Likewise.
11917         * tests/test-exclude3.sh: Likewise.
11918         * tests/test-exclude4.sh: Likewise.
11919         * tests/test-exclude5.sh: Likewise.
11920         * tests/test-exclude6.sh: Likewise.
11921         * tests/test-exclude7.sh: Likewise.
11922
11923 2009-08-19  Akim Demaille  <demaille@gostai.com>
11924
11925         bootstrap: find sha1sum when named gsha1sum.
11926         * bootstrap (find_tool): New.
11927         ($SHA1SUM): New.
11928         Use it.
11929
11930 2009-08-20  Jim Meyering  <meyering@redhat.com>
11931
11932         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11933         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11934         expression that converts "." in a file name to "\." in the resulting
11935         regexp.  Start with a dummy statement, so that prior shell variable
11936         definitions are expanded portably.  Reported by Simon Josefsson.
11937
11938 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11939
11940         Fix polling for writeability of a screen buffer.
11941         * lib/poll.c: Distinguish input and screen buffers for the
11942         Win32 implementation.
11943         * lib/select.c: Likewise.
11944
11945 2009-08-19  Eric Blake  <ebb9@byu.net>
11946
11947         popen-safer: prevent popen from clobbering std descriptors
11948         * modules/popen-safer: New file.
11949         * lib/popen-safer.c: Likewise.
11950         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11951         * lib/stdio--.h (popen): Provide override.
11952         * lib/stdio-safer.h (popen_safer): Provide declaration.
11953         * tests/test-popen.c (includes): Partially test this.
11954         * modules/popen-safer-tests: New file, for more tests.
11955         * tests/test-popen-safer.c: Likewise.
11956         * MODULES.html.sh (file stream based Input/Output): Mention it.
11957
11958         tests: test some of the *-safer modules
11959         * modules/fopen-safer (Depends-on): Add fopen.
11960         * modules/fcntl-safer (Depends-on): Add fcntl.
11961         * modules/stdlib-safer (Depends-on): Add stdlib.
11962         (configure.ac): Set indicator.
11963         * modules/unistd-safer (configure.ac): Likewise.
11964         * modules/tmpfile-safer (configure.ac): Likewise.
11965         (Depends-on): Add tmpfile.
11966         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11967         active.
11968         * tests/test-fopen.c (includes): Test safer versions when they are
11969         in use.
11970         * tests/test-open.c (includes): Likewise.
11971
11972         popen: fix cygwin 1.5 bug when stdin closed
11973         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11974         * modules/popen: New file.
11975         * modules/popen-tests: Likewise.
11976         * tests/test-popen.c: Likewise.
11977         * m4/popen.m4: Likewise.
11978         * lib/popen.c: Likewise.
11979         * lib/stdio.in.h (popen): New declaration.
11980         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11981         * modules/stdio (Makefile.am): Likewise.
11982         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11983
11984 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11985
11986         maint.mk: give full control over update-copyright exclusions
11987         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11988         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11989         (update-copyright): Don't force inclusion of top-level
11990         ChangeLog.  Don't force exclusion of all COPYING files, but make
11991         them the default exclusion instead.
11992
11993 2009-08-16  Bruno Haible  <bruno@clisp.org>
11994
11995         Fix test failures on Solaris 10.
11996         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11997         tests when Solaris iconv() is used.
11998         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11999         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12000         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12001         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12002         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12003
12004 2009-08-16  Bruno Haible  <bruno@clisp.org>
12005
12006         Fix test failures on Solaris 10.
12007         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12008         'tr' program and pass it as first argument.
12009         * tests/test-pipe-filter-gi1.sh: Likewise.
12010         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12011         program as first argument.
12012         * tests/test-pipe-filter-gi1.c (main): Likewise.
12013
12014 2009-08-16  Eric Blake  <ebb9@byu.net>
12015
12016         fpurge: fix previous commits
12017         * modules/fpurge (Makefile.am): Make replacement conditional,
12018         partially reverting 2007-04-29 change; missed in previous
12019         attempt.
12020         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12021         is missing.
12022
12023 2009-08-16  Bruno Haible  <bruno@clisp.org>
12024
12025         Clarify fpurge's effect on the file position.
12026         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12027         * tests/test-fpurge.c (main): Make a second pass for checking the file
12028         position.
12029
12030 2009-08-16  Bruno Haible  <bruno@clisp.org>
12031
12032         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12033         declaration of fpurge is missing.
12034         * tests/test-fpurge.c (main): Check that the file has not more contents
12035         than expected. Close the file before removing it.
12036
12037 2009-08-15  Eric Blake  <ebb9@byu.net>
12038
12039         fpurge: don't wrap working cygwin implementation
12040         * lib/fpurge.c (fpurge): Fix comment typo.
12041         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12042         1.7 to avoid replacement.
12043         * tests/test-fpurge.c (main): Enhance test.
12044
12045 2009-08-15  Eric Blake  <ebb9@byu.net>
12046         and Jim Meyering  <meyering@redhat.com>
12047
12048         test-update-copyright: skip if perl is insufficient
12049         * tests/test-update-copyright.sh: Failure to run maintainer tool
12050         should not cause testsuite failure on cygwin 1.5.
12051
12052 2009-08-14  Eric Blake  <ebb9@byu.net>
12053
12054         doc: mention more functions added in cygwin 1.7.0
12055         * doc/posix-headers/limits.texi (limits.h): Update for recent
12056         cygwin additions.
12057         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12058         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12059         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12060         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12061         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12062
12063 2009-08-14  Eric Blake  <ebb9@byu.net>
12064
12065         maint.mk: simplify update-copyright rule
12066         * top/maint.mk (update-copyright-local): Delete, and document how
12067         to do it in cfg.mk instead.
12068         (update-copyright-exclude-regexp): Delete, and document how to do
12069         it in .x-update-copyright instead.
12070         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12071         exclude ChangeLog.
12072
12073 2009-08-14  Bruno Haible  <bruno@clisp.org>
12074
12075         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12076
12077 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12078
12079         maint.mk: support update-copyright-env
12080         * top/maint.mk (update-copyright-env): Define place-holder.
12081         (update-copyright): Expand $(update-copyright-env) before
12082         invoking update-copyright.
12083
12084 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12085
12086         update-copyright: implement forced reformatting
12087         * build-aux/update-copyright: Implement and document
12088         UPDATE_COPYRIGHT_FORCE.
12089         * tests/test-update-copyright.sh: Test it.
12090
12091 2009-08-14  Eric Blake  <ebb9@byu.net>
12092         and Bruno Haible  <bruno@clisp.org>
12093
12094         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12095         * tests/test-locale.c: Revert previous patch related to NULL.
12096         * tests/test-stdio.c: Likewise.
12097         * tests/test-stdlib.c: Likewise.
12098         * tests/test-string.c: Likewise.
12099         * tests/test-unistd.c: Likewise.
12100         * modules/time-tests (Depends-on): Add verify.
12101         * modules/wchar-tests (Depends-on): Likewise.
12102         * tests/test-time.c: Test for NULL compliance.
12103         * tests/test-wchar.c: Likewise.
12104         * modules/locale (Depends-on): Add stddef.
12105         * modules/stdio (Depends-on): Likewise.
12106         * modules/stdlib (Depends-on): Likewise.
12107         * modules/string (Depends-on): Likewise.
12108         * modules/time (Depends-on): Likewise.
12109         * modules/unistd (Depends-on): Likewise.
12110         * modules/wchar (Depends-on): Likewise.
12111         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12112         * lib/stdlib.in.h (includes): Likewise.
12113         * lib/string.in.h (includes): Likewise.
12114         * lib/time.in.h (includes): Likewise.
12115         * lib/unistd.in.h (includes): Likewise.
12116         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12117         replaced.
12118         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12119         * m4/stddef_h.m4: New file.
12120         * modules/stddef: Likewise.
12121         * lib/stddef.in.h: Likewise.
12122         * modules/stddef-tests: Likewise.
12123         * tests/test-stddef.c: Likewise.
12124         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12125         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12126         * doc/posix-headers/locale.texi (locale.h): Likewise.
12127         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12128         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12129         * doc/posix-headers/string.texi (string.h): Likewise.
12130         * doc/posix-headers/time.texi (time.h): Likewise.
12131         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12132         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12133
12134 2009-08-14  Eric Blake  <ebb9@byu.net>
12135
12136         doc: improve git diff of texinfo files
12137         * .gitattributes: Add rule for *.texi files, with hint on how to
12138         use it.
12139         Copied from m4, and based on a report by Bruno Haible.
12140
12141 2009-08-14  Bruno Haible  <bruno@clisp.org>
12142
12143         Disable multithread support by default on Cygwin 1.5.x for real.
12144         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12145
12146 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12147
12148         update-copyright: much ado about intervals
12149         * build-aux/update-copyright: Implement and document
12150         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12151         of copyright year intervals.
12152         Also, document UPDATE_COPYRIGHT_YEAR.
12153         * tests/test-update-copyright.sh: Test it.
12154
12155         update-copyright: convert 2-digit to 4-digit years
12156         * build-aux/update-copyright: Implement and document.
12157         * tests/test-update-copyright.sh: Update.
12158
12159 2009-08-14  Jim Meyering  <meyering@redhat.com>
12160
12161         test-exclude: avoid coreutils "make check" failure
12162         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12163         just as in test-argmatch.c.
12164
12165 2009-08-13  Eric Blake  <ebb9@byu.net>
12166
12167         test-dup2: fix bad assumption
12168         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12169         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12170
12171         test-version-etc: fix CRLF portability issue
12172         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12173         recognize \r.
12174         * tests/test-argp-version-etc-1.sh: Likewise.
12175
12176         getopt: update client modules
12177         * modules/argp (Depends-on): Use getopt-gnu.
12178         * modules/git-merge-changelog (Depends-on): Likewise.
12179         * modules/long-options (Depends-on): Likewise.
12180         * modules/xstrtol (Depends-on): Likewise.
12181
12182 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12183
12184         * tests/test-version-etc.sh: Don't fail on different
12185         project/version.  Don't fail on CRLF differences.  Rewrite to use
12186         multiple -e instead of multiple sed forks, suggested by Eric Blake
12187         <ebb9@byu.net>.
12188         * tests/test-argp-version-etc-1.sh: Likewise.
12189
12190 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12191
12192         * tests/test-version-etc.sh: Don't fail on different
12193         project/version.
12194
12195 2009-08-12  Bruno Haible  <bruno@clisp.org>
12196
12197         Tests for modules 'getopt-posix', 'getopt-gnu'.
12198         * modules/getopt-posix-tests: New file.
12199         * tests/test-getopt.c: New file.
12200         * tests/test-getopt.h: New file.
12201         * tests/test-getopt_long.h: New file.
12202
12203         New modules 'getopt-posix', 'getopt-gnu'.
12204         * modules/getopt-gnu: New file, renamed from modules/getopt.
12205         * modules/getopt-posix: New file.
12206         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12207         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12208         (gl_GETOPT): Remove macro.
12209         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12210         Disable the test against BSD systems that declare optreset. Test
12211         against mingw bug. Test against lack of support of optional arguments
12212         on many platforms.
12213         * doc/glibc-headers/getopt.texi: Update module name and list of
12214         relevant platforms.
12215         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12216         'getopt-gnu' and more portability problems.
12217         * NEWS: Mention the changes.
12218
12219 2009-08-12  Bruno Haible  <bruno@clisp.org>
12220
12221         Ensure that optarg etc. get declared by <unistd.h>.
12222         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12223         AC_USE_SYSTEM_EXTENSIONS.
12224         * modules/getopt (Depends-on): Add 'extensions'.
12225
12226 2009-08-12  Bruno Haible  <bruno@clisp.org>
12227
12228         Avoid test link errors.
12229         * modules/pipe-filter-ii-tests (Makefile.am): Define
12230         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12231         * modules/pipe-filter-gi-tests (Makefile.am): Define
12232         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12233         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12234
12235 2009-08-12  Bruno Haible  <bruno@clisp.org>
12236
12237         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12238         gl_GETOPT_SUBSTITUTE before.
12239         (gl_GETOPT): Use it.
12240         * m4/argp.m4 (gl_ARGP): Update.
12241         Reported by Sergey Poznyakoff.
12242
12243         * m4/getopt.m4: Reorder macros.
12244         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12245         (gl_GETOPT_SUBSTITUTE): Remove macro.
12246
12247 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12248
12249         Minor improvement in gitlog-to-changelog
12250
12251         * build-aux/gitlog-to-changelog: New option `--format' makes
12252         output format string configurable.
12253
12254 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12255
12256         Optimize exclude: use hash tables for non-wildcard patterns.
12257
12258         * lib/exclude.c: Include hash.h and mbuiter.h
12259         (struct exclude_pattern, exclude_segment): New data types.
12260         (struct exclude): Rewrite.
12261         (fnmatch_pattern_has_wildcards): New function.
12262         (new_exclude_segment, free_exclude_segment): New functions.
12263         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12264         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12265         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12266         * modules/exclude: Depend on hash and mbuiter.
12267
12268         * modules/exclude-tests: New file.
12269         * tests/test-exclude.c: New file.
12270         * tests/test-exclude1.sh: New file.
12271         * tests/test-exclude2.sh: New file.
12272         * tests/test-exclude3.sh: New file.
12273         * tests/test-exclude4.sh: New file.
12274         * tests/test-exclude5.sh: New file.
12275         * tests/test-exclude6.sh: New file.
12276         * tests/test-exclude7.sh: New file.
12277
12278 2009-08-12  Bruno Haible  <bruno@clisp.org>
12279
12280         Ensure that getopt() gets declared by <unistd.h>.
12281         * lib/unistd.in.h: Conditionally include getopt.h.
12282         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12283         Set GNULIB_UNISTD_H_GETOPT.
12284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12285         GNULIB_UNISTD_H_GETOPT.
12286         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12287
12288 2009-08-12  Bruno Haible  <bruno@clisp.org>
12289
12290         Clarify logic.
12291         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12292         gl_replace_getopt instead of GETOPT_H.
12293
12294 2009-08-12  Bruno Haible  <bruno@clisp.org>
12295
12296         * m4/getopt.m4: Add comments.
12297
12298 2009-08-12  Bruno Haible  <bruno@clisp.org>
12299
12300         Disable multithread support by default on Cygwin 1.5.x.
12301         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12302         set gl_use_threads=no if not specified otherwise.
12303
12304 2009-08-11  Bruno Haible  <bruno@clisp.org>
12305
12306         Avoid compilation error on NetBSD 5.0.
12307         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12308         * tests/test-stdio.c: Likewise.
12309         * tests/test-stdlib.c: Likewise.
12310         * tests/test-string.c: Likewise.
12311         * tests/test-unistd.c: Likewise.
12312         Reported by Greg Troxel <gdt@ir.bbn.com>
12313         at <https://savannah.gnu.org/support/?106973>.
12314
12315 2009-08-11  Bruno Haible  <bruno@clisp.org>
12316
12317         * modules/dup2-tests (Depends-on): Remove close.
12318
12319         Undo 2009-07-19 commit.
12320         * modules/acl-tests (Depends-on): Remove close.
12321         * modules/binary-io-tests (Depends-on): Likewise.
12322         * modules/closein-tests (Depends-on): Likewise.
12323         * modules/flock-tests (Depends-on): Likewise.
12324         * modules/fsync-tests (Depends-on): Likewise.
12325         * modules/lseek-tests (Depends-on): Likewise.
12326         * modules/pipe-tests (Depends-on): Likewise.
12327         * modules/posix_spawn-tests (Depends-on): Likewise.
12328         * modules/posix_spawnp-tests (Depends-on): Likewise.
12329         * modules/stat-time-tests (Depends-on): Likewise.
12330         * modules/yesno-tests (Depends-on): Likewise.
12331
12332 2009-08-10  Bruno Haible  <bruno@clisp.org>
12333
12334         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12335
12336 2009-08-10  Bruno Haible  <bruno@clisp.org>
12337
12338         Fix a gcc warning.
12339         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12340
12341 2009-08-10  Bruno Haible  <bruno@clisp.org>
12342
12343         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12344         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12345         not only the first time.
12346         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12347         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12348         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12349         is 1, not only the the first time.
12350
12351 2009-08-10  Bruno Haible  <bruno@clisp.org>
12352
12353         Make it possible to use module 'gethostname' without module 'close'.
12354         * lib/unistd.in.h (close): Evoke a link error only if
12355         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12356         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12357         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12358         * modules/unistd (Makefile.am): Substitute
12359         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12360         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12361         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12362         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12363         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12364         * modules/sys_ioctl (Makefile.am): Substitute
12365         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12366         * modules/socket (configure.ac): On native Windows, set
12367         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12368         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12369         Reported by Sam Steingold <sds@gnu.org>.
12370
12371 2009-08-10  Bruno Haible  <bruno@clisp.org>
12372
12373         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12374         * modules/ioctl (configure.ac): Likewise.
12375
12376 2009-08-10  Bruno Haible  <bruno@clisp.org>
12377
12378         Avoid collision between gnulib wrapper and libintl wrapper.
12379         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12380         already defined in intl/printf.c.
12381         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12382         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12383
12384 2009-08-09  Bruno Haible  <bruno@clisp.org>
12385
12386         Make <sys/select.h> really self-contained, also on Solaris 10.
12387         * lib/sys_select.in.h: Include <string.h>.
12388         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12389         Solaris 10 problem.
12390         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12391         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12392         Reported by Jim Meyering.
12393
12394 2009-08-09  Bruno Haible  <bruno@clisp.org>
12395
12396         Avoid warnings from 'aclocal' that are due to a use of macro name
12397         AM_XGETTEXT_OPTION that is not defined in automake.
12398         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12399         automake.
12400         * modules/error (configure.ac): Likewise.
12401         * modules/propername (configure.ac): Likewise.
12402         * modules/vasprintf (configure.ac): Likewise.
12403         * modules/verror (configure.ac): Likewise.
12404         * modules/xprintf (configure.ac): Likewise.
12405         * modules/xvasprintf (configure.ac): Likewise.
12406
12407 2009-08-08  Bruno Haible  <bruno@clisp.org>
12408
12409         Avoid compilation error in C++ mode.
12410         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12411         Reported by Sam Steingold <sds@gnu.org>.
12412
12413 2009-08-08  Bruno Haible  <bruno@clisp.org>
12414
12415         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12416         for the various Unix platforms.
12417         * doc/posix-headers/limits.texi: Update platforms list regarding
12418         HOST_NAME_MAX.
12419         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12420
12421 2009-08-07  Jim Meyering  <meyering@redhat.com>
12422
12423         selinux-at: fix typo in a comment
12424         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12425         Spotted by Paolo Bonzini.
12426
12427         selinux-at: remove redundant m4 code, add documentation
12428         * modules/selinux-at (configure.ac): Remove redundant code.
12429         LIB_SELINUX is already set via the dependent module, selinux-h.
12430         (Include): Add quotes around selinux-at.h.
12431         * lib/selinux-at.h: Add documentation.
12432         Reported by Bruno Haible in
12433         http://marc.info/?l=gnulib-bug&m=124958988300749
12434
12435 2009-08-07  Bruno Haible  <bruno@clisp.org>
12436
12437         Avoid link error on MacOS X 10.3 and 10.4.
12438         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12439         on non-ELF systems.
12440         * lib/argp-pv.c (argp_program_version): Likewise.
12441         Reported by Simon Josefsson.
12442
12443 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12444
12445         * tests/test-version-etc.sh: Use $EXEEXT.
12446
12447 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12448
12449         update-copyright: update documentation to point to maint.mk
12450         * build-aux/update-copyright: Here.
12451
12452 2009-08-06  Jim Meyering  <meyering@redhat.com>
12453
12454         maint.mk: support update-copyright-local
12455         * top/maint.mk (update-copyright-local): Define place-holder.
12456         (update-copyright): Depend on $(update-copyright-local).
12457
12458 2009-08-06  Jim Meyering  <meyering@redhat.com>
12459
12460         selinux-at: new module
12461         Initially written for coreutils, this module will soon be
12462         used by findutils, too.
12463         * MODULES.html.sh [Misc]: Add selinux-at.
12464         * lib/selinux-at.h: New file, from coreutils.
12465         * lib/selinux-at.c: Likewise.
12466         * modules/selinux-at: Likewise.
12467         (License): Change from LGPL to GPL, since it depends
12468         on the GPL'd openat module.
12469
12470         doc: update README
12471         * README: Remove references to cogito.
12472         Remove cvs-repo-updating instructions from 2007.
12473         Don't imply that CVS is better if you have limited disk space.
12474
12475 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12476
12477         update-copyright: support C-style comments
12478         * build-aux/update-copyright: Implement and document.
12479         * tests/test-update-copyright.sh: Test.
12480
12481 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12482
12483         update-copyright: support omitted "(C)"
12484         * build-aux/update-copyright: Implement and document.  Also,
12485         allow variable whitespace before "(C)".
12486         * tests/test-update-copyright.sh: Test.
12487
12488 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12489
12490         update-copyright: don't trip on non-FSF copyright statements
12491         * build-aux/update-copyright: Fix so that the first correctly
12492         formatted FSF copyright statement is recognized no matter what
12493         appears before it.  Update documentation.
12494         * tests/test-update-copyright.sh: Test that.
12495
12496 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12497
12498         update-copyright: clean up code a little
12499         * build-aux/update-copyright: Append "_re" to the name of any
12500         variable holding a regular expression.
12501         Replace "old" and "new" with "stmt" in variable names.
12502         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12503         handled correctly.
12504         Format code more consistently.
12505
12506 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12507
12508         update-copyright-tests: improve portability
12509         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12510         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12511
12512 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12513
12514         update-copyright: support @copyright{} and &copy;
12515         * build-aux/update-copyright: Implement and document.
12516         * tests/test-update-copyright.sh: Test.
12517
12518 2009-08-04  Jim Meyering  <meyering@redhat.com>
12519
12520         update-copyright-tests: correctly test EOL=\r\n handling
12521         * tests/test-update-copyright.sh: Put \r at the end of some lines
12522         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12523
12524         maint.mk: make update-copyright exclusion list more configurable
12525         * top/maint.mk (update-copyright): Default to excluding COPYING,
12526         but allow an override, in case someone does want to update that file.
12527
12528         maint.mk: don't update copyright date in COPYING
12529         * top/maint.mk (update-copyright): Exclude COPYING.
12530
12531         maint.mk: add a copyright-updating rule
12532         * top/maint.mk (update-copyright): New rule.
12533         Derived from coreutils/Makefile.am.
12534
12535         update-copyright: rename some variables
12536         * build-aux/update-copyright: Rename a few variables for clarity.
12537         Tweak syntax.  List Joel E. Denny as coauthor.
12538
12539 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12540
12541         update-copyright: fix bug for 2-digit last year and add tests
12542         * build-aux/update-copyright: Fix bug.
12543         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12544         specified.
12545         * modules/update-copyright-tests: New
12546         * tests/test-update-copyright.sh: New.
12547
12548 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12549
12550         update-copyright: handle leading tabs in line prefix
12551         * build-aux/update-copyright: Count leading tabs as 8 spaces
12552         when computing margin.  This helps with the formatting of
12553         ChangeLogs, for example.
12554         Fix documentation a little.
12555
12556 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12557
12558         update-copyright: support EOL=\r\n
12559         * build-aux/update-copyright: Implement that.
12560
12561 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12562
12563         update-copyright: automatically format copyright statements
12564         * build-aux/update-copyright: Implement that.
12565         Also, be a little more predictable and safer by always failing
12566         when the full copyright format is not perfectly recognized as an
12567         unbroken whole.  Discussed at
12568         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12569         Rewrite documentation.
12570
12571 2009-08-03  Bruno Haible  <bruno@clisp.org>
12572
12573         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12574
12575 2009-08-02  Bruno Haible  <bruno@clisp.org>
12576
12577         Tests for module 'uname'.
12578         * modules/uname-tests: New file.
12579         * tests/test-uname.c: New file.
12580
12581         New module 'uname'.
12582         * lib/uname.c: New file.
12583         * m4/uname.m4: New file.
12584         * modules/uname: New file.
12585         * doc/posix-functions/uname.texi: Mention the new module.
12586
12587 2009-08-02  Bruno Haible  <bruno@clisp.org>
12588
12589         Tests for module 'sys_utsname'.
12590         * modules/sys_utsname-tests: New file.
12591         * tests/test-sys_utsname.c: New file.
12592
12593         New module 'sys_utsname'.
12594         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12595         * m4/sys_utsname_h.m4: New file.
12596         * modules/sys_utsname: New file.
12597         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12598
12599 2009-08-02  Bruno Haible  <bruno@clisp.org>
12600
12601         Implicitly initialize the sockets library.
12602         * lib/gethostname.c: Include sockets.h.
12603         (rpl_gethostname): Invoke gl_sockets_startup.
12604         * lib/socket.c: Include sockets.h.
12605         (rpl_socket): Invoke gl_sockets_startup.
12606         * modules/gethostname (Depends-on): Add sockets.
12607         * modules/socket (Depends-on): Likewise.
12608         * tests/test-poll.c: Don't include sockets.h.
12609         (main): Don't invoke gl_sockets_startup.
12610         * tests/test-select.c: Don't include sockets.h.
12611         (main): Don't invoke gl_sockets_startup.
12612
12613 2009-08-02  Bruno Haible  <bruno@clisp.org>
12614
12615         Allow multiple calls to gl_sockets_startup.
12616         * lib/sockets.c (initialized_sockets_version): New variable.
12617         (gl_sockets_startup): Do nothing if already called for this or a higher
12618         version.
12619         (gl_sockets_cleanup): Reset initialized_sockets_version.
12620
12621 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12622
12623         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12624         different project/version.
12625
12626 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12627             Bruno Haible  <bruno@clisp.org>
12628
12629         Tests for module 'pipe-filter-gi'.
12630         * modules/pipe-filter-gi-tests: New file.
12631         * tests/test-pipe-filter-gi1.sh: New file.
12632         * tests/test-pipe-filter-gi1.c: New file.
12633         * tests/test-pipe-filter-gi2.sh: New file.
12634         * tests/test-pipe-filter-gi2-main.c: New file.
12635         * tests/test-pipe-filter-gi2-child.c: New file.
12636
12637         New module 'pipe-filter-gi'.
12638         * lib/pipe-filter-gi.c: New file.
12639         * modules/pipe-filter-gi: New file.
12640
12641 2009-08-02  Bruno Haible  <bruno@clisp.org>
12642             Paolo Bonzini  <bonzini@gnu.org>
12643
12644         Tests for module 'pipe-filter-ii'.
12645         * modules/pipe-filter-ii-tests: New file.
12646         * tests/test-pipe-filter-ii1.sh: New file.
12647         * tests/test-pipe-filter-ii1.c: New file.
12648         * tests/test-pipe-filter-ii2.sh: New file.
12649         * tests/test-pipe-filter-ii2-main.c: New file.
12650         * tests/test-pipe-filter-ii2-child.c: New file.
12651
12652         New module 'pipe-filter-ii'.
12653         * lib/pipe-filter.h: New file.
12654         * lib/pipe-filter-ii.c: New file.
12655         * lib/pipe-filter-aux.h: New file.
12656         * modules/pipe-filter-ii: New file.
12657
12658 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12659
12660         * lib/gc-libgcrypt.c: Change copyright to FSF.
12661         * lib/gc-gnulib.c: Likewise.
12662
12663 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12664
12665         * lib/gethostname.c: Include limits.h.
12666
12667 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12668             Bruno Haible  <bruno@clisp.org>
12669
12670         Ensure HOST_NAME_MAX as part of the gethostname module.
12671         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12672         define also HOST_NAME_MAX.
12673         * tests/test-gethostname.c: Include <limits.h>.
12674         (main): Check also HOST_NAME_MAX.
12675         * doc/posix-headers/limits.texi: Document the mingw problem.
12676
12677 2009-08-02  Bruno Haible  <bruno@clisp.org>
12678
12679         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12680         Add comments.
12681
12682 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12683
12684         * lib/gethostname.c: Add Windows wrapper.
12685         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12686         * modules/gethostname: Depend on sys_socket & errno, for also
12687         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12688         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12689
12690 2009-07-31  Jim Meyering  <meyering@redhat.com>
12691
12692         getloadavg: fix symbol name in comment
12693         * lib/getloadavg.c: Correct a typo I introduced when adding
12694         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12695         Matt Kraai spotted the problem.
12696
12697 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12698
12699         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12700         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12701         code also if ! defined N_NAME_POINTER.
12702         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12703         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12704         but the n_name member is a 12-byte array.
12705
12706 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12707
12708         update-copyright: generalize comment handling
12709         * build-aux/update-copyright: Handle copyright statements
12710         within more comment styles.
12711         Document usage.
12712         Report any file with an external copyright holder or parse failure.
12713
12714 2009-07-29  Jim Meyering  <meyering@redhat.com>
12715
12716         mktime: correct setting of REPLACE_MKTIME
12717         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12718
12719         update-copyright: new module
12720         * modules/update-copyright: New file.
12721         * build-aux/update-copyright: New file.
12722         * MODULES.html.sh (maint+release support): Add update-copyright.
12723
12724 2009-07-27  Bruno Haible  <bruno@clisp.org>
12725
12726         Fix compilation error when <ctime> is used and mktime is replaced.
12727         * lib/time.in.h (mktime): New declaration.
12728         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12729         REPLACE_MKTIME instead of defining mktime in config.h.
12730         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12731         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12732         Reported by Ross McFarland <rwmcfa1@neces.com>.
12733
12734 2009-07-27  Bruno Haible  <bruno@clisp.org>
12735
12736         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12737         Reported by Matt Kraai <mkraai@beckman.com>.
12738
12739 2009-07-25  Jim Meyering  <meyering@redhat.com>
12740
12741         maint.mk: avoid warnings about missing files
12742         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12743         diagnostic when .prev-version does not exist.
12744         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12745         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12746         nonexistent cfg.mk.
12747         Suggestions from Simon Josefsson.
12748
12749 2009-07-25  Bruno Haible  <bruno@clisp.org>
12750
12751         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12752         defined as macros. Needed on QNX 6.4.1.
12753         Reported by Matt Kraai <mkraai@beckman.com>.
12754
12755 2009-07-23  Jim Meyering  <meyering@redhat.com>
12756
12757         maint.mk: invoke "make dist" with a working value of XZ_OPT
12758         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12759
12760 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12761
12762         Make fseeko.c compile on QNX.
12763         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12764
12765 2009-07-22  Peter Simons  <simons@cryp.to>
12766
12767         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12768         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12769         * lib/md4.h: Likewise.
12770         * lib/md5.h: Likewise.
12771         * lib/sha1.h: Likewise.
12772         * lib/sha256.h: Likewise.
12773         * lib/sha512.h: Likewise.
12774
12775         tests-sha1: don't assign literal string to 'char *' variable
12776         * tests/test-sha1.c (main): Declare locals with "const" to match
12777         attributes of the right hand side.
12778
12779 2009-07-21  Eric Blake  <ebb9@byu.net>
12780
12781         dup2: fix more mingw problems
12782         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12783         fd to itself.
12784         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12785         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12786         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12787         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12788         care of mingw bugs.
12789
12790 2009-07-21  Jim Meyering  <meyering@redhat.com>
12791
12792         vc-list-files: avoid failure when /bin/sh is dash
12793         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12794         On some Debian based systems, /bin/sh is a symlink to dash, and running
12795         this command would omit the "/" following each 'tests' prefix:
12796           dash -x build-aux/vc-list-files -C . tests
12797         That is because bash and dash work differently:
12798           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12799           bash ok
12800           dash odd
12801
12802 2009-07-21  Eric Blake  <ebb9@byu.net>
12803
12804         dup2-tests: test previous patch
12805         * modules/dup2-tests: New file.
12806         * tests/test-dup2.c: Likewise.
12807         * tests/test-open.c (main): Avoid unspecified behavior.
12808         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12809         test.
12810
12811         dup2: work around mingw and cygwin 1.5 bug
12812         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12813         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12814         * modules/unistd (Makefile.am): Substitute it.
12815         * lib/unistd.in.h (dup2): Declare the replacement.
12816         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12817         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12818         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12819         * modules/execute (Depends-on): Add dup2.
12820         * modules/fseterr (Depends-on): Likewise.
12821         * modules/pipe (Depends-on): Likewise.
12822         * modules/posix_spawn-internal (Depends-on): Likewise.
12823
12824 2009-07-21  Bruno Haible  <bruno@clisp.org>
12825
12826         * modules/.gitattributes: New file.
12827
12828 2009-07-20  Bruno Haible  <bruno@clisp.org>
12829
12830         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12831         (main): Use it.
12832
12833 2009-07-20  Eric Blake  <ebb9@byu.net>
12834
12835         test-pipe: make a bit more robust.
12836         * tests/test-pipe.c (myerr): Allow error messages regardless of
12837         what we do to stderr.
12838         (test_pipe): Rearrange to avoid deadlock.
12839         (child_main): Try a larger read, to ensure we avoided deadlock.
12840         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12841         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12842         if misused.
12843
12844 2009-07-19  Jim Meyering  <meyering@redhat.com>
12845
12846         fts: avoid false-positive cycle-detection
12847         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12848         for each new command line argument.
12849
12850 2009-07-19  Bruno Haible  <bruno@clisp.org>
12851
12852         Fix build error on mingw with the modules sys_select and unistd.
12853         * modules/acl-tests (Depends-on): Add close.
12854         * modules/binary-io-tests (Depends-on): Likewise.
12855         * modules/closein-tests (Depends-on): Likewise.
12856         * modules/flock-tests (Depends-on): Likewise.
12857         * modules/fsync-tests (Depends-on): Likewise.
12858         * modules/lseek-tests (Depends-on): Likewise.
12859         * modules/pipe-tests (Depends-on): Likewise.
12860         * modules/posix_spawn-tests (Depends-on): Likewise.
12861         * modules/posix_spawnp-tests (Depends-on): Likewise.
12862         * modules/stat-time-tests (Depends-on): Likewise.
12863         * modules/yesno-tests (Depends-on): Likewise.
12864
12865 2009-07-19  Bruno Haible  <bruno@clisp.org>
12866
12867         Unify conditionals.
12868         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12869         macros, not at the compiler macros.
12870         * lib/pipe.c: Likewise.
12871         * lib/execute.c: Likewise.
12872         * lib/spawni.c: Likewise.
12873
12874 2009-07-19  Bruno Haible  <bruno@clisp.org>
12875
12876         Fix handling of closed stdin/stdout/stderr on mingw.
12877         * lib/w32spawn.h: Include unistd.h.
12878         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12879         file descriptor with O_NOINHERIT flag.
12880         (fd_safer_noinherit): New function, based on fd-safer.c.
12881         (dup_safer_noinherit): New function, based on dup-safer.c.
12882         (undup_safer_noinherit): New function.
12883         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12884         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12885         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12886         instead of fd_safer.
12887         * tests/test-pipe.c: Include <windows.h>.
12888         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12889
12890         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12891         from main.
12892         (test_pipe): Pass an extra argument for disambiguation.
12893         (main): Invoke parent_main or child_main.
12894
12895         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12896         consistently.
12897
12898 2009-07-18  Eric Blake  <ebb9@byu.net>
12899
12900         test-pipe: fix mingw build
12901         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12902
12903 2009-07-18  Bruno Haible  <bruno@clisp.org>
12904
12905         * modules/pipe-tests (Makefile.am): Fix typo.
12906
12907 2009-07-18  Eric Blake  <ebb9@byu.net>
12908
12909         error: fix mingw build
12910         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12911         Reported by Bruno Haible.
12912
12913         error: avoid undefined use of stdout
12914         * lib/error.c (error, error_at_line): Check that fd 1 is open
12915         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12916         is handling faults and the close_stdout module wants to report the
12917         detection of closed stdout as an error.
12918
12919 2009-07-17  Eric Blake  <ebb9@byu.net>
12920
12921         pipe: be robust in face of closed fds
12922         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12923         should cause child to misbehave.
12924         * modules/pipe-tests: New module.
12925         * tests/test-pipe.c: New file.
12926         * tests/test-pipe.sh: New file.
12927         Reported by Akim Demaille.
12928
12929 2009-07-14  Bruno Haible  <bruno@clisp.org>
12930
12931         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12932         Reported by anonymous kc.
12933
12934 2009-07-07  Jim Meyering  <meyering@redhat.com>
12935
12936         maint.mk: don't look for translatable strings in *.m4 or *.mk
12937         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12938         when searching for translatable strings.
12939
12940 2009-07-05  Jim Meyering  <meyering@redhat.com>
12941
12942         remove superfluous parentheses in STREQ definition
12943         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12944         * lib/getugroups.c (STREQ): Likewise.
12945         * lib/fnmatch.c (STREQ): Likewise.
12946         Spotted by Bruno Haible.
12947
12948 2009-07-04  Jim Meyering  <meyering@redhat.com>
12949
12950         argv-iter: new module
12951         * MODULES.html.sh: Add argv-iter.
12952         * lib/argv-iter.c, lib/argv-iter.h: New files.
12953         * modules/argv-iter: New file.
12954         * modules/argv-iter-tests: New file.
12955         * tests/test-argv-iter.c: Test it.
12956
12957 2009-07-04  Bruno Haible  <bruno@clisp.org>
12958
12959         Fix assertion.
12960         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12961         contains more exact copies of a given entry than file2, leave the extra
12962         copies unpaired rather than aborting.
12963         Reported by Eric Blake.
12964
12965 2009-07-02  Bruno Haible  <bruno@clisp.org>
12966
12967         Speedup git-merge-changelog for git cherry-pick.
12968         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12969         (entries_mapping_get): New function, extracted from compute_mapping.
12970         (entries_mapping_reverse_get): New function.
12971         (compute_mapping): Add a 'full' argument. Return the result in a
12972         'struct entries_mapping'.
12973         (main): Update. Access the mappings through entries_mapping_get.
12974         Reported by Eric Blake.
12975
12976 2009-07-02  Bruno Haible  <bruno@clisp.org>
12977
12978         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12979         best_i.
12980
12981 2009-07-02  Bruno Haible  <bruno@clisp.org>
12982
12983         Speed up approximate search for matching ChangeLog entries.
12984         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12985         argument. Call fstrcmp_bounded instead of fstrcmp.
12986         (compute_mapping, try_split_merged_entry, main): Update callers.
12987
12988 2009-07-02  Bruno Haible  <bruno@clisp.org>
12989
12990         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12991
12992 2009-06-30  Bruno Haible  <bruno@clisp.org>
12993
12994         Reduce the number of uc_is_cased calls.
12995         * lib/unicase.h (casing_suffix_context_t): Add
12996         'first_char_except_ignorable' field.
12997         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12998         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12999         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13000         Update initializer.
13001         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13002         case-ignorable characters.
13003         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13004         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13005         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13006         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13007         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13008
13009 2009-06-30  Bruno Haible  <bruno@clisp.org>
13010
13011         Tests for module 'unicase/ignorable'.
13012         * modules/unicase/ignorable-tests: New file.
13013         * tests/unicase/test-ignorable.c: New file, generated by
13014         gen-uni-tables.
13015
13016         Tests for module 'unicase/cased'.
13017         * modules/unicase/cased-tests: New file.
13018         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13019         * tests/unicase/test-predicate-part1.h: New file, derived from
13020         tests/unictype/test-predicate-part1.h.
13021         * tests/unicase/test-predicate-part2.h: New file, same as
13022         tests/unictype/test-predicate-part2.h.
13023
13024         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13025         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13026         (output_casing_properties): New function.
13027         (main): Call it.
13028         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13029         * lib/unicase/cased.c: Include unictype/bitmap.h.
13030         (uc_is_cased): Define through a bitmap lookup.
13031         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13032         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13033         (uc_is_case_ignorable): Define through a bitmap lookup.
13034         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13035         lib/unictype/bitmap.h.
13036         (Depends-on): Add inline. Clean up.
13037         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13038         lib/unictype/bitmap.h.
13039         (Depends-on): Add inline. Clean up.
13040         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13041         recognition.
13042         * tests/unicase/test-u16-tolower.c (main): Likewise.
13043         * tests/unicase/test-u32-tolower.c (main): Likewise.
13044
13045 2009-06-30  Bruno Haible  <bruno@clisp.org>
13046
13047         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13048         * lib/unicase/u16-casemap.c: Likewise.
13049         * lib/unicase/u32-casemap.c: Likewise.
13050
13051 2009-06-29  Bruno Haible  <bruno@clisp.org>
13052
13053         Define u32_casefold as a wrapper around u32_ct_casefold.
13054         * lib/unicase/u32-casefold.c: Update.
13055         * modules/unicase/u32-casefold (Depends-on): Add
13056         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13057         unicase/empty-suffix-context. Clean up.
13058
13059         Define u16_casefold as a wrapper around u16_ct_casefold.
13060         * lib/unicase/u16-casefold.c: Update.
13061         * modules/unicase/u16-casefold (Depends-on): Add
13062         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13063         unicase/empty-suffix-context. Clean up.
13064
13065         Define u8_casefold as a wrapper around u8_ct_casefold.
13066         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13067         * lib/unicase/u8-casefold.c: Update.
13068         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13069         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13070
13071         Define u32_totitle as a wrapper around u32_ct_totitle.
13072         * lib/unicase/u32-totitle.c: Update.
13073         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13074         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13075
13076         Define u16_totitle as a wrapper around u16_ct_totitle.
13077         * lib/unicase/u16-totitle.c: Update.
13078         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13079         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13080
13081         Define u8_totitle as a wrapper around u8_ct_totitle.
13082         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13083         functions.
13084         (FUNC): Delegate to U_CT_TOTITLE.
13085         * lib/unicase/u8-totitle.c: Update.
13086         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13087         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13088
13089         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13090         invocation.
13091         * modules/unicase/u32-tolower (Depends-on): Add
13092         unicase/empty-prefix-context, unicase/empty-suffix-context.
13093
13094         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13095         invocation.
13096         * modules/unicase/u16-tolower (Depends-on): Add
13097         unicase/empty-prefix-context, unicase/empty-suffix-context.
13098
13099         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13100         * modules/unicase/u8-tolower (Depends-on): Add
13101         unicase/empty-prefix-context, unicase/empty-suffix-context.
13102
13103         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13104         invocation.
13105         * modules/unicase/u32-toupper (Depends-on): Add
13106         unicase/empty-prefix-context, unicase/empty-suffix-context.
13107
13108         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13109         invocation.
13110         * modules/unicase/u16-toupper (Depends-on): Add
13111         unicase/empty-prefix-context, unicase/empty-suffix-context.
13112
13113         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13114         * modules/unicase/u8-toupper (Depends-on): Add
13115         unicase/empty-prefix-context, unicase/empty-suffix-context.
13116
13117         New module 'unicase/u32-ct-casefold'.
13118         * lib/unicase/u32-ct-casefold.c: New file.
13119         * modules/unicase/u32-ct-casefold: New file.
13120
13121         New module 'unicase/u16-ct-casefold'.
13122         * lib/unicase/u16-ct-casefold.c: New file.
13123         * modules/unicase/u16-ct-casefold: New file.
13124
13125         New module 'unicase/u8-ct-casefold'.
13126         * lib/unicase/u8-ct-casefold.c: New file.
13127         * lib/unicase/u-ct-casefold.h: New file, derived from
13128         lib/unicase/u-casefold.h.
13129         * modules/unicase/u8-ct-casefold: New file.
13130
13131         New module 'unicase/u32-ct-totitle'.
13132         * lib/unicase/u32-ct-totitle.c: New file.
13133         * modules/unicase/u32-ct-totitle: New file.
13134
13135         New module 'unicase/u16-ct-totitle'.
13136         * lib/unicase/u16-ct-totitle.c: New file.
13137         * modules/unicase/u16-ct-totitle: New file.
13138
13139         New module 'unicase/u8-ct-totitle'.
13140         * lib/unicase/u8-ct-totitle.c: New file.
13141         * lib/unicase/u-ct-totitle.h: New file, derived from
13142         lib/unicase/u-totitle.h.
13143         * modules/unicase/u8-ct-totitle: New file.
13144
13145         New module 'unicase/u32-ct-tolower'.
13146         * lib/unicase/u32-ct-tolower.c: New file.
13147         * modules/unicase/u32-ct-tolower: New file.
13148
13149         New module 'unicase/u16-ct-tolower'.
13150         * lib/unicase/u16-ct-tolower.c: New file.
13151         * modules/unicase/u16-ct-tolower: New file.
13152
13153         New module 'unicase/u8-ct-tolower'.
13154         * lib/unicase/u8-ct-tolower.c: New file.
13155         * modules/unicase/u8-ct-tolower: New file.
13156
13157         New module 'unicase/u32-ct-toupper'.
13158         * lib/unicase/u32-ct-toupper.c: New file.
13159         * modules/unicase/u32-ct-toupper: New file.
13160
13161         New module 'unicase/u16-ct-toupper'.
13162         * lib/unicase/u16-ct-toupper.c: New file.
13163         * modules/unicase/u16-ct-toupper: New file.
13164
13165         New module 'unicase/u8-ct-toupper'.
13166         * lib/unicase/u8-ct-toupper.c: New file.
13167         * modules/unicase/u8-ct-toupper: New file.
13168
13169         Add context arguments to u*_casemap functions.
13170         * lib/unicase/unicasemap.h: Include unicase.h.
13171         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13172         suffix_context arguments.
13173         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13174         functions.
13175         (FUNC): Add prefix_context and suffix_context arguments. Use
13176         uc_is_cased and uc_is_case_ignorable.
13177         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13178         * lib/unicase/u16-casemap.c: Likewise.
13179         * lib/unicase/u32-casemap.c: Likewise.
13180         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13181         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13182         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13183         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13184         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13185         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13186
13187         New module 'unicase/u32-suffix-context'.
13188         * lib/unicase/u32-suffix-context.c: New file.
13189         * modules/unicase/u32-suffix-context: New file.
13190
13191         New module 'unicase/u16-suffix-context'.
13192         * lib/unicase/u16-suffix-context.c: New file.
13193         * modules/unicase/u16-suffix-context: New file.
13194
13195         New module 'unicase/u8-suffix-context'.
13196         * lib/unicase/u8-suffix-context.c: New file.
13197         * lib/unicase/u-suffix-context.h: New file.
13198         * modules/unicase/u8-suffix-context: New file.
13199
13200         New module 'unicase/empty-suffix-context'.
13201         * lib/unicase/empty-suffix-context.c: New file.
13202         * modules/unicase/empty-suffix-context: New file.
13203
13204         New module 'unicase/u32-prefix-context'.
13205         * lib/unicase/u32-prefix-context.c: New file.
13206         * modules/unicase/u32-prefix-context: New file.
13207
13208         New module 'unicase/u16-prefix-context'.
13209         * lib/unicase/u16-prefix-context.c: New file.
13210         * modules/unicase/u16-prefix-context: New file.
13211
13212         New module 'unicase/u8-prefix-context'.
13213         * lib/unicase/u8-prefix-context.c: New file.
13214         * lib/unicase/u-prefix-context.h: New file.
13215         * lib/unicase/context.h: New file.
13216         * modules/unicase/u8-prefix-context: New file.
13217
13218         New module 'unicase/empty-prefix-context'.
13219         * lib/unicase/empty-prefix-context.c: New file.
13220         * modules/unicase/empty-prefix-context: New file.
13221
13222         New module 'unicase/ignorable'.
13223         * lib/unicase/ignorable.c: New file.
13224         * modules/unicase/ignorable: New file.
13225
13226         New module 'unicase/cased'.
13227         * lib/unicase/caseprop.h: New file.
13228         * lib/unicase/cased.c: New file.
13229         * modules/unicase/cased: New file.
13230
13231         New functions for case mapping of substrings.
13232         * lib/unicase.h (casing_prefix_context_t): New type.
13233         (unicase_empty_prefix_context): New variable.
13234         (u8_casing_prefix_context, u16_casing_prefix_context,
13235         u32_casing_prefix_context, u8_casing_prefixes_context,
13236         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13237         declarations.
13238         (casing_suffix_context_t): New type.
13239         (unicase_empty_suffix_context): New variable.
13240         (u8_casing_suffix_context, u16_casing_suffix_context,
13241         u32_casing_suffix_context, u8_casing_suffixes_context,
13242         u16_casing_suffixes_context, u32_casing_suffixes_context,
13243         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13244         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13245         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13246         declarations.
13247
13248 2009-06-28  Jim Meyering  <meyering@redhat.com>
13249
13250         boostrap: indent only with spaces
13251         * build-aux/bootstrap: Indent only with spaces, never TABs.
13252
13253         bootstrap: split long lines
13254         * build-aux/bootstrap: Keep line length < 80.
13255
13256         bootstrap: sync from coreutils
13257         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13258         just as autoreconf does.  Verify a list of prerequisite
13259         package-name,version-number pairs if defined in bootstrap.conf.
13260         Refer to README-prereq, if prerequisites are not satisfied.
13261
13262 2009-06-27  Eric Blake  <ebb9@byu.net>
13263
13264         tests: add test for bogus NULL definition
13265         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13266         * tests/test-stdlib.c: Likewise.
13267         * tests/test-string.c: Likewise.
13268         * tests/test-locale.c: Likewise.
13269         * tests/test-unistd.c: Likewise.
13270         * modules/stdio-tests (Depends-on): Add verify.
13271         * modules/stdlib-tests (Depends-on): Likewise.
13272         * modules/string-tests (Depends-on): Likewise.
13273         * modules/locale-tests (Depends-on): Likewise.
13274         * modules/unistd-tests (Depends-on): Likewise.
13275
13276 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13277
13278         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13279         self-explaining comment.
13280         * m4/selinux-selinux-h: Update serial.
13281         (gl_LIBSELINUX): New macro, adding a warning for missing development
13282         packages to code extracted from...
13283         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13284         Add warning for missing development packages here, too.
13285
13286 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13287
13288         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13289
13290 2009-06-25  Eric Blake  <ebb9@byu.net>
13291
13292         version-etc: fix regression
13293         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13294         gcc.
13295         (version_etc): Use it, to catch bugs with trailing NULL.
13296         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13297         (version_etc_va): Fix logic bug.
13298         * modules/version-etc-tests: Add test.
13299         * tests/test-version-etc.c: New file.
13300         * tests/test-version-etc.sh: Likewise.
13301
13302 2009-06-25  Sam Steingold  <sds@gnu.org>
13303
13304         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13305         mbtowc declaration.
13306
13307 2009-06-25  Eric Blake  <ebb9@byu.net>
13308
13309         fpurge: migrate into <stdio.h>
13310         * lib/fpurge.h: Delete...
13311         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13312         * lib/fpurge.c (fpurge): Change declaring header.
13313         * modules/fpurge (Files): Drop deleted file.
13314         (Depends-on): Add stdio.
13315         (configure.ac): Set witness.
13316         * modules/stdio (Makefile.am): Support fpurge macros.
13317         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13318         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13319         * lib/fflush.c: Update client.
13320         * tests/test-fpurge.c: Likewise.
13321         * NEWS: Mention the change.
13322
13323 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13324
13325         * lib/argp-version-etc.c (program_authors): Add const
13326         qualifier.
13327         * lib/version-etc.c: Fix typos in the comments.
13328         * modules/argp-version-etc: Depends on version-etc.
13329
13330 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13331
13332         argp-version-etc: new module.
13333
13334         * lib/argp-version-etc.c: New file.
13335         * lib/argp-version-etc.h: New file.
13336         * modules/argp-version-etc: New file.
13337         * modules/argp-version-etc-tests: New file.
13338         * tests/test-argp-version-etc.c: New test.
13339         * tests/test-argp-version-etc-1.sh: New test.
13340
13341 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13342
13343         Provide additional interfaces and documentation for version-etc
13344         module.
13345
13346         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13347         interfaces.
13348         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13349         prototypes.
13350
13351 2009-06-24  Bruno Haible  <bruno@clisp.org>
13352
13353         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13354         HAVE_LIB${NAME} macro.
13355         Reported by Sam Steingold <sds@gnu.org>.
13356
13357 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13358
13359         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13360         needed.
13361
13362 2009-06-21  Bruno Haible  <bruno@clisp.org>
13363
13364         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13365         work.
13366         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13367         together with LIB${NAME}, LTLIB${NAME}.
13368         Reported by Sam Steingold <sds@gnu.org>.
13369
13370 2009-06-20  Jim Meyering  <meyering@redhat.com>
13371
13372         tests: make sc_require_test_exit_idiom more generic
13373         * top/maint.mk (Exit_witness_file): New overridable variable.
13374         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13375         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13376
13377 2009-06-19  Jim Meyering  <meyering@redhat.com>
13378
13379         hash: reverse order of src/dst parameters in an internal interface
13380         * lib/hash.c (transfer_entries): Reverse order of parameters to
13381         put DST before SRC.  Adjust callers.
13382
13383         tests: test-hash: avoid wholesale duplication
13384         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13385         Instead, use a loop and add a single conditional.
13386
13387         tests: test-hash: allow seed selection via a command line argument
13388         * tests/test-hash.c (get_seed): New function.
13389         (main): Use it.
13390
13391 2009-06-19  Eric Blake  <ebb9@byu.net>
13392
13393         hash: avoid memory leak on allocation failure
13394         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13395         failure.  Factor repeated algorithm...
13396         (transfer_entries): ...into new helper routine.
13397         (hash_delete): React to hash_rehash return value.
13398
13399         hash: reduce memory pressure in hash_rehash no-op case
13400         * lib/hash.c (next_prime): Avoid overflow.
13401         (hash_initialize): Factor bucket size computation...
13402         (compute_bucket_size): ...into new helper function.
13403         (hash_rehash): Use new function and open coding to reduce memory
13404         pressure, and avoid a memory leak in USE_OBSTACK code.
13405         Reported by Jim Meyering.
13406
13407 2009-06-18  Eric Blake  <ebb9@byu.net>
13408
13409         hash: make rotation more obvious
13410         * modules/hash (Depends-on): Add bitrotate and stdint.
13411         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13412         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13413         (SIZE_MAX): Rely on headers for definition.
13414         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13415         (raw_hasher): Use rotr_sz.
13416         Suggested by Jim Meyering.
13417
13418         hash: fix memory leak in last patch
13419         * lib/hash.c (hash_rehash): Avoid memory leak.
13420
13421         hash: avoid no-op rehashing
13422         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13423
13424         hash: provide default callback functions
13425         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13426         (hash_initialize): Use them as defaults.
13427         * tests/test-hash.c (main): Test this.
13428
13429         hash: minor optimization
13430         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13431         when possible.
13432         (hash_initialize): Document this promise.
13433         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13434         * tests/test-hash.c (hash_compare_strings): Test this.
13435
13436 2009-06-18  Bruno Haible  <bruno@clisp.org>
13437
13438         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13439         going to be replaced anyway.
13440
13441 2009-06-18  Bruno Haible  <bruno@clisp.org>
13442
13443         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13444         in one place.
13445         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13446         be replaced anyway.
13447
13448 2009-06-18  Eric Blake  <ebb9@byu.net>
13449
13450         hash: check for resize before insertion
13451         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13452         threshold before insertion, so that a pathological hash_rehash
13453         that fills every bucket can still trigger another rehash.
13454
13455 2009-06-18  Jim Meyering  <meyering@redhat.com>
13456
13457         hash-tests: add a loop around the small tests
13458         * tests/test-hash.c (main): Repeat small tests with selected
13459         small initial table sizes.
13460
13461 2009-06-17  Eric Blake  <ebb9@byu.net>
13462
13463         hash: minor cleanups
13464         * lib/hash.h (hash_entry): Make opaque, by moving...
13465         * lib/hash.c (hash_entry): ...here.
13466         (hash_insert): Clarify restrictions on what can be inserted.
13467         (hash_get_next): Clarify when it is safe to remove an element
13468         during traversal.
13469         (check_tuning): Skip verification when tuning is known safe.
13470         (hash_initialize): Clarify restrictions on tuning.
13471
13472 2009-06-17  Jim Meyering  <jim@meyering.net>
13473         and Eric Blake  <ebb9@byu.net>
13474
13475         hash-tests: new module
13476         * modules/hash-tests: New file.
13477         * tests/test-hash.c: New file.
13478
13479 2009-06-17  Eric Blake  <ebb9@byu.net>
13480
13481         strstr-simple: document new module
13482         * MODULES.html.sh: Document new module.
13483
13484         strstr, strcasestr: replace on platforms with broken memchr
13485         * modules/strstr: Split into...
13486         * modules/strstr-simple: ...new module that does not care about
13487         performance, but does care about glibc bug.
13488         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13489         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13490         if platform memchr is broken, per Debian bug 521737.
13491         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13492         memchr.
13493         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13494         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13495         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13496         * modules/mountlist (Depends-on): Add strstr-simple.
13497         * modules/gen-uni-tables (Depends-on): Likewise.
13498         * modules/argz (Depends-on): Add strstr.
13499
13500 2009-06-17  Bruno Haible  <bruno@clisp.org>
13501
13502         * modules/posix_spawn-internal (Depends-on): Add errno.
13503
13504 2009-06-17  Bruno Haible  <bruno@clisp.org>
13505
13506         Define missing ESTALE on Interix 3.5.
13507         * lib/errno.in.h (ESTALE): Assign a value if missing.
13508         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13509         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13510         missing.
13511         * doc/posix-headers/errno.texi: Mention the Interix bug.
13512         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13513
13514 2009-06-15  Eric Blake  <ebb9@byu.net>
13515
13516         memchr, memchr2: add valgrind exception
13517         * lib/memchr.valgrind: New file.
13518         * lib/memchr2.valgrind: New file.
13519         * modules/memchr (Files): Distribute valgrind file.
13520         * modules/memchr2 (Files): Likewise.
13521
13522         docs: memchr is no longer obsolete
13523         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13524         * lib/string.in.h (memchr): Simplify logic.
13525
13526 2009-06-14  Jim Meyering  <meyering@redhat.com>
13527
13528         link-follow: fix the "checking..." message to not mention trailing slash
13529         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13530         never considered trailing slashes.
13531
13532 2009-06-14  Bruno Haible  <bruno@clisp.org>
13533
13534         * m4/memchr.m4: Mention also the bug on IA-64.
13535         * doc/posix-functions/memchr.texi: Likewise.
13536
13537 2009-06-12  Eric Blake  <ebb9@byu.net>
13538
13539         memchr: detect broken x86_64 and alpha implementations
13540         * modules/memchr-tests (Depends-on): Move mmap detection...
13541         * modules/memchr (Depends-on): ...here.
13542         (configure.ac): Set indicator.
13543         * lib/string.in.h (memchr): Declare replacement.
13544         * modules/string (Makefile.am): Trigger replacement.
13545         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13546         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13547         bugs.
13548         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13549         * modules/getpagesize (License): Relax license.
13550
13551 2009-06-11  Bruno Haible  <bruno@clisp.org>
13552
13553         * lib/idpriv.h: Add more references.
13554
13555 2009-06-08  Bruno Haible  <bruno@clisp.org>
13556
13557         Tests for module 'idpriv-droptemp'.
13558         * modules/idpriv-droptemp-tests: New file.
13559         * tests/test-idpriv-droptemp.sh: New file.
13560         * tests/test-idpriv-droptemp.su.sh: New file.
13561         * tests/test-idpriv-droptemp.c: New file.
13562
13563         New module 'idpriv-droptemp'.
13564         * lib/idpriv-droptemp.c: New file.
13565         * modules/idpriv-droptemp: New file.
13566
13567 2009-06-08  Bruno Haible  <bruno@clisp.org>
13568
13569         Tests for module 'idpriv-drop'.
13570         * modules/idpriv-drop-tests: New file.
13571         * tests/test-idpriv-drop.sh: New file.
13572         * tests/test-idpriv-drop.su.sh: New file.
13573         * tests/test-idpriv-drop.c: New file.
13574
13575         New module 'idpriv-drop'.
13576         * lib/idpriv.h: New file.
13577         * lib-idpriv-drop.c: New file.
13578         * m4/idpriv.m4: New file.
13579         * modules/idpriv-drop: New file.
13580
13581 2009-06-08  Bruno Haible  <bruno@clisp.org>
13582
13583         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13584         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13585         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13586         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13587         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13588         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13589         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13590
13591 2009-06-08  Eric Blake  <ebb9@byu.net>
13592
13593         test-strstr: use memory fence, when possible
13594         * tests/test-strstr.c (main): Use memory fence, in order to be
13595         more likely to trigger Debian bug 521737.
13596         * modules/strstr-tests (Files): Pull in additional files.
13597
13598         memchr: no longer obsolete, for wider field testing
13599         * modules/memchr (Status, Notice): Delete, this module is no
13600         longer obsolete.
13601         * modules/vasnprintf (Depends-on): Add memchr.
13602
13603 2009-06-07  Jim Meyering  <meyering@redhat.com>
13604
13605         hash: declare some functions with the warn_unused_result attribute
13606         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13607
13608 2009-06-07  Bruno Haible  <bruno@clisp.org>
13609
13610         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13611         Reported by Eric Blake.
13612
13613 2009-06-06  Eric Blake  <ebb9@byu.net>
13614
13615         test-alignof: fix typo with long double
13616         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13617         compiler error.
13618
13619 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13620
13621         Escape non-texinfo { and }s.
13622         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13623         markup error.
13624
13625 2009-06-04  Jim Meyering  <meyering@redhat.com>
13626
13627         gitlog-to-changelog: don't infloop on an empty commit log
13628         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13629         Reported by Boris Petersen <transacid@centerim.org>.
13630
13631 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13632
13633         version-etc: extend for packagers
13634         Add three new configure options, intended for packagers:
13635           --with-packager="packager name"
13636           --with-packager-version="packager-specific version"
13637           --with-packager-bug-reports="packager bug reporting"
13638         An example with coreutils:
13639           $ ./configure \
13640             --with-packager=Gentoo \
13641             --with-packager-bug-report=http://bugs.gentoo.org/ \
13642             --with-packager-version="patchset 1.6"
13643           $ ./src/ls --version | head -n2
13644           ls (GNU coreutils) 7.1-dirty
13645           Packaged by Gentoo (patchset 1.6)
13646         Note that the bug reporting info via --help doesn't show up because
13647         coreutils uses its own custom emit_bug_reporting_address() implementation
13648         in src/system.h.  If it didn't, it'd look like:
13649           $ ./src/ls --help | tail -n4
13650           Report bugs to <bug-coreutils@gnu.org>.
13651           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13652           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13653           General help using GNU software: <http://www.gnu.org/gethelp/>.
13654         * lib/version-etc.c: Print new information, if provided.
13655         * m4/version-etc.m4: New file.
13656         * modules/version-etc (Files): Add m4/version-etc.m4.
13657         (configure.ac): Add gl_VERSION_ETC.
13658
13659 2009-05-31  Bruno Haible  <bruno@clisp.org>
13660
13661         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13662         and 'int64_t'.
13663         * modules/alignof-tests (Dependencies): Add stdint.
13664         Reported by Eric Blake.
13665
13666 2009-05-31  Bruno Haible  <bruno@clisp.org>
13667
13668         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13669         restriction due to compiler bugs.
13670         Reported by Eric Blake.
13671
13672 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13673             Bruno Haible  <bruno@clisp.org>
13674
13675         Fix test-alignof failure.
13676         * lib/alignof.h (alignof_slot): New macro.
13677         (alignof_type): New macro, with the same semantics as the previous
13678         'alignof'.
13679         (alignof): Alias to alignof_slot.
13680         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13681         check that the results are usable as constant expressions.
13682
13683 2009-05-31  Bruno Haible  <bruno@clisp.org>
13684
13685         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13686         * tests/test-memchr.c (main): Check that memchr does not read past the
13687         first occurrence of the byte.
13688         * tests/test-strstr.c (main): Update comment.
13689         Suggested by Eric Blake.
13690
13691 2009-05-30  Bruno Haible  <bruno@clisp.org>
13692
13693         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13694         detail how to use dumpbin.
13695         Reported by David Byron <dbyron@dbyron.com>.
13696
13697 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13698
13699         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13700
13701 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13702
13703         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13704
13705 2009-05-28  Bruno Haible  <bruno@clisp.org>
13706
13707         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13708         build-aux/ files.
13709
13710 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13711
13712         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13713
13714 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13715
13716         * gnulib-tool (sed_transform_main_lib_file)
13717         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13718         regexps.
13719
13720 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13721
13722         * tests/test-strstr.c: Add another self-test.
13723         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13724         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13725
13726 2009-05-23  Bruno Haible  <bruno@clisp.org>
13727
13728         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13729         change.
13730
13731 2009-05-21  Bruno Haible  <bruno@clisp.org>
13732
13733         Simplify use of mode_t varargs.
13734         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13735         uses 'mode_t' or 'int'.
13736         * lib/openat.c (openat): Likewise.
13737         * lib/open-safer.c (open_safer): Likewise.
13738         * m4/mode_t.m4: New file.
13739         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13740         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13741         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13742         * modules/open (Files): Add m4/mode_t.m4.
13743         * modules/openat (Files): Likewise.
13744         * modules/fcntl-safer (Files): Likewise.
13745         Suggested by Eric Blake.
13746
13747 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13748
13749         * doc/glibc-functions/fallocate.texi: New file.
13750         * doc/gnulib.texi: Include it.
13751
13752 2009-05-21  Eric Blake  <ebb9@byu.net>
13753             Bruno Haible  <bruno@clisp.org>
13754
13755         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13756         invocations.
13757         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13758
13759 2009-05-21  Eric Blake  <ebb9@byu.net>
13760             Bruno Haible  <bruno@clisp.org>
13761
13762         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13763         include_next. Fix of 2008-11-20 commit.
13764         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13765         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13766         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13767         NEXT_MATH_H.
13768         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13769         instead of NEXT_MATH_H.
13770
13771 2009-05-21  Bruno Haible  <bruno@clisp.org>
13772
13773         Avoid redefinition warnings for SIZE_MAX.
13774         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13775         Reported by Simon Josefsson.
13776
13777 2009-05-21  Bruno Haible  <bruno@clisp.org>
13778
13779         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13780         AC_CACHE_VAL.
13781
13782 2009-05-20  Bruno Haible  <bruno@clisp.org>
13783
13784         Make zeroptr.h work on mingw.
13785         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13786         mprotect.
13787         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13788         * modules/memchr2-tests (configure.ac): Likewise.
13789         * modules/memcmp-tests (configure.ac): Likewise.
13790         * modules/memmem-tests (configure.ac): Likewise.
13791         * modules/memrchr-tests (configure.ac): Likewise.
13792         Reported by Simon Josefsson.
13793
13794 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13795
13796         * tests/test-glob.c: Include string.h for strcmp prototype.
13797
13798 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13799
13800         * modules/getdelim (Depends-on): Add explicit stdint, although it
13801         was implicitly already pulled in via realloc-posix.
13802         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13803
13804 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13805
13806         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13807         G. Christensen" <tgc@jupiterrise.com>.
13808         * m4/sys_socket_h.m4: Check for sa_family_t.
13809         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13810         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13811         * tests/test-sys_socket.c: Check that sa_family_t works.
13812
13813 2009-05-18  Eric Blake  <ebb9@byu.net>
13814
13815         maint.mk: allow gnulib_dir in VPATH build
13816         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13817
13818 2009-05-15  Jim Meyering  <meyering@redhat.com>
13819
13820         maint.mk: Give gnulib_dir a default definition.
13821         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13822         Thus, most packages no longer need to specify this variable in cfg.mk
13823
13824 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13825
13826         rename.m4: fix typos that would make non-mingw cross-configure fail
13827         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13828
13829 2009-05-13  Eric Blake  <ebb9@byu.net>
13830
13831         mmap-anon: avoid out-of-order autoconf expansion
13832         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13833         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13834         * modules/memchr-tests (Depends-on): Add extensions.
13835         * modules/memchr2-tests (Depends-on): Add extensions.
13836         * modules/memcmp-tests (Depends-on): Add extensions.
13837         * modules/memmem-tests (Depends-on): Add extensions.
13838         * modules/memrchr-tests (Depends-on): Add extensions.
13839
13840 2009-05-13  Bruno Haible  <bruno@clisp.org>
13841
13842         Make some tests ISO C 99 compliant.
13843         * tests/zerosize-ptr.h: New file.
13844         * tests/test-memchr.c: Include zerosize-ptr.h.
13845         (main): Use a zero-size object pointer instead of NULL.
13846         * tests/test-memchr2.c: Include zerosize-ptr.h.
13847         (main): Use a zero-size object pointer instead of NULL.
13848         * tests/test-memcmp.c: Include zerosize-ptr.h.
13849         (main): Use a zero-size object pointer instead of NULL.
13850         * tests/test-memmem.c: Include zerosize-ptr.h.
13851         (main): Use a zero-size object pointer instead of NULL.
13852         * tests/test-memrchr.c: Include zerosize-ptr.h.
13853         (main): Use a zero-size object pointer instead of NULL.
13854         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13855         m4/mmap-anon.m4.
13856         (Depends-on): Add getpagesize.
13857         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13858         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13859         m4/mmap-anon.m4.
13860         (Depends-on): Add getpagesize.
13861         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13862         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13863         m4/mmap-anon.m4.
13864         (Depends-on): Add getpagesize.
13865         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13866         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13867         m4/mmap-anon.m4.
13868         (Depends-on): Add getpagesize.
13869         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13870         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13871         m4/mmap-anon.m4.
13872         (Depends-on): Add getpagesize.
13873         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13874
13875 2009-05-12  Bruno Haible  <bruno@clisp.org>
13876
13877         Tests for module 'alignof'.
13878         * modules/alignof-tests: New file.
13879         * tests/test-alignof.c: New file.
13880
13881 2009-05-12  Bruno Haible  <bruno@clisp.org>
13882
13883         Fix alignof macro.
13884         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13885         vendor compilers that are always correct.
13886
13887 2009-05-12  Bruno Haible  <bruno@clisp.org>
13888
13889         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13890         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13891         not whether its fully works.
13892
13893 2009-05-12  Bruno Haible  <bruno@clisp.org>
13894
13895         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13896
13897 2009-05-12  Jim Meyering  <meyering@redhat.com>
13898
13899         * top/maint.mk: Adjust backslash alignment.
13900
13901 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13902
13903         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13904
13905 2009-05-11  Eric Blake  <ebb9@byu.net>
13906
13907         argp: avoid undefined behavior
13908         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13909         macros.
13910
13911 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13912
13913         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13914         user.name to prevent git commit from complaining.
13915
13916 2009-05-10  Bruno Haible  <bruno@clisp.org>
13917
13918         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13919         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13920         it rewrites every file name only once.
13921         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13922
13923 2009-05-08  Bruno Haible  <bruno@clisp.org>
13924
13925         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13926         instead of 'max'.
13927
13928 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13929
13930         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13931         sockaddr_storage test.
13932
13933 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13934
13935         * modules/sys_socket (Makefile.am): Substitute
13936         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13937         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13938         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13939         * tests/test-sys_socket.c: Check sockaddr_storage.
13940
13941 2009-05-08  Bruno Haible  <bruno@clisp.org>
13942
13943         New module 'alignof'.
13944         * lib/alignof.h: New file.
13945         * modules/alignof: New file.
13946
13947 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13948             Bruno Haible  <bruno@clisp.org>
13949
13950         Fix test-file-has-acl on FreeBSD.
13951         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13952         mask is implicitly added.
13953         * tests/test-file-has-acl.c: Include <signal.h>.
13954         (main): Terminate the test after 5 seconds.
13955         * modules/acl-tests (configure.ac): Check for alarm function.
13956
13957 2009-05-04  Bruno Haible  <bruno@clisp.org>
13958
13959         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13960         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13961         * modules/errno (configure.ac): Drop AC_REQUIRE.
13962         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13963         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13964
13965 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13966
13967         * modules/glob-tests: New module.
13968         * tests/test-glob.c: Add.
13969
13970 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13971
13972         * modules/fnmatch-tests: New module.
13973         * tests/test-fnmatch.c: Add.
13974
13975 2009-05-04  Eric Blake  <ebb9@byu.net>
13976
13977         maint: make the new no-submodule-changes rule VPATH-safe
13978         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13979
13980 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13981             Bruno Haible  <bruno@clisp.org>
13982
13983         acl: Fix infinite loop on FreeBSD.
13984         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13985         of return value from acl_get_entry.
13986         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13987         Likewise.
13988
13989 2009-05-03  Bruno Haible  <bruno@clisp.org>
13990
13991         * lib/acl-internal.h (acl_entries): Clarify return value.
13992         * lib/acl_entries.c (acl_entries): Likewise.
13993
13994 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13995
13996         Bug fix in acl module.
13997         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13998
13999 2009-05-03  Bruno Haible  <bruno@clisp.org>
14000
14001         Create gperf-generated file in the source dir, not in the build dir.
14002         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14003         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14004         * modules/unicase/locale-language (unicase/locale-languages.h):
14005         Likewise.
14006         * modules/unicase/special-casing (unicase/special-casing-table.h):
14007         Likewise.
14008         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14009         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14010         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14011         Reported by Ralf Wildenhues.
14012
14013 2009-05-03  Bruno Haible  <bruno@clisp.org>
14014
14015         * modules/fnmatch (Description, configure.ac): Taken from
14016         fnmatch-posix.
14017         * modules/fnmatch-posix: Turn into a symbolic reference to the
14018         'fnmatch' module, and deprecate.
14019         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14020
14021 2009-05-03  Bruno Haible  <bruno@clisp.org>
14022
14023         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14024         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14025         Reported by Ralf Wildenhues.
14026
14027 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14028
14029         * m4/fnmatch.m4: Fix fnmatch re-define.
14030
14031 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14032
14033         priv-set: new module and tests; adapt write-any-file
14034         * lib/priv-set.c: New file.
14035         * lib/priv-set.h: New file.
14036         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14037         * lib/write-any-file.c: Simplify by using priv-set module.
14038         * m4/priv-set.m4: New file.
14039         * modules/priv-set: New file.
14040         * modules/unlinkdir: Add dependency on priv-set module.
14041         * modules/write-any-file: Likewise.
14042
14043         Tests for module 'priv-set'.
14044         * modules/priv-set-tests: New file.
14045         * tests/test-priv-set.c: New file.
14046
14047 2009-05-03  Jim Meyering  <meyering@redhat.com>
14048             Bruno Haible  <bruno@clisp.org>
14049
14050         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14051         use the converted UTF-8 variant of the name instead.
14052
14053 2009-05-03  Jim Meyering  <meyering@redhat.com>
14054
14055         tests: tighten some getdate tests
14056         * tests/test-getdate.c (main): Tighten tests: require equality,
14057         not just greater than.  Set TZ envvar to UTC0.
14058
14059 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14060
14061         getdate: correctly interpret "next monday" when run on a Monday
14062         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14063         that e.g., "next tues" (when run on a tuesday) results in a date
14064         that is one week in the future, and not today's date.
14065         I.e., add a week when the wday is the same as the current one.
14066         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14067         and earlier by Martin Bernreuther and Jan Minář.
14068         * tests/test-getdate.c (main): Check that "next DAY" is always in
14069         the future and that "last DAY" is always in the past.
14070
14071 2009-05-02  Jim Meyering  <meyering@redhat.com>
14072
14073         build: ensure that a release build fails when a submodule is unclean
14074         * top/maint.mk (no-submodule-changes): New rule.
14075         (alpha beta major): Depend on it.
14076
14077 2009-05-02  Bruno Haible  <bruno@clisp.org>
14078
14079         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14080         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14081         shell variable gl_fnmatch_required to detect which variant is
14082         requested.
14083         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14084         gl_FUNC_FNMATCH_POSIX.
14085         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14086         exclude fnmatch-posix.
14087
14088 2009-05-02  Bruno Haible  <bruno@clisp.org>
14089
14090         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14091         * modules/mbsrtowcs (License): Change to LGPLv2+.
14092         * modules/strnlen1 (License): Likewise.
14093         Reported by Simon Josefsson.
14094
14095 2009-05-02  Bruno Haible  <bruno@clisp.org>
14096
14097         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14098         "cross".
14099         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14100         gnulib-tool was called with option --source-base=lib.
14101
14102 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14103
14104         Use automake *-local hooks without commands, for extensibility.
14105         * modules/localcharset (Makefile.am): Rename install-exec-local
14106         rule to install-exec-localcharset, and make it a prerequisite of
14107         install-exec-local.  Likewise, rename the uninstall-local rule to
14108         uninstall-localcharset, and make it a prerequisite of the former.
14109
14110 2009-05-01  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14113         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14114         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14115         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14116         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14117         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14118         m4/locale-zh.m4, m4/codeset.m4.
14119
14120         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14121         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14122         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14123         m4/locale-zh.m4.
14124
14125         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14126         REPLACE_WCRTOMB if mbstate_t must be replaced.
14127         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14128         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14129
14130 2009-05-01  Bruno Haible  <bruno@clisp.org>
14131
14132         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14133         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14134         dngettext, dcngettext, textdomain, bindtextdomain,
14135         bind_textdomain_codeset): Undefine before redefining.
14136
14137 2009-04-30  Bruno Haible  <bruno@clisp.org>
14138
14139         Fix bug introduced on 2009-04-25.
14140         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14141         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14142         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14143         is defined.
14144         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14145         is defined.
14146         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14147         is defined.
14148         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14149
14150 2009-04-28  Bruno Haible  <bruno@clisp.org>
14151
14152         Comment tweaks.
14153         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14154         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14155         * lib/unicase.h (u*_casexfrm): Likewise.
14156         Reported by Paolo Bonzini.
14157
14158 2009-04-28  Bruno Haible  <bruno@clisp.org>
14159
14160         Fix a compilation error.
14161         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14162         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14163         Reported by Jim Meyering.
14164
14165 2009-04-27  Bruno Haible  <bruno@clisp.org>
14166
14167         New module 'libunistring'.
14168         * modules/libunistring: New file.
14169         * m4/libunistring.m4: New file.
14170         * MODULES.html.sh (Unicode string functions): Add it.
14171
14172 2009-04-27  Eric Blake  <ebb9@byu.net>
14173
14174         maint.mk: allow package-specific header to provide <config.h>
14175         * top/maint.mk (sc_require_config_h): New variable.
14176         (sc_require_config_h, sc_require_config_h_first): Use it.
14177
14178 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14179
14180         * top/maint.mk (sc_avoid_if_before_free): Except
14181         useless-if-before-free script.
14182
14183 2009-04-27  Eric Blake  <ebb9@byu.net>
14184
14185         maintainer-makefile: depend on all required helper scripts
14186         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14187         useless-if-before-free.
14188         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14189         version, rather than assuming gnulib checkout is available.
14190         Reported by Simen Josefsson.
14191
14192 2009-04-26  Bruno Haible  <bruno@clisp.org>
14193
14194         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14195         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14196         "../" or "..".
14197
14198 2009-04-26  Bruno Haible  <bruno@clisp.org>
14199
14200         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14201         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14202         AC_LIB_HAVE_LINKFLAGS.
14203
14204 2009-04-26  Bruno Haible  <bruno@clisp.org>
14205
14206         Simplify calling convention of u*_conv_from_encoding.
14207         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14208         u32_conv_from_encoding): Expect a resultbuf argument and return the
14209         result directly as a pointer.
14210         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14211         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14212         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14213         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14214         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14215         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14216         Update.
14217         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14218         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14219         * lib/vasnprintf.c (VASNPRINTF): Update.
14220         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14221         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14222         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14223         * NEWS: Mention the change.
14224
14225 2009-04-26  Bruno Haible  <bruno@clisp.org>
14226
14227         Simplify calling convention of u*_conv_to_encoding.
14228         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14229         u32_conv_to_encoding): Expect a resultbuf argument and return the
14230         result directly as a pointer.
14231         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14232         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14233         freeing scaled_offsets if mem_iconveha failed.
14234         * lib/unicase/u-casexfrm.h (FUNC): Update.
14235         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14236         * lib/vasnprintf.c (VASNPRINTF): Update.
14237         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14238         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14239         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14240         * NEWS: Mention the change.
14241
14242 2009-04-26  Bruno Haible  <bruno@clisp.org>
14243
14244         Avoid test failures on AIX and OSF/1.
14245         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14246         malloc(0).
14247         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14248         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14249         Likewise.
14250         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14251         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14252         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14253         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14254         * doc/posix-functions/malloc.texi: Document the portability problem
14255         related to malloc(0).
14256
14257 2009-04-26  Bruno Haible  <bruno@clisp.org>
14258
14259         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14260         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14261         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14262
14263 2009-04-25  Bruno Haible  <bruno@clisp.org>
14264
14265         Avoid link error when creating a namespace clean library.
14266         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14267         as macro with arguments if already defined as an alias.
14268         * lib/signbitf.c (gl_signbitf): Don't undefine.
14269         * lib/signbitd.c (gl_signbitd): Don't undefine.
14270         * lib/signbitl.c (gl_signbitl): Don't undefine.
14271
14272 2009-04-25  Jim Meyering  <meyering@redhat.com>
14273
14274         vc-list-files: fix another quoting bug
14275         * build-aux/vc-list-files: Avoid sed backslash expansion
14276         of pathological directory names.
14277
14278 2009-04-25  Eric Blake  <ebb9@byu.net>
14279
14280         vc-list-files: fix shell quoting error
14281         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14282         timestamp.
14283
14284 2009-04-25  Jim Meyering  <meyering@redhat.com>
14285
14286         vc-list-files: restore lost functionality with subdir argument
14287         * build-aux/vc-list-files: When given a non-"." sub-directory
14288         argument, substitute the $dir/ prefix back onto each resulting name.
14289         Otherwise, coreutils' root_tests check would fail.
14290
14291 2009-04-24  Eric Blake  <ebb9@byu.net>
14292
14293         vc-list-files: ignore git symlinks
14294         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14295         than ls-files, to ignore git symlinks.
14296
14297         maint.mk: import improvements from m4
14298         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14299         (move_if_change): Delete unused macro.
14300         (news-date-check, vc-diff-check): Support VPATH builds.
14301         (announcement): Likewise.  Split --bootstrap-tools list...
14302         (boostrap-tools): ...into separate list, which can be overridden
14303         in cfg.mk.
14304         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14305         requiring dependency on useless-if-before-free module.
14306         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14307         Support VPATH builds.
14308
14309 2009-04-24  Jim Meyering  <meyering@redhat.com>
14310
14311         maint.mk: remove coreutils-specific rules and variables
14312         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14313         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14314         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14315
14316         maint.mk: remove obsolete rule
14317         * top/maint.mk (rel-check): Remove rule.
14318         (WGET, WGETFLAGS): Remove now-unused variables.
14319
14320 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14321
14322         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14323         consistency.
14324
14325         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14326         '$(PATH_SEPARATOR)' instead of ':'.
14327
14328 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14329
14330         * lib/getopt1.c (main): Use 'const' for static array.
14331
14332 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14333
14334         * top/maint.mk: Sync with coreutils.
14335         * NEWS: Explain incompatibilities.
14336
14337 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14338             Bruno Haible  <bruno@clisp.org>
14339
14340         Fix cross-compilation results.
14341         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14342         statement, as third argument of AC_TRY_RUN.
14343         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14344         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14345         Likewise.
14346         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14347         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14348         Likewise.
14349         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14350         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14351         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14352
14353 2009-04-20  Bruno Haible  <bruno@clisp.org>
14354
14355         Avoid test failure on mingw.
14356         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14357
14358 2009-04-20  Bruno Haible  <bruno@clisp.org>
14359
14360         Avoid compilation error on mingw.
14361         * modules/localename-tests (Depends-on): Add locale.
14362
14363 2009-04-19  Bruno Haible  <bruno@clisp.org>
14364
14365         Support for building a shared library on Windows platforms.
14366         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14367         (main): Test the presence of UNINORM_NFC here.
14368         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14369         (main): Test the presence of UNINORM_NFD here.
14370         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14371         (main): Test the presence of UNINORM_NFKC here.
14372         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14373         (main): Test the presence of UNINORM_NFKD here.
14374
14375 2009-04-19  Bruno Haible  <bruno@clisp.org>
14376
14377         Avoid a compiler warning.
14378         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14379         Change type of variable 'sequence'.
14380
14381 2009-04-19  Bruno Haible  <bruno@clisp.org>
14382
14383         * modules/configmake (Makefile.am): When the contents of configmake.h
14384         does not change, arrange to preserve its modification time.
14385
14386 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14387
14388         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14389         gettext domain.
14390
14391 2009-04-16  Jim Meyering  <meyering@redhat.com>
14392
14393         useless-if-before-free: improve conversion code
14394         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14395         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14396
14397 2009-04-14  Bruno Haible  <bruno@clisp.org>
14398
14399         * modules/fcntl (Depends-on): Add extensions.
14400         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14401
14402 2009-04-12  Ben Pfaff  <blp@gnu.org>
14403
14404         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14405         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14406
14407 2009-03-20  Ben Pfaff  <blp@gnu.org>
14408
14409         Make rename replace existing destinations on Windows.
14410         * m4/rename.m4: Add test for Mingw.
14411         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14412         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14413         * doc/posix-functions/rename.texi: Document.
14414
14415 2009-04-10  Bruno Haible  <bruno@clisp.org>
14416
14417         New include file "iconveh.h".
14418         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14419         * lib/striconveh.h: Include it.
14420         (enum iconv_ilseq_handler): Remove definition.
14421         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14422         striconveh.h.
14423         * lib/striconveha.c: Include striconveh.h.
14424         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14425         * modules/striconveh (Files): Add lib/iconveh.h.
14426         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14427         lib/striconveh.h.
14428
14429 2009-04-10  Bruno Haible  <bruno@clisp.org>
14430
14431         * lib/uniconv.h: Update comment.
14432
14433 2009-04-10  Bruno Haible  <bruno@clisp.org>
14434
14435         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14436         always.
14437         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14438         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14439         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14440         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14441         "unistring-notinline.h", so that the function gets defined always.
14442         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14443         * lib/unistr/u8-uctomb.c: Likewise.
14444         * lib/unistr/u16-mbtouc.c: Likewise.
14445         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14446         * lib/unistr/u16-uctomb.c: Likewise.
14447         * lib/unistr/u32-mbtouc.c: Likewise.
14448         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14449         * lib/unistr/u32-uctomb.c: Likewise.
14450
14451 2009-04-10  Bruno Haible  <bruno@clisp.org>
14452
14453         Mark 'utime' obsolete.
14454         * modules/utime (Status, Notice): New sections.
14455         Suggested by Jim Meyering.
14456
14457         Fix cross-compile guess for utime test.
14458         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14459         autoconf.
14460         * doc/posix-functions/utime.texi: Give more precisions.
14461         Reported by Jan <ipif@ymail.com>.
14462
14463 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14464
14465         filevercmp: correct today's change
14466         * lib/filevercmp.c: Also handle coreutils' test inputs.
14467         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14468
14469         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14470         for reporting it.
14471         * lib/filevercmp.c: Special handle for "", "." and "..".
14472         * tests/test-filevercmp.c: Enlarge the set suite.
14473
14474 2009-04-07  Jim Meyering  <meyering@redhat.com>
14475
14476         useless-if-before-free: show how to remove braced useless free, too
14477         * build-aux/useless-if-before-free: still only in a comment, though.
14478
14479 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14480
14481         maint.mk: import changes to syntax-check macros from coreutils
14482         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14483         Use them in the relevant macros.
14484
14485 2009-04-06  Bruno Haible  <bruno@clisp.org>
14486
14487         Fix unportable use of bit-fields.
14488         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14489         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14490         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14491
14492 2009-04-06  Bruno Haible  <bruno@clisp.org>
14493
14494         Avoid test failures on AIX and OSF/1.
14495         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14496         that malloc(0) = NULL.
14497         * tests/unicase/test-u8-tolower.c (check): Likewise.
14498         * tests/unicase/test-u8-totitle.c (check): Likewise.
14499         * tests/unicase/test-u8-toupper.c (check): Likewise.
14500         * tests/unicase/test-u16-casefold.c (check): Likewise.
14501         * tests/unicase/test-u16-tolower.c (check): Likewise.
14502         * tests/unicase/test-u16-totitle.c (check): Likewise.
14503         * tests/unicase/test-u16-toupper.c (check): Likewise.
14504         * tests/unicase/test-u32-casefold.c (check): Likewise.
14505         * tests/unicase/test-u32-tolower.c (check): Likewise.
14506         * tests/unicase/test-u32-totitle.c (check): Likewise.
14507         * tests/unicase/test-u32-toupper.c (check): Likewise.
14508         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14509         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14510         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14511         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14512         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14513         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14514         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14515         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14516         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14517         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14518         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14519         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14520
14521 2009-04-05  Bruno Haible  <bruno@clisp.org>
14522
14523         Work around an autoconf limitation.
14524         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14525         comment line if it would be longer than 3 KB.
14526
14527 2009-04-05  Bruno Haible  <bruno@clisp.org>
14528
14529         Avoid test failure with libiconv-1.13.
14530         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14531         of the expected test results.
14532
14533 2009-04-05  Bruno Haible  <bruno@clisp.org>
14534
14535         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14536         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14537         that it should be installed.
14538
14539 2009-04-05  Bruno Haible  <bruno@clisp.org>
14540
14541         * gnulib-tool: New option --copy-file.
14542         (func_usage): Document it.
14543         (func_dest_tmpfilename): Moved out of func_import.
14544         (func_add_file, func_update_file): New functions, extracted from
14545         func_import.
14546         (func_import): Update.
14547
14548 2009-04-05  Karl Berry  <karl@gnu.org>
14549
14550         * README: prominently mention gnulib-tool.
14551         Rearrange sections so getting the code is near the top.
14552
14553 2009-04-05  Bruno Haible  <bruno@clisp.org>
14554
14555         * lib/unicase.h: Mention u*_cmp2.
14556         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14557         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14558         * lib/unicase/ulc-casecmp.c: Likewise.
14559         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14560         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14561         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14562         unistr/u8-cmp.
14563         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14564         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14565         unistr/u16-cmp.
14566         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14567         unistr/u32-cmp.
14568
14569         * lib/uninorm.h: Mention u*_cmp2.
14570         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14571         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14572         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14573         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14574         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14575         unistr/u8-cmp.
14576         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14577         unistr/u16-cmp.
14578         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14579         unistr/u32-cmp.
14580
14581         New module 'unistr/u32-cmp2'.
14582         * lib/unistr/u32-cmp2.c: New file.
14583         * modules/unistr/u32-cmp2: New file.
14584
14585         New module 'unistr/u16-cmp2'.
14586         * lib/unistr/u16-cmp2.c: New file.
14587         * modules/unistr/u16-cmp2: New file.
14588
14589         New module 'unistr/u8-cmp2'.
14590         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14591         * lib/unistr/u8-cmp2.c: New file.
14592         * lib/unistr/u-cmp2.h: New file.
14593         * modules/unistr/u8-cmp2: New file.
14594
14595 2009-04-05  Bruno Haible  <bruno@clisp.org>
14596
14597         * lib/unictype.h (uc_property_is_valid): New macro.
14598         * tests/unictype/test-pr_byname.c (main): Use it.
14599
14600         * lib/unistr.h: Doc fixes.
14601         * lib/uniconv.h: Doc fixes.
14602         * lib/unictype.h: Doc fixes.
14603
14604 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         Port coreutils 7.2 to Solaris 8.
14607
14608         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14609         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14610         for Solaris 8.  This is a bit of a hack, as it means it's the
14611         caller's responsibility to add -lnsl if needed, but most likely it
14612         won't be needed since only getaddrinfo uses this and getaddrinfo
14613         isn't needed on Solaris 8.
14614
14615         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14616         problem to Solaris 8 encountered with coreutils 7.2, which
14617         resulted in a message "fnmatch.c:292: warning: passing argument 4
14618         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14619         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14620
14621 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14622
14623         * m4/ld-version-script.m4: Add FIXME comment.
14624
14625 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14626
14627         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14628         SOVERSION variable.
14629
14630 2009-04-02  Bruno Haible  <bruno@clisp.org>
14631
14632         * Makefile (info, html, dvi, pdf): Combine the rules.
14633         Suggested by Jim Meyering.
14634
14635 2009-04-01  Bruno Haible  <bruno@clisp.org>
14636
14637         * Makefile (info, html, dvi, pdf): New targets.
14638         Reported by Reuben Thomas <rrt@sc3d.org>.
14639
14640 2009-04-01  Bruno Haible  <bruno@clisp.org>
14641
14642         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14643         can be put into PATH.
14644         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14645
14646 2009-04-01  Bruno Haible  <bruno@clisp.org>
14647
14648         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14649
14650 2009-04-01  Bruno Haible  <bruno@clisp.org>
14651
14652         Rename module 'visibility'.
14653         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14654         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14655         * doc/gnulib.texi: Update.
14656         * MODULES.html.sh (Misc): Update.
14657         * NEWS: Mention the change.
14658
14659 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14660
14661         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14662         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14663         Eric Blake <ebb9@byu.net> for review.
14664         * MODULES.html.sh: Add lib-msvc-compat.
14665         * doc/gnulib.texi: Link to new section.
14666         * m4/ld-output-def.m4: New file.
14667         * doc/ld-output-def.texi: New file.
14668
14669 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14670
14671         Rename ld-version-script to lib-symbol-versions.  Suggested by
14672         Bruno Haible <bruno@clisp.org>.
14673         * modules/ld-version-script: Renamed to lib-symbol-versions.
14674         * doc/ld-version-script.texi: Fix module name.
14675         * MODULES.html.sh: Add lib-symbol-versions.
14676
14677 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14678
14679         * modules/u64-tests: New file.
14680         * tests/test-u64.c: New file.
14681
14682 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14683
14684         * MODULES.html.sh: Mention u64.
14685         * modules/u64: New module.
14686         * modules/crypto/sha512: Depend on u64 module instead of providing
14687         u64.h.
14688
14689 2009-03-27  Eric Blake  <ebb9@byu.net>
14690
14691         test-strerror: make debugging EAI_SYSTEM easier
14692         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14693         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14694         failure was EAI_SYSTEM.
14695
14696 2009-03-25  Bruno Haible  <bruno@clisp.org>
14697
14698         Fix a problem with --enable-relocatable on Solaris 7.
14699         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14700         since 2008-02-24.
14701
14702 2009-03-25  Eric Blake  <ebb9@byu.net>
14703
14704         test-sockets: avoid gcc warning
14705         * tests/test-sockets.c (main): Silence compiler warning.
14706
14707 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14708
14709         New modules nproc, pthread, contributed by Glen Lenker.
14710
14711         * MODULES.html.sh: Add pthread, nproc.
14712         * lib/nproc.c: New file.
14713         * lib/nproc.h: New file.
14714         * lib/pthread.in.h: New file.
14715         * m4/pthread.m4: New file.
14716         * modules/nproc: New file.
14717         * modules/pthread: New file.
14718
14719 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14720
14721         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14722         New variable.
14723
14724 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14725
14726         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14727         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14728         * tests/test-filevercmp.c: Add tests for backup suffixes.
14729
14730 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14731
14732         * modules/stdlib (Depends-on): Add stdint, needed when defining
14733         struct random_data on, for example, HP-UX 10.20.  Reported by
14734         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14735
14736 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14737
14738         * lib/readline.c (readline): Call fflush on stdout after printing
14739         prompt.
14740
14741 2009-03-20  Bruno Haible  <bruno@clisp.org>
14742
14743         Remove dependency from 'close' module to -lws2_32 on native Windows.
14744         * lib/close-hook.h: New file.
14745         * lib/close-hook.c: New file.
14746         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14747         w32sock.h.
14748         (_gl_close_fd_maybe_socket): Remove function.
14749         (rpl_close): Invoke execute_all_close_hooks instead of
14750         _gl_close_fd_maybe_socket.
14751         * lib/sockets.c: Include close-hook.h, w32sock.h.
14752         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14753         (close_sockets_hook): New variable.
14754         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14755         (gl_sockets_cleanup): Unregister it.
14756         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14757         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14758         * modules/close-hook: New file.
14759         * modules/close (Files): Remove lib/w32sock.h.
14760         (Depends-on): Add close-hook.
14761         (Link): Remove section.
14762         * modules/sockets (Files): Add lib/w32sock.h.
14763         (Depends-on): Add close-hook.
14764         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14765         invocation.
14766         * NEWS: Mention that LIB_CLOSE is gone.
14767
14768 2009-03-23  Eric Blake  <ebb9@byu.net>
14769
14770         signal-tests: test previous patch
14771         * tests/test-signal.c: New file.
14772         * modules/signal-tests: Likewise.
14773
14774         signal.h: always support 'volatile sig_atomic_t'
14775         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14776         (gl_SIGNAL_H_DEFAULTS): Add a default.
14777         * modules/signal (Makefile.am): Substitute if needed.
14778         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14779         users can blindly add volatile.
14780         * doc/posix-headers/signal.texi (signal.h): Document it.
14781         Reported by Matthew Woehlke.
14782
14783 2009-03-23  Jim Meyering  <meyering@redhat.com>
14784
14785         pathmax: PATH_MAX: use pathconf only when available
14786         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14787         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14788         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14789         This avoids a link failure in a PSP cross-compilation environment
14790         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14791
14792         * lib/vasnprintf.c (divide): Fix typo in comment.
14793
14794 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14795
14796         * gnulib-tool (func_filter_filelist): Fix comment.
14797
14798 2009-03-20  Bruno Haible  <bruno@clisp.org>
14799
14800         Make sockets.h self-contained.
14801         * lib/sockets.c: Include sockets.h first.
14802         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14803
14804 2009-03-19  Eric Blake  <ebb9@byu.net>
14805
14806         doc: mention more functions added in cygwin 1.7.0
14807         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14808         addition.
14809         * doc/posix-functions/log2f.texi: Likewise.
14810
14811 2009-03-19  Jim Meyering  <meyering@redhat.com>
14812
14813         fsusage: avoid syntax error due to statement-before-declaration
14814         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14815         after all declarations.  Reported by Matthew Woehlke in
14816         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14817
14818 2009-03-18  Eric Blake  <ebb9@byu.net>
14819
14820         build-aux/compile: sync from automake
14821         * build-aux/compile: New file, from automake.
14822         * config/srclist.txt: Mention build-aux/compile.
14823
14824 2009-03-17  Bruno Haible  <bruno@clisp.org>
14825
14826         * lib/git-merge-changelog.c: Fix typo in comment.
14827         Reported by Reuben Thomas <rrt@sc3d.org>.
14828
14829 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14830
14831         * m4/regex.m4: update and improve help for
14832         --without-included-regex.
14833
14834 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14835
14836         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14837         failure on missing include files.
14838
14839 2009-03-17  Eric Blake  <ebb9@byu.net>
14840
14841         doc: mention more functions added in cygwin 1.7.0
14842         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14843         addition.
14844         * doc/posix-functions/fwscanf.texi: Likewise.
14845         * doc/posix-functions/swprintf.texi: Likewise.
14846         * doc/posix-functions/swscanf.texi: Likewise.
14847         * doc/posix-functions/vfwprintf.texi: Likewise.
14848         * doc/posix-functions/vfwscanf.texi: Likewise.
14849         * doc/posix-functions/vswprintf.texi: Likewise.
14850         * doc/posix-functions/vswscanf.texi: Likewise.
14851         * doc/posix-functions/vwprintf.texi: Likewise.
14852         * doc/posix-functions/vwscanf.texi: Likewise.
14853         * doc/posix-functions/wcscasecmp.texi: Likewise.
14854         * doc/posix-functions/wcsdup.texi: Likewise.
14855         * doc/posix-functions/wcsftime.texi: Likewise.
14856         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14857         * doc/posix-functions/wprintf.texi: Likewise.
14858         * doc/posix-functions/wscanf.texi: Likewise.
14859         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14860
14861 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14862
14863         maint.mk: really add $(AM_MAKEFLAGS)
14864         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14865         was inadvertently omitted in the last commit.
14866         Spotted by Bruno Haible.
14867
14868         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14869         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14870         $(AM_MAKEFLAGS)' rather than plain `make'.
14871
14872         gnulib-tool: execute $MAKE not make
14873         * gnulib-tool: Default $MAKE to 'make'.
14874         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14875         than make.  Initialize $MAKE in the do-autobuild script.
14876
14877         gnulib-tool: use $MAKE not make in generated files
14878         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14879         make, in generated files.  Initialize $MAKE in the do-autobuild
14880         script.
14881
14882         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14883
14884         GNUmakefile: disable parallelism only for multiple, recursive targets
14885         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14886         additions in the Makefile.
14887         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14888         by Automake.
14889         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14890         are listed on the command line and at least one of them is
14891         listed in $(ALL_RECURSIVE_TARGETS).
14892
14893 2009-03-14  Bruno Haible  <bruno@clisp.org>
14894
14895         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14896         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14897         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14898         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14899         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14900         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14901         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14902         unistr/u8-uctomb.
14903         * modules/unistr/u8-strchr (Depends-on): Likewise.
14904         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14905         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14906         unistr/u16-uctomb.
14907         * modules/unistr/u16-strchr (Depends-on): Likewise.
14908         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14909
14910 2009-03-12  Bruno Haible  <bruno@clisp.org>
14911
14912         Work around select() bug on Interix 3.5.
14913         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14914         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14915         * m4/select.m4: New file.
14916         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14917         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14918         * modules/select (Files): Add m4/select.m4.
14919         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14920         * modules/nanosleep (Depends-on): Add select.
14921         * modules/poll (Depends-on): Likewise.
14922         * doc/posix-functions/select.texi: Mention the Interix bug.
14923         Reported by Markus Duft <mduft@gentoo.org>.
14924
14925         * lib/select.c: Renamed from lib/winsock-select.c.
14926         * modules/select (Files): Add lib/select.c, remove
14927         lib/winsock-select.c.
14928         (configure.ac): Update.
14929
14930 2009-03-12  Jim Meyering  <meyering@redhat.com>
14931
14932         avoid gcc warnings about unused macro definitions
14933         * lib/readtokens.c (STREQ): Remove unused definition.
14934         * lib/xmalloc.c (SIZE_MAX): Likewise.
14935         * lib/openat-die.c (N_): Likewise.
14936         * lib/mountlist.c (SIZE_MAX): Remove definition.
14937         Instead, include <stdint.h>.
14938         * lib/readutmp.c: Likewise.
14939         * modules/readutmp (Depends-on): Add stdint.
14940         * modules/mountlist (Depends-on): Add stdint.
14941         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14942
14943 2009-03-10  Bruno Haible  <bruno@clisp.org>
14944
14945         Tests for module 'mbmemcasecoll'.
14946         * modules/mbmemcasecoll-tests: New file.
14947         * tests/test-mbmemcasecoll1.sh: New file.
14948         * tests/test-mbmemcasecoll2.sh: New file.
14949         * tests/test-mbmemcasecoll3.sh: New file.
14950         * tests/test-mbmemcasecoll.c: New file.
14951
14952         New module 'mbmemcasecoll'.
14953         * lib/mbmemcasecoll.h: New file.
14954         * lib/mbmemcasecoll.c: New file.
14955         * modules/mbmemcasecoll: New file.
14956
14957         * tests/test-mbmemcasecmp.h: New file, extracted from
14958         tests/test-mbmemcasecmp.c.
14959         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14960         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14961         (main): Update.
14962         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14963
14964 2009-03-09  Bruno Haible  <bruno@clisp.org>
14965
14966         Tests for module 'mbmemcasecmp'.
14967         * modules/mbmemcasecmp-tests: New file.
14968         * tests/test-mbmemcasecmp1.sh: New file.
14969         * tests/test-mbmemcasecmp2.sh: New file.
14970         * tests/test-mbmemcasecmp3.sh: New file.
14971         * tests/test-mbmemcasecmp.c: New file.
14972
14973         New module 'mbmemcasecmp'.
14974         * lib/mbmemcasecmp.h: New file.
14975         * lib/mbmemcasecmp.c: New file.
14976         * modules/mbmemcasecmp: New file.
14977
14978 2009-03-09  Bruno Haible  <bruno@clisp.org>
14979
14980         Tests for module 'unicase/ulc-casecoll'.
14981         * modules/unicase/ulc-casecoll-tests: New file.
14982         * tests/unicase/test-ulc-casecoll1.sh: New file.
14983         * tests/unicase/test-ulc-casecoll2.sh: New file.
14984         * tests/unicase/test-ulc-casecoll.c: New file.
14985
14986         New module 'unicase/ulc-casecoll'.
14987         * lib/unicase.h (ulc_casecoll): New declaration.
14988         * lib/unicase/ulc-casecoll.c: New file.
14989         * modules/unicase/ulc-casecoll: New file.
14990
14991         New module 'unicase/ulc-casexfrm'.
14992         * lib/unicase.h (ulc_casexfrm): New declaration.
14993         * lib/unicase/ulc-casexfrm.c: New file.
14994         * modules/unicase/ulc-casexfrm: New file.
14995
14996 2009-03-09  Bruno Haible  <bruno@clisp.org>
14997
14998         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14999         invocations.
15000
15001         * m4/mbscasecmp.m4: Remove file.
15002         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15003         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15004
15005         * m4/mbscasestr.m4: Remove file.
15006         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15007         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15008
15009         * m4/mbschr.m4: Remove file.
15010         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15011         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15012
15013         * m4/mbscspn.m4: Remove file.
15014         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15015         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15016
15017         * m4/mbslen.m4: Remove file.
15018         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15019         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15020
15021         * m4/mbsncasecmp.m4: Remove file.
15022         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15023         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15024
15025         * m4/mbsnlen.m4: Remove file.
15026         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15027         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15028
15029         * m4/mbspbrk.m4: Remove file.
15030         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15031         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15032
15033         * m4/mbspcasecmp.m4: Remove file.
15034         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15035         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15036
15037         * m4/mbsrchr.m4: Remove file.
15038         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15039         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15040
15041         * m4/mbssep.m4: Remove file.
15042         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15043         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15044
15045         * m4/mbsspn.m4: Remove file.
15046         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15047         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15048
15049         * m4/mbsstr.m4: Remove file.
15050         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15051         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15052
15053         * m4/mbstok_r.m4: Remove file.
15054         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15055         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15056
15057         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15058
15059         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15060         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15061
15062         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15063
15064 2009-03-08  Bruno Haible  <bruno@clisp.org>
15065
15066         Tests for module 'unicase/ulc-casecmp'.
15067         * modules/unicase/ulc-casecmp-tests: New file.
15068         * tests/unicase/test-ulc-casecmp1.sh: New file.
15069         * tests/unicase/test-ulc-casecmp2.sh: New file.
15070         * tests/unicase/test-ulc-casecmp.c: New file.
15071
15072         New module 'unicase/ulc-casecmp'.
15073         * lib/unicase.h (ulc_casecmp): New declaration.
15074         * lib/unicase/ulc-casecmp.c: New file.
15075         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15076         'const SRC_UNIT *'.
15077         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15078         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15079         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15080         * modules/unicase/ulc-casecmp: New file.
15081
15082         Tests for module 'unicase/u32-is-cased'.
15083         * modules/unicase/u32-is-cased-tests: New file.
15084         * tests/unicase/test-u32-is-cased.c: New file.
15085
15086         Tests for module 'unicase/u16-is-cased'.
15087         * modules/unicase/u16-is-cased-tests: New file.
15088         * tests/unicase/test-u16-is-cased.c: New file.
15089
15090         Tests for module 'unicase/u8-is-cased'.
15091         * modules/unicase/u8-is-cased-tests: New file.
15092         * tests/unicase/test-u8-is-cased.c: New file.
15093         * tests/unicase/test-is-cased.h: New file.
15094
15095         New module 'unicase/u32-is-cased'.
15096         * lib/unicase/u32-is-cased.c: New file.
15097         * modules/unicase/u32-is-cased: New file.
15098
15099         New module 'unicase/u16-is-cased'.
15100         * lib/unicase/u16-is-cased.c: New file.
15101         * modules/unicase/u16-is-cased: New file.
15102
15103         New module 'unicase/u8-is-cased'.
15104         * lib/unicase/u8-is-cased.c: New file.
15105         * lib/unicase/u-is-cased.h: New file.
15106         * modules/unicase/u8-is-cased: New file.
15107
15108         Tests for module 'unicase/u32-is-casefolded'.
15109         * modules/unicase/u32-is-casefolded-tests: New file.
15110         * tests/unicase/test-u32-is-casefolded.c: New file.
15111
15112         Tests for module 'unicase/u16-is-casefolded'.
15113         * modules/unicase/u16-is-casefolded-tests: New file.
15114         * tests/unicase/test-u16-is-casefolded.c: New file.
15115
15116         Tests for module 'unicase/u8-is-casefolded'.
15117         * modules/unicase/u8-is-casefolded-tests: New file.
15118         * tests/unicase/test-u8-is-casefolded.c: New file.
15119         * tests/unicase/test-is-casefolded.h: New file.
15120
15121         New module 'unicase/u32-is-casefolded'.
15122         * lib/unicase/u32-is-casefolded.c: New file.
15123         * modules/unicase/u32-is-casefolded: New file.
15124
15125         New module 'unicase/u16-is-casefolded'.
15126         * lib/unicase/u16-is-casefolded.c: New file.
15127         * modules/unicase/u16-is-casefolded: New file.
15128
15129         New module 'unicase/u8-is-casefolded'.
15130         * lib/unicase/u8-is-casefolded.c: New file.
15131         * modules/unicase/u8-is-casefolded: New file.
15132
15133         Tests for module 'unicase/u32-is-titlecase'.
15134         * modules/unicase/u32-is-titlecase-tests: New file.
15135         * tests/unicase/test-u32-is-titlecase.c: New file.
15136
15137         Tests for module 'unicase/u16-is-titlecase'.
15138         * modules/unicase/u16-is-titlecase-tests: New file.
15139         * tests/unicase/test-u16-is-titlecase.c: New file.
15140
15141         Tests for module 'unicase/u8-is-titlecase'.
15142         * modules/unicase/u8-is-titlecase-tests: New file.
15143         * tests/unicase/test-u8-is-titlecase.c: New file.
15144         * tests/unicase/test-is-titlecase.h: New file.
15145
15146         New module 'unicase/u32-is-titlecase'.
15147         * lib/unicase/u32-is-titlecase.c: New file.
15148         * modules/unicase/u32-is-titlecase: New file.
15149
15150         New module 'unicase/u16-is-titlecase'.
15151         * lib/unicase/u16-is-titlecase.c: New file.
15152         * modules/unicase/u16-is-titlecase: New file.
15153
15154         New module 'unicase/u8-is-titlecase'.
15155         * lib/unicase/u8-is-titlecase.c: New file.
15156         * modules/unicase/u8-is-titlecase: New file.
15157
15158         Tests for module 'unicase/u32-is-lowercase'.
15159         * modules/unicase/u32-is-lowercase-tests: New file.
15160         * tests/unicase/test-u32-is-lowercase.c: New file.
15161
15162         Tests for module 'unicase/u16-is-lowercase'.
15163         * modules/unicase/u16-is-lowercase-tests: New file.
15164         * tests/unicase/test-u16-is-lowercase.c: New file.
15165
15166         Tests for module 'unicase/u8-is-lowercase'.
15167         * modules/unicase/u8-is-lowercase-tests: New file.
15168         * tests/unicase/test-u8-is-lowercase.c: New file.
15169         * tests/unicase/test-is-lowercase.h: New file.
15170
15171         New module 'unicase/u32-is-lowercase'.
15172         * lib/unicase/u32-is-lowercase.c: New file.
15173         * modules/unicase/u32-is-lowercase: New file.
15174
15175         New module 'unicase/u16-is-lowercase'.
15176         * lib/unicase/u16-is-lowercase.c: New file.
15177         * modules/unicase/u16-is-lowercase: New file.
15178
15179         New module 'unicase/u8-is-lowercase'.
15180         * lib/unicase/u8-is-lowercase.c: New file.
15181         * modules/unicase/u8-is-lowercase: New file.
15182
15183         Tests for module 'unicase/u32-is-uppercase'.
15184         * modules/unicase/u32-is-uppercase-tests: New file.
15185         * tests/unicase/test-u32-is-uppercase.c: New file.
15186
15187         Tests for module 'unicase/u16-is-uppercase'.
15188         * modules/unicase/u16-is-uppercase-tests: New file.
15189         * tests/unicase/test-u16-is-uppercase.c: New file.
15190
15191         Tests for module 'unicase/u8-is-uppercase'.
15192         * modules/unicase/u8-is-uppercase-tests: New file.
15193         * tests/unicase/test-u8-is-uppercase.c: New file.
15194         * tests/unicase/test-is-uppercase.h: New file.
15195
15196         New module 'unicase/u32-is-uppercase'.
15197         * lib/unicase/u32-is-uppercase.c: New file.
15198         * modules/unicase/u32-is-uppercase: New file.
15199
15200         New module 'unicase/u16-is-uppercase'.
15201         * lib/unicase/u16-is-uppercase.c: New file.
15202         * modules/unicase/u16-is-uppercase: New file.
15203
15204         New module 'unicase/u8-is-uppercase'.
15205         * lib/unicase/u8-is-uppercase.c: New file.
15206         * modules/unicase/u8-is-uppercase: New file.
15207
15208         New module 'unicase/u32-is-invariant'.
15209         * lib/unicase/u32-is-invariant.c: New file.
15210         * modules/unicase/u32-is-invariant: New file.
15211
15212         New module 'unicase/u16-is-invariant'.
15213         * lib/unicase/u16-is-invariant.c: New file.
15214         * modules/unicase/u16-is-invariant: New file.
15215
15216         New module 'unicase/u8-is-invariant'.
15217         * lib/unicase/u8-is-invariant.c: New file.
15218         * lib/unicase/invariant.h: New file.
15219         * lib/unicase/u-is-invariant.h: New file.
15220         * modules/unicase/u8-is-invariant: New file.
15221
15222         Tests for module 'unicase/u32-casecoll'.
15223         * modules/unicase/u32-casecoll-tests: New file.
15224         * tests/unicase/test-u32-casecoll.c: New file.
15225
15226         Tests for module 'unicase/u16-casecoll'.
15227         * modules/unicase/u16-casecoll-tests: New file.
15228         * tests/unicase/test-u16-casecoll.c: New file.
15229
15230         Tests for module 'unicase/u8-casecoll'.
15231         * modules/unicase/u8-casecoll-tests: New file.
15232         * tests/unicase/test-u8-casecoll.c: New file.
15233
15234         New module 'unicase/u32-casecoll'.
15235         * lib/unicase/u32-casecoll.c: New file.
15236         * modules/unicase/u32-casecoll: New file.
15237
15238         New module 'unicase/u16-casecoll'.
15239         * lib/unicase/u16-casecoll.c: New file.
15240         * modules/unicase/u16-casecoll: New file.
15241
15242         New module 'unicase/u8-casecoll'.
15243         * lib/unicase/u8-casecoll.c: New file.
15244         * lib/unicase/u-casecoll.h: New file.
15245         * modules/unicase/u8-casecoll: New file.
15246
15247         New module 'unicase/u32-casexfrm'.
15248         * lib/unicase/u32-casexfrm.c: New file.
15249         * modules/unicase/u32-casexfrm: New file.
15250
15251         New module 'unicase/u16-casexfrm'.
15252         * lib/unicase/u16-casexfrm.c: New file.
15253         * modules/unicase/u16-casexfrm: New file.
15254
15255         New module 'unicase/u8-casexfrm'.
15256         * lib/unicase/u8-casexfrm.c: New file.
15257         * lib/unicase/u-casexfrm.h: New file.
15258         * modules/unicase/u8-casexfrm: New file.
15259
15260         Tests for module 'unicase/u32-casecmp'.
15261         * modules/unicase/u32-casecmp-tests: New file.
15262         * tests/unicase/test-u32-casecmp.c: New file.
15263
15264         Tests for module 'unicase/u16-casecmp'.
15265         * modules/unicase/u16-casecmp-tests: New file.
15266         * tests/unicase/test-u16-casecmp.c: New file.
15267
15268         Tests for module 'unicase/u8-casecmp'.
15269         * modules/unicase/u8-casecmp-tests: New file.
15270         * tests/unicase/test-u8-casecmp.c: New file.
15271         * tests/unicase/test-casecmp.h: New file.
15272
15273         New module 'unicase/u32-casecmp'.
15274         * lib/unicase/u32-casecmp.c: New file.
15275         * modules/unicase/u32-casecmp: New file.
15276
15277         New module 'unicase/u16-casecmp'.
15278         * lib/unicase/u16-casecmp.c: New file.
15279         * modules/unicase/u16-casecmp: New file.
15280
15281         New module 'unicase/u8-casecmp'.
15282         * lib/unicase/u8-casecmp.c: New file.
15283         * lib/unicase/u-casecmp.h: New file.
15284         * modules/unicase/u8-casecmp: New file.
15285
15286         Tests for module 'unicase/u32-casefold'.
15287         * modules/unicase/u32-casefold-tests: New file.
15288         * tests/unicase/test-u32-casefold.c: New file.
15289
15290         Tests for module 'unicase/u16-casefold'.
15291         * modules/unicase/u16-casefold-tests: New file.
15292         * tests/unicase/test-u16-casefold.c: New file.
15293
15294         Tests for module 'unicase/u8-casefold'.
15295         * modules/unicase/u8-casefold-tests: New file.
15296         * tests/unicase/test-u8-casefold.c: New file.
15297
15298         New module 'unicase/u32-casefold'.
15299         * lib/unicase/u32-casefold.c: New file.
15300         * modules/unicase/u32-casefold: New file.
15301
15302         New module 'unicase/u16-casefold'.
15303         * lib/unicase/u16-casefold.c: New file.
15304         * modules/unicase/u16-casefold: New file.
15305
15306         New module 'unicase/u8-casefold'.
15307         * lib/unicase/u8-casefold.c: New file.
15308         * lib/unicase/u-casefold.h: New file.
15309         * modules/unicase/u8-casefold: New file.
15310
15311         New module 'unicase/tocasefold'.
15312         * lib/unicase/casefold.h: New file.
15313         * lib/unicase/tocasefold.c: New file.
15314         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15315         * modules/unicase/tocasefold: New file.
15316
15317         Tests for module 'unicase/u32-totitle'.
15318         * modules/unicase/u32-totitle-tests: New file.
15319         * tests/unicase/test-u32-totitle.c: New file.
15320
15321         Tests for module 'unicase/u16-totitle'.
15322         * modules/unicase/u16-totitle-tests: New file.
15323         * tests/unicase/test-u16-totitle.c: New file.
15324
15325         Tests for module 'unicase/u8-totitle'.
15326         * modules/unicase/u8-totitle-tests: New file.
15327         * tests/unicase/test-u8-totitle.c: New file.
15328
15329         New module 'unicase/u32-totitle'.
15330         * lib/unicase/u32-totitle.c: New file.
15331         * modules/unicase/u32-totitle: New file.
15332
15333         New module 'unicase/u16-totitle'.
15334         * lib/unicase/u16-totitle.c: New file.
15335         * modules/unicase/u16-totitle: New file.
15336
15337         New module 'unicase/u8-totitle'.
15338         * lib/unicase/u8-totitle.c: New file.
15339         * lib/unicase/u-totitle.h: New file.
15340         * modules/unicase/u8-totitle: New file.
15341
15342         Tests for module 'unicase/u32-tolower'.
15343         * modules/unicase/u32-tolower-tests: New file.
15344         * tests/unicase/test-u32-tolower.c: New file.
15345
15346         Tests for module 'unicase/u16-tolower'.
15347         * modules/unicase/u16-tolower-tests: New file.
15348         * tests/unicase/test-u16-tolower.c: New file.
15349
15350         Tests for module 'unicase/u8-tolower'.
15351         * modules/unicase/u8-tolower-tests: New file.
15352         * tests/unicase/test-u8-tolower.c: New file.
15353
15354         New module 'unicase/u32-tolower'.
15355         * lib/unicase/u32-tolower.c: New file.
15356         * modules/unicase/u32-tolower: New file.
15357
15358         New module 'unicase/u16-tolower'.
15359         * lib/unicase/u16-tolower.c: New file.
15360         * modules/unicase/u16-tolower: New file.
15361
15362         New module 'unicase/u8-tolower'.
15363         * lib/unicase/u8-tolower.c: New file.
15364         * modules/unicase/u8-tolower: New file.
15365
15366         Tests for module 'unicase/u32-toupper'.
15367         * modules/unicase/u32-toupper-tests: New file.
15368         * tests/unicase/test-u32-toupper.c: New file.
15369
15370         Tests for module 'unicase/u16-toupper'.
15371         * modules/unicase/u16-toupper-tests: New file.
15372         * tests/unicase/test-u16-toupper.c: New file.
15373
15374         Tests for module 'unicase/u8-toupper'.
15375         * modules/unicase/u8-toupper-tests: New file.
15376         * tests/unicase/test-u8-toupper.c: New file.
15377
15378         New module 'unicase/u32-toupper'.
15379         * lib/unicase/u32-toupper.c: New file.
15380         * modules/unicase/u32-toupper: New file.
15381
15382         New module 'unicase/u16-toupper'.
15383         * lib/unicase/u16-toupper.c: New file.
15384         * modules/unicase/u16-toupper: New file.
15385
15386         New module 'unicase/u8-toupper'.
15387         * lib/unicase/u8-toupper.c: New file.
15388         * modules/unicase/u8-toupper: New file.
15389
15390         New module 'unicase/u32-casemap'.
15391         * lib/unicase/u32-casemap.c: New file.
15392         * modules/unicase/u32-casemap: New file.
15393
15394         New module 'unicase/u16-casemap'.
15395         * lib/unicase/u16-casemap.c: New file.
15396         * modules/unicase/u16-casemap: New file.
15397
15398         New module 'unicase/u8-casemap'.
15399         * lib/unicase/unicasemap.h: New file.
15400         * lib/unicase/u8-casemap.c: New file.
15401         * lib/unicase/u-casemap.h: New file.
15402         * modules/unicase/u8-casemap: New file.
15403
15404         New module 'unicase/special-casing'.
15405         * lib/unicase/special-casing.h: New file.
15406         * lib/unicase/special-casing.c: New file.
15407         * lib/unicase/special-casing-table.gperf: New file, generated by
15408         gen-uni-tables.c.
15409         * modules/unicase/special-casing: New file.
15410
15411         Tests for module 'unicase/locale-language'.
15412         * modules/unicase/locale-language-tests: New file.
15413         * tests/unicase/test-locale-language.sh: New file.
15414         * tests/unicase/test-locale-language.c: New file.
15415
15416         New module 'unicase/locale-language'.
15417         * lib/unicase/locale-language.c: New file.
15418         * lib/unicase/locale-languages.gperf: New file.
15419         * modules/unicase/locale-language: New file.
15420
15421         Generate more tables for case conversion and case folding.
15422         * lib/gen-uni-tables.c (SCC_*): New enum items.
15423         (struct special_casing_rule): New type.
15424         (casing_rules, num_casing_rules, allocated_casing_rules): New
15425         variables.
15426         (add_casing_rule, fill_casing_rules): New functions.
15427         (struct casefold_rule): New type.
15428         (casefolding_rules, num_casefolding_rules,
15429         allocated_casefolding_rules): New variables.
15430         (fill_casefolding_rules): New function.
15431         (unicode_casefold): New variable.
15432         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15433         sort_casing_rules, output_casing_rules): New functions.
15434         (main): Accept to more arguments: SpecialCasing.txt and
15435         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15436         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15437         Output mapping for casefolding.
15438
15439         * lib/unicase.h: Include stdbool.h, uninorm.h.
15440         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15441         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15442         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15443         arguments.
15444         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15445         resultp arguments.
15446         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15447         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15448         resultp arguments.
15449         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15450         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15451         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15452         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15453         declarations.
15454         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15455
15456 2009-03-08  Bruno Haible  <bruno@clisp.org>
15457
15458         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15459         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15460         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15461         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15462
15463 2009-03-07  Bruno Haible  <bruno@clisp.org>
15464
15465         Adjust u*_normcmp, u*_normcoll API.
15466         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15467         u16_normcoll, u32_normcoll): Change failure conventions.
15468         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15469         errno and return -1.
15470         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15471
15472 2009-03-07  Bruno Haible  <bruno@clisp.org>
15473
15474         Tests for module 'uninorm/u32-normcoll'.
15475         * modules/uninorm/u32-normcoll-tests: New file.
15476         * tests/uninorm/test-u32-normcoll.c: New file.
15477
15478         Tests for module 'uninorm/u16-normcoll'.
15479         * modules/uninorm/u16-normcoll-tests: New file.
15480         * tests/uninorm/test-u16-normcoll.c: New file.
15481
15482         Tests for module 'uninorm/u8-normcoll'.
15483         * modules/uninorm/u8-normcoll-tests: New file.
15484         * tests/uninorm/test-u8-normcoll.c: New file.
15485
15486 2009-03-07  Bruno Haible  <bruno@clisp.org>
15487
15488         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15489         tests/uninorm/test-u32-normcmp.c.
15490         * tests/uninorm/test-u32-normcmp.c: Include it.
15491         (test_nonascii): New function, extracted from main. Add some more
15492         tests.
15493         (main): Invoke test_ascii and test_nonascii.
15494         * modules/uninorm/u32-normcmp-tests (Files): Add
15495         tests/uninorm/test-u32-normcmp.h.
15496         (Depends-on): Remove uninorm/u32-normcmp.
15497
15498         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15499         tests/uninorm/test-u16-normcmp.c.
15500         * tests/uninorm/test-u16-normcmp.c: Include it.
15501         (test_nonascii): New function, extracted from main. Add some more
15502         tests.
15503         (main): Invoke test_ascii and test_nonascii.
15504         * modules/uninorm/u16-normcmp-tests (Files): Add
15505         tests/uninorm/test-u16-normcmp.h.
15506         (Depends-on): Remove uninorm/u16-normcmp.
15507
15508         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15509         tests/uninorm/test-u8-normcmp.c.
15510         * tests/uninorm/test-u8-normcmp.c: Include it.
15511         (test_nonascii): New function, extracted from main. Add some more
15512         tests.
15513         (main): Invoke test_ascii and test_nonascii.
15514         * modules/uninorm/u8-normcmp-tests (Files): Add
15515         tests/uninorm/test-u8-normcmp.h.
15516         (Depends-on): Remove uninorm/u8-normcmp.
15517
15518 2009-03-07  Bruno Haible  <bruno@clisp.org>
15519
15520         New module 'uninorm/u32-normcoll'.
15521         * lib/uninorm/u32-normcoll.c: New file.
15522         * modules/uninorm/u32-normcoll: New file.
15523
15524         New module 'uninorm/u16-normcoll'.
15525         * lib/uninorm/u16-normcoll.c: New file.
15526         * modules/uninorm/u16-normcoll: New file.
15527
15528         New module 'uninorm/u8-normcoll'.
15529         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15530         declarations.
15531         * lib/uninorm/u8-normcoll.c: New file.
15532         * lib/uninorm/u-normcoll.h: New file.
15533         * modules/uninorm/u8-normcoll: New file.
15534
15535         New module 'uninorm/u32-normxfrm'.
15536         * lib/uninorm/u32-normxfrm.c: New file.
15537         * modules/uninorm/u32-normxfrm: New file.
15538
15539         New module 'uninorm/u16-normxfrm'.
15540         * lib/uninorm/u16-normxfrm.c: New file.
15541         * modules/uninorm/u16-normxfrm: New file.
15542
15543         New module 'uninorm/u8-normxfrm'.
15544         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15545         declarations.
15546         * lib/uninorm/u8-normxfrm.c: New file.
15547         * lib/uninorm/u-normxfrm.h: New file.
15548         * modules/uninorm/u8-normxfrm: New file.
15549
15550 2009-03-07  Bruno Haible  <bruno@clisp.org>
15551
15552         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15553         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15554         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15555
15556 2009-03-07  Bruno Haible  <bruno@clisp.org>
15557
15558         New module 'memxfrm'.
15559         * lib/memxfrm.h: New file.
15560         * lib/memxfrm.c: New file.
15561         * modules/memxfrm: New file.
15562
15563 2009-03-07  Bruno Haible  <bruno@clisp.org>
15564
15565         New module 'memcmp2'.
15566         * lib/memcmp2.h: New file.
15567         * lib/memcmp2.c: New file.
15568         * modules/memcmp2: New file.
15569
15570 2009-03-07  Bruno Haible  <bruno@clisp.org>
15571
15572         Tests for module 'uninorm/decomposing-form'.
15573         * modules/uninorm/decomposing-form-tests: New file.
15574         * tests/uninorm/test-decomposing-form.c: New file.
15575
15576         New module 'uninorm/decomposing-form'.
15577         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15578         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15579         Add 'decomposing_variant' field.
15580         * lib/uninorm/decomposing-form.c: New file.
15581         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15582         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15583         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15584         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15585         * modules/uninorm/decomposing-form: New file.
15586         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15587         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15588
15589 2009-03-07  Bruno Haible  <bruno@clisp.org>
15590
15591         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15592         strings.
15593
15594 2009-03-06  Bruno Haible  <bruno@clisp.org>
15595
15596         Tests for module 'uninorm/u32-normcmp'.
15597         * tests/uninorm/test-u32-normcmp.c: New file.
15598         * modules/uninorm/u32-normcmp-tests: New file.
15599
15600         Tests for module 'uninorm/u16-normcmp'.
15601         * tests/uninorm/test-u16-normcmp.c: New file.
15602         * modules/uninorm/u16-normcmp-tests: New file.
15603
15604         Tests for module 'uninorm/u8-normcmp'.
15605         * tests/uninorm/test-u8-normcmp.c: New file.
15606         * modules/uninorm/u8-normcmp-tests: New file.
15607
15608         New module 'uninorm/u32-normcmp'.
15609         * lib/uninorm/u32-normcmp.c: New file.
15610         * modules/uninorm/u32-normcmp: New file.
15611
15612         New module 'uninorm/u16-normcmp'.
15613         * lib/uninorm/u16-normcmp.c: New file.
15614         * modules/uninorm/u16-normcmp: New file.
15615
15616         New module 'uninorm/u8-normcmp'.
15617         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15618         declarations.
15619         * lib/uninorm/u8-normcmp.c: New file.
15620         * lib/uninorm/u-normcmp.h: New file.
15621         * modules/uninorm/u8-normcmp: New file.
15622
15623 2009-03-06  Bruno Haible  <bruno@clisp.org>
15624
15625         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15626         Reported by Eric Blake.
15627
15628 2009-03-06  Eric Blake  <ebb9@byu.net>
15629             Bruno Haible  <bruno@clisp.org>
15630
15631         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15632         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15633         condition.
15634         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15635         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15636         condition.
15637         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15638
15639 2009-03-06  Eric Blake  <ebb9@byu.net>
15640
15641         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15642         to avoid compiler warnings.
15643         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15644
15645 2009-03-05  Bruno Haible  <bruno@clisp.org>
15646
15647         * tests/test-ftell.c (main): Disable test beyond end of file on
15648         FreeMiNT.
15649         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15650
15651 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15652
15653         * lib/filevercmp.c: Move hidden files up in ordering.
15654         * tests/test-filevercmp.c: Add tests for hidden files.
15655
15656 2009-03-04  Bruno Haible  <bruno@clisp.org>
15657
15658         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15659         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15660         AM_CFLAGS.
15661         Reported by Simon Josefsson.
15662
15663 2009-03-03  Bruno Haible  <bruno@clisp.org>
15664
15665         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15666         Reported by Simon Josefsson.
15667
15668         * doc/ld-version-script.texi: Update node reference.
15669
15670 2009-03-03  Bruno Haible  <bruno@clisp.org>
15671
15672         * modules/visibility (License): Change to 'unlimited'.
15673         Suggested by Simon Josefsson.
15674
15675 2009-03-03  Jim Meyering  <meyering@redhat.com>
15676
15677         unlinkdir: cannot_unlink_dir may modify process state
15678         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15679         it's neither thread-safe nor appropriate for use in a library.
15680
15681 2009-03-03  Eric Blake  <ebb9@byu.net>
15682
15683         test-closein: silence test under Darwin
15684         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15685         care if it dies from EPIPE or EBADF.
15686
15687 2009-03-03  Bruno Haible  <bruno@clisp.org>
15688
15689         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15690         earlier.
15691         * doc/visibility.texi: Fix @node and @section.
15692
15693 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15694
15695         * doc/gnulib.texi: Link to sections for ld version script and
15696         visibility.
15697         * doc/visibility.texi: Add @node and @section.
15698         * modules/ld-version-script: New module.
15699         * m4/ld-version-script.m4: New file.
15700         * doc/ld-version-script.texi: New file.
15701
15702 2009-03-02  David Lutterkort  <lutter@redhat.com>
15703
15704         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15705         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15706
15707 2009-03-02  Bruno Haible  <bruno@clisp.org>
15708
15709         * doc/visibility.texi: Mention libtool's -export-symbols option.
15710
15711 2009-03-02  Jim Meyering  <meyering@redhat.com>
15712
15713         announce-gen: new option: --no-print-checksums
15714         * build-aux/announce-gen (usage): Describe it.
15715         (print_checksums): Print a newline here, not in the [*] footnote.
15716         (main): Honor it.
15717
15718 2009-03-01  Bruno Haible  <bruno@clisp.org>
15719
15720         Use socklen_t in the native Windows replacements prototypes.
15721         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15722         instead of 'int'.
15723         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15724         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15725         * modules/getsockopt (Depends-on): Add socklen.
15726         * modules/setsockopt (Depends-on): Add socklen.
15727
15728 2009-03-01  Bruno Haible  <bruno@clisp.org>
15729
15730         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15731         least 4.2.
15732
15733 2009-03-01  Eric Blake  <ebb9@byu.net>
15734             Bruno Haible  <bruno@clisp.org>
15735
15736         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15737         error messages.
15738         * lib/wait-process.c (wait_subprocess): Omit error message about
15739         deadly signal sent to the child of termsigp != NULL.
15740
15741 2009-03-01  Eric Blake  <ebb9@byu.net>
15742
15743         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15744
15745 2009-03-01  Bruno Haible  <bruno@clisp.org>
15746
15747         Avoid a gcc warning.
15748         * tests/test-sched.c (b): Make global.
15749         Reported by Eric Blake.
15750
15751 2009-01-19  Martin Lambers  <marlam@marlam.de>
15752
15753         Provide POSIX semantics for socket timeout options on W32.
15754         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15755         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15756         * modules/setsockopt: Depend on sys_time module for struct timeval.
15757         * modules/getsockopt: Depend on sys_time module for struct timeval.
15758
15759 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15760
15761         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15762         __USE_GNU, for consistency with netdb.in.h.
15763         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15764
15765 2009-03-01  Bruno Haible  <bruno@clisp.org>
15766
15767         More support for FreeMiNT.
15768         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15769         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15770
15771 2009-03-01  Bruno Haible  <bruno@clisp.org>
15772
15773         More support for FreeMiNT.
15774         * lib/fpurge.c (fpurge): Correct last commit.
15775         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15776
15777 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15778
15779         Fix unportable awk script in vc-list-files.
15780         * build-aux/vc-list-files: In the replacement awk script, use
15781         substr with a second argument of 1, not zero.
15782         Report by Simon Josefsson.
15783
15784 2009-02-28  Bruno Haible  <bruno@clisp.org>
15785
15786         More support for FreeMiNT.
15787         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15788         to FreeMiNT today.
15789         * lib/fwriting.c (fwriting): Likewise.
15790         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15791
15792 2009-02-28  Bruno Haible  <bruno@clisp.org>
15793
15794         * tests/test-freadseek.c (main): Disable test beyond end of file on
15795         FreeMiNT.
15796         * tests/test-ftello.c (main): Likewise.
15797         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15798
15799 2009-02-28  Bruno Haible  <bruno@clisp.org>
15800
15801         Add tentative support for FreeMiNT.
15802         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15803         * lib/fpurge.c (fpurge): Likewise.
15804         * lib/freadable.c (freadable): Likewise.
15805         * lib/freading.c (freading): Likewise.
15806         * lib/freadptr.c (freadptr): Likewise.
15807         * lib/freadseek.c (freadptrinc): Likewise.
15808         * lib/fseeko.c (rpl_fseeko): Likewise.
15809         * lib/fseterr.c (fseterr): Likewise.
15810         * lib/fwritable.c (fwritable): Likewise.
15811         * lib/fwriting.c (fwriting): Likewise.
15812         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15813         Hourihane.
15814         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15815
15816 2009-02-28  Bruno Haible  <bruno@clisp.org>
15817
15818         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15819         SIGCHLD.
15820         Reported by Jim Meyering.
15821
15822 2009-02-28  Bruno Haible  <bruno@clisp.org>
15823
15824         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15825         Mention the results of these tests on various platforms.
15826         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15827         order.
15828         * doc/posix-functions/printf.texi: Likewise.
15829         * doc/posix-functions/snprintf.texi: Likewise.
15830         * doc/posix-functions/sprintf.texi: Likewise.
15831         * doc/posix-functions/vfprintf.texi: Likewise.
15832         * doc/posix-functions/vprintf.texi: Likewise.
15833         * doc/posix-functions/vsnprintf.texi: Likewise.
15834         * doc/posix-functions/vsprintf.texi: Likewise.
15835         * doc/glibc-functions/obstack_printf.texi: Likewise.
15836         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15837
15838 2009-02-28  Bruno Haible  <bruno@clisp.org>
15839
15840         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15841         Reported by Loïc Minier <lool@dooz.org>.
15842
15843 2009-02-27  Bruno Haible  <bruno@clisp.org>
15844
15845         * gnulib-tool (func_import): Make the sed expression used to create the
15846         sed script for updating the .gitignore file POSIX compliant.
15847         Reported by Eric Blake.
15848
15849 2009-02-27  Bruno Haible  <bruno@clisp.org>
15850
15851         * gnulib-tool (sed): Don't alias as "sed --posix".
15852         Reported by Eric Blake.
15853
15854 2009-02-27  Bruno Haible  <bruno@clisp.org>
15855
15856         Avoid test link errors.
15857         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15858         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15859         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15860         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15861         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15862
15863 2009-02-27  Bruno Haible  <bruno@clisp.org>
15864
15865         Avoid spurious "(cached)" in configure output.
15866         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15867         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15868         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15869         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15870         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15871         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15872         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15873         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15874         Reported by Eric Blake.
15875
15876 2009-02-27  Eric Blake  <ebb9@byu.net>
15877
15878         printf: fix regression in previous patch
15879         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15880
15881 2009-02-27  Bruno Haible  <bruno@clisp.org>
15882
15883         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15884         value.
15885         * lib/stdint.in.h: Likewise.
15886         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15887
15888 2009-02-27  Eric Blake  <ebb9@byu.net>
15889
15890         doc: mention more functions added in cygwin 1.7.0
15891         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15892         addition.
15893         * doc/posix-functions/open_wmemstream.texi: Likewise.
15894         * doc/posix-functions/wcsnlen.texi: Likewise.
15895         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15896         * doc/posix-functions/wcstod.texi: Likewise.
15897         * doc/posix-functions/wcstof.texi: Likewise.
15898         * doc/posix-functions/wcstoimax.texi: Likewise.
15899         * doc/posix-functions/wcstok.texi: Likewise.
15900         * doc/posix-functions/wcstoumax.texi: Likewise.
15901
15902         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15903         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15904         * doc/posix-functions/fprintf.texi: Update.
15905         * doc/posix-functions/printf.texi: Update.
15906         * doc/posix-functions/snprintf.texi: Update.
15907         * doc/posix-functions/sprintf.texi: Update.
15908         * doc/posix-functions/vfprintf.texi: Update.
15909         * doc/posix-functions/vprintf.texi: Update.
15910         * doc/posix-functions/vsnprintf.texi: Update.
15911         * doc/posix-functions/vsprintf.texi: Update.
15912         * doc/glibc-functions/obstack_printf.texi: Update.
15913         * doc/glibc-functions/obstack_vprintf.texi: Update.
15914
15915 2009-02-26  Eric Blake  <ebb9@byu.net>
15916
15917         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15918         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15919         compilation bug by using runtime conversion.
15920         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15921         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15922         * modules/ceill-tests (Files): Use nan.h.
15923         * modules/floorl-tests (Files): Likewise.
15924         * modules/frexpl-tests (Files): Likewise.
15925         * modules/isnanl-tests (Files): Likewise.
15926         * modules/ldexpl-tests (Files): Likewise.
15927         * modules/roundl-tests (Files): Likewise.
15928         * modules/truncl-tests (Files): Likewise.
15929         * tests/test-ceill.c (main): Use a working NaN.
15930         * tests/test-floorl.c (main): Likewise.
15931         * tests/test-frexpl.c (main): Likewise.
15932         * tests/test-isnan.c (test_long_double): Likewise.
15933         * tests/test-isnanl.h (main): Likewise.
15934         * tests/test-ldexpl.h (main): Likewise.
15935         * tests/test-roundl.h (main): Likewise.
15936         * tests/test-truncl.h (main): Likewise.
15937         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15938
15939 2009-02-26  Eric Blake  <ebb9@byu.net>
15940             Bruno Haible  <bruno@clisp.org>
15941
15942         Work around a *printf bug with %ls on Solaris.
15943         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15944         precision is specified, sprintf stops converting the wide string
15945         argument when the number of bytes that have been produced by this
15946         conversion equals or exceeds the precision.
15947         * doc/posix-functions/fprintf.texi: Update.
15948         * doc/posix-functions/printf.texi: Update.
15949         * doc/posix-functions/snprintf.texi: Update.
15950         * doc/posix-functions/sprintf.texi: Update.
15951         * doc/posix-functions/vfprintf.texi: Update.
15952         * doc/posix-functions/vprintf.texi: Update.
15953         * doc/posix-functions/vsnprintf.texi: Update.
15954         * doc/posix-functions/vsprintf.texi: Update.
15955         * doc/glibc-functions/obstack_printf.texi: Update.
15956         * doc/glibc-functions/obstack_vprintf.texi: Update.
15957
15958 2009-02-26  Eric Blake  <ebb9@byu.net>
15959
15960         stdlib: favor compiler check of random.h
15961         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15962         to avoid an ObjC random.h installed by Swarm.
15963
15964 2009-02-26  Bruno Haible  <bruno@clisp.org>
15965
15966         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15967         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15968         Reported by Gary V. Vaughan <gary@gnu.org>.
15969
15970 2009-02-26  Bruno Haible  <bruno@clisp.org>
15971
15972         Fix *printf behaviour regarding the %ls directive.
15973         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15974         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15975         NEED_PRINTF_DIRECTIVE_LS.
15976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15977         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15978         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15979         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15980         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15981         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15982         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15983         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15984         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15985         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15986         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15987         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15988         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15989         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15990         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15991         * doc/posix-functions/fprintf.texi: Update.
15992         * doc/posix-functions/printf.texi: Update.
15993         * doc/posix-functions/snprintf.texi: Update.
15994         * doc/posix-functions/sprintf.texi: Update.
15995         * doc/posix-functions/vfprintf.texi: Update.
15996         * doc/posix-functions/vprintf.texi: Update.
15997         * doc/posix-functions/vsnprintf.texi: Update.
15998         * doc/posix-functions/vsprintf.texi: Update.
15999         * doc/glibc-functions/obstack_printf.texi: Update.
16000         * doc/glibc-functions/obstack_vprintf.texi: Update.
16001         Reported by Eric Blake.
16002
16003 2009-02-25  Bruno Haible  <bruno@clisp.org>
16004
16005         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16006         with known value.
16007         Reported by Gary V. Vaughan <gary@gnu.org>.
16008
16009 2009-02-25  Bruno Haible  <bruno@clisp.org>
16010
16011         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16012         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16013         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16014         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16015         Reported by Gary V. Vaughan <gary@gnu.org>.
16016
16017 2009-02-25  Bruno Haible  <bruno@clisp.org>
16018
16019         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16020         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16021         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16022         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16023         Reported by Gary V. Vaughan <gary@gnu.org>.
16024
16025 2009-02-25  Eric Blake  <ebb9@byu.net>
16026
16027         tests: skip fseek/ftell tests if ungetc is broken
16028         * m4/ungetc.m4: New file.
16029         * modules/fseek-tests: Split test, so ungetc dependency is
16030         separate from rest of test.
16031         * modules/fseeko-tests: Likewise.
16032         * modules/ftell-tests: Likewise.
16033         * modules/ftello-tests: Likewise.
16034         * tests/test-fseek.c (main): Isolate ungetc dependency.
16035         * tests/test-fseeko.c (main): Likewise.
16036         * tests/test-ftell.c (main): Likewise.
16037         * tests/test-ftello.c (main): Likewise.
16038         * tests/test-fseek2.sh: New file.
16039         * tests/test-fseeko2.sh: Likewise.
16040         * tests/test-ftell2.sh: Likewise.
16041         * tests/test-ftello2.sh: Likewise.
16042
16043 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
16044
16045         test-getaddrinfo: fix usage of skip return code 77
16046         * tests/test-gettaddrinfo.c: Return skip code 77 only
16047         for first occurance of skip (4x77 is not 77)
16048
16049 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16050
16051         strtod: avoid C99 decl-after-statement
16052         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16053
16054 2009-02-24  Eric Blake  <ebb9@byu.net>
16055
16056         strtod: detect HP-UX 11.31 bug
16057         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16058         Reported by Gary V. Vaughan.
16059
16060 2009-02-23  Bruno Haible  <bruno@clisp.org>
16061
16062         Fix invalid read past end of memory block.
16063         * lib/vasnprintf.c (DCHAR_SET): Define.
16064         (local_wcslen): Define only when needed.
16065         (local_strnlen, local_wcsnlen): New functions.
16066         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16067         directives that involve a conversion ourselves.
16068         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16069         wcsnlen, mbrtowc, wcrtomb.
16070         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16071         * tests/test-vasprintf-posix.c (test_function): Likewise.
16072         * tests/test-snprintf-posix.h (test_function): Likewise.
16073         * tests/test-sprintf-posix.h (test_function): Likewise.
16074         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16075
16076 2009-02-22  Bruno Haible  <bruno@clisp.org>
16077
16078         Implement new clarified decomposition of Hangul syllables.
16079         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16080         of type LTV, return only a pairwise decomposition.
16081         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16082         Likewise.
16083         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16084         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16085         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16086
16087 2009-02-22  Bruno Haible  <bruno@clisp.org>
16088
16089         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16090         zero-length results and shrink excess allocated memory.
16091         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16092         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16093         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16094         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16095         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16096         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16097         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16098         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16099         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16100         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16101         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16102         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16103
16104 2009-02-21  Bruno Haible  <bruno@clisp.org>
16105
16106         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16107         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16108         spaces after a period. Put a space between a macro name and its
16109         argument list. Trivial rewordings.
16110         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16111         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16112         (main): Return 0 explicitly.
16113
16114 2009-02-21  Bruno Haible  <bruno@clisp.org>
16115
16116         Tests for module 'uninorm/filter'.
16117         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16118         * modules/uninorm/filter-tests: New file.
16119
16120         New module 'uninorm/filter'.
16121         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16122         uninorm_filter_flush, uninorm_filter_free): New declarations.
16123         * lib/uninorm/uninorm-filter.c: New file.
16124         * modules/uninorm/filter: New file.
16125
16126 2009-02-21  Bruno Haible  <bruno@clisp.org>
16127
16128         Tests for module 'uninorm/nfkc'.
16129         * tests/uninorm/test-nfkc.c: New file.
16130         * tests/uninorm/test-u8-nfkc.c: New file.
16131         * tests/uninorm/test-u16-nfkc.c: New file.
16132         * tests/uninorm/test-u32-nfkc.c: New file.
16133         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16134         * tests/uninorm/test-u32-nfkc-big.c: New file.
16135         * modules/uninorm/nfkc-tests: New file.
16136
16137         New module 'uninorm/nfkc'.
16138         * lib/uninorm/nfkc.c: New file.
16139         * modules/uninorm/nfkc: New file.
16140
16141         Tests for module 'uninorm/nfkd'.
16142         * tests/uninorm/test-nfkd.c: New file.
16143         * tests/uninorm/test-u8-nfkd.c: New file.
16144         * tests/uninorm/test-u16-nfkd.c: New file.
16145         * tests/uninorm/test-u32-nfkd.c: New file.
16146         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16147         * tests/uninorm/test-u32-nfkd-big.c: New file.
16148         * modules/uninorm/nfkd-tests: New file.
16149
16150         New module 'uninorm/nfkd'.
16151         * lib/uninorm/nfkd.c: New file.
16152         * modules/uninorm/nfkd: New file.
16153
16154         Tests for module 'uninorm/nfc'.
16155         * tests/uninorm/test-nfc.c: New file.
16156         * tests/uninorm/test-u8-nfc.c: New file.
16157         * tests/uninorm/test-u16-nfc.c: New file.
16158         * tests/uninorm/test-u32-nfc.c: New file.
16159         * tests/uninorm/test-u32-nfc-big.sh: New file.
16160         * tests/uninorm/test-u32-nfc-big.c: New file.
16161         * modules/uninorm/nfc-tests: New file.
16162
16163         New module 'uninorm/nfc'.
16164         * lib/uninorm/nfc.c: New file.
16165         * modules/uninorm/nfc: New file.
16166
16167         Tests for module 'uninorm/nfd'.
16168         * tests/uninorm/test-nfd.c: New file.
16169         * tests/uninorm/test-u8-nfd.c: New file.
16170         * tests/uninorm/test-u16-nfd.c: New file.
16171         * tests/uninorm/test-u32-nfd.c: New file.
16172         * tests/uninorm/test-u32-nfd-big.sh: New file.
16173         * tests/uninorm/test-u32-nfd-big.c: New file.
16174         * tests/uninorm/test-u32-normalize-big.h: New file.
16175         * tests/uninorm/test-u32-normalize-big.c: New file.
16176         * tests/uninorm/NormalizationTest.txt: New file, created from
16177         Unicode 5.1.0 NormalizationTest.txt.
16178         * modules/uninorm/nfd-tests: New file.
16179
16180         New module 'uninorm/nfd'.
16181         * lib/uninorm/nfd.c: New file.
16182         * modules/uninorm/nfd: New file.
16183
16184         New module 'uninorm/u32-normalize'.
16185         * lib/uninorm/u32-normalize.c: New file.
16186         * modules/uninorm/u32-normalize: New file.
16187
16188         New module 'uninorm/u16-normalize'.
16189         * lib/uninorm/u16-normalize.c: New file.
16190         * modules/uninorm/u16-normalize: New file.
16191
16192         New module 'uninorm/u8-normalize'.
16193         * lib/uninorm/u8-normalize.c: New file.
16194         * lib/uninorm/normalize-internal.h: New file.
16195         * lib/uninorm/u-normalize-internal.h: New file.
16196         * modules/uninorm/u8-normalize: New file.
16197
16198         New module 'uninorm/decompose-internal'.
16199         * lib/uninorm/decompose-internal.c: New file.
16200         * modules/uninorm/decompose-internal: New file.
16201
16202         Tests for module 'uninorm/composition'.
16203         * tests/uninorm/test-composition.c: New file.
16204         * modules/uninorm/composition-tests: New file.
16205
16206         New module 'uninorm/composition'.
16207         * lib/uninorm/composition.c: New file.
16208         * lib/uninorm/composition-table.gperf: New file, generated by
16209         gen-uni-tables.
16210         * modules/uninorm/composition: New file.
16211
16212         Tests for module 'uninorm/compat-decomposition'.
16213         * tests/uninorm/test-compat-decomposition.c: New file.
16214         * modules/uninorm/compat-decomposition-tests: New file.
16215
16216         New module 'uninorm/compat-decomposition'.
16217         * lib/uninorm/decompose-internal.h: New file.
16218         * lib/uninorm/compat-decomposition.c: New file.
16219         * modules/uninorm/compat-decomposition: New file.
16220
16221         Tests for module 'uninorm/canonical-decomposition'.
16222         * tests/uninorm/test-canonical-decomposition.c: New file.
16223         * modules/uninorm/canonical-decomposition-tests: New file.
16224
16225         New module 'uninorm/canonical-decomposition'.
16226         * lib/uninorm/canonical-decomposition.c: New file.
16227         * modules/uninorm/canonical-decomposition: New file.
16228
16229         Tests for module 'uninorm/decomposition'.
16230         * tests/uninorm/test-decomposition.c: New file.
16231         * modules/uninorm/decomposition-tests: New file.
16232
16233         New module 'uninorm/decomposition'.
16234         * lib/uninorm/decomposition.c: New file.
16235         * modules/uninorm/decomposition: New file.
16236
16237         New module 'uninorm/decomposition-table'.
16238         * lib/uninorm/decomposition-table.h: New file.
16239         * lib/uninorm/decomposition-table.c: New file.
16240         * lib/uninorm/decomposition-table1.h: New file, generated by
16241         gen-uni-tables.
16242         * lib/uninorm/decomposition-table2.h: New file, generated by
16243         gen-uni-tables.
16244         * modules/uninorm/decomposition-table: New file.
16245
16246         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16247         (UC_DECOMP_*): New enumeration items.
16248         (get_decomposition): New function.
16249         (struct decomp_table): New type.
16250         (output_decomposition, output_decomposition_tables): New functions.
16251         (unicode_composition_exclusions): New variable.
16252         (fill_composition_exclusions, debug_output_composition_tables): New
16253         functions.
16254         (main): Accept one more argument. Invoke fill_composition_exclusions.
16255         Output decomposition and composition tables.
16256
16257         New module 'uninorm/base'.
16258         * lib/uninorm.h: New file.
16259         * lib/unictype.h: Update comment.
16260         * modules/uninorm/base: New file.
16261
16262 2009-02-21  David Lutterkort  <lutter@redhat.com>
16263
16264         Tests for module 'safe-alloc'.
16265         * tests/test-safe-alloc.c: New file.
16266         * modules/safe-alloc-tests: New file.
16267
16268         New module 'safe-alloc'.
16269         * lib/safe-alloc.h: New file.
16270         * lib/safe-alloc.c: New file.
16271         * m4/safe-alloc.m4: New file.
16272         * modules/safe-alloc: New file.
16273         * doc/safe-alloc.texi: New file.
16274         * doc/gnulib.texi: Include it.
16275         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16276         safe-alloc.
16277
16278 2009-02-18  Bruno Haible  <bruno@clisp.org>
16279
16280         Fix link error on non-glibc systems.
16281         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16282         variable.
16283         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16284
16285 2009-02-18  Jim Meyering  <meyering@redhat.com>
16286
16287         fts: avoid used-uninitialized error due to recent change
16288         * lib/fts.c (fts_read): Guard uses of the new member,
16289         parent->fts_n_dirs_remaining, since it's not relevant for
16290         the parent of a directory specified on the command-line.
16291
16292 2009-02-17  James Youngman  <jay@gnu.org>
16293             Bruno Haible  <bruno@clisp.org>
16294
16295         * m4/include_next.m4: Reformulate comment.
16296
16297 2009-02-16  Jim Meyering  <meyering@redhat.com>
16298
16299         fts: add #if guards so that the fts_lgpl module still builds
16300         * lib/fts.c: Guard just-added hash-table-using parts with
16301         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16302         Reported by Simon Josefsson.
16303
16304 2009-02-15  Bruno Haible  <bruno@clisp.org>
16305
16306         * modules/array-mergesort-tests: New file.
16307         * tests/test-array-mergesort.c: New file.
16308
16309         New module 'array-mergesort'.
16310         * modules/array-mergesort: New file.
16311         * lib/array-mergesort.h: New file.
16312
16313 2009-02-15  Bruno Haible  <bruno@clisp.org>
16314
16315         Fix 2009-02-07 commit.
16316         * lib/gen-uni-tables.c (output_predicate, output_category,
16317         output_combclass, output_bidi_category, output_decimal_digit,
16318         output_digit, output_numeric, output_mirror, output_scripts,
16319         output_ident_category, output_simple_mapping): Fix format directives.
16320         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16321
16322 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16323
16324         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16325         fixes are available from IBM.
16326
16327 2009-02-13  Jim Meyering  <meyering@redhat.com>
16328
16329         fts: arrange not to stat non-directories in more cases
16330         This makes GNU find (when it doesn't need to stat each file)
16331         *much* more efficient at traversing reiserfs file systems.
16332         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16333         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16334         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16335         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16336         (leaf_optimization_applies): New function.
16337         (LCO_hash, LCO_compare): New helper functions.
16338         (link_count_optimize_ok): New function.
16339         (fts_stat): Initialize new member (if dir).
16340         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16341         we've just stat'ed a directory.  Skip the stat call when possible.
16342         ---
16343         Note this AFS-related exchange:
16344         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16345         and note find's pioctl call in find/fstype.c.
16346         But that is necessary only if you want to enable the
16347         optimization for AFS, and for now, I don't.
16348
16349         fts: move a function definition "up" (no semantic change)
16350         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16351         "up" to precede upcoming use of a related function.
16352
16353 2009-02-11  Jim Meyering  <meyering@redhat.com>
16354
16355         fts: correct internal computation of nlinks (optimization-related)
16356         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16357         whether the current entry is a directory, so don't test it.
16358
16359 2009-02-10  Bruno Haible  <bruno@clisp.org>
16360
16361         Tests for module 'uniwbrk/ulc-wordbreaks'.
16362         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16363         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16364         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16365
16366         Tests for module 'uniwbrk/u32-wordbreaks'.
16367         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16368         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16369
16370         Tests for module 'uniwbrk/u16-wordbreaks'.
16371         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16372         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16373
16374         Tests for module 'uniwbrk/u8-wordbreaks'.
16375         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16376         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16377
16378 2009-02-10  Bruno Haible  <bruno@clisp.org>
16379
16380         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16381         property.
16382         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16383         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16384         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16385
16386 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16387
16388         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16389         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16390
16391 2009-02-10  Bruno Haible  <bruno@clisp.org>
16392
16393         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16394         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16395         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16396         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16397         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16398         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16399
16400 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16401
16402         * lib/sockets.h (gl_fd_to_handle): New function.
16403
16404         * tests/test-sockets.c: Call gl_fd_to_handle.
16405
16406 2009-02-09  Bruno Haible  <bruno@clisp.org>
16407
16408         * doc/havelib.texi: Document the conventions on bi-arch systems.
16409
16410 2009-02-08  Bruno Haible  <bruno@clisp.org>
16411
16412         Document the AC_LIB_LINKFLAGS macro.
16413         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16414         * doc/gnulib.texi: Include it.
16415
16416 2009-02-08  Bruno Haible  <bruno@clisp.org>
16417
16418         Fix wrong order of sections, compared to TOC.
16419         * doc/gnulib.texi: Include relocatable-maint.texi after the
16420         "Regular expressions" node, not before.
16421
16422 2009-02-08  Bruno Haible  <bruno@clisp.org>
16423
16424         Tests for module 'unicase/totitle'.
16425         * modules/unicase/totitle-tests: New file.
16426
16427         Tests for module 'unicase/tolower'.
16428         * modules/unicase/tolower-tests: New file.
16429
16430         Tests for module 'unicase/toupper'.
16431         * modules/unicase/toupper-tests: New file.
16432         * tests/unicase/test-mapping-part1.h: New file.
16433         * tests/unicase/test-mapping-part2.h: New file.
16434
16435         New module 'unicase/totitle'.
16436         * modules/unicase/totitle: New file.
16437         * lib/unicase/totitle.c: New file.
16438
16439         New module 'unicase/tolower'.
16440         * modules/unicase/tolower: New file.
16441         * lib/unicase/tolower.c: New file.
16442
16443         New module 'unicase/toupper'.
16444         * modules/unicase/toupper: New file.
16445         * lib/unicase/toupper.c: New file.
16446         * lib/unicase/simple-mapping.h: New file.
16447
16448         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16449         (mapping_table): New structure.
16450         (output_simple_mapping): New function.
16451         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16452         * modules/gen-uni-tables (Description): Update.
16453         * lib/unicase/toupper.h: New file, automatically generated by
16454         gen-uni-tables.
16455         * lib/unicase/tolower.h: New file, automatically generated by
16456         gen-uni-tables.
16457         * lib/unicase/totitle.h: New file, automatically generated by
16458         gen-uni-tables.
16459         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16460         gen-uni-tables.
16461         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16462         gen-uni-tables.
16463         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16464         gen-uni-tables.
16465
16466         New module 'unicase/base'.
16467         * modules/unicase/base: New file.
16468         * lib/unicase.h: New file.
16469
16470 2009-02-08  Bruno Haible  <bruno@clisp.org>
16471
16472         New module 'uniwbrk/ulc-wordbreaks'.
16473         * modules/uniwbrk/ulc-wordbreaks: New file.
16474         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16475
16476         New module 'uniwbrk/u32-wordbreaks'.
16477         * modules/uniwbrk/u32-wordbreaks: New file.
16478         * lib/uniwbrk/u32-wordbreaks.c: New file.
16479
16480         New module 'uniwbrk/u16-wordbreaks'.
16481         * modules/uniwbrk/u16-wordbreaks: New file.
16482         * lib/uniwbrk/u16-wordbreaks.c: New file.
16483
16484         New module 'uniwbrk/u8-wordbreaks'.
16485         * modules/uniwbrk/u8-wordbreaks: New file.
16486         * lib/uniwbrk/u8-wordbreaks.c: New file.
16487         * lib/uniwbrk/u-wordbreaks.h: New file.
16488
16489         New module 'uniwbrk/table'.
16490         * modules/uniwbrk/table: New file.
16491         * lib/uniwbrk/wbrktable.h: New file.
16492         * lib/uniwbrk/wbrktable.c: New file.
16493
16494         New module 'uniwbrk/wordbreak-property'.
16495         * modules/uniwbrk/wordbreak-property: New file.
16496         * lib/uniwbrk/wordbreak-property.c: New file.
16497
16498         * lib/gen-uni-tables.c (WBP_*): New enum items.
16499         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16500         (unicode_org_wbp): New variable.
16501         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16502         New functions.
16503         (wbp_table): New structure.
16504         (output_wbp, output_wbrk_tables): New functions.
16505         (main): Accept additional argument. Invoke fill_org_wbp,
16506         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16507         output_wbrk_tables.
16508         * modules/gen-uni-tables (Description): Update.
16509         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16510         gen-uni-tables.
16511
16512         New module 'uniwbrk/base'.
16513         * modules/uniwbrk/base: New file.
16514         * lib/uniwbrk.h: New file.
16515
16516 2009-02-08  Bruno Haible  <bruno@clisp.org>
16517
16518         Update to Unicode 5.1.0.
16519         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16520         U+2185..U+2188.
16521         (is_property_default_ignorable_code_point): Don't include characters
16522         of category Cc or Cs and not-a-characters.
16523         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16524         U+0D79, U+109E, U+109F, U+A60C.
16525         * lib/unictype/bidi_of.h: Regenerated.
16526         * lib/unictype/blocks.h: Regenerated.
16527         * lib/unictype/categ_C.h: Regenerated.
16528         * lib/unictype/categ_Cf.h: Regenerated.
16529         * lib/unictype/categ_Cn.h: Regenerated.
16530         * lib/unictype/categ_L.h: Regenerated.
16531         * lib/unictype/categ_Ll.h: Regenerated.
16532         * lib/unictype/categ_Lm.h: Regenerated.
16533         * lib/unictype/categ_Lo.h: Regenerated.
16534         * lib/unictype/categ_Lu.h: Regenerated.
16535         * lib/unictype/categ_M.h: Regenerated.
16536         * lib/unictype/categ_Mc.h: Regenerated.
16537         * lib/unictype/categ_Me.h: Regenerated.
16538         * lib/unictype/categ_Mn.h: Regenerated.
16539         * lib/unictype/categ_N.h: Regenerated.
16540         * lib/unictype/categ_Nd.h: Regenerated.
16541         * lib/unictype/categ_Nl.h: Regenerated.
16542         * lib/unictype/categ_No.h: Regenerated.
16543         * lib/unictype/categ_P.h: Regenerated.
16544         * lib/unictype/categ_Pd.h: Regenerated.
16545         * lib/unictype/categ_Pe.h: Regenerated.
16546         * lib/unictype/categ_Pf.h: Regenerated.
16547         * lib/unictype/categ_Pi.h: Regenerated.
16548         * lib/unictype/categ_Po.h: Regenerated.
16549         * lib/unictype/categ_Ps.h: Regenerated.
16550         * lib/unictype/categ_S.h: Regenerated.
16551         * lib/unictype/categ_Sk.h: Regenerated.
16552         * lib/unictype/categ_Sm.h: Regenerated.
16553         * lib/unictype/categ_So.h: Regenerated.
16554         * lib/unictype/categ_of.h: Regenerated.
16555         * lib/unictype/combining.h: Regenerated.
16556         * lib/unictype/ctype_alnum.h: Regenerated.
16557         * lib/unictype/ctype_alpha.h: Regenerated.
16558         * lib/unictype/ctype_graph.h: Regenerated.
16559         * lib/unictype/ctype_lower.h: Regenerated.
16560         * lib/unictype/ctype_print.h: Regenerated.
16561         * lib/unictype/ctype_punct.h: Regenerated.
16562         * lib/unictype/ctype_upper.h: Regenerated.
16563         * lib/unictype/decdigit.h: Regenerated.
16564         * lib/unictype/digit.h: Regenerated.
16565         * lib/unictype/mirror.h: Regenerated.
16566         * lib/unictype/numeric.h: Regenerated.
16567         * lib/unictype/pr_alphabetic.h: Regenerated.
16568         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16569         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16570         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16571         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16572         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16573         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16574         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16575         * lib/unictype/pr_combining.h: Regenerated.
16576         * lib/unictype/pr_dash.h: Regenerated.
16577         * lib/unictype/pr_decimal_digit.h: Regenerated.
16578         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16579         * lib/unictype/pr_deprecated.h: Regenerated.
16580         * lib/unictype/pr_diacritic.h: Regenerated.
16581         * lib/unictype/pr_extender.h: Regenerated.
16582         * lib/unictype/pr_format_control.h: Regenerated.
16583         * lib/unictype/pr_grapheme_base.h: Regenerated.
16584         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16585         * lib/unictype/pr_grapheme_link.h: Regenerated.
16586         * lib/unictype/pr_id_continue.h: Regenerated.
16587         * lib/unictype/pr_id_start.h: Regenerated.
16588         * lib/unictype/pr_ideographic.h: Regenerated.
16589         * lib/unictype/pr_ignorable_control.h: Regenerated.
16590         * lib/unictype/pr_lowercase.h: Regenerated.
16591         * lib/unictype/pr_math.h: Regenerated.
16592         * lib/unictype/pr_numeric.h: Regenerated.
16593         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16594         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16595         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16596         * lib/unictype/pr_other_id_continue.h: Regenerated.
16597         * lib/unictype/pr_other_lowercase.h: Regenerated.
16598         * lib/unictype/pr_other_math.h: Regenerated.
16599         * lib/unictype/pr_punctuation.h: Regenerated.
16600         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16601         * lib/unictype/pr_soft_dotted.h: Regenerated.
16602         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16603         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16604         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16605         * lib/unictype/pr_uppercase.h: Regenerated.
16606         * lib/unictype/pr_xid_continue.h: Regenerated.
16607         * lib/unictype/pr_xid_start.h: Regenerated.
16608         * lib/unictype/pr_zero_width.h: Regenerated.
16609         * lib/unictype/scripts.h: Regenerated.
16610         * lib/unictype/scripts_byname.gperf: Regenerated.
16611         * lib/unictype/sy_java_ident.h: Regenerated.
16612         * lib/unilbrk/lbrkprop1.h: Regenerated.
16613         * lib/unilbrk/lbrkprop2.h: Regenerated.
16614         * tests/unictype/test-categ_C.c: Regenerated.
16615         * tests/unictype/test-categ_Cf.c: Regenerated.
16616         * tests/unictype/test-categ_Cn.c: Regenerated.
16617         * tests/unictype/test-categ_L.c: Regenerated.
16618         * tests/unictype/test-categ_Ll.c: Regenerated.
16619         * tests/unictype/test-categ_Lm.c: Regenerated.
16620         * tests/unictype/test-categ_Lo.c: Regenerated.
16621         * tests/unictype/test-categ_Lu.c: Regenerated.
16622         * tests/unictype/test-categ_M.c: Regenerated.
16623         * tests/unictype/test-categ_Mc.c: Regenerated.
16624         * tests/unictype/test-categ_Me.c: Regenerated.
16625         * tests/unictype/test-categ_Mn.c: Regenerated.
16626         * tests/unictype/test-categ_N.c: Regenerated.
16627         * tests/unictype/test-categ_Nd.c: Regenerated.
16628         * tests/unictype/test-categ_Nl.c: Regenerated.
16629         * tests/unictype/test-categ_No.c: Regenerated.
16630         * tests/unictype/test-categ_P.c: Regenerated.
16631         * tests/unictype/test-categ_Pd.c: Regenerated.
16632         * tests/unictype/test-categ_Pe.c: Regenerated.
16633         * tests/unictype/test-categ_Pf.c: Regenerated.
16634         * tests/unictype/test-categ_Pi.c: Regenerated.
16635         * tests/unictype/test-categ_Po.c: Regenerated.
16636         * tests/unictype/test-categ_Ps.c: Regenerated.
16637         * tests/unictype/test-categ_S.c: Regenerated.
16638         * tests/unictype/test-categ_Sk.c: Regenerated.
16639         * tests/unictype/test-categ_Sm.c: Regenerated.
16640         * tests/unictype/test-categ_So.c: Regenerated.
16641         * tests/unictype/test-ctype_alnum.c: Regenerated.
16642         * tests/unictype/test-ctype_alpha.c: Regenerated.
16643         * tests/unictype/test-ctype_graph.c: Regenerated.
16644         * tests/unictype/test-ctype_lower.c: Regenerated.
16645         * tests/unictype/test-ctype_print.c: Regenerated.
16646         * tests/unictype/test-ctype_punct.c: Regenerated.
16647         * tests/unictype/test-ctype_upper.c: Regenerated.
16648         * tests/unictype/test-decdigit.h: Regenerated.
16649         * tests/unictype/test-digit.h: Regenerated.
16650         * tests/unictype/test-numeric.h: Regenerated.
16651         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16652         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16653         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16654         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16655         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16656         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16657         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16658         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16659         * tests/unictype/test-pr_combining.c: Regenerated.
16660         * tests/unictype/test-pr_dash.c: Regenerated.
16661         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16662         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16663         * tests/unictype/test-pr_deprecated.c: Regenerated.
16664         * tests/unictype/test-pr_diacritic.c: Regenerated.
16665         * tests/unictype/test-pr_extender.c: Regenerated.
16666         * tests/unictype/test-pr_format_control.c: Regenerated.
16667         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16668         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16669         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16670         * tests/unictype/test-pr_id_continue.c: Regenerated.
16671         * tests/unictype/test-pr_id_start.c: Regenerated.
16672         * tests/unictype/test-pr_ideographic.c: Regenerated.
16673         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16674         * tests/unictype/test-pr_lowercase.c: Regenerated.
16675         * tests/unictype/test-pr_math.c: Regenerated.
16676         * tests/unictype/test-pr_numeric.c: Regenerated.
16677         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16678         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16679         Regenerated.
16680         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16681         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16682         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16683         * tests/unictype/test-pr_other_math.c: Regenerated.
16684         * tests/unictype/test-pr_punctuation.c: Regenerated.
16685         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16686         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16687         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16688         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16689         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16690         * tests/unictype/test-pr_uppercase.c: Regenerated.
16691         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16692         * tests/unictype/test-pr_xid_start.c: Regenerated.
16693         * tests/unictype/test-pr_zero_width.c: Regenerated.
16694
16695         Update to Unicode 5.1.0.
16696         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16697         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16698         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16699         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16700         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16701         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16702         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16703         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16704         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16705         (nonspacing_table_ind): Update.
16706         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16707
16708         Update to Unicode 5.1.0.
16709         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16710         code transform.
16711         * lib/uniname/uniname.c (unicode_character_name,
16712         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16713         * lib/uniname/uninames.h: Regenerated.
16714         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16715
16716 2009-02-07  Bruno Haible  <bruno@clisp.org>
16717
16718         Merge gen-ctype and gen-lbrk into a single program.
16719         * lib/gen-uni-tables.c: New file, incorporating
16720         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16721         Add directory prefixes to the names of the generated files.
16722         * lib/unictype/gen-ctype.c: Remove file.
16723         * lib/unilbrk/gen-lbrk.c: Remove file.
16724         * modules/gen-uni-tables: New file.
16725         * modules/unictype/gen-ctype: Remove file.
16726         * modules/unilbrk/gen-lbrk: Remove file.
16727
16728 2009-02-07  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16731
16732         New module 'unistr/u32-strcoll'.
16733         * modules/unistr/u32-strcoll: New file.
16734         * lib/unistr/u32-strcoll.c: New file.
16735
16736         New module 'unistr/u16-strcoll'.
16737         * modules/unistr/u16-strcoll: New file.
16738         * lib/unistr/u16-strcoll.c: New file.
16739
16740         New module 'unistr/u8-strcoll'.
16741         * modules/unistr/u8-strcoll: New file.
16742         * lib/unistr/u8-strcoll.c: New file.
16743         * lib/unistr/u-strcoll.h: New file.
16744
16745 2009-02-07  Bruno Haible  <bruno@clisp.org>
16746
16747         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16748         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16749         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16750         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16751         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16752         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16753
16754 2009-02-07  Bruno Haible  <bruno@clisp.org>
16755
16756         Make 64-bit clean.
16757         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16758         output_combclass, output_bidi_category, output_decimal_digit,
16759         output_digit, output_numeric, output_mirror, output_scripts,
16760         output_ident_category): Use proper width specifier in format strings.
16761
16762 2009-02-07  Bruno Haible  <bruno@clisp.org>
16763
16764         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16765         failure behaviour.
16766
16767 2009-02-07  Jim Meyering  <meyering@redhat.com>
16768
16769         regex: avoid compilation failure with upcoming gcc-4.4
16770         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16771         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16772         "... error: integer overflow in preprocessor expression".
16773
16774 2009-02-05  Ben Pfaff  <blp@gnu.org>
16775
16776         Fix link errors on Windows when close module is used.
16777         * modules/close: Add $(LIB_CLOSE) to Link section.
16778         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16779         $(LIB_CLOSE) on Windows.
16780
16781 2009-02-05  Jim Meyering  <meyering@redhat.com>
16782
16783         still avoid unused-parameter warnings, but do it cleanly
16784         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16785         (get_fs_usage): Cast to void instead.
16786         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16787         (dev_from_mount_options, read_file_system_list): Cast to void.
16788         Prompted by Bruno Haible.
16789
16790 2009-02-04  Jim Meyering  <meyering@redhat.com>
16791
16792         fsusage.c: correct copyright year
16793         * lib/fsusage.c: Reflect year in which the change is pushed into
16794
16795         avoid misc. warnings
16796         * lib/fsusage.c (UNUSED_PARAM): Define.
16797         (get_fs_usage): Mark parameter "disk" as unused.
16798         * lib/getugroups.c (getgrent): Use "void" in prototype.
16799         * lib/mountlist.c: Mark unused parameters.
16800         (read_file_system_list): Declare a local with "const".
16801         * lib/nanosleep.c (getnow): Declare static.
16802         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16803
16804         dirfd: set errno upon failure
16805         * lib/dirfd.c: Include <errno.h>.
16806         Set errno to ENOTSUP when returning -1.
16807         * modules/dirfd (Depends-on): Add errno.
16808         Suggested by John Kodis <kodis@comcast.net>.
16809
16810 2009-02-01  Bruno Haible  <bruno@clisp.org>
16811
16812         Don't assume sizeof (long) >= sizeof (void *).
16813         * lib/memcmp.c: Include stdint.h.
16814         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16815         srcp2 to 'const byte *'.
16816         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16817         types to uintptr_t.
16818         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16819         * modules/memcmp (Depends-on): Add stdint.
16820         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16821
16822 2009-01-30  Eric Blake  <ebb9@byu.net>
16823
16824         fix more require-before-expand issues
16825         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16826         expand, AC_PROG_AWK.
16827         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16828
16829 2009-01-28  Eric Blake  <ebb9@byu.net>
16830
16831         version-etc: use consistent URL formatting
16832         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16833         Improve formatting.  Use fputs for string without %.
16834
16835 2009-01-28  Jim Meyering  <meyering@redhat.com>
16836
16837         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16838         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16839         "underquoted definition of NAME" from autoconf-2.59.
16840
16841 2009-01-28  Bruno Haible  <bruno@clisp.org>
16842
16843         * doc/gnulib.texi: Add "Obsolete modules" to index.
16844
16845 2009-01-28  Jim Meyering  <meyering@redhat.com>
16846
16847         useless-if-before-free: recognize more variants
16848         * build-aux/useless-if-before-free: Also recognize e.g.,
16849         if (NULL != p) free (p);
16850
16851 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16852
16853         test-getaddrinfo: skip (don't fail) this test when there's no network
16854         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16855         on the presumption that it means you lack network access.
16856
16857 2009-01-26  Jim Meyering  <meyering@redhat.com>
16858
16859         fflush: avoid warnings on modern systems
16860         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16861         pos and result, into scopes where they're used.
16862
16863 2009-01-26  Eric Blake  <ebb9@byu.net>
16864
16865         Silence warning reintroduced by recent extensions patch.
16866         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16867         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16868         autoconf.
16869
16870         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16871         * m4/00gnulib.m4: New file.
16872         * gnulib-tool (func_get_filelist): Always use it.
16873         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16874         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16875
16876 2009-01-25  Bruno Haible  <bruno@clisp.org>
16877
16878         Make test-quotearg work on MacOS X and AIX.
16879         * tests/test-quotearg.sh: New file.
16880         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16881         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16882         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16883         include <libintl.h>.
16884         (fake_locale): Remove variable.
16885         (gettext, dgettext, dcgettext): Remove functions.
16886         (main): Instead of setting a fake locale, set a real locale. Call
16887         textdomain and bindtextdomain.
16888         * modules/quotearg-tests (Files): Add the new files.
16889         (Depends-on): Add gettext, setenv, unsetenv.
16890         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16891         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16892         Augment TESTS_ENVIRONMENT.
16893
16894 2009-01-25  Bruno Haible  <bruno@clisp.org>
16895
16896         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16897         fr_FR.ISO8859-1 locale on MacOS X.
16898         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16899         ja_JP.eucJP locale on MacOS X.
16900         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16901         zh_CN.GB18030 locale on MacOS X.
16902
16903 2009-01-25  Bruno Haible  <bruno@clisp.org>
16904
16905         Avoid link errors on MacOS X 10.3.
16906         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16907         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16908
16909 2009-01-25  Bruno Haible  <bruno@clisp.org>
16910
16911         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16912         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16913         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16914         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16915         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16916         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16917         posix_spawnattr_init, posix_spawnattr_setsigmask,
16918         posix_spawnattr_setflags, posix_spawnattr_destroy.
16919
16920         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16921         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16922         * modules/execute (Files): Remove m4/posix_spawn.m4.
16923         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16924         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16925         posix_spawnattr_init, posix_spawnattr_setsigmask,
16926         posix_spawnattr_setflags, posix_spawnattr_destroy.
16927
16928 2009-01-25  Bruno Haible  <bruno@clisp.org>
16929
16930         * lib/glthread/threadlib.c: Include <stdlib.h>.
16931
16932 2009-01-25  Bruno Haible  <bruno@clisp.org>
16933
16934         * lib/glthread/threadlib.c (dummy): New declaration.
16935
16936 2009-01-25  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16939         multibyte characters also for the GB18030 encoding. Don't crash when
16940         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16941
16942 2009-01-25  Bruno Haible  <bruno@clisp.org>
16943
16944         Avoid redefining 'struct random_data' on OSF/1 5.1.
16945         * lib/stdlib.in.h: Include <random.h> if it exists.
16946         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16947         HAVE_RANDOM_H. Include <random.h> when testing whether
16948         'struct random_data' exists.
16949         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16950
16951 2009-01-25  Bruno Haible  <bruno@clisp.org>
16952
16953         Don't install charset.alias on MacOS X >= 10.3.
16954         * lib/localcharset.c (DARWIN7): New macro.
16955         (get_charset_aliases): Hardcode the result for Darwin7.
16956         * modules/localcharset (install-exec-local): Don't install
16957         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16958
16959 2009-01-25  Bruno Haible  <bruno@clisp.org>
16960
16961         Don't install charset.alias on mingw and Cygwin.
16962         * modules/localcharset (install-exec-local): Don't install
16963         charset.alias on mingw and Cygwin, if the file does not yet exist.
16964         The result for these platforms is hardcoded in localcharset.c.
16965
16966 2009-01-25  Bruno Haible  <bruno@clisp.org>
16967
16968         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16969         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16970         before requiring AC_USE_SYSTEM_EXTENSIONS.
16971
16972 2009-01-25  Jim Meyering  <meyering@redhat.com>
16973
16974         c-strtod: avoid warnings
16975         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16976         "assignment discards qualifiers from pointer target type" warnings.
16977
16978 2009-01-24  Bruno Haible  <bruno@clisp.org>
16979
16980         Add support for non-UTF-8 locales on MacOS X.
16981         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16982         canonical encodings. For Darwin 7 and newer, don't map traditional
16983         encodings to UTF-8.
16984         Reported by Vincent Lefevre <vincent@vinc17.org>
16985         at <http://savannah.gnu.org/bugs/?25235>.
16986
16987 2009-01-24  Bruno Haible  <bruno@clisp.org>
16988
16989         * doc/gnulib.texi (Obsolete modules): New section.
16990         Reported by Mike Frysinger <vapier@gentoo.org>.
16991
16992 2009-01-24  Bruno Haible  <bruno@clisp.org>
16993
16994         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16995         (%.dvi): New rule.
16996
16997 2009-01-24  Bruno Haible  <bruno@clisp.org>
16998
16999         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17000         Reported by Eric Blake.
17001
17002 2009-01-24  Bruno Haible  <bruno@clisp.org>
17003
17004         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17005         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17006         Reported by Gary V. Vaughan <gary@gnu.org>.
17007
17008 2009-01-24  Bruno Haible  <bruno@clisp.org>
17009
17010         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17011
17012 2009-01-23  Bruno Haible  <bruno@clisp.org>
17013
17014         Make c-strtod, c-strtold usable in libraries.
17015         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17016         (C_STRTOD): Call strdup instead of xstrdup.
17017         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17018         * modules/c-strtold (Depends-on): Likewise.
17019         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17020         * NEWS: Mention the change.
17021         Reported by Michael Gold <mgold@ncf.ca>.
17022
17023 2009-01-23  Jim Meyering  <meyering@redhat.com>
17024
17025         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17026         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17027         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17028
17029 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17030
17031         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17032         GNU CoreUtils.
17033         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17034         * modules/version-etc (Description): Update.
17035
17036 2009-01-22  Bruno Haible  <bruno@clisp.org>
17037
17038         Cache the C locale object.
17039         * lib/c-strtod.c (c_locale_cache): New variable.
17040         (c_locale): New function.
17041         (C_STRTOD): Use it, and don't call freelocale.
17042         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17043         Suggested by Paolo Bonzini.
17044
17045 2009-01-21  Bruno Haible  <bruno@clisp.org>
17046
17047         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17048         conditions other than overflow.
17049
17050 2009-01-21  Bruno Haible  <bruno@clisp.org>
17051
17052         * lib/c-strtod.c: Include errno.h.
17053         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17054         value from STRTOD_L and STRTOD.
17055
17056 2009-01-21  Bruno Haible  <bruno@clisp.org>
17057         and Jim Meyering  <meyering@redhat.com>
17058
17059         nanosleep: skip configure test (fail it) for apple universal builds
17060         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17061         universal builds, assume that nanosleep does not work.
17062         * modules/nanosleep (Depends-on): Add multiarch.
17063
17064         mktime: skip configure test (fail it) for apple universal builds
17065         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17066         universal builds, assume that mktime does not work.
17067         * modules/mktime (Depends-on): Add multiarch.
17068
17069 2009-01-21  Eric Blake  <ebb9@byu.net>
17070
17071         multiarch: avoid expand-before-require warning
17072         * modules/multiarch (configure.ac): Require, rather than expand,
17073         gl_MULTIARCH.
17074         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17075         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17076         enforce that all clients require it.  Partial reversion of
17077         2008-12-29 patch.
17078
17079         error: avoid expand-before-require warning
17080         * modules/errno (configure.ac): Require, rather than expand,
17081         gl_HEADER_ERRNO_H.
17082         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17083         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17084         enforce that all clients require it.
17085
17086         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17087         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17088         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17089         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17090
17091 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17092
17093         Revert:
17094         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17095
17096         regex: do not depend on obsolete modules.
17097         * modules/regex: Remove memcmp and memmove.
17098
17099 2009-01-20  Bruno Haible  <bruno@clisp.org>
17100
17101         Make the 'link' module link on Windows NT 4.
17102         * lib/link.c (_WIN32_WINNT): Don't define.
17103         (CreateHardLinkFuncType): New type.
17104         (CreateHardLinkFunc, initialized): New variables.
17105         (initialize): New function.
17106         (link): Invoke CreateHardLink indirectly through the function pointer.
17107
17108 2009-01-20  Bruno Haible  <bruno@clisp.org>
17109
17110         Fix compilation failure on mingw.
17111         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17112
17113 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17114
17115         * doc/c-strtod.texi: Mention a couple of restrictions.
17116
17117 2009-01-20  Jim Meyering  <meyering@redhat.com>
17118
17119         gettimeofday: move more declarations out of functions
17120         * lib/gettimeofday.c: Move extern declarations of tzset and
17121         gmtime out of containing functions.  Prompted by Bruno Haible.
17122
17123 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17124
17125         regex: do not depend on obsolete modules.
17126         * modules/regex: Remove memcmp and memmove.
17127
17128 2009-01-19  Bruno Haible  <bruno@clisp.org>
17129
17130         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17131         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17132         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17133         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17134         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17135
17136 2009-01-19  Bruno Haible  <bruno@clisp.org>
17137
17138         * tests/test-link.c: Include <errno.h>.
17139         (main): Exit with code 77 when a hard link cannot be created due to
17140         the file system.
17141         * tests/test-link.sh: Skip test when a hard link cannot be created due
17142         to the file system.
17143         Suggested by Eric Blake.
17144
17145 2009-01-19  Martin Lambers  <marlam@marlam.de>
17146
17147         * modules/link-tests: New file.
17148         * tests/test-link.sh: New file.
17149         * tests/test-link.c: New file.
17150
17151 2009-01-19  Eric Blake  <ebb9@byu.net>
17152
17153         doc: mention another function added in cygwin 1.7.0
17154         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17155         Another new function in cygwin 1.7.
17156
17157 2009-01-19  Bruno Haible  <bruno@clisp.org>
17158
17159         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17160         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17161         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17162         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17163         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17164         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17165         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17166         * m4/md4.m4 (gl_MD4): Likewise.
17167         * m4/md5.m4 (gl_MD5): Likewise.
17168         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17169         * m4/sha1.m4 (gl_SHA1): Likewise.
17170         * m4/sha256.m4 (gl_SHA256): Likewise.
17171         * m4/sha512.m4 (gl_SHA512): Likewise.
17172
17173 2009-01-19  Bruno Haible  <bruno@clisp.org>
17174
17175         * modules/uniname/uniname-tests (Depends-on): Add progname.
17176         * tests/uniname/test-uninames.c: Include progname.h.
17177         (main): Call set_program_name.
17178
17179         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17180         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17181         (main): Call set_program_name.
17182
17183         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17184         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17185         (main): Call set_program_name.
17186
17187         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17188         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17189         (main): Call set_program_name.
17190
17191         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17192         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17193         (main): Call set_program_name.
17194
17195         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17196         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17197         (main): Call set_program_name.
17198
17199         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17200         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17201         (main): Call set_program_name.
17202
17203         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17204         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17205         (main): Call set_program_name.
17206
17207         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17208         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17209         (main): Call set_program_name.
17210
17211 2009-01-19  Eric Blake  <ebb9@byu.net>
17212
17213         test-unistd: test previous patch
17214         * tests/test-unistd.c: Test *_FILENO macros.
17215
17216         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17217         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17218         Guarantee a definition.
17219         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17220         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17221         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17222         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17223         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17224         Likewise.
17225         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17226         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17227         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17228         Likewise.
17229         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17230         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17231         (STDERR_FILENO): Likewise.
17232         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17233         (STDERR_FILENO): Likewise.
17234         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17235         (STDERR_FILENO): Likewise.
17236         Reported by Elbert Pol.
17237
17238 2009-01-19  Eric Blake  <ebb9@byu.net>
17239
17240         doc: mention more functions added in cygwin 1.7.0
17241         * doc/posix-functions/abort.texi (abort): Update wording related
17242         to cygwin.
17243         * doc/posix-functions/daylight.texi (daylight): Likewise.
17244         * doc/posix-functions/optarg.texi (optarg): Likewise.
17245         * doc/posix-functions/optarg.texi (opterr): Likewise.
17246         * doc/posix-functions/optarg.texi (optind): Likewise.
17247         * doc/posix-functions/optarg.texi (optopt): Likewise.
17248         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17249         worked in 1.5.x, and was withdrawn in 1.7.
17250         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17251         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17252         cygwin versions.
17253         * doc/posix-functions/perror.texi (perror): Likewise.
17254         * doc/posix-functions/printf.texi (printf): Likewise.
17255         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17256         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17257         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17258         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17259         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17260         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17261         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17262         Likewise.
17263         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17264         Likewise.
17265         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17266         this function.
17267         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17268         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17269         Likewise.
17270         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17271         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17272         * doc/posix-functions/confstr.texi (confstr): Likewise.
17273         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17274         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17275         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17276         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17277         * doc/posix-functions/fputws.texi (fputws): Likewise.
17278         * doc/posix-functions/fwide.texi (fwide): Likewise.
17279         * doc/posix-functions/getwc.texi (getwc): Likewise.
17280         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17281         * doc/posix-functions/putwc.texi (putwc): Likewise.
17282         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17283         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17284         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17285         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17286         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17287         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17288         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17289         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17290         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17291         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17292         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17293
17294 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17295
17296         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17297         * lib/ioctl.c: Include <sys/ioctl.h>.
17298
17299 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17300
17301         * modules/getdate-tests (Depends-on): Add progname.
17302         * tests/test-getdate.c: Use progname module, to avoid link errors
17303         on non-glibc systems.
17304
17305 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17306
17307         * modules/filenamecat-tests (Depends-on): Add progname.
17308         * modules/fstrcmp-tests (Depends-on): Likewise.
17309
17310         * tests/test-filenamecat.c: Use progname module, to avoid link
17311         errors on non-glibc systems.
17312         * tests/test-fstrcmp.c: Likewise.
17313
17314 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17315
17316         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17317         * lib/gettimeofday.c: Move extern declaration out of function.
17318
17319 2009-01-18  Bruno Haible  <bruno@clisp.org>
17320
17321         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17322         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17323         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17324
17325 2009-01-18  Bruno Haible  <bruno@clisp.org>
17326
17327         * lib/strftime.c (MEMPCPY): Remove unused macro.
17328         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17329
17330 2009-01-18  Martin Lambers  <marlam@marlam.de>
17331
17332         New module 'link'.
17333         * lib/unistd.in.h (link): New declaration.
17334         * lib/link.c: New file.
17335         * m4/link.m4: New file.
17336         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17337         HAVE_LINK.
17338         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17339         * modules/link: New file.
17340         * doc/posix-functions/link.texi: Mention the new module.
17341
17342 2009-01-18  Bruno Haible  <bruno@clisp.org>
17343
17344         * tests/test-avltree_list.c (main): Call set_program_name.
17345         * tests/test-avltree_oset.c (main): Likewise.
17346         * tests/test-obstack-printf.c: Include progname.h.
17347         (main): Call set_program_name.
17348         * tests/test-quotearg.c: Include progname.h.
17349         (main): Call set_program_name.
17350         * tests/test-xmemdup0.c: Include progname.h.
17351         (main): Call set_program_name.
17352
17353 2009-01-18  Bruno Haible  <bruno@clisp.org>
17354
17355         New module 'alphasort'.
17356         * lib/dirent.in.h (alphasort): New declaration.
17357         * lib/alphasort.c: New file, from glibc with modifications.
17358         * m4/alphasort.m4: New file.
17359         * modules/alphasort: New file.
17360         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17361         HAVE_ALPHASORT.
17362         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17363         HAVE_ALPHASORT.
17364         * doc/posix-functions/alphasort.texi: Mention the new module and the
17365         portability problems.
17366
17367 2009-01-18  Bruno Haible  <bruno@clisp.org>
17368
17369         New module 'scandir'.
17370         * lib/dirent.in.h (scandir): New declaration.
17371         * lib/scandir.c: New file, from glibc with modifications.
17372         * m4/scandir.m4: New file.
17373         * modules/scandir: New file.
17374         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17375         HAVE_SCANDIR.
17376         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17377         HAVE_SCANDIR.
17378         * doc/posix-functions/scandir.texi: Mention the new module and the
17379         portability problems.
17380
17381 2009-01-17  Bruno Haible  <bruno@clisp.org>
17382
17383         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17384         Update documentation.
17385         (func_remove_suffix): Escape all dots in the suffix. Update
17386         documentation.
17387         (func_filter_filelist): Update documentation.
17388         Reported by Ralf Wildenhues.
17389
17390 2009-01-17  Bruno Haible  <bruno@clisp.org>
17391
17392         * modules/dprintf-posix-tests: New file.
17393         * tests/test-dprintf-posix.sh: New file.
17394         * tests/test-dprintf-posix.c: New file.
17395
17396         New modules 'dprintf', 'dprintf-posix'.
17397         * lib/stdio.in.h (dprintf): New declaration.
17398         * lib/dprintf.c: New file.
17399         * m4/dprintf.m4: New file.
17400         * m4/dprintf-posix.m4: New file.
17401         * modules/dprintf: New file.
17402         * modules/dprintf-posix: New file.
17403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17404         HAVE_DPRINTF, REPLACE_DPRINTF.
17405         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17406         HAVE_DPRINTF, REPLACE_DPRINTF.
17407         * doc/posix-functions/dprintf.texi: Mention the new modules.
17408
17409 2009-01-17  Bruno Haible  <bruno@clisp.org>
17410
17411         * modules/vdprintf-posix-tests: New file.
17412         * tests/test-vdprintf-posix.sh: New file.
17413         * tests/test-vdprintf-posix.c: New file.
17414
17415         New modules 'vdprintf', 'vdprintf-posix'.
17416         * lib/stdio.in.h (vdprintf): New declaration.
17417         * lib/vdprintf.c: New file.
17418         * m4/vdprintf.m4: New file.
17419         * m4/vdprintf-posix.m4: New file.
17420         * modules/vdprintf: New file.
17421         * modules/vdprintf-posix: New file.
17422         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17423         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17424         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17425         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17426         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17427
17428 2009-01-17  Bruno Haible  <bruno@clisp.org>
17429
17430         Fix replacement of fopen on mingw.
17431         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17432         mingw.
17433
17434 2009-01-17  Bruno Haible  <bruno@clisp.org>
17435
17436         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17437         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17438
17439 2009-01-17  Bruno Haible  <bruno@clisp.org>
17440
17441         Avoid test-fflush2.sh failure on mingw.
17442         * tests/test-fflush2.c: Include binary-io.h.
17443         (main): Put standard input into binary mode.
17444         * modules/fflush-tests (Depends-on): Add binary-io.
17445
17446 2009-01-17  Bruno Haible  <bruno@clisp.org>
17447
17448         * lib/wchar.in.h: In another particular situation, include only the
17449         system's <wchar.h> file.
17450         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17451         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17452         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17453
17454 2009-01-17  Bruno Haible  <bruno@clisp.org>
17455
17456         Support for stripping executables in --enable-relocatable.
17457         * build-aux/install-reloc: Expect one more argument, or an environment
17458         variable RELOC_STRIP_PROG. If set, strip the destination program and
17459         its wrapper.
17460         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17461         RELOC_STRIP_PROG.
17462         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17463         to set RELOCATABLE_STRIP.
17464         * NEWS: Mention the new Makefile requirement.
17465
17466 2009-01-17  Bruno Haible  <bruno@clisp.org>
17467
17468         * build-aux/install-reloc: Remove debugging information left over by
17469         C compiler on MacOS X.
17470
17471 2009-01-17  Bruno Haible  <bruno@clisp.org>
17472
17473         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17474         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17475         _NSGetExecutablePath.
17476
17477 2009-01-16  Jim Meyering  <meyering@redhat.com>
17478
17479         strerror: avoid warnings about discarding "const"
17480         * lib/strerror.c (rpl_strerror): Instead of returning a const
17481         string from each and every "case", use a variable, and add a single
17482         cast after the switch.
17483
17484 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17485
17486         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17487
17488 2009-01-16  Bruno Haible  <bruno@clisp.org>
17489
17490         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17491         array initializer syntax that also works in C++ mode.
17492         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17493
17494 2009-01-16  Jim Meyering  <meyering@redhat.com>
17495
17496         poll: suppress a warning
17497         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17498         to ignore "...unsigned expression < 0 is always false" warnings.
17499
17500 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17501
17502         poll: remove declarations of unused variables
17503         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17504         sockbuf and optlen.
17505
17506 2009-01-15  Bruno Haible  <bruno@clisp.org>
17507
17508         Make fflush-after-ungetc POSIX compliant on BSD systems.
17509         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17510         (clear_ungetc_buffer): Implement also for other systems.
17511         (rpl_fflush): On glibc systems, invoke
17512         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17513         clear_ungetc_buffer after fetching the stream's position, not before.
17514
17515 2009-01-15  Bruno Haible  <bruno@clisp.org>
17516
17517         Make fflush-after-ungetc POSIX compliant on glibc systems.
17518         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17519         after ungetc.
17520         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17521         (rpl_fflush): On glibc systems, simply call the system's fflush
17522         function after clearing the ungetc buffer.
17523         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17524         Instead, lseek only to the end of file, then use the system's fseeko
17525         for the rest. On glibc systems, reset the EOF indicator bit.
17526
17527 2009-01-15  Jim Meyering  <meyering@redhat.com>
17528
17529         openmp.m4: revert quote-adding change, for portability to older autoconf
17530         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17531         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17532         Simon Josefsson noticed the problem when using autoconf-2.61.
17533
17534 2009-01-15  Bruno Haible  <bruno@clisp.org>
17535
17536         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17537         * tests/test-fflush2.c (ASSERT): Always fail.
17538         (main): Add two tests for fflush() after ungetc(), taking into account
17539         the Austin Group's clarification.
17540         Suggested by Eric Blake.
17541
17542 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17543
17544         mktime.m4: remove K&R-style function prototypes
17545         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17546         for the Sun C++ compiler.
17547
17548 2009-01-14  Bruno Haible  <bruno@clisp.org>
17549
17550         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17551         while including <wchar.h>.
17552         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17553         the system's <wchar.h> file.
17554         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17555
17556 2009-01-14  Bruno Haible  <bruno@clisp.org>
17557
17558         * m4/csharp.m4: Don't mention gettext on the serial number line.
17559         * m4/csharpexec.m4: Likewise.
17560         * m4/eaccess.m4: Likewise.
17561         * m4/javaexec.m4: Likewise.
17562         * m4/sig_atomic_t.m4: Likewise.
17563         * m4/tmpdir.m4: Likewise.
17564         * m4/intldir.m4: Bump gettext version.
17565         * m4/lib-ld.m4: Likewise.
17566
17567 2009-01-14  Bruno Haible  <bruno@clisp.org>
17568
17569         * lib/progname.c (set_program_name): Add more comments.
17570         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17571
17572 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17573
17574         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17575         were sys/stat.h does not define it.
17576
17577 2009-01-14  Jim Meyering  <meyering@redhat.com>
17578
17579         many *.m4 files: improve m4 quoting
17580         99% of this change was performed by running the following commands:
17581         git ls-files | grep '\.m4$' | xargs perl -pi \
17582           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17583           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17584           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17585           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17586         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17587         The remainder were to add Copyright dates, increment serial numbers,
17588         undo some changes in comments, exclude m4/intl.m4, and add quotes
17589         around the "1" in ",1" where the unusual spacing prohibited the
17590         above regexps from doing the job.  For more details, see
17591         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17592         * m4/acl.m4: Modified.
17593         * m4/afs.m4: Likewise.
17594         * m4/alloca.m4: Likewise.
17595         * m4/argp.m4: Likewise.
17596         * m4/argz.m4: Likewise.
17597         * m4/atexit.m4: Likewise.
17598         * m4/bison-i18n.m4: Likewise.
17599         * m4/bison.m4: Likewise.
17600         * m4/byteswap.m4: Likewise.
17601         * m4/c-stack.m4: Likewise.
17602         * m4/c-strtod.m4: Likewise.
17603         * m4/calloc.m4: Likewise.
17604         * m4/canonicalize-lgpl.m4: Likewise.
17605         * m4/chown.m4: Likewise.
17606         * m4/clock_time.m4: Likewise.
17607         * m4/codeset.m4: Likewise.
17608         * m4/copy-file.m4: Likewise.
17609         * m4/csharp.m4: Likewise.
17610         * m4/csharpcomp.m4: Likewise.
17611         * m4/csharpexec.m4: Likewise.
17612         * m4/d-ino.m4: Likewise.
17613         * m4/d-type.m4: Likewise.
17614         * m4/dirfd.m4: Likewise.
17615         * m4/double-slash-root.m4: Likewise.
17616         * m4/eaccess.m4: Likewise.
17617         * m4/eealloc.m4: Likewise.
17618         * m4/environ.m4: Likewise.
17619         * m4/errno_h.m4: Likewise.
17620         * m4/euidaccess.m4: Likewise.
17621         * m4/execute.m4: Likewise.
17622         * m4/fatal-signal.m4: Likewise.
17623         * m4/fchdir.m4: Likewise.
17624         * m4/fcntl_h.m4: Likewise.
17625         * m4/fileblocks.m4: Likewise.
17626         * m4/filenamecat.m4: Likewise.
17627         * m4/findprog.m4: Likewise.
17628         * m4/flexmember.m4: Likewise.
17629         * m4/fnmatch.m4: Likewise.
17630         * m4/fopen.m4: Likewise.
17631         * m4/fpending.m4: Likewise.
17632         * m4/fprintf-posix.m4: Likewise.
17633         * m4/free.m4: Likewise.
17634         * m4/frexp.m4: Likewise.
17635         * m4/frexpl.m4: Likewise.
17636         * m4/fsusage.m4: Likewise.
17637         * m4/ftruncate.m4: Likewise.
17638         * m4/gc-camellia.m4: Likewise.
17639         * m4/gc-random.m4: Likewise.
17640         * m4/gc.m4: Likewise.
17641         * m4/getaddrinfo.m4: Likewise.
17642         * m4/getcwd-abort-bug.m4: Likewise.
17643         * m4/getcwd-path-max.m4: Likewise.
17644         * m4/getdate.m4: Likewise.
17645         * m4/getdomainname.m4: Likewise.
17646         * m4/getgroups.m4: Likewise.
17647         * m4/gethostname.m4: Likewise.
17648         * m4/gethrxtime.m4: Likewise.
17649         * m4/getline.m4: Likewise.
17650         * m4/getloadavg.m4: Likewise.
17651         * m4/getndelim2.m4: Likewise.
17652         * m4/getpass.m4: Likewise.
17653         * m4/gettext.m4: Likewise.
17654         * m4/gettime.m4: Likewise.
17655         * m4/gettimeofday.m4: Likewise.
17656         * m4/gnulib-common.m4: Likewise.
17657         * m4/group-member.m4: Likewise.
17658         * m4/host-os.m4: Likewise.
17659         * m4/iconv.m4: Likewise.
17660         * m4/iconv_open.m4: Likewise.
17661         * m4/inet_ntop.m4: Likewise.
17662         * m4/inet_pton.m4: Likewise.
17663         * m4/inline.m4: Likewise.
17664         * m4/intldir.m4: Likewise.
17665         * m4/intlmacosx.m4: Likewise.
17666         * m4/intmax.m4: Likewise.
17667         * m4/intmax_t.m4: Likewise.
17668         * m4/inttypes.m4: Likewise.
17669         * m4/inttypes_h.m4: Likewise.
17670         * m4/inttypes-pri.m4: Likewise.
17671         * m4/isapipe.m4: Likewise.
17672         * m4/isnand.m4: Likewise.
17673         * m4/isnanf.m4: Likewise.
17674         * m4/isnanl.m4: Likewise.
17675         * m4/javacomp.m4: Likewise.
17676         * m4/javaexec.m4: Likewise.
17677         * m4/jm-winsz1.m4: Likewise.
17678         * m4/jm-winsz2.m4: Likewise.
17679         * m4/lchown.m4: Likewise.
17680         * m4/lcmessage.m4: Likewise.
17681         * m4/ldexpl.m4: Likewise.
17682         * m4/lib-ld.m4: Likewise.
17683         * m4/lib-link.m4: Likewise.
17684         * m4/libsigsegv.m4: Likewise.
17685         * m4/link-follow.m4: Likewise.
17686         * m4/localcharset.m4: Likewise.
17687         * m4/locale-fr.m4: Likewise.
17688         * m4/locale-ja.m4: Likewise.
17689         * m4/locale-tr.m4: Likewise.
17690         * m4/locale-zh.m4: Likewise.
17691         * m4/lock.m4: Likewise.
17692         * m4/longlong.m4: Likewise.
17693         * m4/ls-mntd-fs.m4: Likewise.
17694         * m4/lstat.m4: Likewise.
17695         * m4/malloc.m4: Likewise.
17696         * m4/mathl.m4: Likewise.
17697         * m4/mbrtowc.m4: Likewise.
17698         * m4/mbstate_t.m4: Likewise.
17699         * m4/mbswidth.m4: Likewise.
17700         * m4/memchr.m4: Likewise.
17701         * m4/memcmp.m4: Likewise.
17702         * m4/memcpy.m4: Likewise.
17703         * m4/memmem.m4: Likewise.
17704         * m4/memmove.m4: Likewise.
17705         * m4/mempcpy.m4: Likewise.
17706         * m4/memrchr.m4: Likewise.
17707         * m4/memset.m4: Likewise.
17708         * m4/minmax.m4: Likewise.
17709         * m4/mkdir-slash.m4: Likewise.
17710         * m4/mkdtemp.m4: Likewise.
17711         * m4/mktime.m4: Likewise.
17712         * m4/mmap-anon.m4: Likewise.
17713         * m4/mountlist.m4: Likewise.
17714         * m4/nanosleep.m4: Likewise.
17715         * m4/nls.m4: Likewise.
17716         * m4/nocrash.m4: Likewise.
17717         * m4/open.m4: Likewise.
17718         * m4/openat.m4: Likewise.
17719         * m4/openmp.m4: Likewise.
17720         * m4/pathmax.m4: Likewise.
17721         * m4/perl.m4: Likewise.
17722         * m4/physmem.m4: Likewise.
17723         * m4/pipe.m4: Likewise.
17724         * m4/po.m4: Likewise.
17725         * m4/poll.m4: Likewise.
17726         * m4/posixtm.m4: Likewise.
17727         * m4/posixver.m4: Likewise.
17728         * m4/printf-frexp.m4: Likewise.
17729         * m4/printf-frexpl.m4: Likewise.
17730         * m4/printf-posix.m4: Likewise.
17731         * m4/printf-posix-rpl.m4: Likewise.
17732         * m4/printf.m4: Likewise.
17733         * m4/progtest.m4: Likewise.
17734         * m4/putenv.m4: Likewise.
17735         * m4/readline.m4: Likewise.
17736         * m4/readlink.m4: Likewise.
17737         * m4/readutmp.m4: Likewise.
17738         * m4/realloc.m4: Likewise.
17739         * m4/regex.m4: Likewise.
17740         * m4/relocatable.m4: Likewise.
17741         * m4/relocatable-lib.m4: Likewise.
17742         * m4/rename-dest-slash.m4: Likewise.
17743         * m4/rename.m4: Likewise.
17744         * m4/rmdir-errno.m4: Likewise.
17745         * m4/rmdir.m4: Likewise.
17746         * m4/roundf.m4: Likewise.
17747         * m4/roundl.m4: Likewise.
17748         * m4/rpmatch.m4: Likewise.
17749         * m4/save-cwd.m4: Likewise.
17750         * m4/selinux-selinux-h.m4: Likewise.
17751         * m4/setenv.m4: Likewise.
17752         * m4/settime.m4: Likewise.
17753         * m4/sig2str.m4: Likewise.
17754         * m4/sig_atomic_t.m4: Likewise.
17755         * m4/signalblocking.m4: Likewise.
17756         * m4/signbit.m4: Likewise.
17757         * m4/sigpipe.m4: Likewise.
17758         * m4/sockets.m4: Likewise.
17759         * m4/sockpfaf.m4: Likewise.
17760         * m4/st_dm_mode.m4: Likewise.
17761         * m4/stat-time.m4: Likewise.
17762         * m4/stdbool.m4: Likewise.
17763         * m4/stdint.m4: Likewise.
17764         * m4/stdint_h.m4: Likewise.
17765         * m4/stpcpy.m4: Likewise.
17766         * m4/stpncpy.m4: Likewise.
17767         * m4/strcase.m4: Likewise.
17768         * m4/strchrnul.m4: Likewise.
17769         * m4/strcspn.m4: Likewise.
17770         * m4/strdup.m4: Likewise.
17771         * m4/strftime.m4: Likewise.
17772         * m4/strndup.m4: Likewise.
17773         * m4/strnlen.m4: Likewise.
17774         * m4/strpbrk.m4: Likewise.
17775         * m4/strptime.m4: Likewise.
17776         * m4/strsep.m4: Likewise.
17777         * m4/strtod.m4: Likewise.
17778         * m4/strtoimax.m4: Likewise.
17779         * m4/strtok_r.m4: Likewise.
17780         * m4/strtol.m4: Likewise.
17781         * m4/strtoll.m4: Likewise.
17782         * m4/strtoul.m4: Likewise.
17783         * m4/strtoull.m4: Likewise.
17784         * m4/strtoumax.m4: Likewise.
17785         * m4/strverscmp.m4: Likewise.
17786         * m4/threadlib.m4: Likewise.
17787         * m4/timegm.m4: Likewise.
17788         * m4/tm_gmtoff.m4: Likewise.
17789         * m4/tmpdir.m4: Likewise.
17790         * m4/tmpfile.m4: Likewise.
17791         * m4/tzset.m4: Likewise.
17792         * m4/uintmax_t.m4: Likewise.
17793         * m4/unlinkdir.m4: Likewise.
17794         * m4/unlocked-io.m4: Likewise.
17795         * m4/uptime.m4: Likewise.
17796         * m4/userspec.m4: Likewise.
17797         * m4/utimbuf.m4: Likewise.
17798         * m4/utime.m4: Likewise.
17799         * m4/utimes-null.m4: Likewise.
17800         * m4/utimes.m4: Likewise.
17801         * m4/vararrays.m4: Likewise.
17802         * m4/vasnprintf.m4: Likewise.
17803         * m4/vfprintf-posix.m4: Likewise.
17804         * m4/vprintf-posix.m4: Likewise.
17805         * m4/wait-process.m4: Likewise.
17806         * m4/wchar_t.m4: Likewise.
17807         * m4/wint_t.m4: Likewise.
17808         * m4/write-any-file.m4: Likewise.
17809         * m4/yield.m4: Likewise.
17810
17811 2009-01-13  Bruno Haible  <bruno@clisp.org>
17812
17813         Avoid test-copy-file.sh failures when ACL support insufficient.
17814         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17815         TESTS_ENVIRONMENT.
17816         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17817         Reported by Jim Meyering.
17818
17819 2009-01-13  Bruno Haible  <bruno@clisp.org>
17820
17821         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17822         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17823         * modules/unistdio/u8-printf-parse (Files): Likewise.
17824         * modules/unistdio/u32-printf-parse (Files): Likewise.
17825         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17826
17827 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17828
17829         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17830         and m4/inttypes_h.m4 too.
17831
17832 2009-01-12  Eric Blake  <ebb9@byu.net>
17833
17834         tests: IRIX 6.2 cc can't compile -0.0 into .data
17835         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17836         rather than at compile-time.
17837         * tests/test-floorl.c (minus_zero): Likewise.
17838         * tests/test-frexpl.c (minus_zero): Likewise.
17839         * tests/test-isnan.c (minus_zerol): Likewise.
17840         * tests/test-isnanl.h (minus_zero): Likewise.
17841         * tests/test-ldexpl.c (minus_zero): Likewise.
17842         * tests/test-roundl.c (minus_zero): Likewise.
17843         * tests/test-signbit.c (minus_zerol): Likewise.
17844         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17845         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17846         * tests/test-truncl.c (minus_zero): Likewise.
17847         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17848         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17849         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17850
17851 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17852
17853         regex: fix glibc bug 9697
17854         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17855         handling.
17856
17857 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17858
17859         regex: fix glibc bug 697
17860         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17861         being NULL also if there are no backreferences.
17862
17863 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17864
17865         regex: merge glibc changes
17866         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17867         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17868         re_string_skip_chars, re_string_reconstruct): Likewise.
17869         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17870
17871 2009-01-07  Jim Meyering  <meyering@redhat.com>
17872
17873         poll: filter through cppi
17874         * lib/poll.c: Indent cpp directives to reflect nesting.
17875
17876 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17877
17878         poll: don't return uninitialized
17879         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17880
17881 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17882
17883         avoid compile failure on AIX 6.1
17884         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17885         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17886
17887 2009-01-04  Jim Meyering  <meyering@redhat.com>
17888
17889         remove duplicate inclusion of <stdio.h>
17890         * tests/test-fprintf-posix.c: Likewise.
17891         * tests/test-printf-posix.c: Likewise.
17892         * tests/test-snprintf-posix.c: Likewise.
17893         * tests/test-sprintf-posix.c: Likewise.
17894         * tests/test-vasprintf-posix.c: Likewise.
17895         * tests/test-vfprintf-posix.c: Likewise.
17896         * tests/test-vprintf-posix.c: Likewise.
17897         * tests/test-vsnprintf-posix.c: Likewise.
17898         * tests/test-vsprintf-posix.c: Likewise.
17899
17900 2009-01-03  Jim Meyering  <meyering@redhat.com>
17901
17902         gnulib-tool: fix sed-based filtering
17903         * gnulib-tool (func_filter_filelist): Remove extra backslash
17904         in sed_fff_filter definition.
17905
17906 2009-01-02  Jim Meyering  <meyering@redhat.com>
17907
17908         strftime: avoid compilation failure on Solaris 2.6
17909         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17910         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17911         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17912         be available.  Reported by Tom G. Christensen.  Details in
17913         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17914
17915 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17916             Bruno Haible  <bruno@clisp.org>
17917
17918         Speed up gnulib-tool by doing more string processing through shell
17919         built-ins.
17920         * gnulib-tool (fast_func_append): New variable.
17921         (func_remove_prefix, func_remove_suffix): New functions.
17922         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17923         (func_filter_filelist): New function.
17924         (func_get_dependencies): Use func_remove_suffix instead of sed.
17925         (func_get_automake_snippet): Use func_filter_filelist instead of a
17926         subshell and sed invocation.
17927
17928 2009-01-01  Bruno Haible  <bruno@clisp.org>
17929
17930         Fix a security bug.
17931         * gnulib-tool (func_import, import, update): Don't allow the characters
17932         '"', '$', '`', '\' in macro arguments that become part of commands that
17933         are evaluated.
17934
17935 2009-01-01  Bruno Haible  <bruno@clisp.org>
17936
17937         * gnulib-tool (func_reset_sigpipe): Add more comments.
17938
17939 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17940
17941         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17942         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17943         already know the answer.
17944
17945 2009-01-01  Jim Meyering  <meyering@redhat.com>
17946
17947         * lib/version-etc.c (version_etc_va): Update copyright year.
17948
17949 2008-12-30  Bruno Haible  <bruno@clisp.org>
17950
17951         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17952         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17953         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17954
17955 2008-12-29  Eric Blake  <ebb9@byu.net>
17956
17957         multiarch: avoid autoconf AC_REQUIRE bug
17958         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17959         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17960         2.63 and older.
17961         Reported by Bruno Haible, and analyzed in
17962         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17963
17964 2008-12-29  Bruno Haible  <bruno@clisp.org>
17965
17966         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17967         files in subdirectories correctly.
17968         Reported by Ralf Wildenhues.
17969
17970 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17971
17972         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17973         rather than 'join FILE -', for Solaris join.
17974
17975 2008-12-29  Bruno Haible  <bruno@clisp.org>
17976
17977         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17978         quoting.
17979         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17980         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17981         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17982         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17983         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17984         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17985         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17986         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17987         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17988         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17989         * m4/nls.m4 (AM_NLS): Likewise.
17990         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17991         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17992         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17993         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17994         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17995         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17996         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17997         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17998         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17999         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18000         * m4/xsize.m4 (gl_XSIZE): Likewise.
18001         Suggested by Jim Meyering.
18002
18003 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18004
18005         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18006         * lib/parse-duration.c: use a switch instead of cascading if's.
18007
18008 2008-12-29  Eric Blake  <ebb9@byu.net>
18009
18010         wchar.h: supply WEOF on Irix 5.3
18011         * lib/wchar.in.h (wint_t): Also supply WEOF.
18012         * lib/wctype.in.h (wint_t): Likewise.
18013         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18014         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18015         Reported by Tom G. Christensen.
18016
18017 2008-12-26  Bruno Haible  <bruno@clisp.org>
18018
18019         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18020         i486, i586, i686.
18021
18022 2008-12-26  Bruno Haible  <bruno@clisp.org>
18023
18024         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18025
18026 2008-12-26  Bruno Haible  <bruno@clisp.org>
18027
18028         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18029         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18030         not __STDC_CONSTANT_MACROS.
18031         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18032
18033 2008-12-25  Bruno Haible  <bruno@clisp.org>
18034
18035         Add support for universal builds to vasnprintf.
18036         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18037         universal builds, guess no.
18038         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18039         * modules/vasprintf-posix (Depends-on): Likewise.
18040         * modules/fprintf-posix (Depends-on): Likewise.
18041         * modules/vfprintf-posix (Depends-on): Likewise.
18042         * modules/snprintf-posix (Depends-on): Likewise.
18043         * modules/vsnprintf-posix (Depends-on): Likewise.
18044         * modules/sprintf-posix (Depends-on): Likewise.
18045         * modules/vsprintf-posix (Depends-on): Likewise.
18046         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18047         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18048         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18049         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18050         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18051         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18052         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18053
18054         Add support for universal builds to <inttypes.h>.
18055         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18056         _SCNu64_PREFIX): In Apple
18057         universal builds, define directly, using _LP64.
18058         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18059         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18060         * modules/inttypes (Depends-on): Add multiarch.
18061         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18062
18063         Add support for universal builds to <stdint.h>.
18064         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18065         universal builds, define directly, using _LP64.
18066         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18067         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18068         and size_t.
18069         * modules/stdint (Depends-on): Add multiarch.
18070         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18071
18072         New module 'multiarch'.
18073         * modules/multiarch: New file.
18074         * m4/multiarch.m4: New file.
18075
18076 2008-12-25  Bruno Haible  <bruno@clisp.org>
18077
18078         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18079
18080 2008-12-25  Bruno Haible  <bruno@clisp.org>
18081
18082         * modules/btowc (License): Relicense under LGPLv2+.
18083         * modules/mbsinit (License): Likewise.
18084         * modules/mbrtowc (License): Likewise.
18085         * modules/wcrtomb (License): Likewise.
18086         * modules/streq (License): Likewise.
18087         Reported by David Lutterkort <lutter@redhat.com>.
18088
18089 2008-12-23  Bruno Haible  <bruno@clisp.org>
18090
18091         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18092
18093 2008-12-23  Bruno Haible  <bruno@clisp.org>
18094
18095         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18096         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18097         GETADDRINFO_LIB, not in LIBS.
18098         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18099         * modules/canon-host (Link): Likewise.
18100         * NEWS: Mention the change.
18101         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18102         GETADDRINFO_LIB.
18103
18104 2008-12-22  Bruno Haible  <bruno@clisp.org>
18105
18106         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18107         * doc/posix-functions/iswalpha_l.texi: Likewise.
18108         * doc/posix-functions/iswblank_l.texi: Likewise.
18109         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18110         * doc/posix-functions/iswctype_l.texi: Likewise.
18111         * doc/posix-functions/iswdigit_l.texi: Likewise.
18112         * doc/posix-functions/iswgraph_l.texi: Likewise.
18113         * doc/posix-functions/iswlower_l.texi: Likewise.
18114         * doc/posix-functions/iswprint_l.texi: Likewise.
18115         * doc/posix-functions/iswpunct_l.texi: Likewise.
18116         * doc/posix-functions/iswspace_l.texi: Likewise.
18117         * doc/posix-functions/iswupper_l.texi: Likewise.
18118         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18119         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18120         * doc/posix-functions/open_wmemstream.texi: Likewise.
18121         * doc/posix-functions/swscanf.texi: Likewise.
18122         * doc/posix-functions/towctrans_l.texi: Likewise.
18123         * doc/posix-functions/towlower.texi: Likewise.
18124         * doc/posix-functions/towlower_l.texi: Likewise.
18125         * doc/posix-functions/towupper.texi: Likewise.
18126         * doc/posix-functions/towupper_l.texi: Likewise.
18127         * doc/posix-functions/vfwprintf.texi: Likewise.
18128         * doc/posix-functions/vfwscanf.texi: Likewise.
18129         * doc/posix-functions/vswscanf.texi: Likewise.
18130         * doc/posix-functions/vwprintf.texi: Likewise.
18131         * doc/posix-functions/vwscanf.texi: Likewise.
18132         * doc/posix-functions/wcpcpy.texi: Likewise.
18133         * doc/posix-functions/wcpncpy.texi: Likewise.
18134         * doc/posix-functions/wcscasecmp.texi: Likewise.
18135         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18136         * doc/posix-functions/wcscoll_l.texi: Likewise.
18137         * doc/posix-functions/wcsdup.texi: Likewise.
18138         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18139         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18140         * doc/posix-functions/wcsnlen.texi: Likewise.
18141         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18142         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18143         * doc/posix-functions/wctrans_l.texi: Likewise.
18144         * doc/posix-functions/wctype_l.texi: Likewise.
18145         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18146         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18147         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18148         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18149         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18150         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18151         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18152         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18153         * doc/glibc-functions/wcschrnul.texi: Likewise.
18154         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18155         * doc/glibc-functions/wcstod_l.texi: Likewise.
18156         * doc/glibc-functions/wcstof_l.texi: Likewise.
18157         * doc/glibc-functions/wcstol_l.texi: Likewise.
18158         * doc/glibc-functions/wcstold_l.texi: Likewise.
18159         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18160         * doc/glibc-functions/wcstoq.texi: Likewise.
18161         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18162         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18163         * doc/glibc-functions/wcstouq.texi: Likewise.
18164         * doc/glibc-functions/wmempcpy.texi: Likewise.
18165
18166 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18167             Eric Blake  <ebb9@byu.net>
18168             Paolo Bonzini  <bonzini@gnu.org>
18169             Bruno Haible  <bruno@clisp.org>
18170
18171         Make c-stack work on Haiku.
18172         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18173         (c_stack_action): Use SA_ONSTACK flag.
18174
18175 2008-12-22  Bruno Haible  <bruno@clisp.org>
18176
18177         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18178
18179 2008-12-22  Bruno Haible  <bruno@clisp.org>
18180
18181         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18182         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18183         being overridden.
18184         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18185         New macros.
18186         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18187         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18188         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18189         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18190
18191 2008-12-22  Bruno Haible  <bruno@clisp.org>
18192
18193         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18194         from test code.
18195
18196 2008-12-22  Eric Blake  <ebb9@byu.net>
18197
18198         Avoid gcc warnings on cygwin.
18199         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18200         Avoid unused variable.
18201         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18202         Likewise.
18203
18204 2008-12-22  Bruno Haible  <bruno@clisp.org>
18205
18206         Remove HAVE_MBRTOWC conditionals.
18207         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18208         (mbscasecmp): Assume mbrtowc function.
18209         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18210         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18211         * lib/mbschr.c: Include mbuiter.h unconditionally.
18212         (mbschr): Assume mbrtowc function.
18213         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18214         (mbscspn): Assume mbrtowc function.
18215         * lib/mbslen.c: Include mbuiter.h unconditionally.
18216         (mbslen): Assume mbrtowc function.
18217         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18218         (mbsncasecmp): Assume mbrtowc function.
18219         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18220         (mbsnlen): Assume mbrtowc function.
18221         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18222         (mbspbrk): Assume mbrtowc function.
18223         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18224         (mbspcasecmp): Assume mbrtowc function.
18225         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18226         (mbsrchr): Assume mbrtowc function.
18227         * lib/mbssep.c: Include mbuiter.h unconditionally.
18228         (mbssep): Assume mbrtowc function.
18229         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18230         (mbsspn): Assume mbrtowc function.
18231         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18232         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18233         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18234         (mbstok_r): Assume mbrtowc function.
18235         * lib/propername.c: Include mbuiter.h unconditionally.
18236         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18237         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18238         (trim2): Assume mbrtowc function.
18239         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18240         (mbsnwidth): Assume mbrtowc function.
18241         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18242         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18243         fallback definitions.
18244         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18245
18246 2008-12-22  Bruno Haible  <bruno@clisp.org>
18247
18248         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18249
18250 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18251
18252         * modules/regex: Request emulations for the mb*/wc* functions we need.
18253         * m4/regex.m4: Don't look for those functions here.
18254         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18255
18256 2008-12-22  Bruno Haible  <bruno@clisp.org>
18257
18258         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18259
18260 2008-12-21  Bruno Haible  <bruno@clisp.org>
18261
18262         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18263         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18264         (Include): Remove conditionalization.
18265         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18266         (Include): Remove conditionalization.
18267         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18268         (Include): Remove conditionalization.
18269         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18270         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18271         * NEWS: Mention the change.
18272         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18273         via Sergey Poznyakoff <gray@gnu.org.ua>.
18274
18275 2008-12-21  Bruno Haible  <bruno@clisp.org>
18276
18277         * MODULES.html.sh (Extended multibyte and wide character utilities
18278         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18279         wcrtomb, wcsrtombs.
18280         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18281         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18282         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18283         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18284
18285 2008-12-21  Bruno Haible  <bruno@clisp.org>
18286
18287         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18288
18289 2008-12-21  Bruno Haible  <bruno@clisp.org>
18290
18291         * modules/wcsnrtombs-tests: New file.
18292         * tests/test-wcsnrtombs1.sh: New file.
18293         * tests/test-wcsnrtombs2.sh: New file.
18294         * tests/test-wcsnrtombs3.sh: New file.
18295         * tests/test-wcsnrtombs4.sh: New file.
18296         * tests/test-wcsnrtombs.c: New file.
18297
18298         New module 'wcsnrtombs'.
18299         * lib/wchar.in.h (wcsnrtombs): New declaration.
18300         * lib/wcsnrtombs.c: New file.
18301         * lib/wcsrtombs-state.c: New file.
18302         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18303         (internal_state): Remove variable.
18304         * m4/wcsnrtombs.m4: New file.
18305         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18306         compilation units.
18307         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18308         HAVE_WCSNRTOMBS.
18309         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18310         HAVE_WCSNRTOMBS.
18311         * modules/wcsnrtombs: New file.
18312         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18313         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18314
18315 2008-12-21  Bruno Haible  <bruno@clisp.org>
18316
18317         * modules/wcsrtombs-tests: New file.
18318         * tests/test-wcsrtombs1.sh: New file.
18319         * tests/test-wcsrtombs2.sh: New file.
18320         * tests/test-wcsrtombs3.sh: New file.
18321         * tests/test-wcsrtombs4.sh: New file.
18322         * tests/test-wcsrtombs.c: New file.
18323
18324         New module 'wcsrtombs'.
18325         * lib/wchar.in.h (wcsrtombs): New declaration.
18326         * lib/wcsrtombs.c: New file.
18327         * m4/wcsrtombs.m4: New file.
18328         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18329         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18330         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18331         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18332         * modules/wcsrtombs: New file.
18333         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18334         bugs.
18335
18336 2008-12-21  Bruno Haible  <bruno@clisp.org>
18337
18338         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18339         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18340         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18341         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18342         if not correct.
18343         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18344         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18345         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18346         m4/locale-zh.m4, m4/codeset.m4.
18347         * doc/posix-functions/wcrtomb.texi: Document the bug.
18348
18349 2008-12-21  Bruno Haible  <bruno@clisp.org>
18350
18351         Work around a btowc() bug on IRIX 6.5.
18352         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18353         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18354         REPLACE_WTOBC if not.
18355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18356         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18357         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18358
18359 2008-12-21  Bruno Haible  <bruno@clisp.org>
18360
18361         * modules/wcrtomb-tests: New file.
18362         * tests/test-wcrtomb.sh: New file.
18363         * tests/test-wcrtomb.c: New file.
18364
18365         New module 'wcrtomb'.
18366         * lib/wchar.in.h (wcrtomb): New declaration.
18367         * lib/wcrtomb.c: New file.
18368         * m4/wcrtomb.m4: New file.
18369         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18370         HAVE_WCRTOMB.
18371         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18372         HAVE_WCRTOMB.
18373         * modules/wcrtomb: New file.
18374         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18375
18376 2008-12-21  Bruno Haible  <bruno@clisp.org>
18377
18378         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18379         * modules/mbsrtowcs (Files): Likewise.
18380         * modules/wctob (Files): Likewise.
18381         * modules/c-strcase-tests (Files): Likewise.
18382         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18383         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18384         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18385         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18386         * modules/vasnprintf-posix-tests (Files): Likewise.
18387
18388 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18389
18390         gitlog-to-changelog: pass all command-line arguments to git-log
18391         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18392         it is sometimes convenient to filter the commits in various ways.
18393         gitlog-to-changelog only allows --since to specify a start date,
18394         but git-log itself supports many other filtering mechanisms.
18395         At the moment, I want to filter by branch name.  Rather than
18396         adding a --branch option to gitlog-to-changelog, it seems more
18397         flexible to simply pass all options directly to git-log and let
18398         git do the work.  Notice that this effectively makes --since a
18399         redundant option for gitlog-to-changelog, but removing it would
18400         require current usage to change since calls would then require
18401         an additional '--'.
18402
18403 2008-12-21  Bruno Haible  <bruno@clisp.org>
18404
18405         * modules/mbsnrtowcs-tests: New file.
18406         * tests/test-mbsnrtowcs1.sh: New file.
18407         * tests/test-mbsnrtowcs2.sh: New file.
18408         * tests/test-mbsnrtowcs3.sh: New file.
18409         * tests/test-mbsnrtowcs4.sh: New file.
18410         * tests/test-mbsnrtowcs.c: New file.
18411
18412         New module 'mbsnrtowcs'.
18413         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18414         * lib/mbsnrtowcs.c: New file.
18415         * lib/mbsrtowcs-state.c: New file.
18416         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18417         (internal_state): Remove variable.
18418         * m4/mbsnrtowcs.m4: New file.
18419         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18420         compilation units.
18421         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18422         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18423         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18424         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18425         * modules/mbsnrtowcs: New file.
18426         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18427         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18428         portability problem.
18429
18430 2008-12-21  Bruno Haible  <bruno@clisp.org>
18431
18432         Work around mbsrtowcs bug.
18433         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18434         (gl_FUNC_MBSRTOWCS): Invoke it.
18435         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18436         m4/locale-zh.m4.
18437         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18438
18439 2008-12-21  Bruno Haible  <bruno@clisp.org>
18440
18441         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18442
18443 2008-12-21  Bruno Haible  <bruno@clisp.org>
18444
18445         Update doc for AIX.
18446         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18447         16-bit wchar_t type.
18448         * doc/posix-functions/btowc.texi: Likewise.
18449         * doc/posix-functions/fgetwc.texi: Likewise.
18450         * doc/posix-functions/fgetws.texi: Likewise.
18451         * doc/posix-functions/fputwc.texi: Likewise.
18452         * doc/posix-functions/fputws.texi: Likewise.
18453         * doc/posix-functions/fwide.texi: Likewise.
18454         * doc/posix-functions/fwprintf.texi: Likewise.
18455         * doc/posix-functions/fwscanf.texi: Likewise.
18456         * doc/posix-functions/getwchar.texi: Likewise.
18457         * doc/posix-functions/getwc.texi: Likewise.
18458         * doc/posix-functions/iswalnum.texi: Likewise.
18459         * doc/posix-functions/iswalpha.texi: Likewise.
18460         * doc/posix-functions/iswblank.texi: Likewise.
18461         * doc/posix-functions/iswcntrl.texi: Likewise.
18462         * doc/posix-functions/iswctype.texi: Likewise.
18463         * doc/posix-functions/iswdigit.texi: Likewise.
18464         * doc/posix-functions/iswgraph.texi: Likewise.
18465         * doc/posix-functions/iswlower.texi: Likewise.
18466         * doc/posix-functions/iswprint.texi: Likewise.
18467         * doc/posix-functions/iswpunct.texi: Likewise.
18468         * doc/posix-functions/iswspace.texi: Likewise.
18469         * doc/posix-functions/iswupper.texi: Likewise.
18470         * doc/posix-functions/iswxdigit.texi: Likewise.
18471         * doc/posix-functions/mbrtowc.texi: Likewise.
18472         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18473         * doc/posix-functions/mbstowcs.texi: Likewise.
18474         * doc/posix-functions/mbtowc.texi: Likewise.
18475         * doc/posix-functions/putwchar.texi: Likewise.
18476         * doc/posix-functions/putwc.texi: Likewise.
18477         * doc/posix-functions/swprintf.texi: Likewise.
18478         * doc/posix-functions/tolower.texi: Likewise.
18479         * doc/posix-functions/toupper.texi: Likewise.
18480         * doc/posix-functions/towctrans.texi: Likewise.
18481         * doc/posix-functions/ungetwc.texi: Likewise.
18482         * doc/posix-functions/vswprintf.texi: Likewise.
18483         * doc/posix-functions/wcrtomb.texi: Likewise.
18484         * doc/posix-functions/wcscat.texi: Likewise.
18485         * doc/posix-functions/wcschr.texi: Likewise.
18486         * doc/posix-functions/wcscmp.texi: Likewise.
18487         * doc/posix-functions/wcscoll.texi: Likewise.
18488         * doc/posix-functions/wcscpy.texi: Likewise.
18489         * doc/posix-functions/wcscspn.texi: Likewise.
18490         * doc/posix-functions/wcsftime.texi: Likewise.
18491         * doc/posix-functions/wcslen.texi: Likewise.
18492         * doc/posix-functions/wcsncat.texi: Likewise.
18493         * doc/posix-functions/wcsncmp.texi: Likewise.
18494         * doc/posix-functions/wcsncpy.texi: Likewise.
18495         * doc/posix-functions/wcspbrk.texi: Likewise.
18496         * doc/posix-functions/wcsrchr.texi: Likewise.
18497         * doc/posix-functions/wcsrtombs.texi: Likewise.
18498         * doc/posix-functions/wcsspn.texi: Likewise.
18499         * doc/posix-functions/wcsstr.texi: Likewise.
18500         * doc/posix-functions/wcstod.texi: Likewise.
18501         * doc/posix-functions/wcstof.texi: Likewise.
18502         * doc/posix-functions/wcstoimax.texi: Likewise.
18503         * doc/posix-functions/wcstok.texi: Likewise.
18504         * doc/posix-functions/wcstold.texi: Likewise.
18505         * doc/posix-functions/wcstoll.texi: Likewise.
18506         * doc/posix-functions/wcstol.texi: Likewise.
18507         * doc/posix-functions/wcstombs.texi: Likewise.
18508         * doc/posix-functions/wcstoull.texi: Likewise.
18509         * doc/posix-functions/wcstoul.texi: Likewise.
18510         * doc/posix-functions/wcstoumax.texi: Likewise.
18511         * doc/posix-functions/wcswidth.texi: Likewise.
18512         * doc/posix-functions/wcsxfrm.texi: Likewise.
18513         * doc/posix-functions/wctob.texi: Likewise.
18514         * doc/posix-functions/wctomb.texi: Likewise.
18515         * doc/posix-functions/wctrans.texi: Likewise.
18516         * doc/posix-functions/wctype.texi: Likewise.
18517         * doc/posix-functions/wcwidth.texi: Likewise.
18518         * doc/posix-functions/wmemchr.texi: Likewise.
18519         * doc/posix-functions/wmemcmp.texi: Likewise.
18520         * doc/posix-functions/wmemcpy.texi: Likewise.
18521         * doc/posix-functions/wmemmove.texi: Likewise.
18522         * doc/posix-functions/wmemset.texi: Likewise.
18523         * doc/posix-functions/wprintf.texi: Likewise.
18524         * doc/posix-functions/wscanf.texi: Likewise.
18525
18526 2008-12-21  Bruno Haible  <bruno@clisp.org>
18527
18528         Update doc for HP-UX 11.11.
18529         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18530         in HP-UX version 11.00, not in all versions of HP-UX 11.
18531         * doc/posix-functions/fwide.texi: Likewise.
18532         * doc/posix-functions/fwprintf.texi: Likewise.
18533         * doc/posix-functions/fwscanf.texi: Likewise.
18534         * doc/posix-functions/inet_ntop.texi: Likewise.
18535         * doc/posix-functions/inet_pton.texi: Likewise.
18536         * doc/posix-functions/mbrlen.texi: Likewise.
18537         * doc/posix-functions/mbrtowc.texi: Likewise.
18538         * doc/posix-functions/mbsinit.texi: Likewise.
18539         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18540         * doc/posix-functions/swprintf.texi: Likewise.
18541         * doc/posix-functions/swscanf.texi: Likewise.
18542         * doc/posix-functions/towctrans.texi: Likewise.
18543         * doc/posix-functions/vfwprintf.texi: Likewise.
18544         * doc/posix-functions/vswprintf.texi: Likewise.
18545         * doc/posix-functions/vwprintf.texi: Likewise.
18546         * doc/posix-functions/wcrtomb.texi: Likewise.
18547         * doc/posix-functions/wcsrtombs.texi: Likewise.
18548         * doc/posix-functions/wcsstr.texi: Likewise.
18549         * doc/posix-functions/wctob.texi: Likewise.
18550         * doc/posix-functions/wctrans.texi: Likewise.
18551         * doc/posix-functions/wmemchr.texi: Likewise.
18552         * doc/posix-functions/wmemcmp.texi: Likewise.
18553         * doc/posix-functions/wmemcpy.texi: Likewise.
18554         * doc/posix-functions/wmemmove.texi: Likewise.
18555         * doc/posix-functions/wmemset.texi: Likewise.
18556         * doc/posix-functions/wprintf.texi: Likewise.
18557         * doc/posix-functions/wscanf.texi: Likewise.
18558
18559 2008-12-21  Bruno Haible  <bruno@clisp.org>
18560
18561         Work around a portability problem.
18562         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18563         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18564
18565 2008-12-20  Bruno Haible  <bruno@clisp.org>
18566
18567         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18568         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18569         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18570         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18571         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18572
18573         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18574         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18575         set.
18576         (GNULIB_defined_mbstate_t): New macro.
18577         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18578         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18579         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18580         reuses the system's mbrtowc function but works around the bugs.
18581         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18582         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18583         macros.
18584         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18585         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18586         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18587         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18588         REPLACE_MBSINIT if mbsinit needs to be overridden.
18589         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18590         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18591         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18592         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18593         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18594         m4/locale-zh.m4.
18595         (Depends): Add mbsinit.
18596         * modules/mbsinit (Depends): Add mbrtowc.
18597         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18598
18599 2008-12-20  Bruno Haible  <bruno@clisp.org>
18600
18601         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18602         so that there are no conversion errors on AIX.
18603         * tests/test-mbsrtowcs.c (main): LIkewise.
18604
18605 2008-12-20  Bruno Haible  <bruno@clisp.org>
18606
18607         Work around wctob bug on Solaris <= 9.
18608         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18609         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18610         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18611         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18612         * modules/wctob (Files): Add m4/locale-fr.m4.
18613         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18614
18615 2008-12-20  Bruno Haible  <bruno@clisp.org>
18616
18617         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18618         /dev/null.
18619         * tests/test-select-in.sh: Likewise.
18620         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18621
18622 2008-12-20  Bruno Haible  <bruno@clisp.org>
18623
18624         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18625         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18626         Cygwin 1.5.x.
18627
18628 2008-12-20  Bruno Haible  <bruno@clisp.org>
18629
18630         Ensure mbstate_t is defined on HP-UX 11.11.
18631         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18632         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18633         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18634         AC_USE_SYSTEM_EXTENSIONS.
18635         * modules/fnmatch (Depends-on): Add extensions.
18636         * modules/mbrlen (Depends-on): Likewise.
18637         * modules/mbrtowc (Depends-on): Likewise.
18638         * modules/mbsinit (Depends-on): Likewise.
18639         * modules/mbsrtowcs (Depends-on): Likewise.
18640         * modules/mbswidth (Depends-on): Likewise.
18641         * modules/quotearg (Depends-on): Likewise.
18642         * modules/strftime (Depends-on): Likewise.
18643
18644 2008-12-20  Bruno Haible  <bruno@clisp.org>
18645
18646         Ensure wctob is declared on IRIX 6.5.
18647         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18648         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18649         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18650         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18651         of HAVE_WCTOB.
18652         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18653         HAVE_WCTOB.
18654         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18655
18656 2008-12-19  Bruno Haible  <bruno@clisp.org>
18657
18658         * modules/mbsrtowcs-tests: New file.
18659         * tests/test-mbsrtowcs1.sh: New file.
18660         * tests/test-mbsrtowcs2.sh: New file.
18661         * tests/test-mbsrtowcs3.sh: New file.
18662         * tests/test-mbsrtowcs4.sh: New file.
18663         * tests/test-mbsrtowcs.c: New file.
18664
18665         New module 'mbsrtowcs'.
18666         * lib/wchar.in.h (mbsrtowcs): New declaration.
18667         * lib/mbsrtowcs.c: New file.
18668         * m4/mbsrtowcs.m4: New file.
18669         * modules/mbsrtowcs: New file.
18670         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18671         HAVE_MBSRTOWCS.
18672         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18673         HAVE_MBSRTOWCS.
18674         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18675
18676 2008-12-19  Bruno Haible  <bruno@clisp.org>
18677
18678         New module 'mbrlen'.
18679         * lib/wchar.in.h (mbrlen): New declaration.
18680         * lib/mbrlen.c: New file.
18681         * m4/mbrlen.m4: New file.
18682         * modules/mbrlen: New file.
18683         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18684         HAVE_MBRLEN.
18685         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18686         HAVE_MBRLEN.
18687         * doc/posix-functions/mbrlen.texi: Document the new module.
18688
18689 2008-12-19  Bruno Haible  <bruno@clisp.org>
18690
18691         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18692         * modules/mbrtowc (Depends-on): Add verify.
18693         Suggested by Paul Eggert.
18694
18695 2008-12-18  Bruno Haible  <bruno@clisp.org>
18696
18697         * modules/mbsinit-tests: New file.
18698         * tests/test-mbsinit.sh: New file.
18699         * tests/test-mbsinit.c: New file.
18700
18701 2008-12-18  Bruno Haible  <bruno@clisp.org>
18702
18703         * modules/mbrtowc-tests: New file.
18704         * tests/test-mbrtowc1.sh: New file.
18705         * tests/test-mbrtowc2.sh: New file.
18706         * tests/test-mbrtowc3.sh: New file.
18707         * tests/test-mbrtowc4.sh: New file.
18708         * tests/test-mbrtowc.c: New file.
18709
18710         New module 'mbrtowc'.
18711         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18712         mbsinit and mbrtowc.
18713         (mbrtowc): New declaration.
18714         * lib/mbrtowc.c: New file.
18715         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18716         * modules/mbrtowc: New file.
18717         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18718         HAVE_MBRTOWC.
18719         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18720         HAVE_MBRTOWC.
18721         * doc/posix-functions/mbrtowc.texi: Document the new module.
18722
18723 2008-12-18  Bruno Haible  <bruno@clisp.org>
18724
18725         New module 'wctob'.
18726         * lib/wchar.in.h (wctob): New declaration.
18727         * lib/wctob.c: New file.
18728         * m4/wctob.m4: New file.
18729         * modules/wctob: New file.
18730         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18731         HAVE_WCTOB.
18732         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18733         * doc/posix-functions/wctob.texi: Document the new module.
18734
18735 2008-12-18  Bruno Haible  <bruno@clisp.org>
18736
18737         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18738         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18739
18740 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18741
18742         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18743         G. Christensen" <tgc@jupiterrise.com>.
18744
18745         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18746         G. Christensen" <tgc@jupiterrise.com>.
18747
18748         * lib/flock.c: Need to include string.h.  Reported by "Tom
18749         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18750         <ebb9@byu.net>.
18751
18752 2008-12-18  Bruno Haible  <bruno@clisp.org>
18753
18754         * m4/locale-ja.m4: New file, from GNU gettext.
18755
18756 2008-12-17  Bruno Haible  <bruno@clisp.org>
18757
18758         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18759         Suggested by Eric Blake.
18760
18761 2008-12-17  Bruno Haible  <bruno@clisp.org>
18762
18763         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18764
18765 2008-12-17  Bruno Haible  <bruno@clisp.org>
18766
18767         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18768         * modules/mbsinit (Depends-on): Add verify.
18769         Suggested by Paul Eggert.
18770
18771 2008-12-17  Bruno Haible  <bruno@clisp.org>
18772
18773         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18774         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18775         gl_FUNC_MBRTOWC.
18776         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18777         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18778         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18779         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18780         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18781         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18782         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18783         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18784         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18785         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18786         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18787         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18788         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18789         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18790         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18791         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18792         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18793         * modules/trim (configure.ac): Likewise.
18794
18795 2008-12-17  Bruno Haible  <bruno@clisp.org>
18796
18797         * modules/btowc-tests: New file.
18798         * tests/test-btowc1.sh: New file.
18799         * tests/test-btowc2.sh: New file.
18800         * tests/test-btowc.c: New file.
18801
18802         New module 'btowc'.
18803         * lib/wchar.in.h (btowc): New declaration.
18804         * lib/btowc.c: New file.
18805         * m4/btowc.m4: New file.
18806         * modules/btowc: New file.
18807         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18808         HAVE_BTOWC.
18809         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18810         * doc/posix-functions/btowc.texi: Document the new module.
18811
18812 2008-12-17  Bruno Haible  <bruno@clisp.org>
18813
18814         New module 'mbsinit'.
18815         * lib/wchar.in.h (mbsinit): New declaration.
18816         * lib/mbsinit.c: New file.
18817         * m4/mbsinit.m4: New file.
18818         * modules/mbsinit: New file.
18819         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18820         HAVE_MBSINIT.
18821         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18822         HAVE_MBSINIT.
18823         * doc/posix-functions/mbsinit.texi: Document the new module.
18824
18825 2008-12-16  Bruno Haible  <bruno@clisp.org>
18826
18827         * lib/unistd.in.h: Add comment.
18828         * tests/test-environ.c: Don't include <stdlib.h>.
18829
18830 2008-12-16  Bruno Haible  <bruno@clisp.org>
18831
18832         * lib/parse-duration.h (parse_duration): Document return value
18833         convention.
18834         * lib/parse-duration.c: Include specification header first. Add
18835         comments.
18836         (_): Remove macro.
18837         (parse_year_month_day, parse_hour_minute_second): Move side effects
18838         outside of strchr call.
18839         (parse_non_iso8601): Move side effects outside of isspace call.
18840         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18841         call.
18842
18843 2008-12-16  Bruno Haible  <bruno@clisp.org>
18844
18845         * tests/test-parse-duration.sh: Produce no output when the test
18846         succeeds.
18847
18848 2008-12-16  Bruno Haible  <bruno@clisp.org>
18849
18850         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18851         expressions.
18852
18853 2008-12-15  Bruno Haible  <bruno@clisp.org>
18854
18855         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18856         * doc/glibc-functions/flistxattr.texi: Likewise.
18857         * doc/glibc-functions/fopencookie.texi: Likewise.
18858         * doc/glibc-functions/fremovexattr.texi: Likewise.
18859         * doc/glibc-functions/fsetxattr.texi: Likewise.
18860         * doc/glibc-functions/getxattr.texi: Likewise.
18861         * doc/glibc-functions/lgetxattr.texi: Likewise.
18862         * doc/glibc-functions/listxattr.texi: Likewise.
18863         * doc/glibc-functions/llistxattr.texi: Likewise.
18864         * doc/glibc-functions/lremovexattr.texi: Likewise.
18865         * doc/glibc-functions/lsetxattr.texi: Likewise.
18866         * doc/glibc-functions/removexattr.texi: Likewise.
18867         * doc/glibc-functions/setxattr.texi: Likewise.
18868         * doc/posix-functions/open_memstream.texi: Likewise.
18869
18870 2008-12-15  Eric Blake  <ebb9@byu.net>
18871
18872         Update doc for cygwin 1.7.
18873         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18874         functions.
18875         * doc/posix-functions/fchmodat.texi: Likewise.
18876         * doc/posix-functions/fchownat.texi: Likewise.
18877         * doc/posix-functions/fdopendir.texi: Likewise.
18878         * doc/posix-functions/fmemopen.texi: Likewise.
18879         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18880         * doc/posix-functions/fstatat.texi: Likewise.
18881         * doc/posix-functions/futimens.texi: Likewise.
18882         * doc/posix-functions/gai_strerror.texi: Likewise.
18883         * doc/posix-functions/getaddrinfo.texi: Likewise.
18884         * doc/posix-functions/getnameinfo.texi: Likewise.
18885         * doc/posix-functions/if_freenameindex.texi: Likewise.
18886         * doc/posix-functions/if_indextoname.texi: Likewise.
18887         * doc/posix-functions/if_nameindex.texi: Likewise.
18888         * doc/posix-functions/if_nametoindex.texi: Likewise.
18889         * doc/posix-functions/insque.texi: Likewise.
18890         * doc/posix-functions/linkat.texi: Likewise.
18891         * doc/posix-functions/llrint.texi: Likewise.
18892         * doc/posix-functions/llrintf.texi: Likewise.
18893         * doc/posix-functions/llrintl.texi: Likewise.
18894         * doc/posix-functions/lockf.texi: Likewise.
18895         * doc/posix-functions/lrintl.texi: Likewise.
18896         * doc/posix-functions/mkdirat.texi: Likewise.
18897         * doc/posix-functions/mkfifoat.texi: Likewise.
18898         * doc/posix-functions/mknodat.texi: Likewise.
18899         * doc/posix-functions/mq_close.texi: Likewise.
18900         * doc/posix-functions/mq_getattr.texi: Likewise.
18901         * doc/posix-functions/mq_notify.texi: Likewise.
18902         * doc/posix-functions/mq_open.texi: Likewise.
18903         * doc/posix-functions/mq_receive.texi: Likewise.
18904         * doc/posix-functions/mq_send.texi: Likewise.
18905         * doc/posix-functions/mq_setattr.texi: Likewise.
18906         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18907         * doc/posix-functions/mq_timedsend.texi: Likewise.
18908         * doc/posix-functions/mq_unlink.texi: Likewise.
18909         * doc/posix-functions/open_memstream.texi: Likewise.
18910         * doc/posix-functions/openat.texi: Likewise.
18911         * doc/posix-functions/posix_fadvise.texi: Likewise.
18912         * doc/posix-functions/posix_fallocate.texi: Likewise.
18913         * doc/posix-functions/posix_madvise.texi: Likewise.
18914         * doc/posix-functions/posix_memalign.texi: Likewise.
18915         * doc/posix-functions/posix_openpt.texi: Likewise.
18916         * doc/posix-functions/readlinkat.texi: Likewise.
18917         * doc/posix-functions/remque.texi: Likewise.
18918         * doc/posix-functions/renameat.texi: Likewise.
18919         * doc/posix-functions/rintl.texi: Likewise.
18920         * doc/posix-functions/sem_unlink.texi: Likewise.
18921         * doc/posix-functions/shm_open.texi: Likewise.
18922         * doc/posix-functions/shm_unlink.texi: Likewise.
18923         * doc/posix-functions/signgam.texi: Likewise.
18924         * doc/posix-functions/sigset.texi: Likewise.
18925         * doc/posix-functions/stpcpy.texi: Likewise.
18926         * doc/posix-functions/stpncpy.texi: Likewise.
18927         * doc/posix-functions/strerror.texi: Likewise.
18928         * doc/posix-functions/strtod.texi: Likewise.
18929         * doc/posix-functions/symlinkat.texi: Likewise.
18930         * doc/posix-functions/unlinkat.texi: Likewise.
18931         * doc/posix-functions/utimensat.texi: Likewise.
18932         * doc/glibc-functions/bindresvport.texi: Likewise.
18933         * doc/glibc-functions/dn_expand.texi: Likewise.
18934         * doc/glibc-functions/exp10.texi: Likewise.
18935         * doc/glibc-functions/exp10f.texi: Likewise.
18936         * doc/glibc-functions/fgetxattr.texi: Likewise.
18937         * doc/glibc-functions/flistxattr.texi: Likewise.
18938         * doc/glibc-functions/fopencookie.texi: Likewise.
18939         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18940         * doc/glibc-functions/fremovexattr.texi: Likewise.
18941         * doc/glibc-functions/fsetxattr.texi: Likewise.
18942         * doc/glibc-functions/getifaddrs.texi: Likewise.
18943         * doc/glibc-functions/getxattr.texi: Likewise.
18944         * doc/glibc-functions/lgetxattr.texi: Likewise.
18945         * doc/glibc-functions/listxattr.texi: Likewise.
18946         * doc/glibc-functions/llistxattr.texi: Likewise.
18947         * doc/glibc-functions/lremovexattr.texi: Likewise.
18948         * doc/glibc-functions/lsetxattr.texi: Likewise.
18949         * doc/glibc-functions/pow10.texi: Likewise.
18950         * doc/glibc-functions/pow10f.texi: Likewise.
18951         * doc/glibc-functions/rcmd_af.texi: Likewise.
18952         * doc/glibc-functions/removexattr.texi: Likewise.
18953         * doc/glibc-functions/res_init.texi: Likewise.
18954         * doc/glibc-functions/res_mkquery.texi: Likewise.
18955         * doc/glibc-functions/res_query.texi: Likewise.
18956         * doc/glibc-functions/res_querydomain.texi: Likewise.
18957         * doc/glibc-functions/res_send.texi: Likewise.
18958         * doc/glibc-functions/rresvport_af.texi: Likewise.
18959         * doc/glibc-functions/setxattr.texi: Likewise.
18960         * doc/glibc-functions/strcasestr.texi: Likewise.
18961
18962 2008-12-15  Bruno Haible  <bruno@clisp.org>
18963
18964         Fix compilation error on OSF/1 4.0.
18965         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18966         <sys/time.h>, simply delegate to the system header.
18967         Reported by Daniel Richard G. <oss@teragram.com>.
18968
18969 2008-12-15  Bruno Haible  <bruno@clisp.org>
18970
18971         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18972         * doc/posix-functions/fchmodat.texi: Likewise.
18973         * doc/posix-functions/fchownat.texi: Likewise.
18974         * doc/posix-functions/fdopendir.texi: Likewise.
18975         * doc/posix-functions/fstatat.texi: Likewise.
18976         * doc/posix-functions/mkdirat.texi: Likewise.
18977         * doc/posix-functions/unlinkat.texi: Likewise.
18978
18979 2008-12-14  Bruno Haible  <bruno@clisp.org>
18980
18981         Update doc for POSIX:2008.
18982         * doc/posix-functions/faccessat.texi: New file.
18983         * doc/posix-functions/fchmodat.texi: New file.
18984         * doc/posix-functions/fchownat.texi: New file.
18985         * doc/posix-functions/fdopendir.texi: New file.
18986         * doc/posix-functions/fstatat.texi: New file.
18987         * doc/posix-functions/futimens.texi: New file.
18988         * doc/posix-functions/linkat.texi: New file.
18989         * doc/posix-functions/mkdirat.texi: New file.
18990         * doc/posix-functions/mkfifoat.texi: New file.
18991         * doc/posix-functions/mknodat.texi: New file.
18992         * doc/posix-functions/open_wmemstream.texi: New file.
18993         * doc/posix-functions/openat.texi: New file.
18994         * doc/posix-functions/psiginfo.texi: New file.
18995         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18996         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18997         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18998         * doc/posix-functions/readlinkat.texi: New file.
18999         * doc/posix-functions/renameat.texi: New file.
19000         * doc/posix-functions/strerror_l.texi: New file.
19001         * doc/posix-functions/symlinkat.texi: New file.
19002         * doc/posix-functions/unlinkat.texi: New file.
19003         * doc/posix-functions/utimensat.texi: New file.
19004         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19005
19006 2008-12-14  Bruno Haible  <bruno@clisp.org>
19007
19008         Update doc for POSIX:2008.
19009         * doc/posix-functions/alphasort.texi: Renamed from
19010         doc/glibc-functions/alphasort.texi.
19011         * doc/posix-functions/dirfd.texi: Renamed from
19012         doc/glibc-functions/dirfd.texi.
19013         * doc/posix-functions/dprintf.texi: Renamed from
19014         doc/glibc-functions/dprintf.texi.
19015         * doc/posix-functions/duplocale.texi: Renamed from
19016         doc/glibc-functions/duplocale.texi.
19017         * doc/posix-functions/fexecve.texi: Renamed from
19018         doc/glibc-functions/fexecve.texi.
19019         * doc/posix-functions/fmemopen.texi: Renamed from
19020         doc/glibc-functions/fmemopen.texi.
19021         * doc/posix-functions/freelocale.texi: Renamed from
19022         doc/glibc-functions/freelocale.texi.
19023         * doc/posix-functions/getdate_err.texi: Renamed from
19024         doc/glibc-functions/getdate_err.texi.
19025         * doc/posix-functions/isalnum_l.texi: Renamed from
19026         doc/glibc-functions/isalnum_l.texi.
19027         * doc/posix-functions/isalpha_l.texi: Renamed from
19028         doc/glibc-functions/isalpha_l.texi.
19029         * doc/posix-functions/isblank_l.texi: Renamed from
19030         doc/glibc-functions/isblank_l.texi.
19031         * doc/posix-functions/iscntrl_l.texi: Renamed from
19032         doc/glibc-functions/iscntrl_l.texi.
19033         * doc/posix-functions/isdigit_l.texi: Renamed from
19034         doc/glibc-functions/isdigit_l.texi.
19035         * doc/posix-functions/isgraph_l.texi: Renamed from
19036         doc/glibc-functions/isgraph_l.texi.
19037         * doc/posix-functions/islower_l.texi: Renamed from
19038         doc/glibc-functions/islower_l.texi.
19039         * doc/posix-functions/isprint_l.texi: Renamed from
19040         doc/glibc-functions/isprint_l.texi.
19041         * doc/posix-functions/ispunct_l.texi: Renamed from
19042         doc/glibc-functions/ispunct_l.texi.
19043         * doc/posix-functions/isspace_l.texi: Renamed from
19044         doc/glibc-functions/isspace_l.texi.
19045         * doc/posix-functions/isupper_l.texi: Renamed from
19046         doc/glibc-functions/isupper_l.texi.
19047         * doc/posix-functions/iswalnum_l.texi: Renamed from
19048         doc/glibc-functions/iswalnum_l.texi.
19049         * doc/posix-functions/iswalpha_l.texi: Renamed from
19050         doc/glibc-functions/iswalpha_l.texi.
19051         * doc/posix-functions/iswblank_l.texi: Renamed from
19052         doc/glibc-functions/iswblank_l.texi.
19053         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19054         doc/glibc-functions/iswcntrl_l.texi.
19055         * doc/posix-functions/iswctype_l.texi: Renamed from
19056         doc/glibc-functions/iswctype_l.texi.
19057         * doc/posix-functions/iswdigit_l.texi: Renamed from
19058         doc/glibc-functions/iswdigit_l.texi.
19059         * doc/posix-functions/iswgraph_l.texi: Renamed from
19060         doc/glibc-functions/iswgraph_l.texi.
19061         * doc/posix-functions/iswlower_l.texi: Renamed from
19062         doc/glibc-functions/iswlower_l.texi.
19063         * doc/posix-functions/iswprint_l.texi: Renamed from
19064         doc/glibc-functions/iswprint_l.texi.
19065         * doc/posix-functions/iswpunct_l.texi: Renamed from
19066         doc/glibc-functions/iswpunct_l.texi.
19067         * doc/posix-functions/iswspace_l.texi: Renamed from
19068         doc/glibc-functions/iswspace_l.texi.
19069         * doc/posix-functions/iswupper_l.texi: Renamed from
19070         doc/glibc-functions/iswupper_l.texi.
19071         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19072         doc/glibc-functions/iswxdigit_l.texi.
19073         * doc/posix-functions/isxdigit_l.texi: Renamed from
19074         doc/glibc-functions/isxdigit_l.texi.
19075         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19076         doc/glibc-functions/mbsnrtowcs.texi.
19077         * doc/posix-functions/mkdtemp.texi: Renamed from
19078         doc/glibc-functions/mkdtemp.texi.
19079         * doc/posix-functions/newlocale.texi: Renamed from
19080         doc/glibc-functions/newlocale.texi.
19081         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19082         doc/glibc-functions/nl_langinfo_l.texi.
19083         * doc/posix-functions/open_memstream.texi: Renamed from
19084         doc/glibc-functions/open_memstream.texi.
19085         * doc/posix-functions/opterr.texi: Renamed from
19086         doc/glibc-functions/opterr.texi.
19087         * doc/posix-functions/optind.texi: Renamed from
19088         doc/glibc-functions/optind.texi.
19089         * doc/posix-functions/optopt.texi: Renamed from
19090         doc/glibc-functions/optopt.texi.
19091         * doc/posix-functions/psignal.texi: Renamed from
19092         doc/glibc-functions/psignal.texi.
19093         * doc/posix-functions/scandir.texi: Renamed from
19094         doc/glibc-functions/scandir.texi.
19095         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19096         doc/glibc-functions/sched_get_priority_min.texi.
19097         * doc/posix-functions/signgam.texi: Renamed from
19098         doc/glibc-functions/signgam.texi.
19099         * doc/posix-functions/stpcpy.texi: Renamed from
19100         doc/glibc-functions/stpcpy.texi.
19101         * doc/posix-functions/stpncpy.texi: Renamed from
19102         doc/glibc-functions/stpncpy.texi.
19103         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19104         doc/glibc-functions/strcasecmp_l.texi.
19105         * doc/posix-functions/strcoll_l.texi: Renamed from
19106         doc/glibc-functions/strcoll_l.texi.
19107         * doc/posix-functions/strfmon_l.texi: Renamed from
19108         doc/glibc-functions/strfmon_l.texi.
19109         * doc/posix-functions/strftime_l.texi: Renamed from
19110         doc/glibc-functions/strftime_l.texi.
19111         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19112         doc/glibc-functions/strncasecmp_l.texi.
19113         * doc/posix-functions/strndup.texi: Renamed from
19114         doc/glibc-functions/strndup.texi.
19115         * doc/posix-functions/strnlen.texi: Renamed from
19116         doc/glibc-functions/strnlen.texi.
19117         * doc/posix-functions/strsignal.texi: Renamed from
19118         doc/glibc-functions/strsignal.texi.
19119         * doc/posix-functions/strxfrm_l.texi: Renamed from
19120         doc/glibc-functions/strxfrm_l.texi.
19121         * doc/posix-functions/timer_gettime.texi: Renamed from
19122         doc/glibc-functions/timer_gettime.texi.
19123         * doc/posix-functions/tolower_l.texi: Renamed from
19124         doc/glibc-functions/tolower_l.texi.
19125         * doc/posix-functions/toupper_l.texi: Renamed from
19126         doc/glibc-functions/toupper_l.texi.
19127         * doc/posix-functions/towctrans_l.texi: Renamed from
19128         doc/glibc-functions/towctrans_l.texi.
19129         * doc/posix-functions/towlower_l.texi: Renamed from
19130         doc/glibc-functions/towlower_l.texi.
19131         * doc/posix-functions/towupper_l.texi: Renamed from
19132         doc/glibc-functions/towupper_l.texi.
19133         * doc/posix-functions/uselocale.texi: Renamed from
19134         doc/glibc-functions/uselocale.texi.
19135         * doc/posix-functions/vdprintf.texi: Renamed from
19136         doc/glibc-functions/vdprintf.texi.
19137         * doc/posix-functions/wcpcpy.texi:
19138         Renamed from doc/glibc-functions/wcpcpy.texi.
19139         * doc/posix-functions/wcpncpy.texi: Renamed from
19140         doc/glibc-functions/wcpncpy.texi.
19141         * doc/posix-functions/wcscasecmp.texi: Renamed from
19142         doc/glibc-functions/wcscasecmp.texi.
19143         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19144         doc/glibc-functions/wcscasecmp_l.texi.
19145         * doc/posix-functions/wcscoll_l.texi: Renamed from
19146         doc/glibc-functions/wcscoll_l.texi.
19147         * doc/posix-functions/wcsdup.texi: Renamed from
19148         doc/glibc-functions/wcsdup.texi.
19149         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19150         doc/glibc-functions/wcsncasecmp.texi.
19151         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19152         doc/glibc-functions/wcsncasecmp_l.texi.
19153         * doc/posix-functions/wcsnlen.texi: Renamed from
19154         doc/glibc-functions/wcsnlen.texi.
19155         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19156         doc/glibc-functions/wcsnrtombs.texi.
19157         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19158         doc/glibc-functions/wcsxfrm_l.texi.
19159         * doc/posix-functions/wctrans_l.texi: Renamed from
19160         doc/glibc-functions/wctrans_l.texi.
19161         * doc/posix-functions/wctype_l.texi: Renamed from
19162         doc/glibc-functions/wctype_l.texi.
19163         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19164         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19165         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19166         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19167         these subsections.
19168         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19169         Remove sections.
19170
19171 2008-12-14  Bruno Haible  <bruno@clisp.org>
19172
19173         Update doc for POSIX:2008.
19174         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19175
19176 2008-12-14  Bruno Haible  <bruno@clisp.org>
19177
19178         Update doc for POSIX:2008.
19179         * doc/pastposix-functions/bcmp.texi: Renamed from
19180         doc/posix-functions/bcmp.texi.
19181         * doc/pastposix-functions/bcopy.texi: Renamed from
19182         doc/posix-functions/bcopy.texi.
19183         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19184         doc/posix-functions/bsd_signal.texi.
19185         * doc/pastposix-functions/bzero.texi: Renamed from
19186         doc/posix-functions/bzero.texi.
19187         * doc/pastposix-functions/ecvt.texi: Renamed from
19188         doc/posix-functions/ecvt.texi.
19189         * doc/pastposix-functions/fcvt.texi: Renamed from
19190         doc/posix-functions/fcvt.texi.
19191         * doc/pastposix-functions/ftime.texi: Renamed from
19192         doc/posix-functions/ftime.texi.
19193         * doc/pastposix-functions/gcvt.texi: Renamed from
19194         doc/posix-functions/gcvt.texi.
19195         * doc/pastposix-functions/getcontext.texi: Renamed from
19196         doc/posix-functions/getcontext.texi.
19197         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19198         doc/posix-functions/gethostbyaddr.texi.
19199         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19200         doc/posix-functions/gethostbyname.texi.
19201         * doc/pastposix-functions/getwd.texi: Renamed from
19202         doc/posix-functions/getwd.texi.
19203         * doc/pastposix-functions/h_errno.texi: Renamed from
19204         doc/posix-functions/h_errno.texi.
19205         * doc/pastposix-functions/index.texi: Renamed from
19206         doc/posix-functions/index.texi.
19207         * doc/pastposix-functions/makecontext.texi: Renamed from
19208         doc/posix-functions/makecontext.texi.
19209         * doc/pastposix-functions/mktemp.texi: Renamed from
19210         doc/posix-functions/mktemp.texi.
19211         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19212         doc/posix-functions/pthread_attr_getstackaddr.texi.
19213         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19214         doc/posix-functions/pthread_attr_setstackaddr.texi.
19215         * doc/pastposix-functions/rindex.texi: Renamed from
19216         doc/posix-functions/rindex.texi.
19217         * doc/pastposix-functions/scalb.texi: Renamed from
19218         doc/posix-functions/scalb.texi.
19219         * doc/pastposix-functions/setcontext.texi: Renamed from
19220         doc/posix-functions/setcontext.texi.
19221         * doc/pastposix-functions/swapcontext.texi: Renamed from
19222         doc/posix-functions/swapcontext.texi.
19223         * doc/pastposix-functions/ualarm.texi: Renamed from
19224         doc/posix-functions/ualarm.texi.
19225         * doc/pastposix-functions/usleep.texi: Renamed from
19226         doc/posix-functions/usleep.texi.
19227         * doc/pastposix-functions/vfork.texi: Renamed from
19228         doc/posix-functions/vfork.texi.
19229         * doc/pastposix-functions/wcswcs.texi: Renamed from
19230         doc/posix-functions/wcswcs.texi.
19231         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19232         (Function Substitutes): Update.
19233
19234 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19235
19236         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19237         m4/strerror.m4.
19238
19239 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19240             Bruno Haible  <bruno@clisp.org>
19241
19242         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19243
19244 2008-12-13  Bruno Haible  <bruno@clisp.org>
19245
19246         * modules/strtoull (Depends-on): Remove unistd.
19247
19248 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19249
19250         * modules/strtoull (Depends-on): Add stdlib.
19251
19252 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19253
19254         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19255
19256 2008-12-10  Jim Meyering  <meyering@redhat.com>
19257
19258         gl_ASSERT: don't say assertions are disabled when they're not
19259         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19260         "checking whether to enable assertions... no", when they are in
19261         fact enabled.  This is solely a bug in the output of configure.
19262         In spite of saying "no", NDEBUG was not defined in that case.
19263         Also, as noted by Eric Blake, leave assertions enabled upon
19264         --enable-assert=INVALID.
19265
19266 2008-12-10  Bruno Haible  <bruno@clisp.org>
19267
19268         Change MODULES.html to refer to POSIX:2008 where possible.
19269         * MODULES.html.sh (POSIX2008_URL): New variable.
19270         (posix_headers): Remove sys/timeb, ucontext.
19271         (posix2001_headers): New variable.
19272         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19273         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19274         index, makecontext, mktemp, pthread_attr_getstackaddr,
19275         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19276         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19277         (posix2001_functions): New variable.
19278         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19279         otherwise.
19280
19281 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19282
19283         add missing include to parse-duration.c
19284         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19285         * modules/parse-duration (Depends-on): Add xalloc.
19286
19287         fix sed script reading maint.mk
19288         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19289         (syntax-check-rules): Use it.
19290
19291 2008-12-09  Bruno Haible  <bruno@clisp.org>
19292
19293         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19294         MacOS X 10.4/PowerPC.
19295         Reported by Simon Josefsson.
19296
19297 2008-12-08  Jim Meyering  <meyering@redhat.com>
19298
19299         work around mingw's lack of some S_IF definitions
19300         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19301         Reported by Simon Josefsson.
19302
19303 2008-12-08  Bruno Haible  <bruno@clisp.org>
19304
19305         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19306         applied to variables. Needed on MacOS X 10.4/PowerPC.
19307         Reported by Simon Josefsson.
19308
19309 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19310         and Eric Blake  <ebb9@byu.net>
19311
19312         assert: honor --enable-assert
19313         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19314         order to honor --enable-assert, rather than treating it as a
19315         synonym for --disable-assert.
19316
19317 2008-12-08  Jim Meyering  <meyering@redhat.com>
19318
19319         * lib/posixtm.c: Remove now-useless declaration of mktime.
19320
19321         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19322
19323 2008-12-07  Bruno Haible  <bruno@clisp.org>
19324
19325         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19326         test_once): Mark functions as static.
19327         * tests/test-tls.c (test_tls): Likewise.
19328
19329 2008-12-07  Bruno Haible  <bruno@clisp.org>
19330
19331         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19332         iconv_register_autodetect.
19333
19334 2008-12-07  Jim Meyering  <meyering@redhat.com>
19335
19336         posixtm.c: avoid a warning
19337         * lib/posixtm.c (posixtime): Don't initialize tm0.
19338         It's no longer needed to placate gcc4's -Wuninitialized,
19339         and the attempt to placate would elicit a new warning.
19340
19341         unicodeio.c: mark unused parameters
19342         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19343         (fallback_failure_callback): Likewise.
19344
19345 2008-12-07  Bruno Haible  <bruno@clisp.org>
19346
19347         * gnulib-tool (func_create_testdir): When building the tests
19348         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19349         Reported by Simon Josefsson.
19350
19351 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19352
19353         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19354
19355 2008-12-06  Bruno Haible  <bruno@clisp.org>
19356
19357         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19358         Suggested by Eric Blake.
19359
19360 2008-12-06  Bruno Haible  <bruno@clisp.org>
19361
19362         Fix a c-stack test failure on MacOS X.
19363         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19364         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19365         handler for SIGBUS as well.
19366         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19367         install a signal handler for SIGBUS as well.
19368         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19369
19370 2008-12-06  Bruno Haible  <bruno@clisp.org>
19371
19372         Advocacy documentation.
19373         * doc/gnulib-intro.texi (Benefits): New section.
19374         * doc/gnulib.texi: Update.
19375
19376 2008-12-06  Bruno Haible  <bruno@clisp.org>
19377
19378         Document the 'manywarnings' module.
19379         * doc/manywarnings.texi: New file.
19380         * doc/gnulib.texi: Include it.
19381
19382 2008-12-05  Eric Blake  <ebb9@byu.net>
19383
19384         tests: silence some gcc warnings
19385         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19386         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19387         type mismatches.
19388
19389 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19390             Bruno Haible  <bruno@clisp.org>
19391
19392         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19393
19394 2008-11-29  Jim Meyering  <meyering@redhat.com>
19395
19396         unicodeio.c: mark unused parameters
19397         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19398         (fallback_failure_callback): Likewise.
19399
19400         fts: fix a thinko
19401         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19402         (set_stat_type): Return S_IF*-valued "type" directly.
19403         Prompted by James Youngman's spotting a related bug.
19404         Confirmed by further testing through find.
19405
19406         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19407         * lib/fts.c (D_TYPE): Define.
19408         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19409         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19410         (s_ifmt_shift_bits): New function.
19411         (set_stat_type): New function.
19412         (fts_build): When not calling fts_stat, call set_stat_type
19413         to propagate dirent.d_type info to fts_read caller.
19414         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19415         fts_statp->st_mode type information may be valid.
19416
19417 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19418
19419         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19420         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19421         <sds@gnu.org>.
19422
19423 2008-11-20  Bruno Haible  <bruno@clisp.org>
19424
19425         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19426         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19427         INCLUDE_NEXT.
19428         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19429         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19430         * modules/math (Makefile.am): Substitute
19431         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19432         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19433
19434 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19435             Bruno Haible  <bruno@clisp.org>
19436
19437         * lib/stdint.in.h: Define all type macros so that their expansion is
19438         a single typedef'ed token. Fixes a compilation failure in Boost which
19439         does "using ::int8_t;".
19440
19441 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19442
19443         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19444         gl_MANYWARN_ALL_GCC.
19445         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19446         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19447         * modules/manywarnings: New file.
19448         * MODULES.html.sh: Mention manywarnings module.
19449
19450 2008-11-18  Bruno Haible  <bruno@clisp.org>
19451
19452         * doc/gnulib-tool.texi (Unit tests): New section.
19453
19454 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19455
19456         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19457         paths like 'lib/po/foo.po'.
19458
19459 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19460
19461         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19462         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19463
19464 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19465
19466         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19467         parameter works.
19468
19469 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19470
19471         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19472
19473 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19474
19475         * modules/parse-duration-tests: New file.
19476         * tests/test-parse-duration.sh: New file.
19477         * tests/test-parse-duration.c: New file.
19478
19479         New module 'parse-duration'.
19480         * lib/parse-duration.h: New file.
19481         * lib/parse-duration.c: New file.
19482         * modules/parse-duration: New file.
19483
19484 2008-11-17  Bruno Haible  <bruno@clisp.org>
19485
19486         * tests/test-select-out.sh: Comment out the first pipe test.
19487         Reported by Simon Josefsson.
19488
19489 2008-11-17  Bruno Haible  <bruno@clisp.org>
19490
19491         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19492         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19493         gl_HOSTENT.
19494
19495 2008-11-17  Bruno Haible  <bruno@clisp.org>
19496
19497         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19498         -lnetwork and -lnet. Needed for Haiku and BeOS.
19499
19500 2008-11-16  Bruno Haible  <bruno@clisp.org>
19501
19502         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19503
19504 2008-11-16  Bruno Haible  <bruno@clisp.org>
19505
19506         Avoid test failure on Haiku.
19507         * tests/test-fsync.c: Include <errno.h>.
19508         (main): Don't require that fsync (0) fails.
19509
19510 2008-11-15  Bruno Haible  <bruno@clisp.org>
19511
19512         New module 'hostent'.
19513         * modules/hostent: New file.
19514         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19515
19516 2008-11-15  Bruno Haible  <bruno@clisp.org>
19517
19518         New module 'servent'.
19519         * modules/servent: New file.
19520         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19521
19522 2008-11-15  Bruno Haible  <bruno@clisp.org>
19523
19524         Avoid generating same test program with two different rules.
19525         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19526         test-frexp to test-frexp-nolibm.
19527         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19528         test-frexpl to test-frexpl-nolibm.
19529
19530 2008-11-15  Bruno Haible  <bruno@clisp.org>
19531
19532         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19533         $(FREXPL_LIBM).
19534
19535 2008-11-15  Bruno Haible  <bruno@clisp.org>
19536
19537         * lib/netdb.in.h: Activate the definitions also when the system's
19538         <netdb.h> has 'struct addrinfo'.
19539         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19540         EAI_OVERFLOW or AI_NUMERICSERV.
19541         * doc/posix-headers/netdb.texi: Document the problem.
19542
19543 2008-11-15  Bruno Haible  <bruno@clisp.org>
19544
19545         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19546
19547         Make the 'sched' module work on platforms where <sched.h> exists but
19548         is incomplete (such as Haiku).
19549         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19550         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19551         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19552         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19553         HAVE_STRUCT_SCHED_PARAM.
19554         * modules/sched (Depends-on): Add include_next.
19555         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19556         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19557         * doc/posix-headers/sched.texi: Document the issue.
19558
19559 2008-11-13  Jim Meyering  <meyering@redhat.com>
19560
19561         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19562         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19563         test would fail due to the difference in the Report bugs to ...
19564         line.  The expected address is empty, "<>", while the actual
19565         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19566
19567 2008-11-12  Bruno Haible  <bruno@clisp.org>
19568
19569         lstat: don't compile lstat.c on systems lacking lstat
19570         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19571         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19572         Reported by Daniel P. Berrange via Jim Meyering.
19573
19574 2008-11-12  Jim Meyering  <meyering@redhat.com>
19575
19576         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19577
19578 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19579
19580         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19581         instead.
19582
19583 2008-11-12  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/unicodeio.c: Include unistr.h.
19586         (utf8_wctomb): Remove function.
19587         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19588
19589 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19590
19591         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19592         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19593         <bruno@clisp.org>.
19594         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19595
19596 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19597
19598         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19599         * doc/gnulib.texi: Add section for warnings.
19600
19601 2008-11-11  Bruno Haible  <bruno@clisp.org>
19602
19603         * lib/sockets.h: Add a comment.
19604
19605 2008-11-11  Karl Berry  <karl@gnu.org>
19606
19607         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19608
19609 2008-11-11  Eric Blake  <ebb9@byu.net>
19610
19611         fdl.texi: avoid git symlinks
19612         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19613
19614 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19615
19616         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19617
19618 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19619
19620         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19621         (gl_WARN_ADD): Substitute $2 if literal.
19622
19623 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19624
19625         * m4/warning.m4: Remove.
19626
19627 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19628
19629         * m4/warnings.m4: Almost complete rewrite. :-)
19630
19631 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19632
19633         * modules/warnings: New module.
19634         * m4/warnings.m4: New file.
19635         * MODULES.html.sh: Mention warnings module.
19636         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19637         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19638
19639 2008-11-10  Eric Blake  <ebb9@byu.net>
19640
19641         fdl.texi: make a symlink to the latest version
19642         * doc/standards.texi: Revert today's earlier change.
19643         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19644         * doc/fdl.texi: ...and replace this with a symlink to the newer
19645         fdl-1.3.texi.
19646
19647 2008-11-10  Bruno Haible  <bruno@clisp.org>
19648
19649         * tests/test-select-fd.c (main): Accept the result file name as fourth
19650         argument.
19651         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19652         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19653
19654 2008-11-10  Bruno Haible  <bruno@clisp.org>
19655
19656         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19657         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19658         as autoconf-substituted macros.
19659         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19660         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19661         gl_NETDB_H_DEFAULTS. Set these variables.
19662         * modules/netdb (Makefile.am): Substitute these variables.
19663
19664 2008-11-10  Eric Blake  <ebb9@byu.net>
19665
19666         standards.texi: include correct file for FDL 1.3
19667         * doc/standards.texi (GNU Free Documentation License): Change
19668         include file to pull in FDL 1.3, not 1.2.
19669
19670         fdl.texi: revert accidental change to license
19671         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19672
19673 2008-11-10  Bruno Haible  <bruno@clisp.org>
19674
19675         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19676         cross-compiling guesses also when the native compile gives no result.
19677
19678 2008-11-10  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/spawni.c (__spawni): Force variable into the stack.
19681
19682 2008-11-10  Bruno Haible  <bruno@clisp.org>
19683
19684         Add support for Haiku.
19685         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19686         glibc and BeOS, but also on Haiku.
19687         * lib/fpurge.c (fpurge): Likewise.
19688         * lib/freadable.c (freadable): Likewise.
19689         * lib/freadahead.c (freadahead): Likewise.
19690         * lib/freading.c (freading): Likewise.
19691         * lib/freadptr.c (freadptr): Likewise.
19692         * lib/freadseek.c (freadptrinc): Likewise.
19693         * lib/fseeko.c (rpl_fseeko): Likewise.
19694         * lib/fseterr.c (fseterr): Likewise.
19695         * lib/fwritable.c (fwritable): Likewise.
19696         * lib/fwriting.c (fwriting): Likewise.
19697         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19698
19699 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19700
19701         * lib/config.charset: Treat Haiku like BeOS.
19702
19703 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19704
19705         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19706         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19707
19708 2008-11-08  Bruno Haible  <bruno@clisp.org>
19709
19710         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19711         AC_CACHE_CHECK.
19712
19713 2008-11-08  Bruno Haible  <bruno@clisp.org>
19714
19715         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19716
19717 2008-11-08  Bruno Haible  <bruno@clisp.org>
19718
19719         * tests/test-select-fd.c: New file.
19720         * tests/test-select-in.sh: New file.
19721         * tests/test-select-out.sh: New file.
19722         * tests/test-select-stdin.c: New file.
19723         * modules/select-tests (Files): Add the new files.
19724         (Depends-on): Add gettimeofday.
19725         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19726         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19727         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19728
19729 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19730             Bruno Haible  <bruno@clisp.org>
19731
19732         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19733
19734 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19735
19736         * build-aux/pmccabe2html: Added support for C++ source files.
19737
19738 2008-11-05  Ben Pfaff  <blp@gnu.org>
19739
19740         Fix lib/close.c build on Windows.
19741         * modules/close (Files): Add lib/w32sock.h.
19742
19743 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19744
19745         Accept Bison's NEWS format.
19746         * build-aux/announce-gen (print_news_deltas): Tweak
19747         $re_prefix.
19748
19749 2008-11-04  Bruno Haible  <bruno@clisp.org>
19750
19751         * modules/random_r (Maintainer): Add glibc.
19752
19753 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19754
19755         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19756         by karl@freefriends.org (Karl Berry).
19757         * doc/alloca.texi: Likewise.
19758         * doc/c-ctype.texi: Likewise.
19759         * doc/c-strcase.texi: Likewise.
19760         * doc/c-strcaseeq.texi: Likewise.
19761         * doc/c-strcasestr.texi: Likewise.
19762         * doc/c-strstr.texi: Likewise.
19763         * doc/c-strtod.texi: Likewise.
19764         * doc/c-strtold.texi: Likewise.
19765         * doc/ctime.texi: Likewise.
19766         * doc/error.texi: Likewise.
19767         * doc/fdl.texi: Likewise.
19768         * doc/gcd.texi: Likewise.
19769         * doc/getdate.texi: Likewise.
19770         * doc/gnulib-intro.texi: Likewise.
19771         * doc/gnulib-tool.texi: Likewise.
19772         * doc/gnulib.texi: Likewise.
19773         * doc/inet_ntoa.texi: Likewise.
19774         * doc/maintain.texi: Likewise.
19775         * doc/make-stds.texi: Likewise.
19776         * doc/quote.texi: Likewise.
19777         * doc/regexprops-generic.texi: Likewise.
19778         * doc/standards.texi: Likewise.
19779         * doc/verify.texi: Likewise.
19780         * doc/visibility.texi: Likewise.
19781         * doc/gnulib.texi (GNU Free Documentation License): Include
19782         fdl-1.3.texi instead of fdl.texi.
19783
19784 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19785
19786         * doc/fdl-1.3.texi: New file, from
19787         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19788         * modules/fdl-1.3: Add.
19789         * MODULES.html.sh: Add fdl-1.3.
19790
19791 2008-11-03  Bruno Haible  <bruno@clisp.org>
19792
19793         Make determination of absolute name of header file work with AIX xlc.
19794         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19795         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19796         preprocessing.
19797         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19798         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19799
19800 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19801
19802         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19803         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19804         <ludo@gnu.org>.
19805
19806 2008-11-02  Bruno Haible  <bruno@clisp.org>
19807
19808         Mark 'strpbrk' obsolete.
19809         * modules/strpbrk (Status, Notice): New sections.
19810         * modules/strtok_r (Depends-on): Add strpbrk.
19811
19812 2008-11-02  Bruno Haible  <bruno@clisp.org>
19813
19814         Mark 'strdup' obsolete.
19815         * modules/strdup (Status, Notice): New sections.
19816         * modules/findprog (Depends-on): Add strdup.
19817         * modules/getaddrinfo (Depends-on): Likewise.
19818         * modules/localename (Depends-on): Likewise.
19819         * modules/relocatable-lib (Depends-on): Likewise.
19820         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19821         * modules/relocatable-prog (Depends-on): Likewise.
19822         * modules/trim (Depends-on): Likewise.
19823         * modules/unictype/gen-ctype (Depends-on): Likewise.
19824         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19825
19826 2008-11-02  Bruno Haible  <bruno@clisp.org>
19827
19828         Mark 'strcspn' obsolete.
19829         * modules/strcspn (Status, Notice): New sections.
19830
19831 2008-11-02  Bruno Haible  <bruno@clisp.org>
19832
19833         Mark 'rmdir' obsolete.
19834         * modules/rmdir (Status, Notice): New sections.
19835         * modules/clean-temp (Depends-on): Add rmdir.
19836         * modules/openat (Depends-on): Likewise.
19837
19838 2008-11-02  Bruno Haible  <bruno@clisp.org>
19839
19840         Mark 'raise' obsolete.
19841         * modules/raise (Status, Notice): New sections.
19842         (Include): Specify <signal.h>.
19843         * modules/stdio (Depends-on): Add raise.
19844         * modules/write (Depends-on): Likewise.
19845
19846 2008-11-02  Bruno Haible  <bruno@clisp.org>
19847
19848         Mark 'memset' obsolete.
19849         * modules/memset (Status, Notice): New sections.
19850
19851 2008-11-02  Bruno Haible  <bruno@clisp.org>
19852
19853         Mark 'memmove' obsolete.
19854         * modules/memmove (Status, Notice): New sections.
19855         * modules/argp (Depends-on): Add memmove.
19856         * modules/argz (Depends-on): Likewise.
19857         * modules/canonicalize (Depends-on): Likewise.
19858         * modules/canonicalize-lgpl (Depends-on): Likewise.
19859         * modules/fts (Depends-on): Likewise.
19860         * modules/getcwd (Depends-on): Likewise.
19861         * modules/human (Depends-on): Likewise.
19862         * modules/regex (Depends-on): Likewise.
19863         * modules/striconveh (Depends-on): Likewise.
19864         * modules/trim (Depends-on): Likewise.
19865         * modules/unistr/u8-move (Depends-on): Likewise.
19866         * modules/unistr/u16-move (Depends-on): Likewise.
19867         * modules/unistr/u32-move (Depends-on): Likewise.
19868
19869 2008-11-02  Bruno Haible  <bruno@clisp.org>
19870
19871         Mark 'memcpy' obsolete.
19872         * modules/memcpy (Status, Notice): New sections.
19873
19874 2008-11-02  Bruno Haible  <bruno@clisp.org>
19875
19876         Mark 'memcmp' obsolete.
19877         * modules/memcmp (Status, Notice): New sections.
19878         * modules/argmatch (Depends-on): Add memchr.
19879         * modules/backupfile (Depends-on): Likewise.
19880         * modules/c-strcasestr (Depends-on): Likewise.
19881         * modules/crypto/des (Depends-on): Likewise.
19882         * modules/csharpcomp (Depends-on): Likewise.
19883         * modules/fnmatch (Depends-on): Likewise.
19884         * modules/git-merge-changelog (Depends-on): Likewise.
19885         * modules/isnand (Depends-on): Likewise.
19886         * modules/isnand-nolibm (Depends-on): Likewise.
19887         * modules/isnanf (Depends-on): Likewise.
19888         * modules/isnanf-nolibm (Depends-on): Likewise.
19889         * modules/isnanl (Depends-on): Likewise.
19890         * modules/isnanl-nolibm (Depends-on): Likewise.
19891         * modules/mbchar (Depends-on): Likewise.
19892         * modules/memcoll (Depends-on): Likewise.
19893         * modules/quotearg (Depends-on): Likewise.
19894         * modules/regex (Depends-on): Likewise.
19895         * modules/relocatable-prog (Depends-on): Likewise.
19896         * modules/same (Depends-on): Likewise.
19897         * modules/signbit (Depends-on): Likewise.
19898         * modules/strcasestr-simple (Depends-on): Likewise.
19899         * modules/unictype/gen-ctype (Depends-on): Likewise.
19900         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19901         * modules/uniname/uniname (Depends-on): Likewise.
19902         * modules/unistr/u8-cmp (Depends-on): Likewise.
19903
19904 2008-11-02  Bruno Haible  <bruno@clisp.org>
19905
19906         Mark 'memchr' obsolete.
19907         * modules/memchr (Status, Notice): New sections.
19908         * modules/argp (Depends-on): Add memchr.
19909         * modules/base64 (Depends-on): Likewise.
19910         * modules/c-strcasestr (Depends-on): Likewise.
19911         * modules/chdir-long (Depends-on): Likewise.
19912         * modules/fnmatch (Depends-on): Likewise.
19913         * modules/getsubopt (Depends-on): Likewise.
19914         * modules/git-merge-changelog (Depends-on): Likewise.
19915         * modules/glob (Depends-on): Likewise.
19916         * modules/strcasestr-simple (Depends-on): Likewise.
19917         * modules/strnlen (Depends-on): Likewise.
19918
19919 2008-11-02  Bruno Haible  <bruno@clisp.org>
19920
19921         Mark 'atexit' obsolete.
19922         * modules/atexit (Status, Notice): New sections.
19923         * modules/chdir-long (Depends-on): Add atexit.
19924         * modules/wait-process (Depends-on): Likewise.
19925
19926 2008-11-02  Bruno Haible  <bruno@clisp.org>
19927
19928         * gnulib-tool: New option --with-obsolete.
19929         (func_usage): Document it.
19930         (func_modules_transitive_closure): Drop obsolete dependencies if
19931         incobsolete is not true.
19932         (func_import): Read and save the incobsolete variable to the cache.
19933
19934 2008-11-02  Bruno Haible  <bruno@clisp.org>
19935
19936         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19937         * gnulib-tool: New option --extract-status.
19938         (func_usage): Document it.
19939         (sed_extract_prog): Recognize it.
19940         (func_get_status): New function.
19941
19942 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19943
19944         * modules/sockets (License): Change from LGPL to LGPLv2+.
19945
19946 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19947
19948         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19949
19950 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19951
19952         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19953         Mention times and sys_times.
19954         * modules/sys_times, modules/sys_times-tests: New modules.
19955         * modules/times, modules/times-tests: Likewise
19956         * m4/sys_times_h.m4: New file.
19957         * lib/sys_times.in.h: Likewise
19958         * lib/times.c: Likewise.
19959         * tests/test-sys_times.c: Likewise.
19960         * tests/test-times.c: Likewise.
19961         * doc/posix-headers/sys_times.texi: Update.
19962         * doc/posix-functions/times.texi: Update.
19963
19964 2008-10-28  Jim Meyering  <meyering@redhat.com>
19965
19966         * modules/tempname (Depends-on): Add lstat.
19967
19968         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19969
19970 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19971
19972         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19973         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19974         using idiom used elsewhere in gnulib.
19975
19976 2008-10-27  Jim Meyering  <meyering@redhat.com>
19977
19978         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19979
19980 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19981
19982         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19983         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19984         programs.
19985         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19986
19987 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19988
19989         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19990
19991 2008-10-27  Bruno Haible  <bruno@clisp.org>
19992
19993         * tests/test-lstat.c: Include <stdio.h>.
19994
19995 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19996
19997         * modules/lstat-tests: New module.
19998         * tests/test-lstat.c: New file.
19999
20000 2008-10-26  Jim Meyering  <meyering@redhat.com>
20001
20002         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20003
20004 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20005             Bruno Haible  <bruno@clisp.org>
20006
20007         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20008         * modules/configmake (Include): Add a note that the include must come
20009         after all system headers.
20010         * lib/javaversion.c: Include configmake.h after all other includes.
20011
20012 2008-10-26  Bruno Haible  <bruno@clisp.org>
20013
20014         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20015         HAVE_STRUCT_RANDOM_DATA to 1.
20016         (gl_STDLIB_H): Simplify.
20017
20018 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20019
20020         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20021         substitute HAVE_STRUCT_RANDOM_DATA.
20022         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20023         random_data.
20024         * modules/stdlib (Makefile.am): Substitute
20025         HAVE_STRUCT_RANDOM_DATA.
20026
20027 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20028
20029         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20030         * doc/gnulib-intro.texi (Copyright): Likewise.
20031
20032 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20033
20034         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20035         findings.
20036
20037 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20038             Bruno Haible  <bruno@clisp.org>
20039
20040         * lib/unistd.in.h: Include <winsock2.h>.
20041         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20042         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20043         Provide dummy declarations.
20044         (gethostname): Override.
20045         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20046         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20047         gl_PREREQ_SYS_H_WINSOCK2.
20048         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20049         * doc/posix-functions/gethostname.texi: More details.
20050
20051 2008-10-25  Bruno Haible  <bruno@clisp.org>
20052
20053         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20054         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20055         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20056
20057         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20058         here ...
20059         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20060         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20061         gl_UNISTD_H_DEFAULTS.
20062
20063 2008-10-25  Eric Blake  <ebb9@byu.net>
20064
20065         signbit: avoid spurious compiler failure
20066         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20067         declarations inside function.
20068
20069 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20070             Bruno Haible  <bruno@clisp.org>
20071
20072         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20073         * modules/random_r (Depends-on): Add stdint.
20074
20075 2008-10-24  Bruno Haible  <bruno@clisp.org>
20076
20077         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20078         Eggert.
20079         * modules/strerror (License): Likewise.
20080
20081 2008-10-24  Jim Meyering  <meyering@redhat.com>
20082
20083         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20084         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20085
20086 2008-10-24  Eric Blake  <ebb9@byu.net>
20087
20088         getgroups: fix compilation when getgroups is available
20089         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20090         but with <config.h> override of getgroups disabled.
20091
20092 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20093
20094         * doc/gnulib.texi (Header files): Add note about C++ problems.
20095         Explained by Bruno Haible <bruno@clisp.org>.
20096
20097 2008-10-23  Bruno Haible  <bruno@clisp.org>
20098
20099         Define a dummy SA_NODEFER macro on Interix.
20100         * lib/signal.in.h (SA_NODEFER): Define fallback.
20101         Reported by Aleksey Cheusov <cheusov@tut.by> via
20102         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20103
20104 2008-10-23  Bruno Haible  <bruno@clisp.org>
20105
20106         * modules/freadahead (License): Change to LGPLv2+.
20107         Suggested by Simon Josefsson.
20108
20109 2008-10-23  Jim Meyering  <meyering@redhat.com>
20110
20111         random_r: new module
20112         * modules/random_r: New file.
20113         * m4/random_r.m4: New file.
20114         * lib/random_r.c: New file, from glibc.
20115         * modules/random_r-tests: New file.
20116         * tests/test-random_r.c: New file.
20117         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20118          Declare.
20119         (RAND_MAX): Define.
20120         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20121         * modules/stdlib: Substitute them, too.
20122         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20123         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20124         * doc/glibc-functions/random_r.texi: Likewise.
20125         * doc/glibc-functions/setstate_r.texi: Likewise.
20126         * doc/glibc-functions/srandom_r.texi: Likewise.
20127         * config/srclist.txt: Mention it.
20128
20129 2008-10-23  David Lutterkort  <lutter@redhat.com>
20130
20131         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20132         link requirement
20133
20134 2008-10-23  Jim Meyering  <meyering@redhat.com>
20135
20136         selinux-h: mark parameters of stub functions as intentionally unused
20137         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20138         * lib/se-context.in.h: Likewise.
20139
20140 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20141
20142         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20143
20144 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20145
20146         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20147
20148 2008-10-22  Eric Blake  <ebb9@byu.net>
20149
20150         glthread/thread: avoid compiler warning
20151         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20152         Add unreachable abort to silence compiler.
20153
20154 2008-10-22  Eric Blake  <ebb9@byu.net>
20155
20156         netdb: also supply struct addrinfo for cygwin 1.5.x
20157         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20158         older cygwin.
20159         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20160         cygwin.
20161         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20162
20163 2008-10-22  Bruno Haible  <bruno@clisp.org>
20164
20165         * users.txt: Update entry about pspp.
20166
20167 2008-10-21  Bruno Haible  <bruno@clisp.org>
20168
20169         Simplification.
20170         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20171         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20172
20173         Simplification.
20174         * lib/ioctl.c (ioctl): Don't undefine.
20175         * lib/socket.c (socket): Don't undefine.
20176
20177         Remove unused module indicator macros.
20178         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20179         GNULIB_$1 as a C macro.
20180
20181         * doc/posix-functions/close.texi: Undo last change.
20182         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20183         Windows platforms.
20184
20185 2008-10-21  Bruno Haible  <bruno@clisp.org>
20186
20187         Add gethostname() declaration to <unistd.h>.
20188         * lib/unistd.in.h (gethostname): New declaration.
20189         * lib/gethostname.c: Include <unistd.h>.
20190         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20191         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20192         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20193         and HAVE_GETHOSTNAME.
20194         * modules/gethostname (Depends-on): Add unistd.
20195         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20196         (Include): Specify <unistd.h>.
20197         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20198         HAVE_GETHOSTNAME.
20199         * tests/test-gethostname.c: Include <unistd.h> first.
20200
20201 2008-10-21  Bruno Haible  <bruno@clisp.org>
20202
20203         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20204         * modules/select-tests (Depends-on): Likewise.
20205         Reported by Simon Josefsson.
20206
20207 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20208
20209         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20210         * lib/accept.c: New file, based on winsock.c.
20211         * lib/bind.c: New file, based on winsock.c.
20212         * lib/connect.c: New file, based on winsock.c.
20213         * lib/getpeername.c: New file, based on winsock.c.
20214         * lib/getsockname.c: New file, based on winsock.c.
20215         * lib/getsockopt.c: New file, based on winsock.c.
20216         * lib/ioctl.c: New file, based on winsock.c.
20217         * lib/listen.c: New file, based on winsock.c.
20218         * lib/recv.c: New file, based on winsock.c.
20219         * lib/recvfrom.c: New file, based on winsock.c.
20220         * lib/send.c: New file, based on winsock.c.
20221         * lib/sendto.c: New file, based on winsock.c.
20222         * lib/setsockopt.c: New file, based on winsock.c.
20223         * lib/shutdown.c: New file, based on winsock.c.
20224         * lib/socket.c: New file, based on winsock.c.
20225         * lib/w32sock.h: New file, based on winsock.c.
20226         * lib/winsock.c: Remove file.
20227         * modules/accept: Likewise.
20228         * modules/bind: Likewise.
20229         * modules/connect: Likewise.
20230         * modules/getpeername: Likewise.
20231         * modules/getsockname: Likewise.
20232         * modules/getsockopt: Likewise.
20233         * modules/ioctl: Likewise.
20234         * modules/listen: Likewise.
20235         * modules/recv: Likewise.
20236         * modules/recvfrom: Likewise.
20237         * modules/send: Likewise.
20238         * modules/sendto: Likewise.
20239         * modules/setsockopt: Likewise.
20240         * modules/shutdown: Likewise.
20241         * modules/socket: Use socket.c instead of winsock.c.
20242         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20243         * doc/posix-functions/accept.texi: Doc fix.
20244         * doc/posix-functions/bind.texi: Doc fix.
20245         * doc/posix-functions/close.texi: Doc fix.
20246         * doc/posix-functions/connect.texi: Doc fix.
20247         * doc/posix-functions/getpeername.texi: Doc fix.
20248         * doc/posix-functions/getsockname.texi: Doc fix.
20249         * doc/posix-functions/getsockopt.texi: Doc fix.
20250         * doc/posix-functions/ioctl.texi: Doc fix.
20251         * doc/posix-functions/listen.texi: Doc fix.
20252         * doc/posix-functions/recv.texi: Doc fix.
20253         * doc/posix-functions/recvfrom.texi: Doc fix.
20254         * doc/posix-functions/send.texi: Doc fix.
20255         * doc/posix-functions/sendto.texi: Doc fix.
20256         * doc/posix-functions/setsockopt.texi: Doc fix.
20257         * doc/posix-functions/shutdown.texi: Doc fix.
20258         * doc/posix-functions/socket.texi: Doc fix.
20259
20260 2008-10-20  Bruno Haible  <bruno@clisp.org>
20261
20262         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20263         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20264         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20265         as an alias for SIGABRT.
20266         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20267         (sigaction): Map it to SIGABRT.
20268         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20269
20270 2008-10-20  Bruno Haible  <bruno@clisp.org>
20271
20272         * lib/fts.c: Don't include lstat.h.
20273         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20274
20275         Move the lstat() declaration to <sys/stat.h>.
20276         * lib/lstat.h: Remove file.
20277         * lib/sys_stat.in.h: Add special invocation convention.
20278         (lstat): New declaration.
20279         * lib/lstat.c (orig_lstat): New function.
20280         (rpl_lstat): Use orig_lstat instead of lstat.
20281         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20282         AC_C_INLINE. Set REPLACE_LSTAT.
20283         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20284         and REPLACE_LSTAT.
20285         * modules/lstat (Files): Remove lib/lstat.h.
20286         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20287         (Include): Specify <sys/stat.h> instead of lstat.h.
20288         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20289         REPLACE_LSTAT.
20290         * NEWS: Mention the change.
20291
20292 2008-10-20  Bruno Haible  <bruno@clisp.org>
20293
20294         * modules/posix_spawn-tests: New file.
20295         * tests/test-posix_spawn3.c: New file.
20296
20297 2008-10-20  Bruno Haible  <bruno@clisp.org>
20298
20299         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20300         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20301         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20302         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20303         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20304
20305 2008-10-20  Bruno Haible  <bruno@clisp.org>
20306
20307         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20308         of posix_spawn on AIX 5.3.
20309
20310 2008-10-20  Bruno Haible  <bruno@clisp.org>
20311
20312         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20313
20314 2008-10-20  Bruno Haible  <bruno@clisp.org>
20315
20316         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20317         of AC_LANG_PROGRAM.
20318
20319 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20320
20321         * lib/netdb.in.h: Don't define GNU specific constants until they
20322         are supported or needed.  Reported by Bruno Haible
20323         <bruno@clisp.org>.
20324
20325 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20326
20327         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20328
20329 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20330
20331         * lib/getaddrinfo.h: Remove file.
20332         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20333         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20334         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20335         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20336         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20337         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20338         * tests/test-getaddrinfo.c: Likewise.
20339         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20340         * NEWS: Mention change.
20341
20342 2008-10-19  Bruno Haible  <bruno@clisp.org>
20343
20344         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20345
20346 2008-10-19  Bruno Haible  <bruno@clisp.org>
20347
20348         * lib/wait-process.c: Include simply <sys/wait.h>.
20349         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20350         WIFSTOPPED): Remove fallback definitions.
20351         * modules/wait-process (Depends-on): Add sys_wait.
20352
20353         New module 'sys_wait'.
20354         * modules/sys_wait: New file.
20355         * lib/sys_wait.in.h: New file, partially copied from
20356         lib/wait-process.c.
20357         * m4/sys_wait_h.m4: New file.
20358         * doc/posix-headers/sys_wait.texi: Mention the new module.
20359
20360 2008-10-19  Bruno Haible  <bruno@clisp.org>
20361
20362         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20363
20364 2008-10-19  Bruno Haible  <bruno@clisp.org>
20365
20366         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20367         * lib/wait-process.c (WAIT_T): Remove type.
20368         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20369         (wait_subprocess): Update.
20370
20371 2008-10-19  Bruno Haible  <bruno@clisp.org>
20372
20373         New module 'atoll'.
20374         * modules/atoll: New file.
20375         * lib/stdlib.in.h (atoll): New declaration.
20376         * lib/atoll.c: New file, from glibc with modifications.
20377         * m4/atoll.m4: New file.
20378         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20379         HAVE_ATOLL.
20380         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20381         * doc/posix-functions/atoll.texi: Mention the new module.
20382
20383 2008-10-19  Bruno Haible  <bruno@clisp.org>
20384
20385         Add strtoull() declaration to <stdlib.h>.
20386         * lib/stdlib.in.h (strtoull): New declaration.
20387         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20388         Set HAVE_STRTOULL.
20389         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20390         HAVE_STRTOULL.
20391         * modules/strtoull (Depends-on): Add stdlib.
20392         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20393         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20394         HAVE_STRTOULL.
20395
20396 2008-10-19  Bruno Haible  <bruno@clisp.org>
20397
20398         Add strtoll() declaration to <stdlib.h>.
20399         * lib/stdlib.in.h (strtoll): New declaration.
20400         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20401         Set HAVE_STRTOLL.
20402         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20403         HAVE_STRTOLL.
20404         * modules/strtoll (Depends-on): Add stdlib.
20405         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20406         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20407
20408 2008-10-19  Bruno Haible  <bruno@clisp.org>
20409
20410         * modules/bcopy (Depends-on): Add strings.
20411         (Include): Specify <strings.h>.
20412
20413 2008-10-19  Bruno Haible  <bruno@clisp.org>
20414
20415         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20416
20417 2008-10-19  Bruno Haible  <bruno@clisp.org>
20418
20419         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20420         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20421         mingw.
20422
20423 2008-10-19  Bruno Haible  <bruno@clisp.org>
20424
20425         * lib/atanl.c: Don't include isnanl.h.
20426         * lib/cosl.c: Likewise.
20427         * lib/ldexpl.c: Likewise.
20428         * lib/logl.c: Likewise.
20429         * lib/sinl.c: Likewise.
20430         * lib/sqrtl.c: Likewise.
20431         * lib/tanl.c: Likewise.
20432
20433         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20434         * lib/isnanf.h: Remove file.
20435         * lib/isnand.h: Remove file.
20436         * lib/isnanl.h: Remove file.
20437         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20438         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20439         macros.
20440         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20441         HAVE_ISNANF, don't define it as a C macro.
20442         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20443         HAVE_ISNAND, don't define it as a C macro.
20444         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20445         HAVE_ISNANL, don't define it as a C macro.
20446         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20447         HAVE_ISNAN[FDL].
20448         * modules/isnanf (Files): Remove lib/isnanf.h.
20449         (Depends-on): Add math.
20450         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20451         (Include): Specify <math.h> instead of isnanf.h.
20452         * modules/isnand (Files): Remove lib/isnand.h.
20453         (Depends-on): Add math.
20454         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20455         (Include): Specify <math.h> instead of isnand.h.
20456         * modules/isnanl (Files): Remove lib/isnanl.h.
20457         (Depends-on): Add math.
20458         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20459         (Include): Specify <math.h> instead of isnanl.h.
20460         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20461         HAVE_ISNAN[FDL].
20462         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20463         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20464         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20465         * NEWS: Mention the change.
20466
20467 2008-10-18  Bruno Haible  <bruno@clisp.org>
20468
20469         Add getusershell(), setusershell(), endusershell() declarations to
20470         <unistd.h>.
20471         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20472         declarations.
20473         * lib/getusershell.c: Include unistd.h.
20474         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20475         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20476         HAVE_GETUSERSHELL.
20477         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20478         and HAVE_GETUSERSHELL.
20479         * modules/getusershell (Depends-on): Add unistd, extensions.
20480         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20481         (Include): Specify <unistd.h>.
20482         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20483         HAVE_GETUSERSHELL.
20484
20485 2008-10-18  Bruno Haible  <bruno@clisp.org>
20486
20487         Add a getloadavg() declaration to <stdlib.h>.
20488         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20489         getloadavg declaration.
20490         (getloadavg): New declaration.
20491         * lib/getloadavg.c: Include <stdlib.h> first.
20492         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20493         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20494         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20495         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20496         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20497         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20498         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20499         (Include): Specify <stdlib.h>.
20500         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20501         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20502
20503 2008-10-18  Bruno Haible  <bruno@clisp.org>
20504
20505         * lib/dirchownmod.c: Don't include lchmod.h.
20506
20507         Move the lchmod() declaration to <sys/stat.h>.
20508         * lib/lchmod.h: Remove file.
20509         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20510         (lchmod): New declaration, moved here from lib/lchown.h.
20511         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20512         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20513         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20514         and HAVE_LCHMOD.
20515         * modules/lchmod (Files): Remove lib/lchmod.h.
20516         (Depends-on): Add sys_stat, extensions.
20517         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20518         (Include): Specify <sys/stat.h> instead of lchmod.h.
20519         * modules/sys_stat (Depends-on): Add link-warning.
20520         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20521         definition of GL_LINK_WARNING.
20522         * NEWS: Mention the change.
20523
20524 2008-10-18  Bruno Haible  <bruno@clisp.org>
20525
20526         * lib/fchdir.c: Don't include dirfd.h.
20527         * lib/fts.c: Likewise.
20528         * lib/getcwd.c: Likewise.
20529         * lib/glob.c: Likewise.
20530
20531         Move the dirfd() declaration to <dirent.h>.
20532         * lib/dirfd.h: Remove file.
20533         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20534         (dirfd): New declaration.
20535         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20536         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20537         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20538         HAVE_DECL_DIRFD.
20539         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20540         HAVE_DECL_DIRFD.
20541         * modules/dirfd (Files): Remove lib/dirfd.h.
20542         (Depends-on): Add dirent, extensions.
20543         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20544         (Include): Specify <dirent.h> instead of dirfd.h.
20545         * modules/dirent (Depends-on): Add link-warning.
20546         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20547         definition of GL_LINK_WARNING.
20548         * NEWS: Mention the change.
20549
20550 2008-10-18  Bruno Haible  <bruno@clisp.org>
20551
20552         Move the euidaccess() declaration to <unistd.h>.
20553         * lib/euidaccess.h: Remove file.
20554         * lib/unistd.in.h (euidaccess): New declaration.
20555         * lib/euidaccess.c: Don't include euidaccess.h.
20556         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20557         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20558         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20559         and HAVE_EUIDACCESS.
20560         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20561         (Depends-on): Add unistd.
20562         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20563         (Include): Specify <unistd.h> instead of euidaccess.h.
20564         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20565         HAVE_EUIDACCESS.
20566         * NEWS: Mention the change.
20567
20568 2008-10-18  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20571
20572         Move the getdomainname() declaration to <unistd.h>.
20573         * lib/getdomainname.h: Remove file.
20574         * lib/unistd.in.h (getdomainname): New declaration.
20575         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20576         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20577         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20578         HAVE_GETDOMAINNAME.
20579         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20580         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20581         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20582         (Depends-on): Add unistd, extensions.
20583         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20584         (Includes): Specify <unistd.h> instead of getdomainname.h.
20585         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20586         HAVE_GETDOMAINNAME.
20587         * NEWS: Mention the change.
20588
20589 2008-10-18  Bruno Haible  <bruno@clisp.org>
20590
20591         * modules/dirent: New file.
20592         * m4/dirent_h.m4: New file.
20593         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20594         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20595         * modules/fchdir (Files): Remove lib/dirent.in.h.
20596         (Depends-on): Add dirent.
20597         (Makefile.am): Move rules to modules/dirent.
20598         * doc/posix-headers/dirent.texi: Mention the new module.
20599
20600 2008-10-18  Bruno Haible  <bruno@clisp.org>
20601
20602         Avoid -Wunused-parameter warnings in public gnulib header files.
20603         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20604         macro.
20605         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20606
20607 2008-10-18  Bruno Haible  <bruno@clisp.org>
20608
20609         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20610         * doc/glibc-functions/error.texi: Mention the module 'error'.
20611         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20612         * doc/glibc-functions/getdomainname.texi: Mention the module
20613         'getdomainname'.
20614         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20615         * doc/glibc-functions/getpagesize.texi: Mention the module
20616         'getpagesize'.
20617         * doc/glibc-functions/getusershell.texi: Mention the module
20618         'getusershell'.
20619         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20620         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20621         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20622         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20623         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20624         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20625         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20626         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20627         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20628         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20629         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20630         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20631         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20632         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20633
20634 2008-10-17  Bruno Haible  <bruno@clisp.org>
20635
20636         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20637         HP-UX and IRIX, use -0.0L.
20638         * tests/test-ceill.c (minus_zero): Likewise.
20639         * tests/test-floorl.c (minus_zero): Likewise.
20640         * tests/test-frexpl.c (minus_zero): Likewise.
20641         * tests/test-isnan.c (minus_zerol): Likewise.
20642         * tests/test-isnanl.h (minus_zero): Likewise.
20643         * tests/test-ldexpl.c (minus_zero): Likewise.
20644         * tests/test-roundl.c (minus_zero): Likewise.
20645         * tests/test-signbit.c (minus_zerol): Likewise.
20646         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20647         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20648         * tests/test-truncl.c (minus_zero): Likewise.
20649         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20650         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20651         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20652         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20653
20654 2008-10-17  Bruno Haible  <bruno@clisp.org>
20655
20656         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20657         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20658         that it gets activated only for gcc >= 3.0.
20659         * lib/dirent.in.h: Likewise.
20660         * lib/errno.in.h: Likewise.
20661         * lib/fcntl.in.h: Likewise.
20662         * lib/float.in.h: Likewise.
20663         * lib/iconv.in.h: Likewise.
20664         * lib/inttypes.in.h: Likewise.
20665         * lib/locale.in.h: Likewise.
20666         * lib/math.in.h: Likewise.
20667         * lib/netdb.in.h: Likewise.
20668         * lib/netinet_in.in.h: Likewise.
20669         * lib/search.in.h: Likewise.
20670         * lib/signal.in.h: Likewise.
20671         * lib/spawn.in.h: Likewise.
20672         * lib/stdarg.in.h: Likewise.
20673         * lib/stdint.in.h: Likewise.
20674         * lib/stdio.in.h: Likewise.
20675         * lib/stdlib.in.h: Likewise.
20676         * lib/string.in.h: Likewise.
20677         * lib/strings.in.h: Likewise.
20678         * lib/sys_file.in.h: Likewise.
20679         * lib/sys_ioctl.in.h: Likewise.
20680         * lib/sys_select.in.h: Likewise.
20681         * lib/sys_socket.in.h: Likewise.
20682         * lib/sys_stat.in.h: Likewise.
20683         * lib/sys_time.in.h: Likewise.
20684         * lib/sysexits.in.h: Likewise.
20685         * lib/time.in.h: Likewise.
20686         * lib/unistd.in.h: Likewise.
20687         * lib/wchar.in.h: Likewise.
20688         * lib/wctype.in.h: Likewise.
20689         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20690
20691 2008-10-17  Jim Meyering  <meyering@redhat.com>
20692
20693         ignore-value: don't depend on inline module
20694         * modules/ignore-value (Depends-on): Remove 'inline'.
20695         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20696         Suggestion from Bruno Haible.
20697
20698 2008-10-17  Bruno Haible  <bruno@clisp.org>
20699
20700         New implementation of condition variables for Win32.
20701         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20702         (gl_linked_waitqueue_t): New type.
20703         (gl_cond_t): Use it.
20704         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20705         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20706         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20707         (glthread_cond_init_func, glthread_cond_wait_func,
20708         glthread_cond_timedwait_func, glthread_cond_signal_func,
20709         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20710         Reimplemented on the basis of gl_linked_waitqueue_t.
20711         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20712         gl_waitqueue_t.
20713         (gl_rwlock_t): Update.
20714         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20715
20716 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20717
20718         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20719         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20720
20721 2008-10-17  Jim Meyering  <meyering@redhat.com>
20722
20723         ignore-value: new module
20724         * modules/ignore-value: New file.
20725         * lib/ignore-value.h: New file.
20726         * MODULES.html.sh (Compiler warning management): New section,
20727         just for this module.  More to come.
20728
20729 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20730
20731         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20732         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20733         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20734
20735 2008-10-16  Jim Meyering  <meyering@redhat.com>
20736
20737         openat-die.c: avoid 'no previous prototype' warning
20738         * lib/openat-die.c: Include "openat.h".
20739         Reported by Reuben Thomas <rrt@sc3d.org>.
20740
20741 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20742
20743         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20744         * lib/netdb.in.h: Fix typo.
20745         Reported by Bruno Haible  <bruno@clisp.org>
20746
20747         * lib/netdb.in.h: Include sys/socket.h for platforms without
20748         netdb.h, to get structures like hostent on MinGW.
20749         * modules/netdb (Depends-on): Add sys_socket.
20750
20751 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20752
20753         * modules/netdb, modules/netdb-tests: New file.
20754         * m4/netdb_h.m4: New file.
20755         * lib/netdb.in.h: Add, currently just an empty file pending
20756         definitions.
20757         * tests/test-netdb.c: New file.
20758         * doc/posix-headers/netdb.texi: Mention that we replace it if
20759         needed.
20760         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20761         netdb.
20762
20763 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20764
20765         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20766         with code.
20767
20768 2008-10-13  Bruno Haible  <bruno@clisp.org>
20769
20770         * lib/glthread/cond.c (glthread_cond_wait_func,
20771         glthread_cond_timedwait_func): Add a comment.
20772
20773 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20774
20775         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20776         * tests/test-select.c: Likewise,
20777
20778 2008-10-13  Bruno Haible  <bruno@clisp.org>
20779
20780         * lib/glthread/cond.c (glthread_cond_wait_func,
20781         glthread_cond_timedwait_func): Fix variable name.
20782         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20783
20784 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20785
20786         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20787         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20788         struct sockaddr.sa_len.
20789         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20790
20791 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20792
20793         * build-aux/pmccabe2html: Add css and css_url parameters.
20794
20795 2008-10-12  Bruno Haible  <bruno@clisp.org>
20796
20797         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20798         calling aclx_get.
20799         Reported by Rainer Tammer <tammer@tammer.net>.
20800
20801 2008-10-12  Bruno Haible  <bruno@clisp.org>
20802
20803         Use msvcrt aware primitives for creation/termination of Win32 threads.
20804         * lib/glthread/thread.c: Include <process.h>.
20805         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20806         (wrapper_func): Update signature.
20807         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20808
20809 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20810             Bruno Haible  <bruno@clisp.org>
20811
20812         Provide a Win32 implementation of the 'cond' module.
20813         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20814         * lib/glthread/cond.c (glthread_cond_init_func,
20815         glthread_cond_wait_func, glthread_cond_timedwait_func,
20816         glthread_cond_signal_func, glthread_cond_broadcast_func,
20817         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20818         * modules/cond (Dependencies): Add gettimeofday.
20819
20820 2008-10-11  Bruno Haible  <bruno@clisp.org>
20821
20822         Make sleep work on older versions of mingw.
20823         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20824         only whether it exists.
20825         * doc/posix-functions/sleep.texi: Mention the problem with older
20826         versions of mingw.
20827
20828 2008-10-11  Bruno Haible  <bruno@clisp.org>
20829
20830         New module 'shutdown'.
20831         * modules/shutdown: New file.
20832         * lib/sys_socket.in.h (shutdown): New declaration.
20833         * lib/winsock.c (shutdown): New function.
20834         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20835         GNULIB_SHUTDOWN.
20836         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20837         * doc/posix-functions/shutdown.texi: Document the new module.
20838
20839 2008-10-11  Jim Meyering  <meyering@redhat.com>
20840
20841         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20842
20843 2008-10-11  Bruno Haible  <bruno@clisp.org>
20844
20845         New module 'fclose'.
20846         * modules/fclose: New file.
20847         * lib/stdio.in.h (fclose): New declaration.
20848         * lib/fclose.c: New file.
20849         * m4/fclose.m4: New file.
20850         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20851         REPLACE_FCLOSE.
20852         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20853         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20854         REPLACE_FCLOSE.
20855         * modules/close (Depends-on): fclose.
20856         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20857
20858 2008-10-11  Bruno Haible  <bruno@clisp.org>
20859
20860         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20861         set errno and don't call _close.
20862
20863 2008-10-10  Bruno Haible  <bruno@clisp.org>
20864
20865         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20866         ACL, not afterwards. Fixes test failure on Cygwin.
20867
20868 2008-10-09  Ben Pfaff  <blp@gnu.org>
20869
20870         * build-aux/announce-gen: Fix gnulib version related part of usage
20871         message.  Die with a useful error message if no tarballs are
20872         found.
20873
20874 2008-10-10  Jim Meyering  <meyering@redhat.com>
20875
20876         bootstrap: use git's --depth=N option only if it's supported
20877         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20878         recognize the --depth option.  Reported by Pádraig Brady.
20879
20880 2008-10-09  Bruno Haible  <bruno@clisp.org>
20881
20882         New module 'ioctl'.
20883         * modules/ioctl: New file.
20884         * lib/sys_socket.in.h (ioctl): Remove declaration.
20885         * lib/winsock.c: Include <sys/ioctl.h>.
20886         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20887         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20888         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20889         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20890         * doc/posix-functions/ioctl.texi: Mention the new module.
20891
20892 2008-10-09  Bruno Haible  <bruno@clisp.org>
20893
20894         New module 'sys_ioctl'.
20895         * lib/sys_ioctl.in.h: New file.
20896         * m4/sys_ioctl_h.m4: New file.
20897         * modules/sys_ioctl: New file.
20898         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20899
20900 2008-10-09  Bruno Haible  <bruno@clisp.org>
20901
20902         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20903         * lib/winsock.c: Include <stdarg.h>.
20904         (rpl_ioctl): Change to second argument 'int' and then varargs.
20905
20906 2008-10-09  Bruno Haible  <bruno@clisp.org>
20907
20908         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20909         when the sys_socket module is present and the system has <winsock2.h>.
20910
20911 2008-10-09  Bruno Haible  <bruno@clisp.org>
20912
20913         * doc/posix-functions/close.texi: Mention module 'close' instead of
20914         module 'sys_socket'.
20915
20916 2008-10-09  Bruno Haible  <bruno@clisp.org>
20917
20918         * doc/glibc-headers/sys_ioctl.texi: New file.
20919         * doc/gnulib.texi: Include it.
20920
20921 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20922             Bruno Haible  <bruno@clisp.org>
20923
20924         Combine the two replacements of 'close'.
20925         * lib/sys_socket.in.h (close): Define to a reminder to include
20926         <unistd.h>.
20927         (_gl_close_fd_maybe_socket): New declaration.
20928         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20929         * lib/winsock.c (close): Remove undefinition.
20930         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20931         needed for the gnulib module 'close'.
20932         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20933         define to an error symbol or to a warning, if suitable.
20934         * lib/close.c: Include <sys/socket.h>.
20935         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20936         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20937         UNISTD_H_HAVE_WINSOCK2_H.
20938         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20939         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20940         UNISTD_H_HAVE_WINSOCK2_H.
20941         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20942         (configure.ac): Set a module indicator.
20943         (Makefile.am): Substitute GNULIB_CLOSE.
20944         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20945         * modules/poll-tests (Depends-on): Add close.
20946         * modules/select-tests (Depends-on): Likewise.
20947
20948 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20949             Bruno Haible  <bruno@clisp.org>
20950
20951         New module 'close'.
20952         * modules/close: New file.
20953         * lib/unistd.in.h (close): Move declaration out of the
20954         FCHDIR_REPLACEMENT scope.
20955         (_gl_unregister_fd): New declaration.
20956         * lib/close.c: New file.
20957         * lib/fchdir.c (rpl_close): Remove function.
20958         * m4/close.m4: New file.
20959         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20960         close.
20961         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20962         REPLACE_CLOSE.
20963         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20964         REPLACE_CLOSE.
20965         * modules/fchdir (Depends-on): Add close.
20966
20967 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20968             Bruno Haible  <bruno@clisp.org>
20969
20970         * lib/fcntl.in.h (open): Simplify conditionals.
20971         (_gl_register_fd): New declaration.
20972         * lib/fchdir.c (rpl_open): Remove function.
20973         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20974         also.
20975         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20976         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20977         open.
20978
20979 2008-10-09  Jim Meyering  <meyering@redhat.com>
20980
20981         GNUmakefile: use the more name-space-friendly "_version"
20982         * top/GNUmakefile (_dummy): Update.
20983         (_version): Rename from "version".
20984
20985 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20986             Bruno Haible  <bruno@clisp.org>
20987
20988         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20989         rpl_close.
20990         (_gl_register_fd): New function, extracted from rpl_open.
20991         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20992         (rpl_open, rpl_opendir): Use _gl_register_fd.
20993
20994 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20995
20996         Fix organization of 'open' replacement.
20997         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20998         (gl_FUNC_OPEN): Use it.
20999         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21000
21001 2008-10-08  Bruno Haible  <bruno@clisp.org>
21002
21003         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21004
21005 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21006
21007         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21008         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21009         listen).
21010
21011 2008-10-08  Eric Blake  <ebb9@byu.net>
21012
21013         GNUmakefile: add 'make version' target
21014         * top/GNUmakefile (_curr-ver): Split version update rules...
21015         (version): ...into a target.
21016
21017 2008-10-07  Bruno Haible  <bruno@clisp.org>
21018
21019         Use a more portable replacement expression for -0.0L.
21020         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21021         instead of -0.0L. Fix m4 quotation.
21022
21023         * tests/test-signbit.c: Include <float.h>.
21024         (minus_zero): New variable.
21025         (test_signbitl): Use minus_zero instead of -zero.
21026         * modules/signbit-tests (Depends-on): Add float.
21027
21028         * tests/test-ceill.c: Include <float.h>.
21029         (zero): Remove variable.
21030         (minus_zero): New variable.
21031         (main): Use minus_zero instead of -zero.
21032         * modules/ceill-tests (Depends-on): Add float.
21033
21034         * tests/test-floorl.c: Include <float.h>.
21035         (zero): Remove variable.
21036         (minus_zero): New variable.
21037         (main): Use minus_zero instead of -zero.
21038         * modules/floorl-tests (Depends-on): Add float.
21039
21040         * tests/test-roundl.c: Include <float.h>.
21041         (zero): Remove variable.
21042         (minus_zero): New variable.
21043         (main): Use minus_zero instead of -zero.
21044         * modules/roundl-tests (Depends-on): Add float.
21045
21046         * tests/test-truncl.c: Include <float.h>.
21047         (zero): Remove variable.
21048         (minus_zero): New variable.
21049         (main): Use minus_zero instead of -zero.
21050         * modules/truncl-tests (Depends-on): Add float.
21051
21052         * tests/test-frexpl.c (zero): Remove variable.
21053         (minus_zero): New variable.
21054         (main): Use minus_zero instead of -zero.
21055         * modules/frexpl-tests (Depends-on): Add float.
21056
21057         * tests/test-isnan.c (zerol): Remove variable.
21058         (minus_zerol): New variable.
21059         (test_long_double): Use minus_zerol instead of -zerol.
21060         * modules/isnan-tests (Depends-on): Add float.
21061
21062         * tests/test-isnanl.h (zero): Remove variable.
21063         (minus_zero): New variable.
21064         (main): Use minus_zero instead of -zero.
21065         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21066         * modules/isnanl-tests (Depends-on): Add float.
21067
21068         * tests/test-ldexpl.c (zero): Remove variable.
21069         (minus_zero): New variable.
21070         (main): Use minus_zero instead of -zero.
21071         * modules/ldexpl-tests (Depends-on): Add float.
21072
21073         * tests/test-snprintf-posix.h (zerol): Remove variable.
21074         (minus_zerol): New variable.
21075         (test_function): Use minus_zerol instead of -zerol.
21076         * modules/snprintf-posix-tests (Depends-on): Add float.
21077         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21078
21079         * tests/test-sprintf-posix.h (zerol): Remove variable.
21080         (minus_zerol): New variable.
21081         (test_function): Use minus_zerol instead of -zerol.
21082         * modules/sprintf-posix-tests (Depends-on): Add float.
21083         * modules/vsprintf-posix-tests (Depends-on): Add float.
21084
21085         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21086         (minus_zerol): New variable.
21087         (test_function): Use minus_zerol instead of -zerol.
21088         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21089
21090         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21091         (minus_zerol): New variable.
21092         (test_function): Use minus_zerol instead of -zerol.
21093         * modules/vasprintf-posix-tests (Depends-on): Add float.
21094
21095 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21096
21097         * MODULES.html.sh (Support for building documentation): Mention
21098         pmccabe2html.  Sort entries.
21099
21100         Add pmccabe2html module, from gnupdf.
21101         * build-aux/pmccabe.css: New file.
21102         * build-aux/pmccabe2html: New file.
21103         * m4/pmccabe2html.m4: New file.
21104         * modules/pmccabe2html: New file.
21105
21106 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21107
21108         flock: new module
21109         * MODULES.html.sh: Add to list of modules.
21110         * lib/flock.c: flock implementation for Windows and Unix systems
21111         which have fcntl.
21112         * doc/glibc-functions/flock.texi: Update documentation.
21113         * lib/sys_file.in.h: <sys/file.h> header file.
21114         * m4/flock.m4: M4 macros.
21115         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21116         * modules/flock: flock module.
21117         * modules/flock-tests: flock tests module.
21118         * modules/sys_file: sys/file.h module.
21119         * tests/test-flock.c: test suite for flock.
21120
21121 2008-10-06  Jim Meyering  <meyering@redhat.com>
21122
21123         bootstrap: check for LT_INIT more portably still ;-)
21124         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21125         Spotted by Bruno Haible.
21126
21127 2008-10-06  Eric Blake  <ebb9@byu.net>
21128
21129         test-signbit: avoid tripping Irix cc bug on -0.0L
21130         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21131         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21132         entire testsuite consistent and avoids an Irix 6.2 bug.
21133
21134 2008-10-05  Bruno Haible  <bruno@clisp.org>
21135             Jim Meyering  <jim@meyering.net>
21136
21137         Add an option for ignoring EPIPE during close_stdout.
21138         * lib/closeout.h: Include <stdbool.h>.
21139         (close_stdout_set_ignore_EPIPE): New declaration.
21140         * lib/closeout.c: Include <stdbool.h>.
21141         (ignore_EPIPE): New variable.
21142         (close_stdout_set_ignore_EPIPE): New function.
21143         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21144         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21145         failure.
21146         * modules/closeout (Depends-on): Add stdbool.
21147
21148 2008-10-05  Bruno Haible  <bruno@clisp.org>
21149
21150         * modules/accept: New file.
21151         * modules/bind: New file.
21152         * modules/connect: New file.
21153         * modules/getpeername: New file.
21154         * modules/getsockname: New file.
21155         * modules/getsockopt: New file.
21156         * modules/listen: New file.
21157         * modules/recv: New file.
21158         * modules/recvfrom: New file.
21159         * modules/send: New file.
21160         * modules/sendto: New file.
21161         * modules/setsockopt: New file.
21162         * modules/socket: New file.
21163         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21164         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21165         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21166         the particular module is requested. Add a link warning when the
21167         particular module is not requested.
21168         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21169         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21170         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21171         the particular module is requested.
21172         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21173         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21174         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21175         * modules/sys_socket (Depends-on): Add link-warning.
21176         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21177         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21178         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21179         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21180         GL_LINK_WARNING.
21181         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21182         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21183         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21184         * doc/posix-functions/getpeername.texi: Mention the new module
21185         'getpeername'.
21186         * doc/posix-functions/getsockname.texi: Mention the new module
21187         'getsockname'.
21188         * doc/posix-functions/getsockopt.texi: Mention the new module
21189         'getsockopt'.
21190         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21191         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21192         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21193         * doc/posix-functions/send.texi: Mention the new module 'send'.
21194         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21195         * doc/posix-functions/setsockopt.texi: Mention the new module
21196         'setsockopt'.
21197         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21198         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21199         listen, connect, accept.
21200         * modules/select-tests (Depends-on): Likewise.
21201
21202 2008-10-05  Bruno Haible  <bruno@clisp.org>
21203
21204         * lib/winsock.c (strerror): Remove unused #undef.
21205         (rpl_close): Remove unused local variable.
21206
21207         * modules/sys_socket (Depends-on); Add errno.
21208
21209 2008-10-05  Bruno Haible  <bruno@clisp.org>
21210
21211         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21212         (select): Add a link warning when the 'select' module is not used.
21213         * modules/sys_select (Depends-on): Add link-warning.
21214         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21215         Suggested by Paolo Bonzini.
21216
21217 2008-10-05  Jim Meyering  <meyering@redhat.com>
21218
21219         bootstrap: check for LT_INIT more portably
21220         * build-aux/bootstrap: Avoid using grep -E, since it's not
21221         portable enough.  Suggestion from Bruno Haible.
21222
21223 2008-10-05  Bruno Haible  <bruno@clisp.org>
21224
21225         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21226         as being fixed by gnulib.
21227
21228 2008-10-05  Bruno Haible  <bruno@clisp.org>
21229
21230         * modules/select-tests: New file, mostly copied from
21231         modules/sys_select-tests.
21232         * tests/test-select.c: New file, mostly copied from
21233         tests/test-sys_select.c.
21234         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21235         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21236         (Makefile.am): Remove test_sys_select_LDADD.
21237
21238         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21239         to an undefined symbol, for an error message.
21240         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21241         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21242         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21243         winsock-select.c here.
21244         * modules/sys_select (Files): Remove lib/winsock-select.c.
21245         (Depends-on): Remove alloca.
21246         (Makefile.am): Substitute GNULIB_SELECT.
21247         * modules/select: New file.
21248         * doc/posix-functions/select.texi: Update.
21249
21250 2008-10-05  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21253         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21254         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21255         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21256         getdtablesize.
21257         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21258         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21259
21260 2008-10-05  Bruno Haible  <bruno@clisp.org>
21261
21262         * modules/getdtablesize-tests: New file.
21263         * tests/test-getdtablesize.c: New file.
21264
21265         New module 'getdtablesize'.
21266         * lib/unistd.in.h (getdtablesize): New declaration.
21267         * lib/getdtablesize.c: New file.
21268         * m4/getdtablesize.m4: New file.
21269         * modules/getdtablesize: New file.
21270         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21271         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21272         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21273         HAVE_GETDTABLESIZE.
21274         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21275
21276 2008-10-05  Bruno Haible  <bruno@clisp.org>
21277
21278         * modules/sched (Makefile.am): Fix typo.
21279         Reported by Simon Josefsson.
21280
21281 2008-10-05  Jim Meyering  <meyering@redhat.com>
21282
21283         bootstrap: check for LT_INIT, too
21284         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21285         are deprecated.  Suggestion from Ralf Wildenhues.
21286
21287 2008-10-05  Bruno Haible  <bruno@clisp.org>
21288
21289         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21290         overriding them by ours.
21291         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21292
21293 2008-10-05  Jim Meyering  <meyering@redhat.com>
21294
21295         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21296         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21297         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21298
21299 2008-10-04  Bruno Haible  <bruno@clisp.org>
21300
21301         * modules/dup2 (License): Change to LGPLv2+.
21302         * modules/sleep (License): Likewise.
21303         * modules/perror (License): Likewise.
21304         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21305         Blake.
21306         * modules/signal (License): Likewise.
21307         * modules/sigprocmask (License): Likewise.
21308         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21309         Meyering.
21310
21311 2008-10-04  Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21314         Reported by Rainer Tammer <tammer@tammer.net>.
21315
21316 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21317             Bruno Haible  <bruno@clisp.org>
21318
21319         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21320         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21321         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21322
21323 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21324
21325         filevercmp: new module
21326         * lib/filevercmp.h: New function filevercmp comparing version strings.
21327         * lib/filevercmp.c: Implementation of filevercmp function.
21328         * modules/filevercmp: Module metadata.
21329         * tests/test-filevercmp.c: Unit test for new module.
21330         * modules/filevercmp-tests: Unit test metadata.
21331         * MODULES.html.sh: Add filevercmp module.
21332
21333 2008-10-03  Bruno Haible  <bruno@clisp.org>
21334
21335         * lib/c-ctype.h: Add comment.
21336         Reported by Jim Meyering.
21337
21338 2008-10-02  Bruno Haible  <bruno@clisp.org>
21339
21340         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21341
21342 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21343
21344         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21345         name of bootstrap.conf accordingly.
21346
21347 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21348
21349         * build-aux/bootstrap: Install git-merge-changelog configuration
21350         items into .gitconfig if needed.
21351
21352 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21353
21354         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21355         git repository, and initialize/update it accordingly.
21356
21357 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21358
21359         * modules/fsync-tests: New file.
21360         * tests/test-fsync.c: New file.
21361
21362         New module 'fsync'.
21363         * lib/fsync.c: New file.
21364         * m4/fsync.m4: New file.
21365         * modules/fsync: New file.
21366         * lib/unistd.in.h (fsync): New declaration.
21367         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21368         GNULIB_FSYNC and HAVE_FSYNC.
21369         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21370         * MODULES.html.sh (posix_functions): Add fsync.
21371         * doc/posix-functions/fsync.texi: Mention the new module.
21372
21373 2008-10-02  Jim Meyering  <meyering@redhat.com>
21374
21375         fts.c: sync with similar code from coreutils' remove.c
21376         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21377         Guard also with "#if defined __linux__", since for now at least,
21378         this code is Linux-kernel-specific.
21379
21380 2008-10-02  Jim Meyering  <meyering@redhat.com>
21381
21382         fts: bug fixes
21383         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21384         Include <sys/vfs.h>, not <sys/statfs.h>.
21385
21386         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21387         Include <sys/vfs.h>, not <sys/statfs.h>.
21388
21389 2008-10-01  Bruno Haible  <bruno@clisp.org>
21390
21391         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21392         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21393         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21394         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21395         * doc/posix-functions/posix_spawnp.texi: Likewise.
21396         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21397         whether posix_spawn actually works.
21398         * m4/pipe.m4 (gl_PIPE): Likewise.
21399         * modules/execute (Files): Add m4/posix_spawn.m4.
21400         * modules/pipe (Files): Add m4/posix_spawn.m4.
21401         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21402
21403 2008-10-01  Jim Meyering  <meyering@redhat.com>
21404
21405         remove trailing spaces
21406         * NEWS: Likewise.
21407         * lib/poll.c (poll): Likewise.
21408         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21409         * lib/winsock.c (rpl_close): Likewise.
21410         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21411         * modules/yield: Likewise.
21412         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21413         * tests/test-sys_select.c (connect_to_socket): Likewise.
21414
21415         fts.c: adjust a new interface to be more generally useful
21416         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21417         (fts_build): Adjust caller.
21418
21419 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21420
21421         * modules/cond-tests: New file.
21422         * tests/test-cond.c: New file.
21423
21424 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21425             Bruno Haible  <bruno@clisp.org>
21426
21427         * modules/cond (Dependencies): Add errno, time.
21428         * lib/glthread/cond.h: Include <time.h>.
21429         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21430         across platforms.
21431
21432 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21433             Bruno Haible  <bruno@clisp.org>
21434
21435         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21436
21437 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21438             Bruno Haible  <bruno@clisp.org>
21439
21440         * modules/tls-tests (Depends-on): Add thread, yield.
21441         (configure.ac): Remove all checks.
21442         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21443         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21444         gl_thread_self): Remove definitions. Include glthread/thread.h and
21445         glthread/yield.h instead.
21446         (test_tls): Pass an additional NULL argument to gl_thread_join.
21447
21448 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21449             Bruno Haible  <bruno@clisp.org>
21450
21451         * modules/lock-tests (Depends-on): Add thread, yield.
21452         (configure.ac): Remove all checks.
21453         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21454         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21455         gl_thread_self): Remove definitions. Include glthread/thread.h and
21456         glthread/yield.h instead.
21457         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21458         additional NULL argument to gl_thread_join.
21459
21460 2008-09-30  Bruno Haible  <bruno@clisp.org>
21461
21462         Fix the Win32 implementation of the 'thread' module.
21463         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21464         pointer type.
21465         (gl_thread_self): Invoke gl_thread_self_func.
21466         (gl_thread_self_func): New declaration.
21467         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21468         (do_init_self_key, init_self_key): New functions.
21469         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21470         Remove some fields.
21471         (running_threads, running_lock): Remove variables.
21472         (get_current_thread_handle): New function.
21473         (gl_thread_self_func, wrapper_func, glthread_create_func,
21474         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21475         simplified.
21476
21477 2008-09-30  Bruno Haible  <bruno@clisp.org>
21478
21479         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21480         files.
21481
21482 2008-09-30  Jim Meyering  <meyering@redhat.com>
21483
21484         fts.m4: correct the test for statfs.f_type
21485         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21486         when checking for statfs.f_type.
21487
21488 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21489
21490         tests: avoid some compiler warnings
21491         * tests/test-memchr.c (main): Pass NULL indirectly.
21492         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21493
21494 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21495
21496         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21497         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21498         exactly specified dayshifts.
21499         (dayshift): New rule.
21500         (rel): Add dayshift.
21501         (relative_time_table) [tomorrow, yesterday, today, now]:
21502         Use tDAY_SHIFT in place of tDAY_UNIT.
21503         * tests/test-getdate.c: Add tests for now-disallowed countable
21504         dayshifts, e.g., "4 yesterday ago".
21505
21506 2008-09-29  Bruno Haible  <bruno@clisp.org>
21507
21508         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21509         * tests/test-posix_spawn1.in.sh: Renamed from
21510         tests/test-posix_spawn.in.sh.
21511         * tests/test-posix_spawn2.c: New file.
21512         * tests/test-posix_spawn2.in.sh: New file.
21513         * modules/posix_spawnp-tests (Files): Update.
21514         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21515
21516 2008-09-29  Bruno Haible  <bruno@clisp.org>
21517
21518         Propagate effects of putenv/setenv/unsetenv to child processes.
21519         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21520         * lib/pipe.c (create_pipe): Likewise.
21521
21522 2008-09-29  Bruno Haible  <bruno@clisp.org>
21523
21524         Enable use of shell scripts as executables in mingw.
21525         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21526         run the program as a shell script.
21527         * lib/pipe.c (create_pipe): Likewise.
21528         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21529         resulting array.
21530
21531 2008-09-29  Eric Blake  <ebb9@byu.net>
21532
21533         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21534
21535 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21536
21537         * doc/posix-functions/accept.texi: Update mingw problems.
21538         * doc/posix-functions/bind.texi: Update mingw problems.
21539         * doc/posix-functions/close.texi: Update mingw problems.
21540         * doc/posix-functions/connect.texi: Update mingw problems.
21541         * doc/posix-functions/getpeername.texi: Update mingw problems.
21542         * doc/posix-functions/getsockname.texi: Update mingw problems.
21543         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21544         * doc/posix-functions/ioctl.texi: Update mingw problems.
21545         * doc/posix-functions/listen.texi: Update mingw problems.
21546         * doc/posix-functions/recv.texi: Update mingw problems.
21547         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21548         * doc/posix-functions/select.texi: Update mingw problems.
21549         * doc/posix-functions/send.texi: Update mingw problems.
21550         * doc/posix-functions/sendto.texi: Update mingw problems.
21551         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21552         * doc/posix-functions/socket.texi: Update mingw problems.
21553
21554 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21555             Bruno Haible  <bruno@clisp.org>
21556
21557         * lib/sys_select.in.h: Include sys/time.h.
21558         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21559         * modules/sys_select: Depend on sys_time.
21560         * tests/test-sys_select.c: Test that sys/select.h defines struct
21561         timeval fully.
21562
21563 2008-09-29  Bruno Haible  <bruno@clisp.org>
21564
21565         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21566         * lib/sys_select.in.h: Likewise.
21567
21568 2008-09-29  Bruno Haible  <bruno@clisp.org>
21569
21570         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21571
21572 2008-09-29  Bruno Haible  <bruno@clisp.org>
21573
21574         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21575         Set LIBSOCKET instead of augmenting LIBS.
21576         * modules/sockets (Link): New section.
21577         * modules/sockets-tests (test_sockets_LDADD): New variable.
21578         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21579         * modules/poll-tests (test_poll_LDADD): New variable.
21580         * NEWS: Document the change.
21581
21582 2008-09-29  Bruno Haible  <bruno@clisp.org>
21583
21584         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21585         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21586         ARPA_INET_H directly.
21587         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21588
21589 2008-09-28  Bruno Haible  <bruno@clisp.org>
21590
21591         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21592         from gl_HEADER_SYS_SOCKET.
21593         (gl_HEADER_SYS_SOCKET): Invoke it.
21594         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21595
21596 2008-09-28  Bruno Haible  <bruno@clisp.org>
21597
21598         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21599         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21600         Needed on OSF/1 4.0.
21601
21602 2008-09-28  Bruno Haible  <bruno@clisp.org>
21603
21604         Override open more carefully.
21605         * lib/open.c (orig_open): New function.
21606         (rpl_open): Use orig_open instead of open.
21607         * lib/fcntl.in.h: Add special invocation convention.
21608         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21609         (gl_FUNC_OPEN): Invoke it.
21610
21611         Override freopen more carefully.
21612         * lib/freopen.c (orig_freopen): New function.
21613         (rpl_freopen): Use orig_freopen instead of freopen.
21614         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21615         (gl_FUNC_FREOPEN): Invoke it.
21616
21617         Override fopen more carefully.
21618         * lib/fopen.c (orig_fopen): New function.
21619         (rpl_fopen): Use orig_fopen instead of fopen.
21620         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21621         (gl_FUNC_FOPEN): Invoke it.
21622         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21623
21624 2008-09-28  Bruno Haible  <bruno@clisp.org>
21625
21626         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21627         SIGPIPE.
21628
21629 2008-09-28  Bruno Haible  <bruno@clisp.org>
21630
21631         * tests/test-sigaction.c (handler, main): Disable the check whether
21632         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21633         glibc systems with LinuxThreads.
21634
21635 2008-09-28  Bruno Haible  <bruno@clisp.org>
21636
21637         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21638
21639         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21640         with AIX xlc.
21641         * lib/fcntl.in.h (open): Likewise.
21642         Reported by Rainer Tammer <tammer@tammer.net>.
21643
21644 2008-09-28  Bruno Haible  <bruno@clisp.org>
21645
21646         * modules/posix_spawnp-tests: New file.
21647         * tests/test-posix_spawn.c: New file.
21648         * tests/test-posix_spawn.in.sh: New file.
21649
21650         New module 'posix_spawnp'.
21651         * modules/posix_spawnp: New file.
21652         * lib/spawnp.c: New file, from GNU libc with modifications.
21653         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21654
21655         New module 'posix_spawn'.
21656         * modules/posix_spawn: New file.
21657         * lib/spawn.c: New file, from GNU libc with modifications.
21658         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21659
21660         New module 'posix_spawnattr_destroy'.
21661         * modules/posix_spawnattr_destroy: New file.
21662         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21663         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21664         module.
21665
21666         New module 'posix_spawnattr_setsigmask'.
21667         * modules/posix_spawnattr_setsigmask: New file.
21668         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21669         modifications.
21670         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21671         new module.
21672
21673         New module 'posix_spawnattr_getsigmask'.
21674         * modules/posix_spawnattr_getsigmask: New file.
21675         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21676         modifications.
21677         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21678         new module.
21679
21680         New module 'posix_spawnattr_setsigdefault'.
21681         * modules/posix_spawnattr_setsigdefault: New file.
21682         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21683         modifications.
21684         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21685         new module.
21686
21687         New module 'posix_spawnattr_getsigdefault'.
21688         * modules/posix_spawnattr_getsigdefault: New file.
21689         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21690         modifications.
21691         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21692         new module.
21693
21694         New module 'posix_spawnattr_setschedpolicy'.
21695         * modules/posix_spawnattr_setschedpolicy: New file.
21696         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21697         modifications.
21698         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21699         new module.
21700
21701         New module 'posix_spawnattr_getschedpolicy'.
21702         * modules/posix_spawnattr_getschedpolicy: New file.
21703         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21704         modifications.
21705         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21706         new module.
21707
21708         New module 'posix_spawnattr_setschedparam'.
21709         * modules/posix_spawnattr_setschedparam: New file.
21710         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21711         modifications.
21712         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21713         new module.
21714
21715         New module 'posix_spawnattr_getschedparam'.
21716         * modules/posix_spawnattr_getschedparam: New file.
21717         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21718         modifications.
21719         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21720         new module.
21721
21722         New module 'posix_spawnattr_setpgroup'.
21723         * modules/posix_spawnattr_setpgroup: New file.
21724         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21725         modifications.
21726         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21727         module.
21728
21729         New module 'posix_spawnattr_getpgroup'.
21730         * modules/posix_spawnattr_getpgroup: New file.
21731         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21732         modifications.
21733         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21734         module.
21735
21736         New module 'posix_spawnattr_setflags'.
21737         * modules/posix_spawnattr_setflags: New file.
21738         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21739         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21740         module.
21741
21742         New module 'posix_spawnattr_getflags'.
21743         * modules/posix_spawnattr_getflags: New file.
21744         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21745         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21746         module.
21747
21748         New module 'posix_spawnattr_init'.
21749         * modules/posix_spawnattr_init: New file.
21750         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21751         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21752         module.
21753
21754         New module 'posix_spawn_file_actions_destroy'.
21755         * modules/posix_spawn_file_actions_destroy: New file.
21756         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21757         modifications.
21758         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21759         the new module.
21760
21761         New module 'posix_spawn_file_actions_addopen'.
21762         * modules/posix_spawn_file_actions_addopen: New file.
21763         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21764         modifications.
21765         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21766         the new module.
21767
21768         New module 'posix_spawn_file_actions_adddup2'.
21769         * modules/posix_spawn_file_actions_adddup2: New file.
21770         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21771         modifications.
21772         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21773         the new module.
21774
21775         New module 'posix_spawn_file_actions_addclose'.
21776         * modules/posix_spawn_file_actions_addclose: New file.
21777         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21778         modifications.
21779         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21780         the new module.
21781
21782         New module 'posix_spawn_file_actions_init'.
21783         * modules/posix_spawn_file_actions_init: New file.
21784         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21785         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21786         new module.
21787
21788         New module 'posix_spawn-internal'.
21789         * modules/posix_spawn-internal: New file.
21790         * lib/spawn_int.h: New file, from GNU libc with modifications.
21791         * lib/spawni.c: New file, from GNU libc with modifications.
21792         * m4/posix_spawn.m4: New file.
21793
21794         New module 'spawn'.
21795         * modules/spawn: New file.
21796         * lib/spawn.in.h: New file, from GNU libc with modifications.
21797         * m4/spawn_h.m4: New file.
21798         * doc/posix-headers/spawn.texi: Mention the new module.
21799
21800 2008-09-28  Bruno Haible  <bruno@clisp.org>
21801
21802         * modules/sched-tests: New file.
21803         * tests/test-sched.c: New file.
21804
21805         New module 'sched'.
21806         * modules/sched: New file.
21807         * lib/sched.in.h: New file.
21808         * m4/sched_h.m4: New file.
21809         * doc/posix-headers/sched.texi: Mention the new module.
21810
21811 2008-09-27  Eric Blake  <ebb9@byu.net>
21812
21813         Fix previous patch, and tweak references to $0.
21814         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21815         (func_version, func_gnulib_dir): Don't call this program
21816         gnulib-tool.
21817         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21818         with using $0 in function.
21819         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21820         (func_fatal_error): Reuse the name the user invoked us with.
21821
21822 2008-09-27  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21825         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21826         (gl_ICONV_H): Not here.
21827         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21828         instead of assigning ICONV_H directly.
21829
21830         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21831         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21832         WCHAR_H directly.
21833
21834 2008-09-27  Bruno Haible  <bruno@clisp.org>
21835
21836         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21837         * modules/arpa_inet (Depends-on): Add link-warning.
21838         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21839         * modules/unistd (Makefile.am): Likewise.
21840
21841 2008-09-26  Bruno Haible  <bruno@clisp.org>
21842
21843         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21844         variables.
21845         (func_version): Essentially copied from gnulib-tool.
21846         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21847         func_readlink): Copied from gnulib-tool.
21848
21849 2008-09-26  Bruno Haible  <bruno@clisp.org>
21850
21851         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21852         invoking git-version-gen.
21853
21854 2008-09-26  Bruno Haible  <bruno@clisp.org>
21855
21856         * posix-modules: Update to directory names changed on 2008-01-19.
21857         Remove commas in output before splitting into words. No more need to
21858         avoid 'ftruncate' since 2007-02-19.
21859
21860 2008-09-26  Bruno Haible  <bruno@clisp.org>
21861
21862         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21863
21864 2008-09-26  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21867         * modules/fwriteerror (Depends-on): Add errno.
21868
21869 2008-09-26  Bruno Haible  <bruno@clisp.org>
21870
21871         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21872         * tests/test-vc-list-files-cvs.sh: Likewise.
21873
21874 2008-09-26  Bruno Haible  <bruno@clisp.org>
21875
21876         * doc/posix-headers/sys_resource.texi: Reorder items.
21877
21878 2008-09-26  Jim Meyering  <meyering@redhat.com>
21879
21880         fts: tweak inode comparison function
21881         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21882         inode numbers, as documented.
21883
21884         fts: sort dirent entries on inode number before traversing
21885         This avoids a quadratic, seek-related performance penalty when
21886         operating on a directory containing many entries (measurable at 10k;
21887         3.5 hours at 2 million entries with a cold cache) on certain types
21888         of file systems, including ext3 and ext4, but not tmpfs.
21889         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21890         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21891         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21892         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21893         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21894         (fts_build): Set the stat.st_ino member from D_INO.
21895         If it is likely to be useful, sort dirent entries on inode number.
21896
21897         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21898         and the struct statfs.f_type member.
21899         * modules/fts (Depends-on): Add d-ino.
21900
21901 2008-09-26  Bruno Haible  <bruno@clisp.org>
21902
21903         * modules/sigpipe-die (Depends-on): Add sigpipe.
21904
21905         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21906         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21907         and GNULIB_STDIO_H_SIGPIPE are set.
21908         * lib/stdio-write.c: New file.
21909         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21910         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21911         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21912         REPLACE_STDIO_WRITE_FUNCS.
21913         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21914         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21915         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21916         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21917         * modules/stdio (Files): Add lib/stdio-write.c.
21918         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21919         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21920         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21921         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21922         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21923         REPLACE_FPRINTF_POSIX.
21924         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21925         REPLACE_PRINTF_POSIX.
21926         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21927         REPLACE_VFPRINTF_POSIX.
21928         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21929         REPLACE_VPRINTF_POSIX.
21930         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21931         SIGPIPE issue.
21932         * doc/posix-functions/fputc.texi: Likewise.
21933         * doc/posix-functions/fputs.texi: Likewise.
21934         * doc/posix-functions/fwrite.texi: Likewise.
21935         * doc/posix-functions/printf.texi: Likewise.
21936         * doc/posix-functions/putc.texi: Likewise.
21937         * doc/posix-functions/putchar.texi: Likewise.
21938         * doc/posix-functions/puts.texi: Likewise.
21939         * doc/posix-functions/vfprintf.texi: Likewise.
21940         * doc/posix-functions/vprintf.texi: Likewise.
21941
21942         * modules/safe-write (Depends-on): Add write.
21943
21944         * modules/sigpipe-tests: New file.
21945         * tests/test-sigpipe.c: New file.
21946         * tests/test-sigpipe.sh: New file.
21947
21948         * modules/write: New file.
21949         * lib/unistd.in.h: Include <sys/types.h>.
21950         (write): New declaration.
21951         * lib/write.c: New file.
21952         * m4/write.m4: New file.
21953         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21954         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21955         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21956         GNULIB_WRITE, REPLACE_WRITE.
21957         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21958         and the SIGPIPE issue.
21959
21960         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21961         (raise): New declaration.
21962         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21963         (ext_signal): New function.
21964         (rpl_raise): New function.
21965         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21966         GNULIB_SIGNAL_H_SIGPIPE.
21967         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21968         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21969
21970         * modules/sigpipe: New file.
21971         * m4/sigpipe.m4: New file.
21972
21973 2008-09-25  Derek Price  <derek@ximbiot.com>
21974             Bruno Haible  <bruno@clisp.org>
21975
21976         * gnulib-tool (func_import): Report all license incompatibilities, not
21977         just the first one.
21978
21979 2008-09-25  Bruno Haible  <bruno@clisp.org>
21980
21981         * gnulib-tool (func_import): When computing the edits, consider not
21982         only the Makefile.ams that exist but also those that will be generated.
21983
21984 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21985
21986         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21987         fixes gnulib-tool --test warning about duplicate dependency.
21988
21989 2008-09-25  Bruno Haible  <bruno@clisp.org>
21990
21991         * gnulib-tool: Don't ask the user to perform edits in the generated
21992         Makefile.ams.
21993         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21994         apply to the Makefile.am being generated.
21995         (func_emit_tests_Makefile_am): Execute edits that apply to the
21996         Makefile.am being generated.
21997         (func_import): Setup list of Makefile.am edits before emitting the
21998         Makefile.ams, not at the end.
21999         (func_create_testdir): Update.
22000         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22001
22002 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22003
22004         * gnulib-tool (func_import): Store the --tests-base option in the
22005         comment in gnulib-cache.m4.
22006
22007 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22008
22009         * NEWS: Document increased portability that sys_select now provides.
22010
22011         * lib/sys_select.in.h: Install select wrapper.
22012         * lib/sys_socket.in.h: Use more descriptive name when there is no
22013         select wrapper.
22014         * lib/winsock-select.c: New.
22015         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22016         Require gl_HEADER_SYS_SOCKET.
22017         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22018         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22019         * tests/test-sys_select.c: Add functional tests.
22020
22021 2008-09-24  Eric Blake  <ebb9@byu.net>
22022
22023         open, fopen: close fd leak in last patch
22024         * lib/open.c (rpl_open): Close fd before returning error.
22025         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22026         * doc/posix-functions/open.texi (open): Document that Irix also
22027         has the bug.
22028         * doc/posix-functions/fopen.texi (fopen): Likewise.
22029         Reported by Paolo Bonzini.
22030
22031 2008-09-24  Bruno Haible  <bruno@clisp.org>
22032
22033         Ensure that a filename ending in a slash cannot be used to access a
22034         non-directory.
22035         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22036         to check whether it's really a directory.
22037         * lib/fopen.c: Include fcntl.h, unistd.h.
22038         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22039         and fdopen().
22040         * modules/fopen (Depends-on): Add unistd.
22041         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22042         * tests/test-fopen.c (main): Likewise.
22043         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22044         * doc/posix-functions/fopen.texi: Likewise.
22045         Reported by Eric Blake.
22046
22047 2008-09-23  Eric Blake  <ebb9@byu.net>
22048
22049         c-stack: avoid compiler optimizations when provoking overflow
22050         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22051         recursion harder to optimize, to ensure a stack overflow occurs.
22052         * tests/test-c-stack.c (recurse): Likewise.
22053         Borrowed from libsigsegv.
22054
22055         c-stack: work around Irix sigaltstack bug
22056         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22057         whether sigaltstack uses wrong end of stack_t (copied in part from
22058         libsigsegv).
22059         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22060         Irix bug, without requiring an over-allocation.
22061         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22062         bug.
22063
22064         fopen: document mingw bug on directories
22065         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22066         not allowing a stream visiting a directory, even though reading
22067         from such a stream is not portable.
22068
22069 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22070
22071         * lib/poll.c: Rewrite.
22072         * modules/poll: Depend on alloca.
22073
22074 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22075
22076         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22077         instead define prototypes for a full set of wrappers.  Ensure
22078         that Cygwin does not use the compatibility code, which is only
22079         for MinGW.
22080         * lib/winsock.c: New.
22081         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22082         * modules/sys_socket: Add lib/winsock.c.
22083
22084         * modules/poll-tests: Add errno and perror.
22085         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22086
22087 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22088
22089         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22090
22091 2008-09-23  Bruno Haible  <bruno@clisp.org>
22092
22093         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22094         * doc/glibc-functions/*: Likewise.
22095
22096 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22097
22098         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22099         success.
22100
22101 2008-09-22  Eric Blake  <ebb9@byu.net>
22102             Bruno Haible  <bruno@clisp.org>
22103
22104         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22105         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22106         supply %A but mishandle pseudo-NaN.
22107         Reported by Simon Josefsson.
22108
22109 2008-09-21  Bruno Haible  <bruno@clisp.org>
22110
22111         * tests/test-lock.c (main): Tweak skip message.
22112         * tests/test-tls.c (main): Likewise.
22113
22114 2008-09-21  Bruno Haible  <bruno@clisp.org>
22115
22116         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22117         whether 'struct sigaction' has sa_sigaction here...
22118         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22119         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22120
22121 2008-09-21  Bruno Haible  <bruno@clisp.org>
22122
22123         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22124         section.
22125         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22126         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22127         the new section.
22128         (Support for obsolete systems lacking POSIX:2001): New section.
22129         (String handling <string.h>): Move strdup to the new section.
22130         Suggested by Simon Josefsson and Paolo Bonzini.
22131
22132 2008-09-21  Bruno Haible  <bruno@clisp.org>
22133
22134         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22135         exponents in %e and %g results on 'long double'. Needed for mingw's
22136         improved *printf functions.
22137         * tests/test-vasprintf-posix.c (test_function): Likewise.
22138         * tests/test-snprintf-posix.h (test_function): Likewise.
22139         * tests/test-sprintf-posix.h (test_function): Likewise.
22140         Reported by Eric Blake.
22141
22142 2008-09-21  Bruno Haible  <bruno@clisp.org>
22143
22144         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22145         * tests/test-sprintf-posix.h (test_function): Likewise.
22146
22147 2008-09-21  Bruno Haible  <bruno@clisp.org>
22148
22149         * modules/getpass (Depends-on): Add strdup-posix.
22150
22151         New module 'strdup-posix'.
22152         * modules/strdup-posix: New file.
22153         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22154         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22155         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22156         REPLACE_STRDUP.
22157         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22158         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22159         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22160         strdup-posix.
22161
22162         * modules/strdup (Depends-on): Remove malloc-posix.
22163
22164 2008-09-20  Bruno Haible  <bruno@clisp.org>
22165
22166         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22167         Wildenhues.
22168
22169 2008-09-20  Bruno Haible  <bruno@clisp.org>
22170
22171         Ensure that wint_t gets defined on IRIX 5.3.
22172         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22173         * lib/wctype.in.h (wint_t): Likewise.
22174         (__wctype_wint_t): Remove type.
22175         (isw*): Use wint_t instead of __wctype_wint_t.
22176         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22177         * modules/wchar (Files): Add m4/wint_t.m4.
22178         (Makefile.am): Substitute HAVE_WINT_T.
22179         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22180         * tests/test-wctype.c: Check that wint_t is defined.
22181         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22182         * doc/posix-headers/wctype.texi: Likewise.
22183         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22184
22185 2008-09-18  Bruno Haible  <bruno@clisp.org>
22186
22187         * gnulib-tool (func_exit): Update comment.
22188
22189 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22190
22191         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22192         assumes strdup exists and does not depend on strdup to return
22193         ENOMEM on out of memory conditions.
22194
22195 2008-09-18  Bruno Haible  <bruno@clisp.org>
22196
22197         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22198         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22199         digits for the exponent.
22200
22201 2008-09-18  Jim Meyering  <meyering@redhat.com>
22202             Bruno Haible  <bruno@clisp.org>
22203
22204         * lib/vasnprintf.c (decimal_point_char): Define also if
22205         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22206
22207 2008-09-16  Bruno Haible  <bruno@clisp.org>
22208         and Eric Blake  <ebb9@byu.net>
22209
22210         vasnprintf: support Irix 5.3
22211         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22212         that mishandle long double infinity.
22213         Reported by Tom G. Christensen.
22214
22215 2008-09-16  Bruno Haible  <bruno@clisp.org>
22216
22217         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22218         Solaris 9.
22219         * doc/glibc-functions/alphasort.texi: Likewise.
22220         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22221
22222 2008-09-16  Jim Meyering  <meyering@redhat.com>
22223
22224         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22225         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22226         a umask modification leak out of a subshell.  Otherwise, the
22227         opensolaris /bin/sh would be accepted and thus cause unwarranted
22228         failures in the coreutils test suite.
22229
22230 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22231
22232         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22233         to succeed.
22234
22235 2008-09-16  Jim Meyering  <meyering@redhat.com>
22236
22237         avoid spurious test failure when library is built without ACL support
22238         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22239         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22240         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22241         * tests/test-copy-acl.sh: Likewise.
22242
22243 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22244
22245         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22246         based on character occurrence counts.
22247
22248 2008-09-15  Eric Blake  <ebb9@byu.net>
22249
22250         tests: avoid some compiler warnings
22251         * tests/test-memchr.c (main): Pass NULL indirectly.
22252         * tests/test-closein.c (main): Avoid unused variable.
22253
22254 2008-09-15  Bruno Haible  <bruno@clisp.org>
22255
22256         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22257         are missing on OpenBSD 4.0 individually.
22258         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22259
22260 2008-09-15  Bruno Haible  <bruno@clisp.org>
22261
22262         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22263         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22264         * doc/posix-functions/perror.texi: Likewise.
22265         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22266         is missing.
22267         Reported by Eric Blake.
22268
22269         * lib/errno.in.h: Use replacement values >= 2000.
22270         Reported by Eric Blake.
22271
22272 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22273
22274         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22275         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22276         limit.
22277         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22278         compareseq was aborted.
22279
22280 2008-09-14  Bruno Haible  <bruno@clisp.org>
22281
22282         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22283         yvec_edit_count.
22284         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22285         (fstrcmp_bounded): Simplify result computation accordingly.
22286
22287 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22288
22289         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22290         (fstrcmp): Define in terms of fstrcmp_bounded.
22291         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22292         lower_bound argument.
22293         Return quickly if the result is certainly < lower_bound.
22294         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22295
22296 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22297
22298         * lib/diffseq.h (EARLY_ABORT): New macro.
22299         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22300         evaluates to true.
22301
22302 2008-09-14  Bruno Haible  <bruno@clisp.org>
22303
22304         * modules/perror-tests: New file.
22305         * tests/test-perror.sh: New file.
22306         * tests/test-perror.c: New file.
22307
22308         New module 'perror'.
22309         * lib/stdio.in.h (perror): New declaration.
22310         * lib/perror.c: New file.
22311         * m4/perror.m4: New file.
22312         * modules/perror: New file.
22313         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22314         * doc/posix-functions/perror.texi: Mention the perror module.
22315         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22316         REPLACE_PERROR.
22317         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22318         REPLACE_PERROR.
22319
22320 2008-09-14  Bruno Haible  <bruno@clisp.org>
22321
22322         * modules/stdio (Makefile.am): Reorder to match the order in
22323         lib/stdio.in.h.
22324         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22325
22326 2008-09-13  Bruno Haible  <bruno@clisp.org>
22327
22328         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22329
22330 2008-09-13  Bruno Haible  <bruno@clisp.org>
22331
22332         Extend strerror to cover the added errno values.
22333         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22334         (rpl_strerror): Provide error messages for the added errno values and
22335         for the WSA* values.
22336         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22337         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22338         strerror.
22339         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22340         * modules/strerror (Depends-on): Add errno.
22341         * doc/posix-functions/strerror.texi: Document the change.
22342         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22343         and EOVERFLOW.
22344
22345 2008-09-13  Bruno Haible  <bruno@clisp.org>
22346
22347         * modules/EOVERFLOW: Remove file.
22348         * m4/eoverflow.m4: Remove file.
22349         * modules/EOVERFLOW-tests: Remove file.
22350         * tests/test-EOVERFLOW.c: Remove file.
22351         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22352         * modules/ftell (Depends-on): Likewise.
22353         * modules/getdelim (Depends-on): Likewise.
22354         * modules/getugroups (Depends-on): Likewise.
22355         * modules/poll (Depends-on): Likewise.
22356         * modules/snprintf (Depends-on): Likewise.
22357         * modules/sprintf-posix (Depends-on): Likewise.
22358         * modules/vasnprintf (Depends-on): Likewise.
22359         * modules/vasprintf (Depends-on): Likewise.
22360         * modules/vfprintf-posix (Depends-on): Likewise.
22361         * modules/vsnprintf (Depends-on): Likewise.
22362         * modules/vsprintf-posix (Depends-on): Likewise.
22363         * modules/xvasprintf (Depends-on): Likewise.
22364         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22365         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22366         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22367         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22368         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22369         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22370         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22371         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22372         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22373         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22374         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22375         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22376         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22377         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22378         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22379         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22380         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22381         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22382         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22383         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22384         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22385         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22386         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22387         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22388         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22389         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22390         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22391         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22392         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22393         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22394         * MODULES.html.sh: Remove EOVERFLOW.
22395         * NEWS: Mention the change.
22396
22397 2008-09-13  Bruno Haible  <bruno@clisp.org>
22398
22399         * modules/errno-tests: New file.
22400         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22401
22402         * lib/errno.in.h: New file.
22403         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22404         * modules/errno: New file.
22405         * doc/posix-headers/errno.texi: Update documentation.
22406         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22407
22408 2008-09-13  Bruno Haible  <bruno@clisp.org>
22409
22410         * tests/test-poll.c: Use #if for native Windows, rather than testing
22411         __MSVCRT__.
22412
22413 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22414             Bruno Haible  <bruno@clisp.org>
22415
22416         * lib/glob.c: Don't include <pwd.h> on native Windows.
22417         (WINDOWS32): New macro.
22418         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22419
22420 2008-09-13  Bruno Haible  <bruno@clisp.org>
22421
22422         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22423         (ETIMEDOUT): Remove macro.
22424         (glthread_cond_timedwait_multithreaded): New declaration.
22425         (glthread_cond_timedwait): Use it.
22426         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22427         (glthread_cond_timedwait_multithreaded): New function.
22428
22429 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22430
22431         * modules/poll-tests: Do not check for io.h.
22432         * tests/test-poll.c: Check for __MSVCRT__ instead.
22433
22434 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22435
22436         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22437         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22438         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22439
22440 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22441
22442         * modules/poll-tests: New.
22443         * tests/test-poll.c: New.
22444
22445 2008-09-12  Eric Blake  <ebb9@byu.net>
22446
22447         frexp: test for NetBSD failure on -0.0
22448         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22449         not all, bugs from NetBSD 3.0 have been fixed.
22450         * doc/posix-functions/frexp.texi (frexp): Document bug.
22451         Reported by Thomas Klausner.
22452
22453         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22454         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22455         literal -0.0.
22456         Reported by Jonathan C. Patschke <jp@centtech.com>.
22457
22458 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22459
22460         * lib/glthread/cond.h: Use dummy implementation also if
22461         USE_WIN32_THREADS.
22462
22463 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22464
22465         * modules/fnmatch-posix (License): Change to LGPLv2+.
22466         * modules/fnmatch-gnu (License): Likewise.
22467
22468 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22469
22470         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22471
22472 2008-09-11  Jim Meyering  <meyering@redhat.com>
22473
22474         * users.txt: Add gtk-vnc.
22475
22476 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22477
22478         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22479         rotate amounts.
22480
22481         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22482         required for 16-bit and 8-bit rotates.
22483         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22484         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22485         UINT8_MAX instead of hard-coded constants.
22486         Suggested by Paul Eggert.
22487
22488 2008-09-07  Bruno Haible  <bruno@clisp.org>
22489
22490         * tests/test-striconveh.c (main): Check behaviour when converting from
22491         UTF-7.
22492
22493         Make striconveh work better with stateful encodings.
22494         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22495         that iconv does not increment the inptr when returning -1/EINVAL.
22496
22497 2008-09-07  Bruno Haible  <bruno@clisp.org>
22498
22499         * build-aux/config.rpath: Update according to libtool-2.2.6.
22500         * build-aux/config.libpath: Likewise.
22501
22502 2008-09-06  Bruno Haible  <bruno@clisp.org>
22503
22504         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22505         * lib/freadptr.c (freadptr): Likewise.
22506         * lib/freadseek.c (freadptrinc): Likewise.
22507         Reported by Simon Josefsson.
22508
22509 2008-09-06  Bruno Haible  <bruno@clisp.org>
22510
22511         * modules/freadptr (License): Change to LGPLv2+.
22512         * modules/freadseek (License): Likewise.
22513         Suggested by Eric Blake.
22514
22515         * modules/memchr2 (License): Change to LGPLv2+.
22516         Approved by Eric Blake.
22517
22518 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22519             Bruno Haible  <bruno@clisp.org>
22520
22521         Make gnulib-tool work with native 'sed' on AIX.
22522         * gnulib-tool (sed_noop): New variable.
22523         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22524         func_add_or_update, func_create_testdir): Use it to initialize sed
22525         script variables.
22526         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22527
22528 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22529             Bruno Haible  <bruno@clisp.org>
22530
22531         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22532         also works after #include directives.
22533
22534 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22535
22536         getdate.y: reject an out-of-range timezone value
22537         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22538         the range [-24...+24].  When specified with only one or two digits,
22539         * tests/test-getdate.c: Tests for the fix.
22540         * doc/getdate.texi: Document this change.
22541
22542 2008-09-03  Bruno Haible  <bruno@clisp.org>
22543
22544         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22545
22546 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22547
22548         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22549         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22550         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22551         Blake <ebb9@byu.net>.
22552
22553         * tests/test-bitrotate.c: Add more test vectors.
22554
22555 2008-09-02  Eric Blake  <ebb9@byu.net>
22556
22557         vasnprintf-posix: handle large precision via %.*d
22558         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22559         when handling it ourselves.
22560         * tests/test-vasnprintf-posix.c (test_function): Add test.
22561         * tests/test-snprintf-posix.h (test_function): Likewise.
22562         * tests/test-sprintf-posix.h (test_function): Likewise.
22563         * tests/test-vasprintf-posix.c (test_function): Likewise.
22564         Reported by Alain Guibert.
22565
22566 2008-09-01  Eric Blake  <ebb9@byu.net>
22567
22568         c-stack: make configure-time check more robust
22569         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22570         successful sigaction call.
22571         Reported by Tom G. Christensen.
22572
22573 2008-09-01  Bruno Haible  <bruno@clisp.org>
22574
22575         New module 'findprog-lgpl'.
22576         * modules/findprog-lgpl: New file.
22577         * lib/findprog-lgpl.c: New file.
22578         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22579         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22580         to decide whether to use strdup or xstrdup, concatenated_filename or
22581         xconcatenated_filename.
22582
22583 2008-09-01  Bruno Haible  <bruno@clisp.org>
22584
22585         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22586         'xconcat-filename' (GPL).
22587         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22588         (License): Change to LGPLv2+.
22589         * modules/xconcat-filename: New file.
22590         * lib/concat-filename.h (concatenated_filename): Change specification.
22591         (xconcatenated_filename): New declaration.
22592         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22593         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22594         memory situations.
22595         * lib/xconcat-filename.c: New file.
22596         * NEWS: Mention the change.
22597         * lib/findprog.c: Include concat-filename.h, not filename.h.
22598         (find_in_path): Use xconcatenated_filename instead of
22599         concatenated_filename.
22600         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22601         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22602         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22603         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22604         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22605         instead of concatenated_filename.
22606         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22607         (execute_java_class): Use xconcatenated_filename instead of
22608         concatenated_filename.
22609         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22610         * modules/javacomp (Depends-on): Likewise.
22611         * modules/javaexec (Depends-on): Likewise.
22612
22613 2008-09-01  Bruno Haible  <bruno@clisp.org>
22614
22615         Split module 'filename' into 'filename' and 'concat-filename'.
22616         * modules/filename: Keep only lib/filename.h.
22617         (License): Change to LGPLv2+.
22618         * modules/concat-filename: New file, extracted from modules/filename.
22619         * lib/filename.h (concatenated_filename): Remove declaration.
22620         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22621         * lib/concat-filename.c: Include concat-filename.h.
22622         * NEWS: Mention the change.
22623
22624 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22625
22626         * lib/bitrotate.h (rotl8, rotr8): Add.
22627
22628         * modules/bitrotate (configure.ac): Need
22629         AC_REQUIRE([AC_C_INLINE]).
22630         (Description): Mention stdint.h.  Reported by Bruno Haible
22631         <bruno@clisp.org>.
22632
22633         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22634         Paolo Bonzini <bonzini@gnu.org>.
22635
22636 2008-08-31  Bruno Haible  <bruno@clisp.org>
22637
22638         Assume Solaris specific bi-arch conventions on Solaris systems.
22639         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22640         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22641         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22642         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22643         like acl_libdirstem.
22644         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22645         acl_libdirstem.
22646         * NEWS: Mention the change.
22647         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22648
22649 2008-08-31  Jim Meyering  <meyering@redhat.com>
22650
22651         * lib/strftime.h: Add comments describing the two added arguments.
22652
22653         remove duplicate #include directives
22654         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22655         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22656
22657 2008-08-31  Bruno Haible  <bruno@clisp.org>
22658
22659         New module 'sigpipe-die'.
22660         * modules/sigpipe-die: New file.
22661         * lib/sigpipe-die.h: New file.
22662         * lib/sigpipe-die.c: New file.
22663         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22664
22665 2008-08-31  Bruno Haible  <bruno@clisp.org>
22666
22667         Don't override previously installed signal handlers.
22668         * lib/fatal-signal.c (saved_sigactions): New variable.
22669         (uninstall_handlers): Reset the signal to the saved handler, not
22670         to SIG_DFL (except when ignored).
22671         (install_handlers): Save the previous handlers.
22672
22673 2008-08-30  Bruno Haible  <bruno@clisp.org>
22674
22675         * gnulib-tool (func_reset_sigpipe): New function.
22676         (func_get_automake_snippet, func_modules_transitive_closure,
22677         func_import): Invoke it before a join command that reads from stdin,
22678         to avoid "echo: write error: Broken pipe" error messages on stderr.
22679         Reported by Sam Steingold <sds@gnu.org>.
22680
22681 2008-08-30  Bruno Haible  <bruno@clisp.org>
22682
22683         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22684         Code copied from m4/open.m4.
22685         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22686         access and the filename ends in a slash. Code copied from lib/open.c.
22687         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22688         * tests/test-fopen.c (main): Check against bug with trailing slash.
22689
22690 2008-08-29  Bruno Haible  <bruno@clisp.org>
22691
22692         Avoid some "gcc -pedantic" warnings.
22693         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22694         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22695         * lib/dirent.in.h: Likewise.
22696         * lib/fcntl.in.h: Likewise.
22697         * lib/float.in.h: Likewise.
22698         * lib/iconv.in.h: Likewise.
22699         * lib/inttypes.in.h: Likewise.
22700         * lib/locale.in.h: Likewise.
22701         * lib/math.in.h: Likewise.
22702         * lib/netinet_in.in.h: Likewise.
22703         * lib/search.in.h: Likewise.
22704         * lib/signal.in.h: Likewise.
22705         * lib/stdarg.in.h: Likewise.
22706         * lib/stdint.in.h: Likewise.
22707         * lib/stdio.in.h: Likewise.
22708         * lib/stdlib.in.h: Likewise.
22709         * lib/string.in.h: Likewise.
22710         * lib/strings.in.h: Likewise.
22711         * lib/sys_select.in.h: Likewise.
22712         * lib/sys_socket.in.h: Likewise.
22713         * lib/sys_stat.in.h: Likewise.
22714         * lib/sys_time.in.h: Likewise.
22715         * lib/sysexits.in.h: Likewise.
22716         * lib/time.in.h: Likewise.
22717         * lib/unistd.in.h: Likewise.
22718         * lib/wchar.in.h: Likewise.
22719         * lib/wctype.in.h: Likewise.
22720         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22721         * modules/fchdir (Makefile.am): Likewise.
22722         * modules/fcntl (Makefile.am): Likewise.
22723         * modules/float (Makefile.am): Likewise.
22724         * modules/iconv_open (Makefile.am): Likewise.
22725         * modules/inttypes (Makefile.am): Likewise.
22726         * modules/locale (Makefile.am): Likewise.
22727         * modules/math (Makefile.am): Likewise.
22728         * modules/netinet_in (Makefile.am): Likewise.
22729         * modules/search (Makefile.am): Likewise.
22730         * modules/signal (Makefile.am): Likewise.
22731         * modules/stdarg (Makefile.am): Likewise.
22732         * modules/stdint (Makefile.am): Likewise.
22733         * modules/stdio (Makefile.am): Likewise.
22734         * modules/stdlib (Makefile.am): Likewise.
22735         * modules/string (Makefile.am): Likewise.
22736         * modules/strings (Makefile.am): Likewise.
22737         * modules/sys_select (Makefile.am): Likewise.
22738         * modules/sys_socket (Makefile.am): Likewise.
22739         * modules/sys_stat (Makefile.am): Likewise.
22740         * modules/sys_time (Makefile.am): Likewise.
22741         * modules/sysexits (Makefile.am): Likewise.
22742         * modules/time (Makefile.am): Likewise.
22743         * modules/unistd (Makefile.am): Likewise.
22744         * modules/wchar (Makefile.am): Likewise.
22745         * modules/wctype (Makefile.am): Likewise.
22746         Reported by Reuben Thomas <rrt@sc3d.org>.
22747
22748 2008-08-29  Bruno Haible  <bruno@clisp.org>
22749
22750         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22751         any more.
22752
22753 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22754
22755         * MODULES.html.sh (Misc): Add bitrotate.
22756
22757         * modules/bitrotate: New file.
22758
22759         * lib/bitrotate.h: New file.
22760
22761         * modules/bitrotate-tests: New file.
22762
22763         * tests/test-bitrotate.c: New file.
22764
22765         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22766         on the bitrotate module.
22767
22768         * lib/arctwo.c: Use new bitrotate module.
22769
22770 2008-08-29  Jim Meyering  <meyering@redhat.com>
22771
22772         bootstrap: merge changes from coreutils
22773         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22774         of copied files.  Remove a kludge, now that this is fixed.
22775         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22776         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22777         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22778
22779 2008-08-29  Bruno Haible  <bruno@clisp.org>
22780
22781         * MODULES.html.sh: Remove --cvs-urls option.
22782
22783 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22784
22785         maint.mk: adjust to file name change
22786         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22787
22788 2008-08-28  Jim Meyering  <meyering@redhat.com>
22789
22790         * modules/getndelim2 (License): Relicense to LGPLv2+.
22791         Approved by Richard Stallman for the version of 1995, and by
22792         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22793
22794 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22795
22796         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22797         dummy if one is not available.  Do not touch them if
22798         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22799         (getc_maybe_unlocked): New.
22800         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22801
22802 2008-08-26  Eric Blake  <ebb9@byu.net>
22803
22804         doc/INSTALL: resync from autoconf
22805         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22806         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22807         moving...
22808         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22809         * INSTALL: Regenerate.
22810         * INSTALL.ISO: New file.
22811         * INSTALL.UTF-8: Likewise.
22812
22813 2008-08-26  Jim Meyering  <meyering@redhat.com>
22814
22815         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22816         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22817         these definitions conditional, so that they may be overridden, too.
22818
22819 2008-08-26  Bruno Haible  <bruno@clisp.org>
22820
22821         Generate INSTALL file variants with prettier quotes.
22822         * doc/Makefile (INSTALL_PRELUDE): New macro.
22823         (INSTALL): Use it.
22824         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22825
22826 2008-08-26  Bruno Haible  <bruno@clisp.org>
22827
22828         Run makeinfo in an English locale.
22829         * doc/Makefile (MAKEINFO): New variable.
22830
22831 2008-08-26  Bruno Haible  <bruno@clisp.org>
22832
22833         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22834         Suggested by Eric Blake.
22835
22836 2008-08-25  Bruno Haible  <bruno@clisp.org>
22837
22838         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22839
22840 2008-08-25  Eric Blake  <ebb9@byu.net>
22841
22842         c-stack: test that stack overflow can be caught
22843         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22844         that platform allows handling stack overflow; at least OS/2 EMX
22845         has sigaltstack, but crashes before transferring control to
22846         handler on stack overflow.
22847         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22848         check for HAVE_STACK_OVERFLOW_HANDLING.
22849         Reported by Elbert Pol.
22850
22851 2008-08-25  Bruno Haible  <bruno@clisp.org>
22852
22853         * doc/posix-functions/strftime.texi: Fix description of strftime
22854         module.
22855
22856 2008-08-24  Bruno Haible  <bruno@clisp.org>
22857
22858         * tests/uniwidth/test-uc_width2.c: New file.
22859         * tests/uniwidth/test-uc_width2.sh: New file.
22860         * modules/uniwidth/width-tests (Files): Add the new files.
22861         (TESTS): Add uniwidth/test-uc_width2.sh.
22862         (TESTS_ENVIRONMENT): New variable.
22863         (check_PROGRAMS): Add test-uc_width2.
22864         (test_uc_width2_SOURCES): New variable.
22865
22866         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22867         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22868         not 0x00AB.
22869         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22870
22871 2008-08-22  Eric Blake  <ebb9@byu.net>
22872
22873         test-lock, test-tls: mention why a test is skipped
22874         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22875         skipped.
22876         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22877
22878         count-one-bits: relax license
22879         * modules/count-one-bits (License): Relicense to LGPLv2+.
22880         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22881
22882 2008-08-22  Andreas Schwab  <schwab@suse.de>
22883
22884         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22885         Remove spurious space in assignment.
22886
22887 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22888
22889         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22890         Paul Eggert <eggert@CS.UCLA.EDU>.
22891
22892 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22893
22894         * modules/gettext: Add m4/threadlib.m4.
22895
22896 2008-08-19  Eric Blake  <ebb9@byu.net>
22897
22898         test-c-stack: fix compilation failure on FreeBSD 5.0
22899         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22900         headers before <sys/resource.h>.
22901         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22902         the bug.
22903         Reported by Nelson H. F. Beebe.
22904
22905         strverscmp: migrate from "strverscmp.h" to <string.h>
22906         * modules/string (Makefile.am): Add new hooks.
22907         * modules/strverscmp (Files): Remove strverscmp.h.
22908         (Depends-on): Add string.
22909         (configure.ac): Add indicator.
22910         (Include): Mention new header.
22911         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22912         defaults.
22913         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22914         results.
22915         * lib/strverscmp.h: Delete.
22916         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22917         * tests/test-strverscmp.c (includes): Adjust client.
22918         * lib/check-version.c (includes): Likewise.
22919         * NEWS: Document the change.
22920
22921         strverscmp: add unit test
22922         * modules/strverscmp-tests: New file.
22923         * tests/test-strverscmp.c: Likewise.
22924
22925 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22926
22927         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22928         regarding Windows crypto stuff, from Mono.
22929
22930 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22931
22932         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22933         if present, for intel RND.  Return error on failures.
22934
22935 2008-08-18  Ben Pfaff  <blp@gnu.org>
22936
22937         gitlog-to-changelog: give better diagnostic for failed pipe-open
22938         * build-aux/gitlog-to-changelog: Improve error message: suggest
22939         that the version of Git may be too old.
22940
22941 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22942
22943         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22944         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22945
22946 2008-08-18  Bruno Haible  <bruno@clisp.org>
22947
22948         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22949         pthread_in_use().
22950
22951 2008-08-18  Bruno Haible  <bruno@clisp.org>
22952
22953         * lib/glthread/threadlib.c: Include <pthread.h>.
22954
22955 2008-08-18  Bruno Haible  <bruno@clisp.org>
22956
22957         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22958         glthread_recursive_lock_* macros.
22959         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22960         Fix syntax error.
22961
22962 2008-08-18  Bruno Haible  <bruno@clisp.org>
22963
22964         * lib/glthread/thread.c: Avoid forcing a context switch right after
22965         thread creation.
22966
22967 2008-08-17  Bruno Haible  <bruno@clisp.org>
22968
22969         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22970         * lib/glthread/thread.h: Provide Win32 specific implementation.
22971         * modules/thread (Files): Add lib/glthread/thread.c.
22972         (Depends-on): Add lock.
22973         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22974
22975 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22976
22977         New module 'yield'.
22978         * modules/yield: New file.
22979         * lib/glthread/yield.h: New file.
22980         * m4/yield.m4: New file.
22981         * MODULES.html.sh (Multithreading): Add yield.
22982
22983 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22984
22985         New module 'thread'.
22986         * modules/thread: New file.
22987         * lib/glthread/thread.h: New file.
22988         * m4/thread.m4: New file.
22989         * MODULES.html.sh (Multithreading): Add thread.
22990
22991 2008-08-17  Bruno Haible  <bruno@clisp.org>
22992
22993         * lib/glthread/lock.h: Include <stdlib.h> always.
22994         * lib/glthread/tls.h: Likewise.
22995         * lib/glthread/cond.h: Likewise.
22996
22997 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22998
22999         New module 'cond'.
23000         * modules/cond: New file.
23001         * lib/glthread/cond.h: New file.
23002         * lib/glthread/cond.c: New file.
23003         * m4/cond.m4: New file.
23004         * MODULES.html.sh (Multithreading): Add cond.
23005
23006 2008-08-16  Eric Blake  <ebb9@byu.net>
23007
23008         c-stack: fix regression on Irix 5.3 from 2008-06-21
23009         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23010         sa_sigaction...
23011         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23012         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23013         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23014         * modules/signal (Makefile.am): Use the value.
23015         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23016         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23017         * doc/posix-headers/signal.texi (signal.h): Document this
23018         portability issue.
23019         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23020         Reported by Tom G. Christensen.
23021
23022 2008-08-17  Bruno Haible  <bruno@clisp.org>
23023
23024         New module 'threadlib'.
23025         * modules/threadlib: New file.
23026         * lib/glthread/threadlib.c: New file, extracted from
23027         lib/glthread/lock.c.
23028         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23029         functions.
23030         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23031         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23032         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23033         macros.
23034         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23035         (gl_DISABLE_THREADS): Remove macro.
23036         * modules/lock (Files): Remove build-aux/config.rpath.
23037         (Depends-on): Remove havelib. Add threadlib.
23038         (configure.ac-early): Remove section.
23039         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23040         * modules/tls (Depends-on): Remove lock. Add threadlib.
23041         (Link): New section, copied from threadlib.
23042         * MODULES.html.sh (Multithreading): Add threadlib.
23043
23044 2008-08-14  Bruno Haible  <bruno@clisp.org>
23045
23046         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23047         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23048         glthread_rwlock_unlock, glthread_rwlock_destroy,
23049         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23050         glthread_recursive_lock_destroy): Define as macros always.
23051         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23052         glthread_lock_lock.
23053         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23054         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23055         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23056         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23057         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23058         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23059         (glthread_recursive_lock_lock_func): Renamed from
23060         glthread_recursive_lock_lock.
23061         (glthread_recursive_lock_unlock_func): Renamed from
23062         glthread_recursive_lock_unlock.
23063         (glthread_recursive_lock_destroy_func): Renamed from
23064         glthread_recursive_lock_destroy.
23065
23066 2008-08-14  Bruno Haible  <bruno@clisp.org>
23067
23068         * lib/glthread/lock.h: Renamed from lib/lock.h.
23069         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23070         * lib/glthread/tls.h: Renamed from lib/tls.h.
23071         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23072         * lib/fstrcmp.c: Update includes.
23073         * lib/strsignal.c: Update includes.
23074         * modules/lock (Files, Makefile.am): Update.
23075         (Include): Change to "glthread/lock.h".
23076         * modules/tls (Files, Makefile.am): Update.
23077         (Include): Change to "glthread/tls.h".
23078         * tests/test-lock.c: Update includes.
23079         * tests/test-tls.c: Update includes.
23080         * NEWS: Mention the renamed header files.
23081
23082 2008-08-11  Jim Meyering  <meyering@redhat.com>
23083
23084         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23085
23086 2008-08-11  Eric Blake  <ebb9@byu.net>
23087
23088         test-c-stack: avoid C99-ism
23089         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23090         before statement.
23091         Reported by Alain Guibert.
23092
23093 2008-08-10  Jim Meyering  <meyering@redhat.com>
23094
23095         ensure that return value of uinttostr et al are not ignored
23096         * lib/inttostr.h (__GNUC_PREREQ): Define.
23097         (__attribute_warn_unused_result__): Define.
23098         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23099
23100 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23101
23102         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23103         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23104
23105 2008-08-07  Jim Meyering  <meyering@redhat.com>
23106
23107         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23108
23109         * modules/mkstemp (License): Relicense under LGPLv2+.
23110         * modules/tempname (License): Likewise.
23111
23112 2008-08-06  Bruno Haible  <bruno@clisp.org>
23113
23114         * lib/poll.c (poll): Further micro-optimization.
23115
23116 2008-08-06  Jim Meyering  <meyering@redhat.com>
23117
23118         inet_pton.c: use locale-independent tolower
23119         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23120         (inet_pton6): Use c_tolower rather than tolower.
23121         * modules/inet_pton (Depends-on): Add c-ctype.
23122
23123 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23124
23125         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23126         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23127
23128 2008-08-06  Jim Meyering  <meyering@redhat.com>
23129
23130         * modules/inet_pton (License): Relicense under LGPLv2+.
23131
23132 2008-08-03  Bruno Haible  <bruno@clisp.org>
23133
23134         Additional non-aborting API for lock and tls.
23135         * lib/lock.h: Include <errno.h>.
23136         (glthread_lock_init): New macro/function.
23137         (gl_lock_init): Define as wrapper around glthread_lock_init.
23138         (glthread_lock_lock): New macro/function.
23139         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23140         (glthread_lock_unlock): New macro/function.
23141         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23142         (glthread_lock_destroy): New macro/function.
23143         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23144         (glthread_rwlock_init): New macro/function.
23145         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23146         (glthread_rwlock_rdlock): New macro/function.
23147         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23148         (glthread_rwlock_wrlock): New macro/function.
23149         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23150         (glthread_rwlock_unlock): New macro/function.
23151         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23152         (glthread_rwlock_destroy): New macro/function.
23153         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23154         (glthread_recursive_lock_init): New macro/function.
23155         (gl_recursive_lock_init): Define as wrapper around
23156         glthread_recursive_lock_init.
23157         (glthread_recursive_lock_lock): New macro/function.
23158         (gl_recursive_lock_lock): Define as wrapper around
23159         glthread_recursive_lock_lock.
23160         (glthread_recursive_lock_unlock): New macro/function.
23161         (gl_recursive_lock_unlock): Define as wrapper around
23162         glthread_recursive_lock_unlock.
23163         (glthread_recursive_lock_destroy): New macro/function.
23164         (gl_recursive_lock_destroy): Define as wrapper around
23165         glthread_recursive_lock_destroy.
23166         (glthread_once): New macro/function.
23167         (gl_once): Define as wrapper around glthread_once.
23168         Update function declarations.
23169         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23170         glthread_rwlock_init. Return error code.
23171         (glthread_rwlock_rdlock_multithreaded): Renamed from
23172         glthread_rwlock_rdlock. Return error code.
23173         (glthread_rwlock_wrlock_multithreaded): Renamed from
23174         glthread_rwlock_wrlock. Return error code.
23175         (glthread_rwlock_unlock_multithreaded): Renamed from
23176         glthread_rwlock_unlock. Return error code.
23177         (glthread_rwlock_destroy_multithreaded): Renamed from
23178         glthread_rwlock_destroy. Return error code.
23179         (glthread_recursive_lock_init_multithreaded): Renamed from
23180         glthread_recursive_lock_init. Return error code.
23181         (glthread_recursive_lock_lock_multithreaded): Renamed from
23182         glthread_recursive_lock_lock. Return error code.
23183         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23184         glthread_recursive_lock_unlock. Return error code.
23185         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23186         glthread_recursive_lock_destroy. Return error code.
23187         (glthread_once_call): Make static.
23188         (glthread_once_multithreaded): Renamed from glthread_once.
23189         * lib/tls.h: Include <errno.h>.
23190         (glthread_tls_key_init): New macro/function.
23191         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23192         (glthread_tls_set): New macro/function.
23193         (gl_tls_set): Define as wrapper around glthread_tls_set.
23194         (glthread_tls_key_destroy): New macro/function.
23195         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23196         Update function declarations.
23197         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23198         glthread_tls_get.
23199         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23200
23201 2008-08-04  Eric Blake  <ebb9@byu.net>
23202
23203         gnumakefile: use space, not TAB, outside of targets
23204         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23205
23206 2008-08-02  Jim Meyering  <meyering@redhat.com>
23207
23208         getdate.y: avoid locale-dependent date parsing failure
23209         In Turkish locales, getdate would fail to recognize keywords
23210         containing a lowercase "i".  The solution is not to rely on
23211         locale-sensitive case-conversion.
23212         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23213         (lookup_word): Use c_toupper in place of toupper.
23214         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23215         Reported by Vefa Bicakci <bicave@superonline.com> in
23216         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23217         * modules/getdate (Depends-on): Add c-ctype.
23218
23219 2008-08-02  Bruno Haible  <bruno@clisp.org>
23220
23221         * gnulib-tool (func_import): When updating or creating a .gitignore
23222         file, prepend each added line with a slash, and ignore leading slashes
23223         from the existing lines.
23224         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23225
23226 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23227
23228         Portability fix for GNU make 3.79.1.
23229         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23230         versions do not understand.
23231
23232 2008-08-01  Bruno Haible  <bruno@clisp.org>
23233
23234         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23235         * tests/test-isnanf.h (zero): New variable.
23236         (main): Avoid literal -0.0f.
23237         * tests/test-isnand.h (zero): New variable.
23238         (main): Avoid literal -0.0.
23239         * tests/test-isnanl.h (zero): New variable.
23240         (main): Avoid literal -0.0L.
23241         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23242         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23243         -0.0, -0.0L.
23244         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23245         (test_signbitd): Avoid literal -0.0.
23246         (test_signbitl): Avoid literal -0.0L.
23247         * tests/test-ceilf1.c (zero): New variable.
23248         (main): Avoid literal -0.0f.
23249         * tests/test-ceill.c (zero): New variable.
23250         (main): Avoid literal -0.0L.
23251         * tests/test-floorf1.c (zero): New variable.
23252         (main): Avoid literal -0.0f.
23253         * tests/test-floorl.c (zero): New variable.
23254         (main): Avoid literal -0.0L.
23255         * tests/test-roundf1.c (zero): New variable.
23256         (main): Avoid literal -0.0f.
23257         * tests/test-round1.c (zero): New variable.
23258         (main): Avoid literal -0.0.
23259         * tests/test-roundl.c (zero): New variable.
23260         (main): Avoid literal -0.0L.
23261         * tests/test-truncf1.c (zero): New variable.
23262         (main): Avoid literal -0.0f.
23263         * tests/test-trunc1.c (zero): New variable.
23264         (main): Avoid literal -0.0.
23265         * tests/test-truncl.c (zero): New variable.
23266         (main): Avoid literal -0.0L.
23267         * tests/test-frexp.c (zero): New variable.
23268         (main): Avoid literal -0.0.
23269         * tests/test-frexpl.c (zero): New variable.
23270         (main): Avoid literal -0.0L.
23271         * tests/test-ldexpl.c (zero): New variable.
23272         (main): Avoid literal -0.0L.
23273         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23274         (zerod, zerol): New variables.
23275         (test_function): Avoid literals -0.0, -0.0L.
23276         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23277         (zerod, zerol): New variables.
23278         (test_function): Avoid literals -0.0, -0.0L.
23279         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23280         (zerod, zerol): New variables.
23281         (test_function): Avoid literals -0.0, -0.0L.
23282         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23283         (zerod, zerol): New variables.
23284         (test_function): Avoid literals -0.0, -0.0L.
23285         * tests/test-strtod.c (zero): New variable.
23286         (main): Avoid literal -0.0.
23287         Reported by Jonathan C. Patschke <jp@centtech.com>.
23288
23289 2008-07-31  Jim Meyering  <meyering@redhat.com>
23290
23291         sha256.h: correct definition of SHA224_DIGEST_SIZE
23292         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23293         Reported by Paulie Pena IV <paulie4@gmail.com>.
23294         Define as 224 / 8, rather than as a literal.
23295         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23296         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23297         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23298
23299 2008-07-31  Bruno Haible  <bruno@clisp.org>
23300
23301         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23302         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23303         Reported by Jonathan Patschke <jp@centtech.com>.
23304
23305 2008-07-31  Bruno Haible  <bruno@clisp.org>
23306
23307         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23308         Reported by Paolo Bonzini <bonzini@gnu.org>.
23309
23310 2008-07-30  Eric Blake  <ebb9@byu.net>
23311
23312         test-strtod: allow compilation without -lm
23313         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23314         Reported by Dennis Clarke <blastwave@gmail.com>.
23315
23316 2008-07-28  Jim Meyering  <meyering@redhat.com>
23317
23318         bootstrap: work also when there are no .po files in po/
23319         * build-aux/bootstrap (update_po_files): Complete the change
23320         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23321
23322 2008-07-27  Jim Meyering  <meyering@redhat.com>
23323
23324         * users.txt: Add zile.
23325
23326 2008-07-26  Ben Pfaff  <blp@gnu.org>
23327
23328         Add missing dependencies on new m4/exponent[fdl].m4 files.
23329         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23330         * modules/isnand-nolibm: Add m4/exponentd.m4.
23331         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23332         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23333         m4/isnan[fdl].m4, because the macros actually used moved.
23334         Reported by Jim Meyering.
23335
23336 2008-07-14  Ben Pfaff  <blp@gnu.org>
23337
23338         Add isinf module.
23339         * lib/isinf.c: New file.
23340         * lib/math.in.h: Define isinf macro if we have decided to replace
23341         it.
23342         * m4/isinf.m4: New file.
23343         * m4/math_h.m4: Initialize and substitute variables for isinf
23344         module.
23345         * modules/isinf: New file.
23346         * modules/isinf-tests: New file.
23347         * modules/math: Add substitutions for new module.
23348         * tests/test-isinf.c: New file.
23349         * doc/posix-functions/isinf.texi: Mention new module.
23350         * MODULES.html.sh: Mention new module.
23351
23352 2008-07-14  Ben Pfaff  <blp@gnu.org>
23353
23354         Factor out some macros for use by additional modules.
23355         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23356         exponentf.m4.
23357         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23358         exponentd.m4.
23359         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23360         file exponentl.m4.
23361         * m4/exponentf.m4: New file.
23362         * m4/exponentd.m4: New file.
23363         * m4/exponentl.m4: New file.
23364         * modules/isnanf: Use new file m4/exponentf.m4.
23365         * modules/isnand: Use new file m4/exponentd.m4.
23366         * modules/isnanl: Use new file m4/exponentl.m4.
23367
23368 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23369
23370         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23371         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23372         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23373         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23374
23375         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23376         readlink on platforms without PATH_MAX.
23377
23378 2008-07-21  Eric Blake  <ebb9@byu.net>
23379
23380         Warn, not fail, on stale version.
23381         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23382
23383         Don't allow installation with stale devel version number.
23384         * top/GNUmakefile (_is-install-target): New macro.
23385         (_curr-ver): Forbid installation with stale version number.
23386
23387 2008-07-20  Bruno Haible  <bruno@clisp.org>
23388
23389         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23390         TESTS_ENVIRONMENT.
23391         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23392
23393 2008-07-20  Bruno Haible  <bruno@clisp.org>
23394
23395         * lib/c-stack.h (c_stack_action): Add documentation.
23396         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23397
23398 2008-07-20  Bruno Haible  <bruno@clisp.org>
23399
23400         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23401         * modules/readlink (License): Likewise.
23402
23403 2008-07-17  Eric Blake  <ebb9@byu.net>
23404
23405         * modules/c-stack (Link): Fix typo.
23406
23407         Make c-stack use libsigsegv, when available.
23408         * modules/c-stack (Depends-on): Add libsigsegv.
23409         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23410         needed.
23411         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23412         (segv_handler, overflow_handler, c_stack_action)
23413         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23414         implementation when libsigsegv is available, but only when using
23415         the library is necessary.
23416         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23417         comment, explaining why XSI check fails on Linux.
23418         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23419         * tests/test-c-stack2.sh: Tweak skip message.
23420         * NEWS: Document new link-time requirements.
23421
23422 2008-07-16  Eric Blake  <ebb9@byu.net>
23423
23424         c-stack: Expose false positives when not using libsigsegv.
23425         * modules/c-stack-tests (Files): Expand test.
23426         * tests/test-c-stack.c (main): Add means to conditionally trigger
23427         non-overflow SIGSEGV.
23428         * tests/test-c-stack2.sh: New file.
23429
23430 2008-07-14  Bruno Haible  <bruno@clisp.org>
23431
23432         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23433         Reported by Eric Blake.
23434
23435 2008-07-14  Sam Steingold  <sds@gnu.org>
23436             Bruno Haible  <bruno@clisp.org>
23437
23438         New module libsigsegv.
23439         * modules/libsigsegv: New file.
23440         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23441         modifications.
23442         * MODULES.html.sh (Signal handling): New section.
23443
23444 2008-07-14  Bruno Haible  <bruno@clisp.org>
23445
23446         * modules/unictype/ctype-* (Description): Add the word "function".
23447         Improves the resulting doc in MODULES.html.
23448
23449 2008-07-12  Ben Pfaff  <blp@gnu.org>
23450
23451         Add longlong module.
23452         * modules/longlong: New file.
23453
23454 2008-07-12  Bruno Haible  <bruno@clisp.org>
23455
23456         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23457         to empty.
23458
23459 2008-07-10  Ben Pfaff  <blp@gnu.org>
23460
23461         Add isnan module.
23462         * doc/posix-functions/isnan.texi: Mention new module.
23463         * lib/math.in.h: Define isnan macro if we have decided to replace
23464         it.
23465         * m4/isnan.m4: New file.
23466         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23467         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23468         also.
23469         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23470         redundancy.
23471         * m4/math_h.m4: Initialize and substitute variables for isnan
23472         module.
23473         * modules/isnan: New file.
23474         * modules/isnan-tests: New file.
23475         * modules/math: Add substitutions for new module.
23476         * tests/test-isnan.c: New file.
23477         * MODULES.html.sh: Mention new module.
23478
23479 2008-07-10  Ben Pfaff  <blp@gnu.org>
23480
23481         Add isnanf module.
23482         * lib/isnanf.m4: New file.
23483         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23484         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23485         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23486         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23487         * modules/isnanf: New file.
23488         * modules/isnanf-tests: New file.
23489         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23490         files.
23491         * tests/test-isnanf-nolibm.c: factored most of its contents into
23492         new file tests/test-isnanf.h.
23493         * tests/test-isnanf.h: New file.
23494         * tests/test-isnanf.c: New file.
23495         * MODULES.html.sh: Mention new module.
23496         * doc/glibc-functions/isnanf.texi: Mention new module.
23497
23498 2008-07-10  Ben Pfaff  <blp@gnu.org>
23499
23500         Add isnand module.
23501         * lib/isnand.h: New file.
23502         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23503         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23504         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23505         functionality also.
23506         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23507         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23508         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23509         * modules/isnand: New file.
23510         * modules/isnand-tests: New file.
23511         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23512         files.
23513         * tests/test-isnand-nolibm.c: factored most of its contents into
23514         new file tests/test-isnand.h.
23515         * tests/test-isnand.h: New file.
23516         * tests/test-isnand.c: New file.
23517         * MODULES.html.sh: Mention new module.
23518
23519 2008-07-10  Ben Pfaff  <blp@gnu.org>
23520
23521         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23522         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23523         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23524         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23525         * modules/isnanf-nolibm: Update references to renamed files.
23526         * modules/isnand-nolibm: Likewise.
23527         * modules/isnanf-nolibm-tests: Likewise.
23528         * modules/isnand-nolibm-tests: Likewise.
23529         * lib/frexp.c: Likewise.
23530         * lib/isfinite.c: Likewise.
23531         * lib/signbitd.c: Likewise.
23532         * lib/signbitf.c: Likewise.
23533         * lib/vasnprintf.c: Likewise.
23534         * tests/test-ceilf1.c: Likewise.
23535         * tests/test-ceilf2.c: Likewise.
23536         * tests/test-floorf1.c: Likewise.
23537         * tests/test-floorf2.c: Likewise.
23538         * tests/test-frexp.c: Likewise.
23539         * tests/test-round1.c: Likewise.
23540         * tests/test-round2.c: Likewise.
23541         * tests/test-roundf1.c: Likewise.
23542         * tests/test-strtod.c: Likewise.
23543         * tests/test-trunc1.c: Likewise.
23544         * tests/test-trunc2.c: Likewise.
23545         * tests/test-truncf1.c: Likewise.
23546         * tests/test-truncf2.c: Likewise.
23547         * NEWS: Mention the renamed header files.
23548
23549 2008-07-11  Jim Meyering  <meyering@redhat.com>
23550
23551         vc-list-files: make the last-resort awk code more portable
23552         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23553         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23554         does not support it.
23555
23556 2008-07-10  Eric Blake  <ebb9@byu.net>
23557
23558         Work with tar's bootstrap.
23559         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23560         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23561         an m4 comment.
23562
23563 2008-07-09  Jim Meyering  <meyering@redhat.com>
23564
23565         posix-shell.m4: fix typo that made this test malfunction
23566         * m4/posix-shell.m4: Remove capitalization in variable name.
23567
23568 2008-07-08  Bruno Haible  <bruno@clisp.org>
23569
23570         * m4/onceonly.m4: Update comments.
23571         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23572
23573 2008-07-04  Jim Meyering  <meyering@redhat.com>
23574
23575         * users.txt: Add vc-dwim.
23576         (bison, coreutils): Use the gitweb URL.
23577
23578 2008-07-03  Jim Meyering  <meyering@redhat.com>
23579
23580         * users.txt: Add libffcall.  From Sam Steingold.
23581
23582 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23583
23584         getdate.y: do not ignore TZ with relative day, month or year offset
23585         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23586         relative-date-handling, since otherwise, the latter would clobber the
23587         sole output (an updated Start value) of the tz-handling block.
23588         * tests/test-getdate.c: Tests for the fix
23589
23590 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23591
23592         Recognize 'foo_LIBRARIES += libgnu.a'.
23593         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23594         makefile snippet has already specified an installation location,
23595         also using '+='.
23596
23597 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23598
23599         getdate.y: factor out common actions
23600         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23601         Use them in place of open-coded actions.
23602
23603 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23604
23605         Add self-test for getdate module.
23606         * modules/getdate-tests: New file.
23607         * tests/test-getdate.c: New file.
23608
23609 2008-06-29  Bruno Haible  <bruno@clisp.org>
23610
23611         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23612         .gitignore.
23613         Reported by Sylvain Beucler <beuc@beuc.net>.
23614
23615 2008-06-29  Bruno Haible  <bruno@clisp.org>
23616
23617         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23618         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23619
23620 2008-06-29  Bruno Haible  <bruno@clisp.org>
23621
23622         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23623         EXTRA_DIST.
23624         Reported by Sylvain Beucler <beuc@beuc.net>.
23625
23626 2008-06-26  Jim Meyering  <meyering@redhat.com>
23627
23628         make several modules depend on the "open" module
23629         This provides slightly increased consistency when opening-for-write
23630         the name of a non-directory spelled with a trailing slash.
23631         * modules/chdir-safer: Likewise.
23632         * modules/chown: Likewise.
23633         * modules/clean-temp: Likewise.
23634         * modules/copy-file: Likewise.
23635         * modules/fchdir: Likewise.
23636         * modules/fcntl-safer: Likewise.
23637         * modules/pipe: Likewise.
23638         * modules/utime: Likewise.
23639         Prompted by Eric Blake and Bruno Haible.
23640
23641 2008-06-24  Andreas Schwab  <schwab@suse.de>
23642
23643         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23644         literals can be used as initializers for global variables.
23645
23646 2008-06-23  Eric Blake  <ebb9@byu.net>
23647
23648         Make gnulib-cache.m4 easier to diff.
23649         * gnulib-tool (func_import): Allow newlines when reading cached
23650         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23651
23652 2008-06-23  Bruno Haible  <bruno@clisp.org>
23653
23654         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23655         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23656         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23657         m4/signalblocking.m4.
23658         (gl_PREREQ_SIGACTION): Don't invoke it.
23659         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23660         gl_PREREQ_SIG_HANDLER_H.
23661         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23662         Don't check for sigaction here.
23663
23664 2008-06-23  Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23667         (install_handlers): Don't set the SA_RESETHAND flag.
23668
23669 2008-06-23  Bruno Haible  <bruno@clisp.org>
23670
23671         * m4/sigaction.m4: Comment fixes.
23672         * lib/signal.in.h: Likewise.
23673
23674 2008-06-23  Eric Blake  <ebb9@byu.net>
23675
23676         Fix typo.
23677         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23678
23679         Avoid SA_ namespace.
23680         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23681         Reported by Ralf Wildenhues.
23682
23683         Avoid test failure due to SA_RESTORER.
23684         * tests/test-sigaction.c (SA_MASK): New macro.
23685         (main): Avoid failing due to extension flags being set.
23686         Reported by Jim Meyering.
23687
23688         Revert use of sig-handler.h in sigprocmask.c.
23689         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23690         it requires the existence of struct sigaction.
23691         * lib/sigprocmask.c (handler_t): Restore typedef.
23692         (rpl_signal, old_handlers): Use local type.
23693
23694 2008-06-22  Bruno Haible  <bruno@clisp.org>
23695
23696         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23697         conditionally.
23698         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23699
23700 2008-06-22  Bruno Haible  <bruno@clisp.org>
23701
23702         * doc/posix-functions/siginterrupt.texi: Move note.
23703
23704         * lib/signal.in.h (SA_RESTART): New macro.
23705         * lib/sigaction.c: Update comment.
23706
23707         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23708
23709         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23710         (gl_PREREQ_SIGPROCMASK): Invoke it.
23711         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23712
23713         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23714
23715         * lib/sigprocmask.c: Update a comment.
23716
23717 2008-06-21  Eric Blake  <ebb9@byu.net>
23718
23719         Use sigaction module rather than signal().
23720         * modules/c-stack (Depends-on): Add sigaction.
23721         * modules/fatal-signal (Depends-on): Likewise.
23722         * modules/nanosleep (Depends-on): Likewise.
23723         * modules/sigprocmask (Files): Add sig-handler.h.
23724         * modules/sigaction (Files): Likewise.
23725         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23726         Eggert.
23727         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23728         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23729         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23730         (init_fatal_signals): Likewise.
23731         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23732         (siginterrupt): Delete fallback.
23733         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23734         instead.
23735         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23736         siginterrupt.
23737
23738         New module sigaction, for mingw.
23739         * modules/sigaction: New module...
23740         * modules/sigaction-tests: ...and its test.
23741         * m4/sigaction.m4: New file.
23742         * lib/sigaction.c: Likewise.
23743         * tests/test-sigaction.c: Likewise.
23744         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23745         * modules/signal (Makefile.am): Likewise.
23746         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23747         needed.
23748         * doc/posix-headers/signal.texi (signal.h): Mention provided
23749         types.
23750         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23751         that sigaction is preferable.
23752         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23753         module.
23754         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23755         sigaction.
23756
23757         Improve robustness of sigprocmask by overriding signal.
23758         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23759         is in use.
23760         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23761         (SIGKILL, SIGSTOP): Provide fallbacks.
23762         (rpl_signal): Implement.
23763         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23764         signal can be called inside handlers.
23765
23766         Fix nanosleep module on mingw.
23767         * modules/nanosleep (Depends-on): Add sys_select.
23768         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23769
23770         Fix licensing of sigprocmask.
23771         * modules/raise (License): Relicense as LGPL.
23772
23773 2008-06-21  Bruno Haible  <bruno@clisp.org>
23774
23775         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23776         result if it contains question marks.
23777         Reported by Michael Geng <linux@michaelgeng.de>.
23778
23779 2008-06-19  Bruno Haible  <bruno@clisp.org>
23780
23781         Fix CVS-ism.
23782         * doc/gnulib.texi: Include updated-stamp.texi.
23783         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23784         (updated-stamp.texi): New rule.
23785         (gnulib.info): Depend on it.
23786         * doc/.gitignore: Add updated-stamp.texi.
23787         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23788
23789 2008-06-19  Bruno Haible  <bruno@clisp.org>
23790
23791         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23792         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23793
23794 2008-06-19  Eric Blake  <ebb9@byu.net>
23795
23796         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23797         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23798         Reported by Stepan Kasal.
23799
23800 2008-06-18  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23803         Reported by Eric Blake.
23804
23805 2008-06-18  Eric Blake  <ebb9@byu.net>
23806
23807         Work around cygwin 1.5.25 strsignal bug.
23808         * tests/test-strsignal.c: Allow for const char *.
23809         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23810
23811 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23812
23813         * users.txt: Update URL to article and add author/date
23814         information.
23815
23816 2008-06-17  Bruno Haible  <bruno@clisp.org>
23817
23818         New macro gl_DISABLE_THREADS.
23819         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23820         if the user did not pass --enable-threads or --disable-threads option.
23821         (gl_DISABLE_THREADS): New macro.
23822         Reported by Eric Blake <ebb9@byu.net>.
23823
23824 2008-06-17  Bruno Haible  <bruno@clisp.org>
23825
23826         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23827         when the macro ignores it.
23828         Based on a patch by Eric Blake <ebb9@byu.net>.
23829
23830 2008-06-17  Bruno Haible  <bruno@clisp.org>
23831
23832         * modules/tls (License): Change to LGPLv2+.
23833         Reported by Eric Blake.
23834
23835 2008-06-17  Eric Blake  <ebb9@byu.net>
23836
23837         Simplify c-stack prerequisites.
23838         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23839         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23840         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23841         check.
23842         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23843         <sys/resource.h>.
23844
23845         Move c-stack test into testsuite.
23846         * modules/c-stack-tests: New file.
23847         * lib/c-stack.c [DEBUG]: Move test program...
23848         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23849         fail test if sigaltstack is lacking.
23850         * tests/test-c-stack.sh: New driver file.
23851
23852 2008-06-16  Eric Blake  <ebb9@byu.net>
23853
23854         Use raise module consistently.
23855         * modules/fatal-signal (Depends-on): Add raise.
23856         * modules/sigprocmask (Depends-on): Likewise.
23857         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23858         * lib/sigprocmask.c (sigprocmask): Likewise.
23859         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23860         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23861
23862         Fix compliance bug in sigpending.
23863         * lib/sigprocmask.c (sigpending): Return pending array via
23864         parameter, not return value.
23865
23866 2008-06-14  Eric Blake  <ebb9@byu.net>
23867
23868         Improve obstack-printf test code.
23869         * tests/test-obstack-printf.c (test_function): Fix comment, and
23870         simplify usage of obstack_* in macros.  Add a test for coverage.
23871         Reported by Bruno Haible.
23872
23873 2008-06-14  Bruno Haible  <bruno@clisp.org>
23874
23875         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23876         array size as a constant, not as a const variable.
23877         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23878         AC_USE_SYSTEM_EXTENSIONS.
23879         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23880         Test whether the obstack_printf function actually exists.
23881         * modules/obstack-printf (Depends-on): Add extensions.
23882         (Include): Remove obstack.h.
23883         * modules/obstack-printf-posix (Depends-on): Add extensions.
23884         (Include): Remove obstack.h.
23885
23886 2008-06-13  Eric Blake  <ebb9@byu.net>
23887
23888         Add obstack-printf and obstack-printf-posix modules.
23889         * modules/obstack-printf: New file.
23890         * modules/obstack-printf-posix: Likewise.
23891         * MODULES.html.sh (Misc): Mention them.
23892         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23893         Likewise.
23894         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23895         Likewise.
23896         * modules/stdio (Makefile.am): Accomodate new modules.
23897         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23898         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23899         Declare.
23900         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23901         functions.
23902         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23903         (gl_REPLACE_OBSTACK_PRINTF): New macros
23904         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23905         * tests/test-obstack-printf.c: New file.
23906         * modules/obstack-printf-tests: Likewise.
23907         * modules/obstack-printf-posix-tests: Likewise.
23908
23909 2008-06-11  Bruno Haible  <bruno@clisp.org>
23910
23911         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23912         * lib/open.c: Include errno.h.
23913         (open): Fail when attempting to write to a file that has a trailing
23914         slash.
23915         * tests/test-open.c (main): Test against trailing slash bug.
23916         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23917
23918 2008-06-10  Bruno Haible  <bruno@clisp.org>
23919
23920         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23921         for $? to work inside the trap command, with various /bin/sh-s.
23922         * tests/test-vc-list-files-cvs.sh: Likewise.
23923
23924 2008-06-10  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/acl-internal.h: Don't include gettext.h here.
23927         * lib/set-mode-acl.c: Include gettext.h here.
23928         * lib/copy-acl.c: Likewise.
23929
23930 2008-06-10  Bruno Haible  <bruno@clisp.org>
23931
23932         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23933         * lib/wait-process.c (wait_subprocess): Likewise.
23934         * lib/execute.h (execute): Add termsigp argument.
23935         * lib/execute.c (execute): Likewise.
23936         * lib/csharpcomp.c (compile_csharp_using_pnet,
23937         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23938         * lib/csharpexec.c (execute_csharp_using_pnet,
23939         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23940         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23941         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23942         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23943         is_jikes_present): Update.
23944         * lib/javaexec.c (execute_java_class): Update.
23945         * lib/javaversion.c (execute_and_read_line): Update.
23946         * NEWS: Document the changes.
23947         Reported by Eric Blake.
23948
23949 2008-06-10  Eric Blake  <ebb9@byu.net>
23950
23951         Add missing include.
23952         * tests/test-strstr.c (includes): Add <signal.h>.
23953         * tests/test-strcasestr.c (includes): Likewise.
23954         * tests/test-memmem.c (includes): Likewise.
23955
23956 2008-06-10  Bruno Haible  <bruno@clisp.org>
23957
23958         * lib/wait-process.c (wait_subprocess): Add an assertion.
23959
23960 2008-06-10  Bruno Haible  <bruno@clisp.org>
23961
23962         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23963
23964 2008-06-10  Bruno Haible  <bruno@clisp.org>
23965
23966         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23967         using alarm().
23968         * tests/test-strcasestr.c (main): Likewise.
23969         * tests/test-strstr.c (main): Likewise.
23970
23971 2008-06-09  Bruno Haible  <bruno@clisp.org>
23972
23973         Work around the Solaris 10 ACE ACLs ABI change.
23974         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23975         declare if ACL_NO_TRIVIAL is present.
23976         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23977         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23978         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23979         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23980         define if ACL_NO_TRIVIAL is present.
23981         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23982         and use the current ABI.
23983         (file_has_acl): Use same #if condition as elsewhere.
23984         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23985         in use, and use the current ABI.
23986         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23987         Reported by Jim Meyering.
23988
23989 2008-06-09  Eric Blake  <ebb9@byu.net>
23990
23991         Work around environments that (stupidly) ignore SIGALRM.
23992         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23993         before using alarm().
23994         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23995         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23996         Reported by Ian Beckwith <ianb@erislabs.net>.
23997
23998         Produce autobuild blurb earlier in log.
23999         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24000
24001 2008-06-09  Jim Meyering  <meyering@redhat.com>
24002         and Ondřej Vašík  <ovasik@redhat.com>
24003
24004         utimens.c: correct kernel bug work-around
24005         Ondřej Vašík found that the invalid return value of 280 indicates
24006         failure, not success, and the kernel bug we're trying to work
24007         around affects not just the utimensat call, but also the fallback
24008         futimens call.
24009         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24010         not success.
24011         [HAVE_FUTIMENS]: Use the same work-around, here.
24012
24013 2008-06-09  Jim Meyering  <meyering@redhat.com>
24014
24015         add more guards around definition of ACE_-related code
24016         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24017         ALLOW and ACE_OWNER are also defined.
24018
24019 2008-06-08  Bruno Haible  <bruno@clisp.org>
24020
24021         * lib/acl-internal.h: Add me as co-author.
24022         * lib/file-has-acl.c: Likewise.
24023         * lib/set-mode-acl.c: Likewise.
24024         * lib/copy-acl.c: Likewise.
24025
24026 2008-06-08  Bruno Haible  <bruno@clisp.org>
24027
24028         Add support for AIX ACLs.
24029         * lib/acl-internal.h (acl_nontrivial): New declaration.
24030         * lib/file-has-acl.c (acl_nontrivial): New function.
24031         (file_has_acl): Add implementation using AIX 4 ACL API.
24032         * lib/set-mode-acl.c (qset_acl): Likewise.
24033         * lib/copy-acl.c (qcopy_acl): Likewise.
24034
24035 2008-06-08  Bruno Haible  <bruno@clisp.org>
24036
24037         Add support for HP-UX ACLs.
24038         * lib/acl-internal.h (acl_nontrivial): New declaration.
24039         * lib/file-has-acl.c (acl_nontrivial): New function.
24040         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24041         * lib/set-mode-acl.c (qset_acl): Likewise.
24042         * lib/copy-acl.c (qcopy_acl): Likewise.
24043
24044 2008-06-08  Bruno Haible  <bruno@clisp.org>
24045
24046         Add support for Cygwin ACLs.
24047         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24048         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24049         the chmod_or_fchmod call.
24050         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24051
24052 2008-06-08  Bruno Haible  <bruno@clisp.org>
24053
24054         Fix bug with setuid modes in Solaris 10+ code.
24055         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24056         succeeded, when the mode contains some special bits.
24057
24058 2008-06-08  Bruno Haible  <bruno@clisp.org>
24059
24060         Add support for Solaris 7..10 ACLs.
24061         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24062         declarations.
24063         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24064         functions.
24065         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24066         * lib/set-mode-acl.c (qset_acl): Likewise.
24067         * lib/copy-acl.c (qcopy_acl): Likewise.
24068
24069 2008-06-08  Bruno Haible  <bruno@clisp.org>
24070
24071         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24072         declaration.
24073         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24074         (acl_access_nontrivial): Remove MacOS X case.
24075         (file_has_acl): Use acl_extended_nontrivial.
24076         * lib/copy-acl.c (qcopy_acl): Likewise.
24077
24078 2008-06-08  Bruno Haible  <bruno@clisp.org>
24079
24080         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24081
24082 2008-06-08  Jim Meyering  <meyering@redhat.com>
24083
24084         * modules/acl (Maintainer): Add Bruno Haible.
24085
24086 2008-06-07  Bruno Haible  <bruno@clisp.org>
24087
24088         Improve support for Tru64 ACLs.
24089         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24090         ACL on OSF/1.
24091
24092 2008-06-07  Bruno Haible  <bruno@clisp.org>
24093
24094         Add support for MacOS X ACLs.
24095         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24096         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24097         * lib/set-mode-acl.c (qset_acl): Likewise.
24098         * lib/copy-acl.c (qcopy_acl): Likewise.
24099
24100 2008-06-07  Bruno Haible  <bruno@clisp.org>
24101
24102         Fix memory leak introduced on 2008-05-22.
24103         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24104         use.
24105
24106 2008-06-07  Bruno Haible  <bruno@clisp.org>
24107
24108         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24109         to construct an empty ACL.
24110
24111 2008-06-07  Bruno Haible  <bruno@clisp.org>
24112
24113         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24114         precisely.
24115         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24116
24117 2008-06-07  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24120         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24121
24122 2008-06-07  Bruno Haible  <bruno@clisp.org>
24123
24124         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24125         regardless of POSIX.
24126         * doc/posix-functions/_longjmp.texi: Likewise.
24127         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24128         SystemV platform in this case.
24129
24130 2008-06-06  Eric Blake  <ebb9@byu.net>
24131
24132         Document abort() bugs.
24133         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24134
24135         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24136         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24137         sigsetjmp.
24138         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24139         siglongjmp, but only as a macro.
24140         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24141         is obsolete.
24142         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24143
24144         Tweak documentation to cover cygwin argz bugs.
24145         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24146         argz bug fix; no code change needed since no cygwin releases
24147         occurred between the last fix and the bug being tested.
24148         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24149         module and recently fixed cygwin bugs.
24150         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24151         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24152         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24153         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24154         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24155         Likewise.
24156         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24157         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24158         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24159         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24160         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24161         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24162         Likewise.
24163
24164         Avoid gcc warning on cygwin.
24165         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24166         !ACL_NO_TRIVIAL]: Avoid unused variable.
24167
24168 2008-06-05  Eric Blake  <ebb9@byu.net>
24169
24170         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24171         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24172         git-version-gen fails to come up with a version.
24173         Reported by Simon Josefsson.
24174
24175 2008-06-05  Jim Meyering  <meyering@redhat.com>
24176             Paul Eggert  <eggert@cs.ucla.edu>
24177
24178         utimens.c: work around a probable Linux kernel bug
24179         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24180         appears to be a kernel bug that causes utimensat to return 280
24181         instead of 0, indicating success.
24182
24183 2008-06-04  Bruno Haible  <bruno@clisp.org>
24184
24185         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24186         2008-06-01 commit.
24187
24188 2008-06-04  Bruno Haible  <bruno@clisp.org>
24189
24190         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24191         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24192         (file_has_acl): Use it. Save errno afterwards.
24193         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24194
24195 2008-06-03  Bruno Haible  <bruno@clisp.org>
24196
24197         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24198         draft code. Simplify #ifs.
24199         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24200         Put Solaris code after POSIX-draft code. Fix comments regarding
24201         Solaris 10, HP-UX. Mention Cygwin.
24202         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24203
24204 2008-06-03  Eric Blake  <ebb9@byu.net>
24205
24206         Provide fallback for older kernels.
24207         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24208         Provide runtime fallback if kernel lacks support.
24209         Reported by Mike Frysinger.
24210
24211 2008-06-02  Bruno Haible  <bruno@clisp.org>
24212
24213         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24214         it exists.
24215
24216 2008-06-02  Bruno Haible  <bruno@clisp.org>
24217
24218         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24219         * lib/copy-acl.c (qcopy_acl): Update comment.
24220
24221 2008-06-02  Bruno Haible  <bruno@clisp.org>
24222
24223         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24224         like ACL APIs.
24225
24226 2008-06-02  Bruno Haible  <bruno@clisp.org>
24227
24228         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24229         * tests/test-set-mode-acl.sh: Likewise.
24230         * tests/test-copy-acl.sh: Likewise.
24231         * tests/test-copy-file.sh: Likewise.
24232
24233 2008-06-02  Bruno Haible  <bruno@clisp.org>
24234
24235         * tests/test-file-has-acl.sh: Remove unused code.
24236
24237 2008-06-01  Bruno Haible  <bruno@clisp.org>
24238
24239         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24240         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24241         messages.
24242         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24243
24244 2008-06-01  Bruno Haible  <bruno@clisp.org>
24245
24246         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24247         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24248         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24249         APIs.
24250         * modules/acl-tests (configure.ac): Remove tests now contained in
24251         m4/acl.m4.
24252
24253 2008-06-02  Jim Meyering  <meyering@redhat.com>
24254
24255         announce-gen: use a better key-server host name
24256         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24257         it may be more consistently reliable.  Suggested by Werner Koch
24258         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24259
24260 2008-06-01  Bruno Haible  <bruno@clisp.org>
24261
24262         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24263         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24264
24265 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24266
24267         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24268
24269 2008-06-01  Bruno Haible  <bruno@clisp.org>
24270
24271         New ACL tests.
24272         * tests/test-file-has-acl.sh: New file.
24273         * tests/test-file-has-acl.c: New file.
24274         * tests/test-set-mode-acl.sh: New file.
24275         * tests/test-set-mode-acl.c: New file.
24276         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24277         * tests/test-copy-acl.c: New file.
24278         * modules/acl-tests: New file, based on modules/copy-file-tests.
24279         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24280         (Depends-on): Add acl-tests.
24281         (configure.ac): Remove checks.
24282         (Makefile.am): Don't create test-sameacls program here any more.
24283
24284 2008-06-01  Bruno Haible  <bruno@clisp.org>
24285
24286         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24287         * tests/test-sameacls.c: Include progname.h.
24288         (main): Invoke set_program_name. Portability fixes for MacOS X,
24289         Solaris, HP-UX.
24290
24291 2008-06-01  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24294         function.
24295         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24296
24297 2008-06-01  Bruno Haible  <bruno@clisp.org>
24298
24299         * modules/rpmatch (Depends-on): Add strdup.
24300
24301 2008-06-01  Bruno Haible  <bruno@clisp.org>
24302
24303         * lib/pipe.c: Include unistd-safer.h.
24304         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24305         * modules/pipe (Depends-on): Add unistd-safer.
24306
24307 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24308
24309         * modules/autobuild (configure.ac): Call AB_INIT.
24310
24311 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24312
24313         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24314         Suggested by Bruno Haible <bruno@clisp.org>.
24315
24316 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24317
24318         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24319         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24320         <bruno@clisp.org>.
24321
24322 2008-05-29  Eric Blake  <ebb9@byu.net>
24323
24324         Prefer new POSIX 200x interfaces over futimesat.
24325         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24326         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24327         when available.
24328         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24329
24330 2008-05-28  Bruno Haible  <bruno@clisp.org>
24331
24332         * modules/stpcpy (License): Change to LGPLv2+.
24333         Requested by David Lutterkort <dlutter@redhat.com>.
24334
24335 2008-05-27  Bruno Haible  <bruno@clisp.org>
24336
24337         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24338         current mingw.
24339         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24340
24341 2008-05-27  Bruno Haible  <bruno@clisp.org>
24342
24343         * modules/iconv_open (Link): New section, from module 'iconv'.
24344         * modules/striconv (Link): Likewise.
24345         * modules/striconveh (Link): Likewise.
24346         * modules/xstriconv (Link): Likewise.
24347         * modules/unicodeio (Link): Likewise.
24348         * modules/propername (Link): Likewise.
24349         Reported by Jim Meyering.
24350
24351 2008-05-26  Jim Meyering  <meyering@redhat.com>
24352
24353         sha256: do not artificially restrict buffer length to be < 2^32
24354         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24355         uint32_t to size_t.
24356         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24357         to match.
24358
24359         avoid unaligned access errors, e.g., on sparc
24360         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24361         direct access through a possibly-unaligned uint64* pointer.
24362         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24363         direct access through a possibly-unaligned uint32* pointer.
24364         Prompted by this patch from Tom "spot" Callaway:
24365         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24366
24367         sha512.c: fix typo in comment
24368         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24369
24370 2008-05-25  Bruno Haible  <bruno@clisp.org>
24371
24372         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24373         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24374         (Makefile.am): Update lib_SOURCES.
24375
24376 2008-05-25  Bruno Haible  <bruno@clisp.org>
24377
24378         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24379
24380 2008-05-25  Jim Meyering  <meyering@redhat.com>
24381
24382         useless-if-before-free: freed expr may have white-space differences
24383         * build-aux/useless-if-before-free: Recognize cases in which the
24384         freed expression differs from the tested one in embedded white
24385         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24386         $1 was used, so we can't make any regexp shy.  Improved tests now
24387         detect this.
24388
24389         useless-if-before-free: accept white space in the expression.
24390         * build-aux/useless-if-before-free: For now, any white space
24391         in the expression must be identical in the free argument.
24392
24393         useless-if-before-free: efficiency tweak
24394         * build-aux/useless-if-before-free: Make the expression-matching
24395         regexp "shy".
24396         Make the *outer* regexp shy, not the expr-matching one.
24397
24398         update code-in-comment to accept cast of free arg
24399         * build-aux/useless-if-before-free: Update regexp.
24400
24401 2008-05-25  Bruno Haible  <bruno@clisp.org>
24402
24403         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24404         * modules/copy-file-tests (Files, Makefile.am): Update.
24405         * tests/test-copy-file.c (func_test_copy): Update.
24406
24407 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24408
24409         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24410
24411 2008-05-23  Bruno Haible  <bruno@clisp.org>
24412
24413         Improve support for ACLs on OSF/1.
24414         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24415         Remove fallback for unknown flavors of ACLs.
24416
24417 2008-05-22  Bruno Haible  <bruno@clisp.org>
24418
24419         Add support for ACLs on OSF/1.
24420         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24421         replacements.
24422         (acl_free_text): New macro fallback.
24423         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24424         acl_free.
24425         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24426         acl_free_text function. Require AC_C_INLINE.
24427
24428 2008-05-22  Bruno Haible  <bruno@clisp.org>
24429
24430         Make copy_acl work on MacOS X 10.5.
24431         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24432         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24433         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24434         If MODE_INSIDE_ACL, don't assume that every system has the same text
24435         representation for ACLs as FreeBSD.
24436         * lib/copy-acl.c (copy_acl): Add support for platforms with
24437         !MODE_INSIDE_ACL.
24438         * lib/file-has-acl.c (file_has_acl): Likewise.
24439         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24440         FreeBSD, MacOS X, or IRIX, respectively.
24441
24442 2008-05-22  Bruno Haible  <bruno@clisp.org>
24443
24444         * lib/acl.h: Don't include <sys/acl.h>.
24445         (GETACLCNT): Move fallback to lib/acl-internal.h.
24446         * lib/acl-internal.h: Include <sys/acl.h> here.
24447         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24448
24449 2008-05-22  Bruno Haible  <bruno@clisp.org>
24450
24451         Split off copy_acl function to separate file.
24452         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24453         * lib/acl.c (copy_acl): Moved function to separate file.
24454         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24455         * modules/acl (Files): Add lib/copy-acl.c.
24456         (Makefiles.am): Augment lib_SOURCES.
24457
24458 2008-05-22  Bruno Haible  <bruno@clisp.org>
24459
24460         * modules/copy-file-tests: New file.
24461         * tests/test-copy-file.sh: New file.
24462         * tests/test-copy-file.c: New file.
24463         * tests/test-copy-file-sameacls.c: New file.
24464
24465 2008-05-22  Eric Blake  <ebb9@byu.net>
24466
24467         Avoid gcc warning.
24468         * tests/test-memcmp.c (main): Pass NULL indirectly.
24469
24470 2008-05-21  Bruno Haible  <bruno@clisp.org>
24471
24472         Add reference doc about ACLs.
24473         * doc/acl-resources.txt: New file.
24474         * doc/acl-cygwin.txt: New file.
24475
24476 2008-05-21  Bruno Haible  <bruno@clisp.org>
24477
24478         Avoid one more warning from gcc.
24479         * lib/vasnprintf.c (IF_LINT): Update comments.
24480         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24481
24482 2008-05-21  Jim Meyering  <meyering@redhat.com>
24483
24484         avoid a warning from gcc
24485         * lib/vasnprintf.c (IF_LINT): Define.
24486         (scale10_round_decimal_long_double):
24487         Use it to avoid a "may be used uninitialized" warning.
24488         (scale10_round_decimal_double): Likewise.
24489
24490 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24491
24492         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24493         declared.
24494
24495 2008-05-20  Bruno Haible  <bruno@clisp.org>
24496
24497         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24498         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24499
24500 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24501
24502         * modules/memcmp-tests: New file.
24503         * tests/test-memcmp.c: New file.
24504
24505 2008-05-19  Bruno Haible  <bruno@clisp.org>
24506
24507         * modules/propername (Notice, configure.ac): Put quoted "..." into
24508         --keyword option.
24509         * lib/propername.h: Update comments accordingly.
24510         Reported by Eric Blake.
24511
24512 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24513
24514         * modules/getpass-gnu (Depends-on): Add fseeko.
24515
24516 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24517
24518         * modules/base64-tests: New file.
24519
24520 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24521
24522         * lib/base64.c (base64_decode_ctx): If a decode context structure
24523         was passed in use it to ignore newlines.  If a context structure
24524         was _not_ passed in, continue to treat newlines as garbage (this
24525         is the historical behavior).  Formerly base64_decode.
24526         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24527         takes a decode context structure.
24528         * lib/base64.h (base64_decode): Macro for four-argument calls.
24529         (base64_decode_alloc): Likewise.
24530         * lib/base64.c (base64_decode_ctx): If a decode context structure
24531         was passed in use it to ignore newlines.  If a context structure
24532         was _not_ passed in, continue to treat newlines as garbage (this
24533         is the historical behavior).  Formerly base64_decode.
24534         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24535         takes a decode context structure.
24536         * lib/base64.h (base64_decode): Macro for four-argument calls.
24537         (base64_decode_alloc): Likewise.
24538
24539 2008-05-19  Jim Meyering  <meyering@redhat.com>
24540
24541         avoid a warning from gcc
24542         * lib/trim.c (IF_LINT): Define.
24543         (trim2): Use it to avoid a "may be used uninitialized" warning.
24544
24545         Fix doc typo.
24546         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24547
24548 2008-05-19  Bruno Haible  <bruno@clisp.org>
24549
24550         * doc/glibc-functions/getpass.texi: Document limits of other
24551         implementations.
24552
24553 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24554             Bruno Haible <bruno@clisp.org>
24555
24556         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24557
24558 2008-05-18  Bruno Haible  <bruno@clisp.org>
24559
24560         * modules/propername: New file, from GNU gettext.
24561         * lib/propername.h: New file, from GNU gettext.
24562         * lib/propername.c: New file, from GNU gettext.
24563         * MODULES.html.sh (Internationalization functions): Add propername.
24564
24565 2008-05-16  Jim Meyering  <meyering@redhat.com>
24566             Bruno Haible  <bruno@clisp.org>
24567
24568         Avoid some warnings from "gcc -Wshadow".
24569         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24570
24571 2008-05-15  Eric Blake  <ebb9@byu.net>
24572
24573         Extend previous patch to cygwin 1.7.0.
24574         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24575         fast implementation in cygwin >= 1.7.0.
24576         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24577         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24578
24579 2008-05-15  Bruno Haible  <bruno@clisp.org>
24580
24581         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24582         implementation in glibc >= 2.9.
24583         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24584         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24585
24586 2008-05-15  Bruno Haible  <bruno@clisp.org>
24587
24588         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24589         (Unicode string functions): Add unilbrk/*.
24590         Reported by Karl Berry.
24591
24592 2008-05-15  Eric Blake  <ebb9@byu.net>
24593
24594         Fix violation of <stdbool.h> replacement in regex.
24595         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24596         * lib/regexec.c (re_search_internal): Likewise.
24597         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24598
24599 2008-05-15  Jim Meyering  <meyering@redhat.com>
24600
24601         avoid distracting test output when git or cvs is not found
24602         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24603         * tests/test-vc-list-files-git.sh: Likewise.
24604
24605 2008-05-15  Eric Blake  <ebb9@byu.net>
24606
24607         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24608         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24609         glibc version.
24610         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24611         * doc/posix-functions/strstr.texi (strstr): Likewise.
24612         * lib/str-two-way.h (MAX): Sychronize with glibc.
24613
24614 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24615
24616         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24617         opr.ctx_type.
24618         (calc_first): Initialize constraint field.
24619         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24620         Fix grammar.
24621         (duplicate_node): Merge constraint field for all node types.
24622         (calc_eclosure_iter): Look at constraint field for all node types.
24623         * lib/regex_internal.c (create_cd_newstate): Don't look at
24624         opr.ctx_type.
24625
24626 2008-05-14  Bruno Haible  <bruno@clisp.org>
24627
24628         Help GCC to do better code generation.
24629         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24630         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24631         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24632         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24633         Declare with attribute 'malloc' if supported.
24634
24635 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24636
24637         use "echo STR|wc -c" rather than unportable "expr length STR"
24638         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24639         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24640
24641 2008-05-14  Jim Meyering  <meyering@redhat.com>
24642
24643         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24644         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24645         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24646         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24647         via Collin Lasse.
24648
24649 2008-05-14  Eric Blake  <ebb9@byu.net>
24650
24651         Avoid quadratic growth in gl_LIBSOURCES.
24652         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24653         Suggested by Bruno Haible.
24654
24655         Test xmemdup0.
24656         * modules/xmemdup0-tests: New file.
24657         * tests/test-xmemdup0.c: Likewise.
24658
24659 2008-05-13  Eric Blake  <ebb9@byu.net>
24660
24661         Split xmemdup0 into its own module.
24662         * modules/xmemdup0: New file.
24663         * lib/xmemdup0.h: Likewise.
24664         * lib/xmemdup0.c: Likewise.
24665         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24666         * lib/xalloc.h (xmemdup0): Remove.
24667         * lib/xmalloc.c (xmemdup0): Likewise.
24668
24669 2008-05-13  Eric Blake  <ebb9@byu.net>
24670             Bruno Haible  <bruno@clisp.org>
24671
24672         Reduce number of forks required during autoconf.
24673         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24674         and gl_LIBSOURCES_DIR.
24675         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24676         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24677         m4_syscmd per file.
24678         <m4_foreach_w>: Move...
24679         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24680
24681 2008-05-13  Eric Blake  <ebb9@byu.net>
24682
24683         * gnulib-tool: Fix various comment typos.
24684
24685 2008-05-12  Bruno Haible  <bruno@clisp.org>
24686
24687         Tailor the linebreaking algorithm.
24688         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24689
24690 2008-05-12  Bruno Haible  <bruno@clisp.org>
24691
24692         Update to Unicode 5.0.0.
24693         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24694         LBP_JV, LBP_JT. Redistribute values.
24695         (unilbrk_table): Change size.
24696         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24697         Unicode TR#14 rev. 22.
24698         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24699         LBP_JV, LBP_JT. Redistribute values.
24700         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24701         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24702         Update.
24703         * lib/unilbrk/lbrkprop1.h: Regenerated.
24704         * lib/unilbrk/lbrkprop2.h: Regenerated.
24705         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24706         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24707         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24708         Likewise.
24709         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24710         Likewise.
24711         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24712         result.
24713         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24714         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24715         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24716         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24717         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24718         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24719
24720 2008-05-11  Bruno Haible  <bruno@clisp.org>
24721
24722         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24723
24724 2008-05-11  Bruno Haible  <bruno@clisp.org>
24725
24726         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24727         * modules/unilbrk/gen-lbrk: New file.
24728
24729 2008-05-11  Bruno Haible  <bruno@clisp.org>
24730
24731         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24732         * m4/sha512.m4 (gl_SHA512): Likewise.
24733
24734 2008-05-11  Jim Meyering  <meyering@redhat.com>
24735
24736         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24737         * modules/crypto/sha256: New file.
24738         * modules/crypto/sha512: Likewise.
24739         * lib/sha256.c: Likewise.
24740         * lib/sha256.h: Likewise.
24741         * lib/sha512.c: Likewise.
24742         * lib/sha512.h: Likewise.
24743         * lib/u64.h: Likewise.
24744         * m4/sha256.m4: Likewise.
24745         * m4/sha512.m4: Likewise.
24746         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24747
24748 2008-05-10  Bruno Haible  <bruno@clisp.org>
24749
24750         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24751         (Input/Output <stdio.h>): Add xprintf.
24752         (Signal handling <signal.h>): Add strsignal.
24753         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24754         (Core language properties): Add func.
24755         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24756         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24757         strings.
24758         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24759         (Input/output): New section.
24760         (File system functions): Add openat-die, stat-macros.
24761         (Networking functions): Add sockets.
24762         (Unicode string functions): Add unictype/*.
24763         (Support for building libraries and executables): Add gperf.
24764         (Support for building documentation): Add agpl-3.0.
24765         (Misc): Add nocrash.
24766
24767 2008-05-10  Bruno Haible  <bruno@clisp.org>
24768
24769         * modules/unictype/gen-ctype: New file.
24770
24771 2008-05-10  Jim Meyering  <meyering@redhat.com>
24772
24773         Make chdir-safer.c more efficient on a system with no symlinks.
24774         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24775         also if ELOOP is zero.  Suggested by Bruno Haible.
24776
24777         Make chdir-safer.c slightly safer.
24778         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24779         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24780
24781         Avoid compile failure on systems without ELOOP (like mingw).
24782         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24783         Reported by Bruno Haible.
24784
24785 2008-05-10  Bruno Haible  <bruno@clisp.org>
24786
24787         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24788         (is_utf8_encoding): Use a case-insensitive comparison.
24789         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24790         streq.
24791
24792 2008-05-10  Bruno Haible  <bruno@clisp.org>
24793
24794         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24795         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24796         * lib/unilbrk/ulc-common.h (iconv_string_length,
24797         iconv_string_keeping_offsets): Remove declarations.
24798         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24799         Don't include <iconv.h>, streq.h, xsize.h.
24800         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24801         conversion.
24802         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24803         <iconv.h>, streq.h, xsize.h.
24804         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24805         conversion.
24806         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24807         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24808         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24809         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24810
24811 2008-05-10  Bruno Haible  <bruno@clisp.org>
24812
24813         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24814         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24815
24816         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24817         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24818
24819         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24820         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24821
24822         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24823         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24824
24825         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24826         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24827
24828         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24829         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24830
24831         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24832         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24833
24834         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24835         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24836
24837 2008-05-10  Bruno Haible  <bruno@clisp.org>
24838
24839         Split up 'linebreak' module.
24840         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24841         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24842         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24843         modifications.
24844         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24845         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24846         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24847         lib/linebreak.c.
24848         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24849         lib/linebreak.c.
24850         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24851         lib/linebreak.c.
24852         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24853         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24854         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24855         lib/linebreak.c.
24856         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24857         lib/linebreak.c.
24858         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24859         lib/linebreak.c.
24860         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24861         lib/linebreak.c.
24862         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24863         lib/linebreak.c.
24864         * modules/unilbrk/base: New file.
24865         * modules/unilbrk/tables: New file.
24866         * modules/unilbrk/u8-possible-linebreaks: New file.
24867         * modules/unilbrk/u16-possible-linebreaks: New file.
24868         * modules/unilbrk/u32-possible-linebreaks: New file.
24869         * modules/unilbrk/ulc-common: New file.
24870         * modules/unilbrk/ulc-possible-linebreaks: New file.
24871         * modules/unilbrk/u8-width-linebreaks: New file.
24872         * modules/unilbrk/u16-width-linebreaks: New file.
24873         * modules/unilbrk/u32-width-linebreaks: New file.
24874         * modules/unilbrk/ulc-width-linebreaks: New file.
24875         * lib/linebreak.h: Remove file.
24876         * lib/linebreak.c: Remove file.
24877         * m4/linebreak.m4: Remove file.
24878         * modules/linebreak: Remove file.
24879         * NEWS: Mention the changes.
24880
24881 2008-05-09  Eric Blake  <ebb9@byu.net>
24882
24883         Add xmemdup0.
24884         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24885         implementation.
24886         * lib/xmalloc.c (xmemdup0): New C implementation.
24887
24888 2008-05-08  Bruno Haible  <bruno@clisp.org>
24889
24890         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24891
24892 2008-05-07  Eric Blake  <ebb9@byu.net>
24893
24894         Support cross-compilation of <wctype.h>.
24895         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24896         AC_CACHE_CHECK.
24897
24898 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24899
24900         * build-aux/vc-list-files: Add support for bzr.
24901
24902 2008-05-03  Jim Meyering  <meyering@redhat.com>
24903
24904         avoid failed assertion with tight malloc
24905         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24906
24907 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24908
24909         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24910         are needed from arpa/inet.h.
24911         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24912         Reported by Bruno Haible.
24913
24914 2008-05-02  Jim Meyering  <meyering@redhat.com>
24915
24916         avoid compilation error on FreeBSD 6
24917         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24918
24919 2008-05-01  Jim Meyering  <meyering@redhat.com>
24920
24921         useless-if-before-free: correct --help's exit status description
24922         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24923         for one or more matches, etc.  Reported by Bruno Haible.
24924
24925         vc-list-files: make the stand-alone gnulib test work
24926         * modules/vc-list-files-tests (configure.ac):
24927         Define and AC_SUBST abs_aux_dir.
24928         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24929         $(abs_top_srcdir) to each script and having each of them
24930         duplicate the work of setting PATH, set PATH here, using
24931         the new variable, abs_aux_dir instead.
24932         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24933         * tests/test-vc-list-files-git.sh: Likewise.
24934         Reported by Bruno Haible.
24935
24936 2008-05-01  Bruno Haible  <bruno@clisp.org>
24937
24938         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24939         reallocation. Rename 'done' to 'found_delimiter'.
24940
24941 2008-05-01  Jim Meyering  <meyering@redhat.com>
24942
24943         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24944         * build-aux/vc-list-files: Use `...`, not $(...).
24945
24946 2008-04-30  Jim Meyering  <meyering@redhat.com>
24947
24948         add tests for vc-list-files
24949         * modules/vc-list-files-tests: New module.
24950         * tests/test-vc-list-files-cvs.sh: New file.
24951         * tests/test-vc-list-files-git.sh: New file.
24952
24953         avoid a warning from gcc
24954         * lib/getndelim2.c (IF_LINT): Define.
24955         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24956
24957         vc-list-files: work properly with build-aux/cvsu, too
24958         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24959         to all cvs-based clauses.
24960
24961         vc-list-files: work properly in the CVS+awk case, too
24962         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24963
24964         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24965         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24966         take more than one file argument, so .  Add quotes, just in case $dir
24967         ever contains a shell meta-character.  Prompted by Soren Hansen in
24968         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24969
24970 2008-04-29  Eric Blake  <ebb9@byu.net>
24971
24972         Optimize getndelim2 to use block operations when possible.
24973         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24974         freadseek, and memchr2.
24975         * lib/getndelim2.c (getndelim2): Use them for block reads.
24976
24977 2008-04-29  Bruno Haible  <bruno@clisp.org>
24978
24979         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24980         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24981         * modules/inet_ntop (Depends-on): Add extensions.
24982         * modules/inet_pton (Depends-on): Likewise.
24983         Reported by Simon Josefsson.
24984
24985 2008-04-29  Jim Meyering  <meyering@redhat.com>
24986
24987         When the is more than one match in a block, match all of them.
24988         * build-aux/useless-if-before-free: Iterate through each block
24989         until there are no more matches.
24990
24991         Fix broken useless-if-before-free script.
24992         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24993         the expression to match cast of argument to free-like function.
24994
24995 2008-04-29  Eric Blake  <ebb9@byu.net>
24996
24997         Use new header.
24998         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24999
25000 2008-04-29  Jim Meyering  <meyering@redhat.com>
25001
25002         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25003         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25004         by gnulib to exist and to declare e.g., inet_ntop.
25005         Don't include "inet_ntop.h", now removed.
25006
25007         * m4/arpa_inet_h.m4: Remove trailing blanks.
25008
25009 2008-04-29  Eric Blake  <ebb9@byu.net>
25010
25011         Silence valgrind on safe reads beyond potential array bounds.
25012         * lib/rawmemchr.valgrind: New file.
25013         * lib/strchrnul.valgrind: Likewise.
25014         * modules/rawmemchr (Files): Distribute new file.
25015         * modules/strchrnul (Files): Likewise.
25016         Suggested by Bruno Haible.
25017
25018 2008-04-29  Bruno Haible  <bruno@clisp.org>
25019
25020         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25021         (inet_ntop, inet_pton): Change portability warning's wording.
25022         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25023         Invoke gl_CHECK_NEXT_HEADERS.
25024         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25025         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25026         set ARPA_INET_H.
25027         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25028         * modules/arpa_inet (Description): No longer only for systems that
25029         lack it.
25030         (Depends-on): Add include_next.
25031         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25032         HAVE_ARPA_INET_H.
25033
25034 2008-04-29  Jim Meyering  <meyering@redhat.com>
25035
25036         * modules/mkdir (License): Re-license as LGPLv2+.
25037
25038 2008-04-29  Bruno Haible  <bruno@clisp.org>
25039
25040         * modules/rawmemchr (Maintainer): Set to Eric.
25041         * modules/strchrnul (Maintainer): Likewise.
25042
25043 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25044
25045         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25046         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25047
25048         * modules/arpa_inet (arpa/inet.h): Use them.
25049
25050 2008-04-28  Eric Blake  <ebb9@byu.net>
25051
25052         Test getndelim2.
25053         * modules/getndelim2-tests: New file.
25054         * tests/test-getndelim2.c: Likewise.
25055         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25056         stream.
25057         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25058
25059         * MODULES.html.sh: Document new module.
25060
25061 2008-04-20  Bruno Haible  <bruno@clisp.org>
25062
25063         * lib/c-stack.c (die): Use raise.
25064         * modules/c-stack (Depends-on): Add raise.
25065
25066 2008-04-28  Bruno Haible  <bruno@clisp.org>
25067
25068         Expect rpmatch to be declared.
25069         * lib/yesno.c (rpmatch): Remove declaration.
25070
25071         Declare rpmatch.
25072         * lib/stdlib.in.h (rpmatch): New declaration.
25073         * lib/rpmatch.c: Include <stdlib.h> first.
25074         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25075         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25076         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25077         HAVE_RPMATCH.
25078         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25079         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25080         (Include): Set to <stdlib.h>.
25081         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25082         HAVE_RPMATCH.
25083         * NEWS: Document the change.
25084
25085 2008-04-28  Bruno Haible  <bruno@clisp.org>
25086
25087         Change rpmatch to use nl_langinfo when appropriate.
25088         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25089         (N_): New macro.
25090         (localized_pattern): New function/macro.
25091         (try): Remove match, nomatch arguments. Copy the pattern into safe
25092         memory before caching it.
25093         (rpmatch): Use localized_pattern. Add translator comments.
25094         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25095         Suggested by Eric Blake.
25096         * modules/rpmatch (Depends-on): Add stdbool.
25097
25098 2008-04-28  Eric Blake  <ebb9@byu.net>
25099
25100         Add rawmemchr module, matching glibc.
25101         * modules/string (Makefile.am): New indicator.
25102         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25103         * lib/string.in.h (rawmemchr): Declare when appropriate.
25104         * modules/rawmemchr: New file.
25105         * m4/rawmemchr.m4: Likewise.
25106         * lib/rawmemchr.c: Likewise.
25107         * modules/rawmemchr-tests: Likewise.
25108         * tests/test-rawmemchr.c: Likewise.
25109         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25110         module.
25111         * modules/strchrnul (Depends-on): Add rawmemchr.
25112         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25113
25114         Whitespace cleanup.
25115         * tests/test-strchrnul.c: Reindent.
25116         * lib/strchrnul.c: Likewise.
25117
25118         Optimize and test strchrnul.
25119         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25120         * modules/strchrnul-tests: New file.
25121         * tests/test-strchrnul.c: Likewise.
25122
25123         Remove intprops dependency.
25124         * modules/memchr (Depends-on): Remove intprops.
25125         * modules/memrchr (Depends-on): Likewise.
25126         * modules/memchr2 (Depends-on): Likewise.
25127         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25128         * lib/memrchr.c (__memrchr): Likewise.
25129         * lib/memrchr2.c (memchr2): Likewise.
25130         Reported by Simon Josefsson.
25131
25132 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25133
25134         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25135         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25136
25137 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25138
25139         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25140
25141         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25142
25143         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25144
25145         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25146         declarations.
25147         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25148
25149         * m4/inet_pton.m4: Don't check for header files.
25150
25151         * m4/inet_ntop.m4: Don't check for header files.
25152
25153 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25154
25155         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25156         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25157         trigger for cygwin).
25158         Reported by Bruno Haible  <bruno@clisp.org>.
25159
25160 2008-04-28  Bruno Haible  <bruno@clisp.org>
25161
25162         * doc/posix-functions/strdup.texi: Mention mingw problem.
25163
25164 2008-04-27  Bruno Haible  <bruno@clisp.org>
25165
25166         * modules/stat-time-tests (Depends-on): Add sleep.
25167         * tests/test-stat-time.c (force_unlink): New function.
25168         (cleanup): Use it.
25169         (test_mtime): Remove the ctime related tests.
25170         (test_ctime): New function, containing the ctime related tests.
25171         (main): Call test_ctime, except on native Windows platforms.
25172
25173 2008-04-27  Bruno Haible  <bruno@clisp.org>
25174
25175         * lib/rpmatch.c (rpmatch): Add some comments.
25176         Reported by James Youngman <jay@gnu.org>.
25177
25178 2008-04-27  Bruno Haible  <bruno@clisp.org>
25179
25180         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25181         quiet NaNs.
25182
25183 2008-04-27  Bruno Haible  <bruno@clisp.org>
25184
25185         Make test-yesno.sh work on mingw.
25186         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25187         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25188         (main): Set stdin to binary mode.
25189         * modules/yesno-tests (Depends-on): Add binary-io.
25190
25191 2008-04-27  Bruno Haible  <bruno@clisp.org>
25192
25193         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25194         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25195         argument that lie outside the IEEE 854 domain.
25196         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25197         (gl_ISFINITE): Use it.
25198         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25199
25200 2008-04-27  Bruno Haible  <bruno@clisp.org>
25201
25202         Allow local renaming in config.h.
25203         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25204
25205 2008-04-27  Bruno Haible  <bruno@clisp.org>
25206
25207         * lib/memchr.c (__memchr): Change type of 'i'.
25208         * lib/memchr2.c (memchr2): Likewise.
25209
25210 2008-04-26  Eric Blake  <ebb9@byu.net>
25211         and Bruno Haible  <bruno@clisp.org>
25212
25213         Optimize and test memrchr.
25214         * modules/memrchr (Depends-on): Add intprops.
25215         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25216         * modules/memrchr-tests: New file.
25217         * tests/test-memrchr.c: New file.
25218
25219 2008-04-26  Bruno Haible  <bruno@clisp.org>
25220
25221         Add tentative support for DragonFly BSD.
25222         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25223         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25224         fp.
25225         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25226         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25227         * lib/fpurge.c (fpurge): Likewise.
25228         * lib/freadable.c (freaadable): Likewise.
25229         * lib/freadahead.c (freadahead): Likewise.
25230         * lib/freading.c (freading): Likewise.
25231         * lib/freadptr.c (freadptr): Likewise.
25232         * lib/freadseek.c (freadptrinc): Likewise.
25233         * lib/fseeko.c (fseeko): Likewise.
25234         * lib/fseterr.c (fseterr): Likewise.
25235         * lib/fwritable.c (fwritable): Likewise.
25236         * lib/fwriting.c (fwriting): Likewise.
25237
25238 2008-04-26  Bruno Haible  <bruno@clisp.org>
25239
25240         * lib/stdio-impl.h: New file.
25241         * lib/fbufmode.c: Include stdio-impl.h.
25242         (fbufmode): Use fp_, remove redundant #defines.
25243         * lib/fflush.c: Include stdio-impl.h.
25244         (clear_ungetc_buffer): Remove redundant #defines.
25245         * lib/fpurge.c: Include stdio-impl.h.
25246         (fpurge): Remove redundant #defines.
25247         * lib/freadable.c: Include stdio-impl.h.
25248         (freadable): Remove redundant #defines.
25249         * lib/freadahead.c: Include stdio-impl.h.
25250         (freadahead): Remove redundant #defines.
25251         * lib/freading.c: Include stdio-impl.h.
25252         (freading): Remove redundant #defines.
25253         * lib/freadptr.c: Include stdio-impl.h.
25254         (freadptr): Remove redundant #defines.
25255         * lib/freadseek.c: Include stdio-impl.h.
25256         (freadptrinc): Remove redundant #defines.
25257         * lib/fseeko.c: Include stdio-impl.h.
25258         (rpl_fseeko): Remove redundant #defines.
25259         * lib/fseterr.c: Include stdio-impl.h.
25260         (fseterr): Remove redundant #defines.
25261         * lib/fwritable.c: Include stdio-impl.h.
25262         (fwritable: Remove redundant #defines.
25263         * lib/fwriting.c: Include stdio-impl.h.
25264         (fwriting): Remove redundant #defines.
25265         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25266         * modules/fflush (Files): Likewise.
25267         * modules/fpurge (Files): Likewise.
25268         * modules/freadable (Files): Likewise.
25269         * modules/freadahead (Files): Likewise.
25270         * modules/freading (Files): Likewise.
25271         * modules/freadptr (Files): Likewise.
25272         * modules/freadseek (Files): Likewise.
25273         * modules/fseeko (Files): Likewise.
25274         * modules/fseterr (Files): Likewise.
25275         * modules/fwritable (Files): Likewise.
25276         * modules/fwriting (Files): Likewise.
25277
25278 2008-04-26  Bruno Haible  <bruno@clisp.org>
25279
25280         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25281         restore_seek_optimization, update_fpos_cache): New functions, extracted
25282         from rpl_fflush.
25283         (rpl_fflush): Use them.
25284         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25285         (gl_REPLACE_FFLUSH): Use it.
25286
25287 2008-04-26  Bruno Haible  <bruno@clisp.org>
25288
25289         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25290         on Solaris.
25291         * tests/test-xstrtoimax.sh: Likewise.
25292         * tests/test-xstrtoumax.sh: Likewise.
25293         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25294
25295 2008-04-26  Bruno Haible  <bruno@clisp.org>
25296
25297         * modules/memchr-tests: New file.
25298         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25299
25300 2008-04-26  Eric Blake  <ebb9@byu.net>
25301             Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/memchr.c: Include intprops.h.
25304         (__memchr): Optimize parallel detection of matching bytes. Rename local
25305         variables. Add explanatory comments.
25306
25307 2008-04-26  Bruno Haible  <bruno@clisp.org>
25308
25309         Fix module 'memchr', broken since 2000-10-28.
25310         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25311
25312 2008-04-26  Bruno Haible  <bruno@clisp.org>
25313
25314         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25315         comments.
25316
25317 2008-04-25  Eric Blake  <ebb9@byu.net>
25318
25319         Use native fstatat on cygwin 1.7.0.
25320         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25321         first.
25322
25323 2008-04-23  Eric Blake  <ebb9@byu.net>
25324
25325         Improve memchr2 performance.
25326         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25327         NUL bytes.
25328         * modules/memchr2 (Depends-on): Use intprops.h.
25329
25330 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25331
25332         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25333         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25334         <blp@cs.stanford.edu>.
25335
25336 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25337
25338         * lib/arpa_inet.in.h: New file.
25339
25340         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25341         (Makefile.am): Sed in substitute header file.
25342
25343         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25344         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25345
25346         * modules/inet_ntop (configure.ac): Use
25347         gl_ARPA_INET_MODULE_INDICATOR.
25348
25349         * modules/inet_pton (configure.ac): Use
25350         gl_ARPA_INET_MODULE_INDICATOR.
25351
25352 2008-04-22  Jim Meyering  <meyering@redhat.com>
25353
25354         * modules/verify (License): Re-license as LGPLv2+.
25355
25356 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25357
25358         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25359         parameter to void* as per POSIX standard (MinGW uses char*).
25360
25361 2008-04-21  Bruno Haible  <bruno@clisp.org>
25362
25363         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25364         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25365         Define to replacements if REPLACE_ISWCNTRL is 1.
25366         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25367         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25368         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25369         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25370         what it fixes.
25371         * doc/posix-functions/iswalpha.texi: Likewise.
25372         * doc/posix-functions/iswblank.texi: Likewise.
25373         * doc/posix-functions/iswcntrl.texi: Likewise.
25374         * doc/posix-functions/iswdigit.texi: Likewise.
25375         * doc/posix-functions/iswgraph.texi: Likewise.
25376         * doc/posix-functions/iswlower.texi: Likewise.
25377         * doc/posix-functions/iswprint.texi: Likewise.
25378         * doc/posix-functions/iswpunct.texi: Likewise.
25379         * doc/posix-functions/iswspace.texi: Likewise.
25380         * doc/posix-functions/iswupper.texi: Likewise.
25381         * doc/posix-functions/iswxdigit.texi: Likewise.
25382         Reported by Alain Guibert.
25383
25384 2008-04-21  Bruno Haible  <bruno@clisp.org>
25385
25386         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25387         Patch by Alain Guibert.
25388
25389 2008-04-21  Bruno Haible  <bruno@clisp.org>
25390
25391         Fix test failures on mingw.
25392         * tests/test-xstrtol.c (print_no_progname): New function.
25393         (main): Install it in error_print_progname hook.
25394         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25395         * tests/test-xstrtoimax.sh: Likewise.
25396         * tests/test-xstrtoumax.sh: Likewise.
25397
25398 2008-04-21  Bruno Haible  <bruno@clisp.org>
25399
25400         Fix test failure on mingw.
25401         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25402
25403 2008-04-21  Bruno Haible  <bruno@clisp.org>
25404
25405         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25406         Actually assign a value.
25407
25408 2008-04-20  Bruno Haible  <bruno@clisp.org>
25409
25410         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25411         take 2.
25412         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25413         'canonicalize-lgpl' module is also used.
25414         * lib/canonicalize-lgpl.c: Undo last change.
25415         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25416
25417 2008-04-20  Bruno Haible  <bruno@clisp.org>
25418
25419         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25420         config.h. Provide _mkdir based fallback for mingw.
25421         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25422         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25423         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25424         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25425         rather than defining mkdir in config.h.
25426         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25427         (gl_SYS_STAT_H_DEFAULTS): New macro.
25428         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25429         HAVE_IO_H any more.
25430         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25431         HAVE_DECL_MKDIR and HAVE_IO_H.
25432
25433 2008-04-20  Bruno Haible  <bruno@clisp.org>
25434
25435         * lib/isapipe.c: Port to native Windows platforms.
25436
25437 2008-04-20  Bruno Haible  <bruno@clisp.org>
25438
25439         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25440
25441 2008-04-21  Eric Blake  <ebb9@byu.net>
25442
25443         Work around preprocessors that don't handle UINTMAX_MAX.
25444         * lib/memchr2.c (memchr2): Avoid embedded #if.
25445         Reported by Alain Guibert, fix suggested by Bruno Haible.
25446
25447 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25448
25449         * doc/posix-functions/strftime.texi (strftime): Explain better
25450         Windows incompatibility.  Suggested by Micah Cowan
25451         <micah@cowan.name>.
25452
25453 2008-04-20  Bruno Haible  <bruno@clisp.org>
25454
25455         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25456         unistr/u8-mblen.
25457
25458 2008-04-20  Bruno Haible  <bruno@clisp.org>
25459
25460         Fix test failure on platforms with non-GNU iconv.
25461         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25462         (U_TO_U8): Use it, rather than u16_to_u8.
25463         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25464         units at the end of the input string.
25465         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25466
25467 2008-04-20  Bruno Haible  <bruno@clisp.org>
25468
25469         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25470         when the resulting length is 0.
25471         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25472
25473 2008-04-20  Bruno Haible  <bruno@clisp.org>
25474
25475         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25476         works.
25477         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25478
25479 2008-04-20  Bruno Haible  <bruno@clisp.org>
25480
25481         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25482         * modules/tsearch-tests (configure.ac): Test for initstate function.
25483
25484 2008-04-20  Bruno Haible  <bruno@clisp.org>
25485
25486         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25487         for nlink_t if missing.
25488         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25489
25490 2008-04-19  Bruno Haible  <bruno@clisp.org>
25491
25492         Work around snprintf bug on Linux libc5.
25493         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25494         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25495         gl_SNPRINTF_SIZE1.
25496         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25497         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25498         that test failed.
25499         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25500         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25501         * modules/snprintf (Files): Add m4/printf.m4.
25502         * modules/vsnprintf (Files): Likewise.
25503         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25504         * doc/posix-functions/vsnprintf.texi: Likewise.
25505
25506 2008-04-19  Bruno Haible  <bruno@clisp.org>
25507
25508         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25509         from 0.0058 to less than 10^-7.
25510
25511 2008-04-19  Bruno Haible  <bruno@clisp.org>
25512
25513         Fix rounding when a precision is given.
25514         * lib/vasnprintf.c (is_borderline): New function.
25515         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25516         9...9x.
25517         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25518         %e, %g.
25519         * tests/test-vasprintf-posix.c (test_function): Likewise.
25520         * tests/test-snprintf-posix.h (test_function): Likewise.
25521         * tests/test-sprintf-posix.h (test_function): Likewise.
25522         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25523         * tests/test-printf-posix.h (test_function): Likewise.
25524         * tests/test-printf-posix.output: Update.
25525         Reported by John Darrington <john@darrington.wattle.id.au> via
25526         Ben Pfaff <blp@cs.stanford.edu>.
25527
25528 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25529
25530         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25531         Suggested by Bruno Haible <bruno@clisp.org>.
25532
25533 2008-04-17  Bruno Haible  <bruno@clisp.org>
25534
25535         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25536         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25537         implementation.
25538         Patch by Bruce Merry <bmerry@gmail.com>.
25539
25540 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25541
25542         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25543         doesn't work under Windows.
25544
25545 2008-04-16  Bruno Haible  <bruno@clisp.org>
25546
25547         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25548         New macros.
25549         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25550         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25551         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25552         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25553         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25554         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25555         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25556         macros.
25557         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25558         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25559         Northern Sotho, Uighur.
25560
25561 2008-04-16  Bruno Haible  <bruno@clisp.org>
25562
25563         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25564         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25565         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25566         Reported by Daniel Bergström <daniel@octocode.com>.
25567
25568 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25569             Bruno Haible  <bruno@clisp.org>
25570
25571         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25572         function.
25573         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25574         New functions, mostly extracted from gl_locale_name_default.
25575         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25576
25577 2008-04-16  Eric Blake  <ebb9@byu.net>
25578
25579         Adjust strtod detection to catch glibc 2.7 bug.
25580         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25581         Reported by John Gatewood Ham.
25582
25583 2008-04-16  Bruno Haible  <bruno@clisp.org>
25584
25585         Add tentative support for Linux libc5.
25586         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25587         * lib/fpurge.c (fpurge): Likewise.
25588         * lib/freadable.c (freadable): Likewise.
25589         * lib/freadahead.c (freadahead): Likewise.
25590         * lib/freading.c (freading): Likewise.
25591         * lib/freadptr.c (freadptr): Likewise.
25592         * lib/freadseek.c (freadptrinc): Likewise.
25593         * lib/fseeko.c (rpl_fseeko): Likewise.
25594         * lib/fseterr.c (fseterr): Likewise.
25595         * lib/fwritable.c (fwritable): Likewise.
25596         * lib/fwriting.c (fwriting): Likewise.
25597         Reported by Alain Guibert <alguibert+bts@free.fr>.
25598
25599 2008-04-15  Bruno Haible  <bruno@clisp.org>
25600
25601         * modules/mathl (configure.ac): Define module indicator.
25602
25603 2008-04-15  Bruno Haible  <bruno@clisp.org>
25604
25605         * lib/logl.c (logl): Remove unused variables.
25606
25607 2008-04-15  Bruno Haible  <bruno@clisp.org>
25608
25609         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25610         fails.
25611
25612 2008-04-15  Bruno Haible  <bruno@clisp.org>
25613
25614         * lib/trim.c (trim2): Fix argument of isspace() macro.
25615
25616 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25617
25618         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25619         to 0.
25620         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25621
25622 2008-04-14  Bruno Haible  <bruno@clisp.org>
25623
25624         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25625         AC_LANG_PROGRAM argument.
25626         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25627         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25628         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25629         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25630         * m4/math_h.m4 (gl_MATH_H): Likewise.
25631         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25632         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25633         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25634         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25635         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25636         * m4/regex.m4 (gl_REGEX): Likewise.
25637         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25638         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25639         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25640         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25641         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25642         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25643         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25644         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25645
25646 2008-04-14  Jim Meyering  <meyering@redhat.com>
25647
25648         test-strtod: fix typos: s/abs/fabs/
25649         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25650
25651 2008-04-13  Bruno Haible  <bruno@clisp.org>
25652
25653         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25654         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25655         module is also used and while not building the reloc-wrapper.
25656
25657 2008-04-13  Bruno Haible  <bruno@clisp.org>
25658
25659         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25660
25661 2008-04-13  Bruno Haible  <bruno@clisp.org>
25662
25663         Fix AIX compilation failure introduced on 2008-04-02.
25664         * tests/test-frexp.c (exp): Undefine before redefining.
25665         * tests/test-frexpl.c (exp): Likewise.
25666
25667 2008-04-13  Bruno Haible  <bruno@clisp.org>
25668
25669         Work around a HP-UX stdio bug.
25670         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25671         * tests/test-ftello.c (main): Likewise.
25672         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25673         * doc/posix-functions/ftello.texi: Likewise.
25674
25675 2008-04-13  Bruno Haible  <bruno@clisp.org>
25676
25677         Make test-signbit pass on HP-UX/hppa.
25678         * tests/test-signbit.c (minus_zerol): New variable.
25679         (test_signbitl): Use it.
25680
25681 2008-04-13  Bruno Haible  <bruno@clisp.org>
25682
25683         Make truncl work on OSF/1 4.0.
25684         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25685         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25686         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25687         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25688         HAVE_DECL_TRUNCL.
25689         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25690         HAVE_DECL_TRUNCL.
25691         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25692
25693 2008-04-13  Bruno Haible  <bruno@clisp.org>
25694
25695         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25696
25697 2008-04-13  Bruno Haible  <bruno@clisp.org>
25698
25699         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25700         expression, so as to avoid HP-UX 11 cc compiler bug.
25701
25702 2008-04-13  Bruno Haible  <bruno@clisp.org>
25703
25704         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25705
25706 2008-04-13  Bruno Haible  <bruno@clisp.org>
25707
25708         * lib/git-merge-changelog.c: Remove empty declaration outside of
25709         functions.
25710
25711 2008-04-13  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25714
25715 2008-04-13  Bruno Haible  <bruno@clisp.org>
25716
25717         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25718         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25719         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25720         also if it exists but lacks definitions of the SHUT_* macros.
25721         * modules/sys_socket (Description): Update.
25722         Reported by Elbert Pol <e.pol@chello.nl>.
25723
25724 2008-04-13  Bruno Haible  <bruno@clisp.org>
25725
25726         * lib/localcharset.c (OS2): Don't redefine if already defined.
25727         Reported by Elbert Pol <e.pol@chello.nl>.
25728
25729 2008-04-13  Bruno Haible  <bruno@clisp.org>
25730
25731         * lib/binary-io.h [__EMX__]: Include <io.h>.
25732         Reported by Elbert Pol <e.pol@chello.nl>.
25733
25734 2008-04-12  Bruno Haible  <bruno@clisp.org>
25735
25736         * lib/fpucw.h: Enable the definitions also for x86_64.
25737         Needed for NetBSD/x86_64.
25738         Reported by Thomas Klausner <tk@giga.or.at>.
25739
25740 2008-04-12  Bruno Haible  <bruno@clisp.org>
25741
25742         * tests/test-strtod.c: Include isnand.h.
25743         (main): Use isnand instead of isnan.
25744         Reported by Jim Meyering.
25745
25746 2008-04-12  Bruno Haible  <bruno@clisp.org>
25747
25748         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25749         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25750
25751 2008-04-12  Jim Meyering  <meyering@redhat.com>
25752
25753         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25754
25755 2008-04-12  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25758         Reported by Elbert Pol <e.pol@chello.nl>.
25759
25760 2008-04-12  Eric Blake  <ebb9@byu.net>
25761
25762         Work around Solaris 10 math.h bug.
25763         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25764         (gl_MATH_H_DEFAULTS): Set up default.
25765         * modules/math (Makefile.am): Replace new indicators.
25766         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25767         * tests/test-math.c (main): Test this.
25768         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25769         * doc/posix-headers/math.texi (math.h): Mention bug.
25770         Reported by Nelson H. F. Beebe and Jim Meyering.
25771
25772 2008-04-11  Bruno Haible  <bruno@clisp.org>
25773
25774         Adapt to future versions of Apple GCC.
25775         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25776         Reported by Peter O'Gorman <peter@pogma.com>.
25777
25778 2008-04-11  Bruno Haible  <bruno@clisp.org>
25779
25780         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25781
25782 2008-04-11  Bruno Haible  <bruno@clisp.org>
25783
25784         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25785
25786         * modules/getaddrinfo-tests (Makefile.am): Define
25787         test_getaddrinfo_LDADD.
25788
25789 2008-04-11  Bruno Haible  <bruno@clisp.org>
25790
25791         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25792         (init): Fix syntax error.
25793         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25794         is declared.
25795
25796 2008-04-11  Bruno Haible  <bruno@clisp.org>
25797
25798         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25799         * modules/glob (Depends-on): Add stdbool.
25800
25801 2008-04-11  Bruno Haible  <bruno@clisp.org>
25802
25803         * lib/trim.c: Include <string.h>.
25804
25805 2008-04-11  Eric Blake  <ebb9@byu.net>
25806
25807         Avoid compile failure on OS/2.
25808         * lib/regex_internal.h (internal_function): Disable optimization
25809         on OS/2 (__EMX__), where it caused compiler error.
25810         Reported by Elbert Pol.
25811
25812 2008-04-11  Bruno Haible  <bruno@clisp.org>
25813
25814         Flush the standard error stream before aborting. Needed on mingw.
25815         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25816         * tests/test-array_list.c (ASSERT): Likewise.
25817         * tests/test-array_oset.c (ASSERT): Likewise.
25818         * tests/test-avltree_list.c (ASSERT): Likewise.
25819         * tests/test-avltree_oset.c (ASSERT): Likewise.
25820         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25821         * tests/test-binary-io.c (ASSERT): Likewise.
25822         * tests/test-byteswap.c (ASSERT): Likewise.
25823         * tests/test-c-ctype.c (ASSERT): Likewise.
25824         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25825         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25826         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25827         * tests/test-c-strstr.c (ASSERT): Likewise.
25828         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25829         * tests/test-canonicalize.c (ASSERT): Likewise.
25830         * tests/test-carray_list.c (ASSERT): Likewise.
25831         * tests/test-ceilf1.c (ASSERT): Likewise.
25832         * tests/test-ceilf2.c (ASSERT): Likewise.
25833         * tests/test-ceill.c (ASSERT): Likewise.
25834         * tests/test-count-one-bits.c (ASSERT): Likewise.
25835         * tests/test-fbufmode.c (ASSERT): Likewise.
25836         * tests/test-fflush2.c (ASSERT): Likewise.
25837         * tests/test-floorf1.c (ASSERT): Likewise.
25838         * tests/test-floorf2.c (ASSERT): Likewise.
25839         * tests/test-floorl.c (ASSERT): Likewise.
25840         * tests/test-fopen.c (ASSERT): Likewise.
25841         * tests/test-fpending.c (ASSERT): Likewise.
25842         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25843         * tests/test-fpurge.c (ASSERT): Likewise.
25844         * tests/test-freadable.c (ASSERT): Likewise.
25845         * tests/test-freadahead.c (ASSERT): Likewise.
25846         * tests/test-freading.c (ASSERT): Likewise.
25847         * tests/test-freadptr.c (ASSERT): Likewise.
25848         * tests/test-freadptr2.c (ASSERT): Likewise.
25849         * tests/test-freadseek.c (ASSERT): Likewise.
25850         * tests/test-freopen.c (ASSERT): Likewise.
25851         * tests/test-frexp.c (ASSERT): Likewise.
25852         * tests/test-frexpl.c (ASSERT): Likewise.
25853         * tests/test-fseek.c (ASSERT): Likewise.
25854         * tests/test-fseeko.c (ASSERT): Likewise.
25855         * tests/test-fstrcmp.c (ASSERT): Likewise.
25856         * tests/test-ftell.c (ASSERT): Likewise.
25857         * tests/test-ftello.c (ASSERT): Likewise.
25858         * tests/test-func.c (ASSERT): Likewise.
25859         * tests/test-fwritable.c (ASSERT): Likewise.
25860         * tests/test-fwriting.c (ASSERT): Likewise.
25861         * tests/test-getdelim.c (ASSERT): Likewise.
25862         * tests/test-getline.c (ASSERT): Likewise.
25863         * tests/test-i-ring.c (ASSERT): Likewise.
25864         * tests/test-iconv-utf.c (ASSERT): Likewise.
25865         * tests/test-iconv.c (ASSERT): Likewise.
25866         * tests/test-isfinite.c (ASSERT): Likewise.
25867         * tests/test-isnand.c (ASSERT): Likewise.
25868         * tests/test-isnanf.c (ASSERT): Likewise.
25869         * tests/test-isnanl.h (ASSERT): Likewise.
25870         * tests/test-ldexpl.c (ASSERT): Likewise.
25871         * tests/test-linked_list.c (ASSERT): Likewise.
25872         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25873         * tests/test-localename.c (ASSERT): Likewise.
25874         * tests/test-lseek.c (ASSERT): Likewise.
25875         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25876         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25877         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25878         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25879         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25880         * tests/test-mbschr.c (ASSERT): Likewise.
25881         * tests/test-mbscspn.c (ASSERT): Likewise.
25882         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25883         * tests/test-mbspbrk.c (ASSERT): Likewise.
25884         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25885         * tests/test-mbsrchr.c (ASSERT): Likewise.
25886         * tests/test-mbsspn.c (ASSERT): Likewise.
25887         * tests/test-mbsstr1.c (ASSERT): Likewise.
25888         * tests/test-mbsstr2.c (ASSERT): Likewise.
25889         * tests/test-mbsstr3.c (ASSERT): Likewise.
25890         * tests/test-memchr2.c (ASSERT): Likewise.
25891         * tests/test-memmem.c (ASSERT): Likewise.
25892         * tests/test-open.c (ASSERT): Likewise.
25893         * tests/test-printf-frexp.c (ASSERT): Likewise.
25894         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25895         * tests/test-printf-posix.c (ASSERT): Likewise.
25896         * tests/test-quotearg.c (ASSERT): Likewise.
25897         * tests/test-rbtree_list.c (ASSERT): Likewise.
25898         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25899         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25900         * tests/test-round1.c (ASSERT): Likewise.
25901         * tests/test-roundf1.c (ASSERT): Likewise.
25902         * tests/test-roundl.c (ASSERT): Likewise.
25903         * tests/test-signbit.c (ASSERT): Likewise.
25904         * tests/test-sleep.c (ASSERT): Likewise.
25905         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25906         * tests/test-snprintf.c (ASSERT): Likewise.
25907         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25908         * tests/test-stat-time.c (ASSERT): Likewise.
25909         * tests/test-strcasestr.c (ASSERT): Likewise.
25910         * tests/test-strerror.c (ASSERT): Likewise.
25911         * tests/test-striconv.c (ASSERT): Likewise.
25912         * tests/test-striconveh.c (ASSERT): Likewise.
25913         * tests/test-striconveha.c (ASSERT): Likewise.
25914         * tests/test-strsignal.c (ASSERT): Likewise.
25915         * tests/test-strstr.c (ASSERT): Likewise.
25916         * tests/test-strtod.c (ASSERT): Likewise.
25917         * tests/test-trunc1.c (ASSERT): Likewise.
25918         * tests/test-trunc2.c (ASSERT): Likewise.
25919         * tests/test-truncf1.c (ASSERT): Likewise.
25920         * tests/test-truncf2.c (ASSERT): Likewise.
25921         * tests/test-truncl.c (ASSERT): Likewise.
25922         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25923         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25924         * tests/test-vasnprintf.c (ASSERT): Likewise.
25925         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25926         * tests/test-vasprintf.c (ASSERT): Likewise.
25927         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25928         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25929         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25930         * tests/test-vsnprintf.c (ASSERT): Likewise.
25931         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25932         * tests/test-wcwidth.c (ASSERT): Likewise.
25933         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25934         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25935         * tests/test-xvasprintf.c (ASSERT): Likewise.
25936         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25937         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25938         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25939         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25940         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25941         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25942         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25943         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25944         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25945         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25946         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25947         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25948         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25949         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25950         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25951         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25952         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25953         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25954         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25955         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25956         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25957         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25958         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25959         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25960         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25961         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25962         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25963         * tests/unictype/test-combining.c (ASSERT): Likewise.
25964         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25965         * tests/unictype/test-digit.c (ASSERT): Likewise.
25966         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25967         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25968         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25969         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25970         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25971         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25972         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25973         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25974         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25975         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25976         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25977         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25978         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25979         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25980         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25981         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25982         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25983         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25984         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25985         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25986         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25987         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25988         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25989         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25990         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25991         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25992         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25993         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25994         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25995         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25996         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25997         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25998         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25999         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26000         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26001         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26002         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26003         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26004         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26005         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26006         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26007         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26008         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26009         Reported by Eric Blake.
26010
26011 2008-04-11  Bruno Haible  <bruno@clisp.org>
26012
26013         * lib/wchar.in.h: Tweak comment.
26014
26015 2008-04-11  Bruno Haible  <bruno@clisp.org>
26016
26017         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26018         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26019         gl_COMMON.
26020         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26021
26022 2008-04-11  Bruno Haible  <bruno@clisp.org>
26023
26024         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26025
26026 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26027
26028         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26029         of attempting to use non-existing /dev/*random.  Based on patch
26030         from Adam Strzelecki <ono@java.pl> in
26031         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26032
26033 2008-04-08  Bruno Haible  <bruno@clisp.org>
26034
26035         Add tentative support for emx+gcc.
26036         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26037         * lib/fpurge.c (fpurge): Likewise.
26038         * lib/freadable.c (freadable): Likewise.
26039         * lib/freadahead.c (freadahead): Likewise.
26040         * lib/freading.c (freading): Likewise.
26041         * lib/freadptr.c (freadptr): Likewise.
26042         * lib/freadseek.c (freadptrinc): Likewise.
26043         * lib/fseeko.c (rpl_fseeko): Likewise.
26044         * lib/fseterr.c (fseterr): Likewise.
26045         * lib/fwritable.c (fwritable): Likewise.
26046         * lib/fwriting.c (fwriting): Likewise.
26047         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26048
26049 2008-04-09  Eric Blake  <ebb9@byu.net>
26050
26051         Avoid some autoconf warnings.
26052         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26053         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26054         * m4/afs.m4 (gl_AFS): Likewise.
26055         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26056         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26057         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26058         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26059         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26060         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26061         (AC_CHECK_DECLS_ONCE): Likewise.
26062         Rename file...
26063         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26064         gnulib-tool requires autoconf 2.59 or better.
26065         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26066
26067 2008-04-08  Eric Blake  <ebb9@byu.net>
26068
26069         Use 'git describe --match' if present (added in git 1.5.5).
26070         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26071         if possible.
26072
26073 2008-04-08  Bruno Haible  <bruno@clisp.org>
26074
26075         Add tentative support for OpenServer.
26076         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26077         _ptr, _cnt.
26078         * lib/fpurge.c (fpurge): Likewise.
26079         * lib/freadable.c (freadable): Likewise.
26080         * lib/freadahead.c (freadahead): Likewise.
26081         * lib/freading.c (freading): Likewise.
26082         * lib/freadptr.c (freadptr): Likewise.
26083         * lib/freadseek.c (freadptrinc): Likewise.
26084         * lib/fseeko.c (rpl_fseeko): Likewise.
26085         * lib/fseterr.c (fseterr): Likewise.
26086         * lib/fwritable.c (fwritable): Likewise.
26087         * lib/fwriting.c (fwriting): Likewise.
26088         Reported by Roger Cornelius <rac@tenzing.org> and
26089         Brian K. White <brian@aljex.com>.
26090
26091 2008-04-06  Jim Meyering  <meyering@redhat.com>
26092
26093         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26094
26095 2008-04-06  Bruno Haible  <bruno@clisp.org>
26096
26097         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26098         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26099         * tests/test-printf-posix.sh: Likewise.
26100         * tests/test-vfprintf-posix.sh: Likewise.
26101         * tests/test-vprintf-posix.sh: Likewise.
26102         * tests/test-xprintf-posix.sh: Likewise.
26103
26104 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26105
26106         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26107         hide error from 'ls', needed on OS/2.
26108         Report by Elbert Pol <elbert.pol@gmail.com>.
26109
26110 2008-04-04  Eric Blake  <ebb9@byu.net>
26111
26112         Make test-fseeko.c failures meaningful.
26113         * tests/test-fseeko.c: Print line number on failure.
26114         * tests/test-fseek.c: Likewise.
26115         Reported by Nelson H. F. Beebe.
26116
26117         Improve strtod bug detection check.
26118         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26119         required for Solaris 10.
26120         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26121
26122 2008-04-04  Bruno Haible  <bruno@clisp.org>
26123
26124         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26125         by m4/setenv.m4.
26126
26127 2008-04-03  Eric Blake  <ebb9@byu.net>
26128
26129         Ensure sane .version contents.
26130         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26131         version string.
26132         * build-aux/git-version-gen: Improve documentation.
26133
26134         Make GNU make output nicer.
26135         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26136         MAKECMDGOALS to enforce message for all command line targets.  Set
26137         srcdir for use in maint.mk.
26138
26139         Another maintainer tweak.
26140         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26141         a target that regenerates version.
26142
26143 2008-04-03  Jim Meyering  <meyering@redhat.com>
26144
26145         vc-list-files: don't cause coreutils "make po-check" failure
26146         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26147
26148 2008-04-03  Eric Blake  <ebb9@byu.net>
26149
26150         Allow VPATH usage of vc-list-files.
26151         * build-aux/vc-list-files (scriptversion): Add timestamp.
26152         (options): Add --help, --version, -C.
26153         (CVS): Support installed cvsu.
26154
26155 2008-04-02  Bruno Haible  <bruno@clisp.org>
26156
26157         Avoid some "statement with no effect" warnings from gcc.
26158         * tests/test-wctype.c (main): Explicitly ignore unused values.
26159         Reported by Jim Meyering.
26160
26161 2008-04-02  Jim Meyering  <meyering@redhat.com>
26162
26163         Avoid some warnings from "gcc -Wshadow".
26164         * tests/test-frexp.c (exp): Define to a different identifier.
26165         * tests/test-frexpl.c (exp): Likewise.
26166
26167 2008-04-03  Jim Meyering  <meyering@redhat.com>
26168
26169         bootstrap: remove dangling *.[ch] symlinks from lib
26170         * build-aux/bootstrap [dangling symlink removal]: Move find's
26171         -depth option to precede all others, to avoid a warning.
26172         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26173
26174 2008-04-02  Bruno Haible  <bruno@clisp.org>
26175
26176         Avoid some warnings from "gcc -Wshadow".
26177         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26178         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26179         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26180         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26181         Reported by Jim Meyering.
26182
26183 2008-04-01  Bruno Haible  <bruno@clisp.org>
26184
26185         Fix test to work on IRIX 6.5 with cc.
26186         * tests/test-math.c (numeric_equal): New function.
26187         (main): Use it.
26188
26189 2008-04-01  Bruno Haible  <bruno@clisp.org>
26190
26191         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26192
26193 2008-04-01  Bruno Haible  <bruno@clisp.org>
26194
26195         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26196         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26197         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26198         (Depends-on): Remove math.
26199
26200         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26201         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26202         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26203         (Depends-on): Remove math.
26204
26205         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26206         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26207         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26208         (Depends-on): Remove math.
26209         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26210         (Depends-on): Remove math.
26211
26212         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26213         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26214         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26215         (Depends-on): Remove math.
26216         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26217         (Depends-on): Remove math.
26218
26219         * tests/test-round1.c: Include nan.h.
26220         (main): Use NaNd instead of NAN.
26221         * modules/round-tests (Files): Add tests/nan.h.
26222
26223         * tests/test-trunc1.c: Include nan.h.
26224         (main): Use NaNd instead of NAN.
26225         * modules/trunc-tests (Files): Add tests/nan.h.
26226
26227         * tests/test-roundf1.c: Include nan.h.
26228         (main): Use NaNf instead of NAN.
26229         * modules/roundf-tests (Files): Add tests/nan.h.
26230
26231         * tests/test-truncf1.c: Include nan.h.
26232         (main): Use NaNf instead of NAN.
26233         * modules/truncf-tests (Files): Add tests/nan.h.
26234
26235         * tests/test-ceilf1.c: Include nan.h.
26236         (main): Use NaNf instead of NAN.
26237         * modules/ceilf-tests (Files): Add tests/nan.h.
26238
26239         * tests/test-floorf1.c: Include nan.h.
26240         (main): Use NaNf instead of NAN.
26241         * modules/floorf-tests (Files): Add tests/nan.h.
26242
26243         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26244         (main): Use NaNf instead of NAN.
26245         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26246
26247         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26248         (main): Use NaNd instead of NAN.
26249         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26250
26251         * tests/test-frexp.c: Include nan.h.
26252         (main): Use NaNd instead of NAN.
26253         * modules/frexp-tests (Files): Add tests/nan.h.
26254
26255         * lib/isnan.c: Don't include <math.h>.
26256         (FUNC): Don't use NAN macro.
26257         * modules/isnand-nolibm (Depends-on): Remove math.
26258         * modules/isnanf-nolibm (Depends-on): Remove math.
26259         * modules/isnanl (Depends-on): Remove math.
26260         * modules/isnanl-nolibm (Depends-on): Remove math.
26261
26262         * tests/nan.h: New file.
26263
26264 2008-04-01  Eric Blake  <ebb9@byu.net>
26265
26266         Fix typos.
26267         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26268         values to be the right type.
26269
26270         For now, cater to gnulib strtod inaccuracies.
26271         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26272         fractional results.  While not as nice from a QoI perspective, it
26273         is a quicker patch than correctly implementing decimal to binary
26274         rounding.
26275
26276 2008-03-31  Eric Blake  <ebb9@byu.net>
26277
26278         Guarantee a definition of NAN.
26279         * lib/math.in.h (NAN): Define if missing.
26280         * tests/test-math.c (main): Test it.
26281         * doc/posix-headers/math.texi (math.h): Document this.
26282         * lib/isnan.c (rpl_isnand): Use it.
26283         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26284         * tests/test-floorf1.c (NaN): Likewise.
26285         * tests/test-frexp.c (NaN): Likewise.
26286         * tests/test-isnand.c (NaN): Likewise.
26287         * tests/test-isnanf.c (NaN): Likewise.
26288         * tests/test-round1.c (NaN): Likewise.
26289         * tests/test-roundf1.c (NaN): Likewise.
26290         * tests/test-snprintf-posix.h (NaN): Likewise.
26291         * tests/test-sprintf-posix.h (NaN): Likewise.
26292         * tests/test-trunc1.c (NaN): Likewise.
26293         * tests/test-truncf1.c (NaN): Likewise.
26294         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26295         * tests/test-vasprintf-posix.c (NaN): Likewise.
26296         * modules/isnand-nolibm (Depends-on): Add math.
26297         * modules/isnanf-nolibm (Depends-on): Likewise.
26298         * modules/isnanl (Depends-on): Likewise.
26299         * modules/isnanl-nolibm (Depends-on): Likewise.
26300         * modules/snprintf-posix-tests (Depends-on): Likewise.
26301         * modules/sprintf-posix-tests (Depends-on): Likewise.
26302         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26303         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26304         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26305         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26306
26307 2008-03-31  Bruno Haible  <bruno@clisp.org>
26308
26309         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26310         * doc/posix-functions/strtod.texi: Likewise.
26311
26312 2008-03-31  Bruno Haible  <bruno@clisp.org>
26313
26314         * tests/test-strtod.c (main): Don't use C99 syntax.
26315
26316 2008-03-31  Bruno Haible  <bruno@clisp.org>
26317
26318         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26319         Reported by Eric Blake.
26320
26321 2008-03-31  Jim Meyering  <meyering@redhat.com>
26322
26323         Don't compare actual signbit return values.
26324         * tests/test-strtod.c (main): Rather, compare only their
26325         zero/non-zero nature.
26326
26327 2008-03-31  Eric Blake  <ebb9@byu.net>
26328
26329         More strtod documentation.
26330         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26331         failures as distinct bugs.
26332
26333 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26334
26335         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26336         Problem reported by Erik Benada in
26337         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26338
26339 2008-03-30  Bruno Haible  <bruno@clisp.org>
26340
26341         * tests/test-strtod.c: Add comments about which assertion fails on which
26342         platform.
26343         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26344
26345 2008-03-30  Eric Blake  <ebb9@byu.net>
26346
26347         Test signbit behavior on zeros.
26348         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26349         (test_signbitd, test_signbitl): Likewise.
26350
26351         More strtod touchups.
26352         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26353         sign of negative underflow, for now.  Use .5, not .1.
26354         * doc/posix-functions/strtod.texi (strtod): Mention these
26355         limitations.
26356         Reported by Jim Meyering.
26357
26358 2008-03-30  Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26361         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26362
26363 2008-03-30  Bruno Haible  <bruno@clisp.org>
26364
26365         Avoid failure when attempting to return empty iconv results on some
26366         platforms.
26367         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26368         allocation, don't report ENOMEM when the resulting string is empty.
26369
26370 2008-03-30  Bruno Haible  <bruno@clisp.org>
26371
26372         Fix buffer overrun.
26373         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26374         Don't consider the width for tmp_length. Check count against tmp_length
26375         before doing the padding. Ensure enough allocation during padding.
26376
26377 2008-03-30  Eric Blake  <ebb9@byu.net>
26378
26379         strtod touchups.
26380         * lib/strtod.c (strtod): Avoid compiler warnings.
26381         Reported by Jim Meyering.
26382
26383 2008-03-30  Bruno Haible  <bruno@clisp.org>
26384
26385         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26386         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26387         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26388         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26389         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26390         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26391         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26392         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26393
26394         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26395         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26396         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26397         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26398         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26399         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26400         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26401         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26402
26403         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26404         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26405         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26406         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26407         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26408         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26409         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26410         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26411
26412         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26413         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26414
26415         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26416         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26417
26418         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26419         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26420
26421         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26422         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26423         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26424
26425         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26426         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26427         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26428
26429         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26430         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26431         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26432
26433         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26434         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26435         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26436
26437         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26438         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26439         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26440         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26441         (Depends-on): Add EOVERFLOW.
26442         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26443         (Depends-on): Add EOVERFLOW.
26444         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26445         (Depends-on): Add EOVERFLOW.
26446         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26447         (Depends-on): Add EOVERFLOW.
26448         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26449         (Depends-on): Add EOVERFLOW.
26450         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26451         (Depends-on): Add EOVERFLOW.
26452         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26453         (Depends-on): Add EOVERFLOW.
26454         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26455         (Depends-on): Add EOVERFLOW.
26456
26457         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26458         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26459         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26460
26461         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26462         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26463         * modules/snprintf (Depends-on): Add EOVERFLOW.
26464
26465         * lib/poll.c (EOVERFLOW): Remove fallback.
26466         * modules/poll (Depends-on): Add EOVERFLOW.
26467
26468         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26469         * modules/getugroups (Depends-on): Add EOVERFLOW.
26470
26471         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26472         * modules/getdelim (Depends-on): Add EOVERFLOW.
26473
26474         * lib/ftell.c (EOVERFLOW): Remove fallback.
26475         * modules/ftell (Depends-on): Add EOVERFLOW.
26476
26477         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26478         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26479         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26480
26481         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26482
26483         * modules/EOVERFLOW-tests: New file.
26484         * tests/test-EOVERFLOW.c: New file.
26485
26486         * modules/EOVERFLOW: New file.
26487         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26488
26489 2008-03-30  Bruno Haible  <bruno@clisp.org>
26490
26491         Fix bug introduced on 2007-06-10.
26492         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26493         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26494
26495 2008-03-30  Bruno Haible  <bruno@clisp.org>
26496
26497         Improve freadseek's efficiency after ungetc.
26498         * lib/freadseek.c: Include freadahead.h.
26499         (freadptrinc): New function, extracted from freadseek.
26500         (freadseek): Use it in a loop. Use freadahead to determine the number
26501         of loop iterations.
26502         * modules/freadseek (Depends-on): Add freadahead.
26503         (configure.ac): Require AC_C_INLINE.
26504
26505 2008-03-30  Bruno Haible  <bruno@clisp.org>
26506
26507         * lib/freadseek.c (freadseek): Don't ignore the return value of
26508         freadptr.
26509
26510 2008-03-29  Eric Blake  <ebb9@byu.net>
26511
26512         Add hex float support.
26513         * modules/strtod (Depends-on): Add c-ctype.
26514         (Link): Mention POW_LIB.
26515         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26516         whitespace between 'e' and exponent.
26517         * tests/test-strtod.c (main): Enable hex float tests.
26518         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26519         now provides.
26520
26521         Document various strtod bugs, with some fixes.
26522         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26523         "-0x", "inf", "nan", and hex constants.
26524         * doc/posix-functions/atof.texi (atof): Likewise.
26525         * modules/stdlib (Makefile.am): Support strtod.
26526         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26527         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26528         detect additional strtod bugs.
26529         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26530         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26531         bool where appropriate.  Parse 'inf' and 'nan'.
26532         * tests/test-strtod.c: New file.
26533         * modules/strtod (Depends-on): Add stdbool, stdlib.
26534         (configure.ac): Turn on module indicator.
26535         * modules/strtod-tests: New module.
26536
26537 2008-03-29  Eric Blake  <ebb9@byu.net>
26538
26539         Fix ftell on mingw.
26540         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26541         * modules/ftell-tests (Depends-on): Add binary-io.
26542         * modules/ftello-tests (Depends-on): Likewise.
26543         * tests/test-ftell.c (main): Enhance test to cover behavior after
26544         ungetc.  Enforce binary mode.
26545         * tests/test-ftello.c (main): Likewise.
26546
26547         Pass test-freadseek on cygwin.
26548         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26549         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26550         ungetc buffer.
26551
26552         * tests/test-fflush2.c (main): Fix typo.
26553
26554 2008-03-29  Bruno Haible  <bruno@clisp.org>
26555
26556         * tests/test-fflush2.c (main): Temporarily disable the contents of
26557         this test.
26558         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26559         Reported by Eric Blake.
26560
26561 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26562
26563         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26564         (GC_SHA224_DIGEST_SIZE): Add.
26565
26566         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26567         (gc_hash_digest_length): Likewise.
26568         (gc_hash_buffer): Likewise.
26569
26570 2008-03-25  Bruno Haible  <bruno@clisp.org>
26571
26572         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26573         detail which gettext release to use.
26574         Reported by Simon Josefsson.
26575
26576 2008-03-26  Jim Meyering  <meyering@redhat.com>
26577
26578         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26579         * modules/gnumakefile (clean-GNUmakefile): Also, use
26580         test ... && ... || : syntax rather than if-then ... fi.
26581
26582         gnumakefile: Don't double-quote-expand $(VPATH) value.
26583         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26584
26585 2008-03-24  Eric Blake  <ebb9@byu.net>
26586
26587         Alter GNUmakefile to install into top directory.
26588         * modules/maintainer-makefile: Split, and add dependency...
26589         * modules/gnumakefile: to this new module.
26590         * build-aux/GNUmakefile: Move...
26591         * top/GNUmakefile: ...here.
26592         * build-aux/maint.mk: Move...
26593         * top/maint.mk: ...here.
26594         * MODULES.html.sh (Support for maintaining...): Document new
26595         module.
26596
26597 2008-03-23  Bruno Haible  <bruno@clisp.org>
26598
26599         * gnulib-tool: New options --vc-files, --no-vc-files.
26600         (func_usage): Document them.
26601         (vc_files): New variable.
26602         (func_import): Consider vc_files.
26603         (func_create_testdir): Set vc_files to empty.
26604         Suggested by Jim Meyering and Karl Berry.
26605
26606 2008-03-23  Bruno Haible  <bruno@clisp.org>
26607
26608         Fix regex compilation error on HP-UX 11.
26609         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26610         * modules/regex (Files): Add m4/mbstate_t.m4.
26611         Reported by Ton Voon <ton.voon@altinity.com>.
26612
26613 2008-03-23  Bruno Haible  <bruno@clisp.org>
26614
26615         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26616
26617 2008-03-23  Eric Blake  <ebb9@byu.net>
26618             Bruno Haible  <bruno@clisp.org>
26619
26620         Install files from top/ in the destination directory.
26621         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26622         augmentation also for the files from top/.
26623         (func_import, func_create_testdir): Rewrite file names:
26624         top/filename -> filename.
26625
26626 2008-03-23  Bruno Haible  <bruno@clisp.org>
26627
26628         Tweak "gnulib --version" output.
26629         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26630
26631 2008-03-23  Bruno Haible  <bruno@clisp.org>
26632
26633         Tweak "gnulib --version" output.
26634         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26635         rather than contents of ChangeLog, when possible.
26636
26637 2008-03-21  Eric Blake  <ebb9@byu.net>
26638
26639         More --version tweaks.
26640         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26641         date of last ChangeLog entry.
26642
26643 2008-03-21  Jim Meyering  <meyering@redhat.com>
26644
26645         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26646
26647 2008-03-20  Eric Blake  <ebb9@byu.net>
26648
26649         VPATH fix.
26650         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26651
26652 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26653
26654         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26655         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26656
26657 2008-03-20  Eric Blake  <ebb9@byu.net>
26658
26659         Sync GNUmakefile with coreutils.
26660         * build-aux/GNUmakefile (have-Makefile): Rename...
26661         (_have-Makefile): ...to this, for namespace consideration.
26662         (GNUmakefile.cfg): Include, if present.
26663         (_autoreconf): Define a default.
26664         (_is-dist-target): New rule for rebuilds to pick up intra-release
26665         version.
26666         (maint-cfg.mk): Rename...
26667         (cfg.mk): ...to this.
26668
26669 2008-03-18  Jim Meyering  <meyering@redhat.com>
26670
26671         New script and module: mktempd
26672         * MODULES.html.sh (maint+release support): Add mktempd.
26673         * build-aux/mktempd: New file.
26674         * modules/mktempd: New file.
26675
26676 2008-03-15  Jim Meyering  <meyering@redhat.com>
26677
26678         Undo last change.
26679         * lib/sha1.c, lib/md5.c: 63 != ~63.
26680         Reported by Andreas Schwab.
26681
26682         sha1.c, md5.c: Hoist a redundant expression.
26683         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26684         "ctx->buflen" only once, before calling *_process_block.
26685         * lib/md5.c (md5_process_bytes): Likewise.
26686
26687 2008-03-14  Eric Blake  <ebb9@byu.net>
26688
26689         Bump copyright year in files generated by gnulib-tool.
26690         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26691         gnulib-tool, rather than hard-coding it.
26692
26693         Fix 'gnulib-tool --version' output to work with git.
26694         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26695         (startup): ...here.
26696         (func_version): Use it to invoke git-version-gen, rather than
26697         relying on CVS keyword expansion.  Modernize wording.
26698         (cvsdatestamp, last_checkin_date, version): Kill unused
26699         variables.
26700
26701 2008-03-12  Jim Meyering  <meyering@redhat.com>
26702
26703         Recognize optional cast of the argument to free.
26704         * build-aux/useless-if-before-free: Update regexps.
26705
26706         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26707
26708 2008-03-11  Bruno Haible  <bruno@clisp.org>
26709
26710         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26711         by a single package.
26712         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26713         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26714         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26715         Reported by Sam Steingold <sds@gnu.org>.
26716
26717 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26718
26719         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26720         repositories.
26721
26722 2008-03-11  Bruno Haible  <bruno@clisp.org>
26723
26724         Avoid conflicts between local macro definitions.
26725         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26726         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26727
26728 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26729             Bruno Haible  <bruno@clisp.org>
26730
26731         Make va_copy work with some version of xlc on AIX 5.1.
26732         * lib/stdarg.in.h: New file.
26733         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26734         On AIX, use a <stdarg.h> file substitute.
26735         * modules/stdarg (Files): Add lib/stdarg.in.h.
26736         (Depends-on): Add include_next.
26737         (Makefile.am): Build a stdarg.h substitute if requested.
26738         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26739
26740 2008-03-10  Bruno Haible  <bruno@clisp.org>
26741
26742         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26743         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26744         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26745
26746 2008-03-10  Bruno Haible  <bruno@clisp.org>
26747
26748         * modules/stdlib (Depends-on): Add include_next, remove
26749         absolute-header.
26750
26751 2008-03-09  Bruno Haible  <bruno@clisp.org>
26752
26753         * lib/freadahead.h (freadahead): Document more precisely.
26754         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26755         the sum of both buffer sizes.
26756         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26757         * NEWS: Document the change.
26758
26759 2008-03-09  Bruno Haible  <bruno@clisp.org>
26760
26761         Extend freadptr to return also the buffer size.
26762         * lib/freadptr.h (freadptr): Add sizep argument.
26763         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26764         (freadptr): Add sizep argument. Determine buffer size like freadahead
26765         does.
26766         * tests/test-freadptr.c: Don't include freadahead.h.
26767         (main): Adapt for new calling convention of freadptr.
26768         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26769         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26770         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26771         tests/test-freadptr2.sh.
26772         (Depends): Remove freadahead.
26773         (TESTS): Add test-freadptr2.sh.
26774         (check_PROGRAMS): Add test-freadptr2.
26775
26776 2008-03-09  Bruno Haible  <bruno@clisp.org>
26777
26778         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26779         Report and solution by Simon Josefsson.
26780
26781 2008-03-06  Bruno Haible  <bruno@clisp.org>
26782
26783         Make fflush after ungetc work on BSD platforms.
26784         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26785         * tests/test-fflush2.c: New file.
26786         * tests/test-fflush2.sh: New file.
26787         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26788         tests/test-fflush2.c.
26789         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26790         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26791
26792 2008-03-06  Eric Blake  <ebb9@byu.net>
26793
26794         Likewise for ftello.
26795         * modules/ftello (Dependencies): Add extensions.
26796         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26797
26798 2008-03-06  Bruno Haible  <bruno@clisp.org>
26799
26800         * modules/fseeko (Dependencies): Add extensions.
26801         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26802         Needed on glibc systems.
26803
26804 2008-03-06  Bruno Haible  <bruno@clisp.org>
26805
26806         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26807         email address.
26808         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26809
26810 2008-03-06  Bruno Haible  <bruno@clisp.org>
26811
26812         * users.txt: Add libgnupdf.
26813
26814 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26815
26816         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26817         (Header File Substitutes, Function Substitutes,
26818         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26819         (Build robot for gnulib): Fix typo.
26820
26821 2008-03-06  Bruno Haible  <bruno@clisp.org>
26822
26823         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26824         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26825
26826 2008-03-06  Bruno Haible  <bruno@clisp.org>
26827
26828         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26829         * doc/gnulib.texi: Include it.
26830
26831 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26832
26833         * modules/func (License): Change license to unlimited; there was
26834         no LGPL parts in the module anyway.
26835
26836 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26837
26838         * modules/__func__: Renamed to modules/func.
26839         * modules/__func__-tests: Renamed to modules/func-tests.
26840         * tests/test-__func__.c: Renamed to tests/test-func.c.
26841         * m4/__func__.m4: Renamed to m4/func.m4.
26842         * doc/gnulib.texi (__func__): Section renamed to func.
26843         Suggested by Eric Blake <ebb9@byu.net>.
26844
26845 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26846
26847         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26848         about __func__.  Make example self-contained.  Suggested by Eric
26849         Blake <ebb9@byu.net>.
26850
26851         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26852         Suggested by Eric Blake <ebb9@byu.net>.
26853
26854 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26855
26856         * modules/__func__: New file.
26857         * modules/__func__-tests: New file.
26858         * tests/test-__func__.c: New file.
26859         * m4/__func__.m4: New file.
26860         * doc/gnulib.texi (__func__): Document __func__ module.
26861
26862 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26863
26864         * modules/byteswap (License): Re-license as LGPLv2+.
26865
26866 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26867
26868         * doc/Makefile: Add pdf target.
26869
26870 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26871
26872         * modules/inline (License): Use 'unlimited', since there are only
26873         *.m4 files in this module.
26874
26875 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26876             Bruno Haible  <bruno@clisp.org>
26877
26878         Add support for HP C 7.1 on OpenVMS 8.3.
26879         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26880
26881 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26882
26883         Update VMS specifics.
26884         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26885
26886 2008-03-02  Jim Meyering  <meyering@redhat.com>
26887
26888         Remove the last dependency on the "free" module.
26889         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26890         Reported by Bob Proulx.
26891
26892         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26893
26894         Remove useless "if" tests before free.  Deprecate "free" module.
26895         * doc/posix-functions/free.texi: Mention that this
26896         module is no longer useful.
26897         * modules/free (Notice): Say this module is obsolete.
26898         * modules/readutmp (Depends-on): Remove free.
26899         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26900         * lib/putenv.c (putenv): Likewise.
26901         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26902         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26903         * tests/test-c-strcasestr.c (main): Likewise.
26904         * tests/test-c-strstr.c (main): Likewise.
26905         * tests/test-mbscasestr1.c (main): Likewise.
26906         * tests/test-mbscasestr2.c (main): Likewise.
26907         * tests/test-mbsstr1.c (main): Likewise.
26908         * tests/test-mbsstr2.c (main): Likewise.
26909         * tests/test-memmem.c (main): Likewise.
26910         * tests/test-strcasestr.c (main): Likewise.
26911         * tests/test-striconv.c (main): Likewise.
26912         * tests/test-striconveh.c (main): Likewise.
26913         * tests/test-striconveha.c (main): Likewise.
26914         * tests/test-strstr.c (main): Likewise.
26915
26916         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26917
26918         bootstrap: sync from coreutils again
26919         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26920
26921 2008-03-01  Jim Meyering  <meyering@redhat.com>
26922
26923         bootstrap: sync from coreutils
26924         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26925         also when the target doesn't exist.
26926
26927 2008-03-01  Eric Blake  <ebb9@byu.net>
26928
26929         Fix bugs in last patch.
26930         * lib/memchr2.c (memchr2): Fix typo.
26931         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26932         extension.
26933         Reported by Bruce Korb.
26934
26935         New module 'memchr2'.
26936         * modules/memchr2: New file.
26937         * modules/memchr2-tests: Likewise.
26938         * lib/memchr2.h: Likewise.
26939         * lib/memchr2.c: Likewise, based on memchr.c.
26940         * tests/test-memchr2.c: New test.
26941         * MODULES.html.sh (String handling): Add memchr2.
26942
26943 2008-02-29  Bruno Haible  <bruno@clisp.org>
26944
26945         * modules/freadseek-tests: New file.
26946         * tests/test-freadseek.sh: New file.
26947         * tests/test-freadseek.c: New file.
26948
26949         New module 'freadseek'.
26950         * modules/freadseek: New file.
26951         * lib/freadseek.h: New file.
26952         * lib/freadseek.c: New file.
26953         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26954
26955 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26956
26957         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26958         wydawca.
26959
26960         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26961         program_invocation_name and program_invocation_short_name are
26962         present.
26963
26964 2008-02-28  Bruno Haible  <bruno@clisp.org>
26965
26966         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26967         * tests/test-freadptr.sh: Also test non-seekable stdin.
26968
26969 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26970
26971         * build-aux/bootstrap (source_base, m4_base)
26972         (doc_base, tests_base): New variables.
26973         (gnulib_tool_options): Do not hardcode base directories, use
26974         the above variables instead.
26975
26976 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26977
26978         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26979
26980 2008-02-28  Bruno Haible  <bruno@clisp.org>
26981
26982         * modules/freadptr-tests: New file.
26983         * tests/test-freadptr.sh: New file.
26984         * tests/test-freadptr.c: New file.
26985
26986         New module 'freadptr'.
26987         * modules/freadptr: New file.
26988         * lib/freadptr.h: New file.
26989         * lib/freadptr.c: New file.
26990         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26991
26992 2008-02-26  Karl Berry  <karl@freefriends.org>
26993
26994         Sync from Libtool:
26995         * libltdl/argz.c (argz_add, argz_count): New functions.
26996         * libltdl/argz.in.h: Declare them.
26997         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26998
26999 2008-02-22  Bruno Haible  <bruno@clisp.org>
27000
27001         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27002         is a pointer type.  Needed for HP-UX 10.
27003         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27004         * doc/posix-functions/gmtime_r.texi: Likewise.
27005         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27006
27007 2008-02-24  Bruno Haible  <bruno@clisp.org>
27008
27009         * modules/environ-tests: New file.
27010         * tests/test-environ.c: New file.
27011
27012         New module 'environ'.
27013         * modules/environ: New file.
27014         * lib/unistd.in.h (environ): New declaration.
27015         * m4/environ.m4: New file.
27016         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27017         after use.
27018         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27019         HAVE_DECL_ENVIRON.
27020         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27021         HAVE_DECL_ENVIRON.
27022         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27023         wrong claim that 'environ' is missing on some systems.
27024         * modules/execute (Depends-on): Add environ.
27025         * lib/execute.c (environ): Remove fallback declaration.
27026         * modules/pipe (Depends-on): Add environ.
27027         * lib/pipe.c (environ): Remove fallback declaration.
27028         * modules/setenv (Depends-on): Add environ.
27029         * lib/setenv.c (environ): Remove fallback declaration.
27030         * modules/unsetenv (Depends-on): Add environ.
27031         * lib/unsetenv.c (environ): Remove fallback declaration.
27032         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27033         m4/environ.m4.
27034         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27035         (gl_PREREQ_UNSETENV): Likewise.
27036
27037 2008-02-24  Bruno Haible  <bruno@clisp.org>
27038
27039         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27040
27041 2008-02-20  Bob Proulx  <bob@proulx.com>
27042
27043         Enable use of older two part flavor 'git describe'.
27044         * build-aux/git-version-gen: If using the older two part flavor of
27045         git version then recreate the third part now present in the
27046         newer three part flavor of git describe.
27047
27048 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27049
27050         * lib/fts.c (fts_build): Typo correction to comment.
27051
27052 2008-02-17  Bruno Haible  <bruno@clisp.org>
27053
27054         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27055         generating no-op conflicts.
27056
27057 2008-02-17  Bruno Haible  <bruno@clisp.org>
27058
27059         Speed up by 10%.
27060         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27061         result_entries, rather than an index-based loop.
27062
27063 2008-02-17  Bruno Haible  <bruno@clisp.org>
27064
27065         Speed up by 25%.
27066         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27067         'hashcode_cached'.
27068         (entry_create): New function.
27069         (entry_hashcode): Use the cached hashcode if possible.
27070         (read_changelog_file, try_split_merged_entry): Use entry_create.
27071
27072 2008-02-17  Bruno Haible  <bruno@clisp.org>
27073
27074         Speed up from O(n^2) to O(n) for long ChangeLog files.
27075         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27076         (read_changelog_file): Change implementation of entries_reversed list
27077         to rbtreehash.
27078         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27079
27080 2008-02-17  Bruno Haible  <bruno@clisp.org>
27081
27082         New option --split-merged-entry.
27083         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27084         (find_paragraph_end, try_split_merged_entry): New functions.
27085         (long_options): Add option --split-merged-entry.
27086         (usage): Document option --split-merged-entry.
27087         (main): Implement option --split-merged-entry.
27088         Reported by Eric Blake.
27089
27090 2008-02-17  Bruno Haible  <bruno@clisp.org>
27091
27092         * lib/git-merge-changelog.c: Include c-strstr.h.
27093         (main): Support the "git pull --rebase" situation.
27094         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27095         Reported by Eric Blake.
27096
27097 2008-02-16  Eric Blake  <ebb9@byu.net>
27098
27099         Avoid doubling \ in common case of "c-maybe" quoting style.
27100         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27101         eliding outer quotes.
27102         * lib/quotearg.h: Document this.
27103         * tests/test-quotearg.c (result_strings, inputs, results_g)
27104         (flag_results, locale_results): Test it by adding a new string to
27105         each test group.
27106         (compare_strings): Test new string.
27107
27108 2008-02-13  Eric Blake  <ebb9@byu.net>
27109
27110         Avoid trigraph quoting in default output.
27111         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27112         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27113         unless explicitly requested.
27114         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27115
27116 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27117
27118         Don't rely on signed integer overflowing to negative value.
27119         * lib/getugroups.c (getugroups): Include <limits.h>.
27120         Instead, compare against INT_MAX, and increment only if the test passes.
27121
27122 2008-02-13  Jim Meyering  <meyering@redhat.com>
27123         and Eric Blake  <ebb9@byu.net>
27124
27125         Avoid shadowing warning and compile errors on Linux.
27126         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27127         forwarding macros on Linux.
27128         (dcgettext): Define a stub, for Linux.
27129         (results_g, main): Avoid warnings.
27130
27131 2008-02-12  Eric Blake  <ebb9@byu.net>
27132
27133         Silence warning in last patch.
27134         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27135
27136         Quotearg part 4: add tests, fix c-maybe colon quoting.
27137         * lib/quotearg.h: Improve documentation.
27138         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27139         escapes when adding outer quotes.  When quoting trigraphs, use
27140         valid C notation.  When quoting NUL, omit extra characters if next
27141         character is not digit.  Alter prototype.
27142         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27143         callers.
27144         * modules/quotearg-tests: New module.
27145         * tests/test-quotearg.c: New test.
27146
27147 2008-02-07  Eric Blake  <ebb9@byu.net>
27148
27149         Quotearg part 3: add flag to control outer quote elision.
27150         * lib/quotearg.h (c_maybe_quoting_style): New style.
27151         (enum quoting_flags): Better documentation of flags.
27152         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27153         c-maybe style.
27154         (quotearg_buffer_restyled): Handle new flag to elide outer
27155         quotes.
27156
27157         Quotearg part 2: add flag that can control NUL elision.
27158         * lib/quotearg.h (set_quoting_flags): New prototype.
27159         * lib/quotearg.c (struct quoting_options): Add flag field.
27160         (set_quoting_flags): New function.
27161         (quotearg_buffer_restyled): Add flags parameter.
27162         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27163         (quotearg_n_options): Set the flag, since length cannot be
27164         returned.
27165         (quoting_options_from_style): Default flags correctly.
27166
27167         Quotearg part 1: more wrappers, restore quotearg_char state.
27168         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27169         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27170         (quotearg_colon_mem): New wrappers.
27171         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27172         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27173         functions.
27174         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27175         (quotearg_colon_mem): New functions.
27176
27177 2008-02-11  Bruno Haible  <bruno@clisp.org>
27178
27179         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27180         library in the current directory: it does not work with parallel make.
27181         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27182
27183 2008-02-11  Bruno Haible  <bruno@clisp.org>
27184
27185         * .gitattributes: New file.
27186
27187 2008-02-11  Jim Meyering  <meyering@redhat.com>
27188
27189         useless-if-before-free: Fix reversed exit values.
27190         * build-aux/useless-if-before-free: Use correct values
27191         for EXIT_MATCH and EXIT_NO_MATCH.
27192
27193         * build-aux/useless-if-before-free: Close stdout carefully.
27194
27195 2008-02-10  Bruno Haible  <bruno@clisp.org>
27196
27197         New module 'git-merge-changelog'.
27198         * modules/git-merge-changelog: New file.
27199         * lib/git-merge-changelog.c: New file.
27200
27201 2008-02-10  Jim Meyering  <meyering@redhat.com>
27202
27203         useless-if-before-free: New option: --list (-l).
27204
27205         useless-if-before-free: Don't exit immediately upon open failure.
27206         * build-aux/useless-if-before-free: Exit 2 for errors.
27207         Upon failure to open a file, don't exit immediately.
27208         Rather, just warn and continue with any remaining files.
27209
27210 2008-02-10  Bruno Haible  <bruno@clisp.org>
27211
27212         New abstract list operation 'node_set_value'.
27213         * lib/gl_list.h (gl_list_node_set_value): New function.
27214         (struct gl_list_implementation): New field node_set_value.
27215         * lib/gl_list.c (gl_list_node_set_value): New function.
27216         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27217         (gl_array_list_implementation): Update.
27218         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27219         (gl_carray_list_implementation): Update.
27220         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27221         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27222         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27223         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27224         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27225         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27226         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27227         Update.
27228         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27229         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27230         (gl_sublist_list_implementation): Update.
27231
27232 2008-02-10  Bruno Haible  <bruno@clisp.org>
27233
27234         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27235         Needed when ELEMENT is #defined to 'some_type *'.
27236
27237 2008-02-10  Jim Meyering  <meyering@redhat.com>
27238
27239         New script and module: useless-if-before-free
27240         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27241         * build-aux/useless-if-before-free: New file.
27242         * modules/useless-if-before-free: New file.
27243
27244         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27245
27246         xstrtol_error: Fix typo.
27247         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27248         s/exit_failure/exit_status/.
27249
27250 2008-02-09  Jim Meyering  <meyering@redhat.com>
27251
27252         New script and module: gitlog-to-changelog
27253         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27254         * modules/gitlog-to-changelog: New file.
27255         * build-aux/gitlog-to-changelog: New file.
27256
27257 2008-02-08  Jim Meyering  <meyering@redhat.com>
27258
27259         Avoid two "parameter unused" warnings.
27260         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27261         Mark "st" as used.
27262
27263         Use "git COMMAND", not "git-COMMAND".
27264         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27265         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27266         * build-aux/git-version-gen: Use "git status", not "git-status".
27267
27268 2008-02-07  Bruno Haible  <bruno@clisp.org>
27269
27270         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27271         Avoids a crash on Windows Vista.
27272         Reported by Adam Strzelecki <ono@java.pl> via
27273         Simon Josefsson <simon@josefsson.org>.
27274
27275 2008-02-06  Bruno Haible  <bruno@clisp.org>
27276
27277         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27278         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27279         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27280         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27281         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27282         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27283         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27284         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27285         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27286         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27287         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27288         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27289         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27290         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27291         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27292         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27293         left-adjust flag.
27294         * tests/test-snprintf-posix.h (test_function): Likewise.
27295         * tests/test-sprintf-posix.h (test_function): Likewise.
27296         * tests/test-vasprintf-posix.c (test_function): Likewise.
27297         * doc/posix-functions/fprintf.texi: Update.
27298         * doc/posix-functions/printf.texi: Update.
27299         * doc/posix-functions/snprintf.texi: Update.
27300         * doc/posix-functions/sprintf.texi: Update.
27301         * doc/posix-functions/vfprintf.texi: Update.
27302         * doc/posix-functions/vprintf.texi: Update.
27303         * doc/posix-functions/vsnprintf.texi: Update.
27304         * doc/posix-functions/vsprintf.texi: Update.
27305         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27306
27307 2008-02-06  Bruno Haible  <bruno@clisp.org>
27308
27309         Fix bug introduced on 2008-01-26.
27310         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27311
27312 2008-02-06  Bruno Haible  <bruno@clisp.org>
27313
27314         Fix bug introduced on 2007-06-10.
27315         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27316         !NEED_PRINTF_FLAG_ZERO.
27317
27318 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27319
27320         getloadavg: use libperfstat on AIX5
27321         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27322
27323 2008-02-03  Bruno Haible  <bruno@clisp.org>
27324
27325         * lib/diffseq.h: Add comments about required #includes.
27326         Reported by Michael Biggs <gnulib@doubleplum.net>.
27327
27328 2008-02-01  Bruno Haible  <bruno@clisp.org>
27329
27330         * users.txt: Add gnuit.
27331
27332 2008-01-31  Bruno Haible  <bruno@clisp.org>
27333
27334         * lib/md4.c (set_uint32): Mark as inline.
27335         * lib/md5.c (set_uint32): Likewise.
27336         * lib/sha1.c (set_uint32): Likewise.
27337         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27338         * m4/md5.m4 (gl_MD5): Likewise.
27339         * m4/sha1.m4 (gl_SHA1): Likewise.
27340
27341 2008-01-31  Jim Meyering  <meyering@redhat.com>
27342
27343         Use "sizeof VAR", rather than a literal "4".
27344         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27345         * lib/md4.c (md4_read_ctx): Likewise.
27346         * lib/sha1.c (sha1_read_ctx): Likewise.
27347
27348 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27349
27350         * tests/test-sha1.c: New file, based on test-md5.c.
27351
27352         * modules/crypto/sha1-tests: New file.
27353
27354 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27355
27356         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27357
27358 2008-01-31  Jim Meyering  <meyering@redhat.com>
27359
27360         Prefer "sizeof v" over the equivalent "4".
27361         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27362         * lib/md5.c (set_uint32): Likewise.
27363         * lib/sha1.c (set_uint32): Likewise.
27364
27365 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27366
27367         * lib/sha1.c (set_uint32): Mark function as static.
27368
27369 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27370
27371         md2: clarify comments to say that alignment is not required.
27372         * lib/md2.h: Remove warning about alignment in comment.
27373         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27374         never been required.
27375
27376 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27377
27378         md4: adapt alignment constraint fix from sha1.
27379         * lib/md4.c (set_uint32): New function, from sha1.c
27380         (md4_read_ctx): Use it.
27381         (md4_finish_ctx): Doc fix.
27382         * lib/md4.h: Doc fix.
27383
27384 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27385
27386         md5: adapt alignment constraint fix from sha1.
27387         * lib/md5.c (set_uint32): New function, from sha1.c
27388         (md5_read_ctx): Use it.
27389         (md5_finish_ctx): Doc fix.
27390         * lib/md5.h: Doc fix.
27391
27392 2008-01-30  Peter Palfrader  <weasel@debian.org>
27393
27394         sha1: remove the result buffer alignment constraint
27395         * lib/sha1.c (set_uint32): New function.
27396         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27397         constraint.
27398         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27399         * lib/sha1.h: Likewise.
27400
27401 2008-01-30  Andreas Schwab  <schwab@suse.de>
27402             Bruno Haible  <bruno@clisp.org>
27403
27404         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27405         correct definition of LDBL_MIN_EXP.
27406
27407 2008-01-30  Karl Berry  <karl@gnu.org>
27408
27409         * config/srclist-update: try to preserve x bit on updates.
27410         * config/srclistvars.sh: update for karl.
27411
27412 2008-01-29  Jim Meyering  <meyering@redhat.com>
27413
27414         vasnprintf.c: Avoid warning about unused label
27415         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27416         "overflow" label definition and associated code with the
27417         same cpp condition that guards the sole use of that label.
27418
27419 2008-01-26  Bruno Haible  <bruno@clisp.org>
27420
27421         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27422         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27423         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27424         * lib/isnanl-nolibm.h (isnanl): Likewise.
27425         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27426
27427 2008-01-26  Bruno Haible  <bruno@clisp.org>
27428
27429         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27430         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27431
27432 2008-01-26  Bruno Haible  <bruno@clisp.org>
27433
27434         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27435         GCC >= 4.0 built-in.
27436         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27437
27438 2008-01-26  Bruno Haible  <bruno@clisp.org>
27439
27440         Rename isnan, applicable to 'double' only, to isnand.
27441         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27442         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27443         (configure.ac): Update.
27444         (Include): Replace "isnan.h" with "isnand.h".
27445         * m4/isnand.m4: Renamed from m4/isnan.m4.
27446         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27447         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27448         instead of isnan.c.
27449         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27450         instead of HAVE_ISNAN_IN_LIBC.
27451         (isnand): Renamed from isnan.
27452         * lib/isnand.c: New file.
27453         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27454         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27455         (Makefile.am): Update.
27456         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27457         Include isnand.h instead of isnan.h.
27458         (main): Test isnand instead of isnan.
27459         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27460         isnan-nolibm.
27461         * modules/frexp (Depends-on): Likewise.
27462         * modules/frexp-tests (Depends-on): Likewise.
27463         * modules/frexp-nolibm (Depends-on): Likewise.
27464         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27465         * modules/isfinite (Depends-on): Likewise.
27466         * modules/round-tests (Depends-on): Likewise.
27467         * modules/signbit (Depends-on): Likewise.
27468         * modules/signbit-tests (Depends-on): Likewise.
27469         * modules/snprintf-posix (Depends-on): Likewise.
27470         * modules/sprintf-posix (Depends-on): Likewise.
27471         * modules/trunc-tests (Depends-on): Likewise.
27472         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27473         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27474         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27475         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27476         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27477         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27478         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27479         * modules/vasnprintf-posix (Depends-on): Likewise.
27480         * modules/vasprintf-posix (Depends-on): Likewise.
27481         * modules/vfprintf-posix (Depends-on): Likewise.
27482         * modules/vsnprintf-posix (Depends-on): Likewise.
27483         * modules/vsprintf-posix (Depends-on): Likewise.
27484         * lib/frexp.c: Include isnand.h instead of isnan.h.
27485         (ISNAN): Set to isnand instead of isnan.
27486         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27487         (gl_isfinited): Use isnand instead of isnan.
27488         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27489         (gl_signbitd): Use isnand instead of isnan.
27490         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27491         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27492         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27493         (main): Use isnand instead of isnan.
27494         * tests/test-round1.c: Include isnand.h.
27495         (main): Use isnand instead of isnan.
27496         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27497         (ISNAN): Set to isnand instead of isnan.
27498         * tests/test-trunc1.c: Include isnand.h.
27499         (main): Use isnand instead of isnan.
27500         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27501         (equal): Use isnand instead of isnan.
27502         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27503         isnand-nolibm.
27504         * NEWS: Mention the change.
27505
27506 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27507             Bruno Haible  <bruno@clisp.org>
27508
27509         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27510         the GCC builtins for signbits are present and set
27511         REPLACE_SIGNBIT_USING_GCC if so.
27512         * lib/math.in.h (signbit): Define using GCC builtins if
27513         REPLACE_SIGNBIT_USING_GCC is set.
27514         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27515         REPLACE_SIGNBIT_USING_GCC.
27516         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27517
27518 2008-01-25  Jim Meyering  <meyering@redhat.com>
27519
27520         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27521         * lib/poll.c: Include <config.h>, not "config.h".
27522         * tests/test-getaddrinfo.c: Likewise.
27523
27524 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27525
27526         * modules/sockets-tests: New file.
27527
27528 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27529
27530         * modules/sockets: New module, can be used to call WSA_Startup and
27531         WSA_Cleanup when needed.
27532
27533         * lib/sockets.h, lib/sockets.c: New files.
27534
27535         * m4/sockets.m4: New file.
27536
27537         * tests/test-sockets.c: New file.
27538
27539 2008-01-19  Bruno Haible  <bruno@clisp.org>
27540
27541         * doc/posix-headers: Renamed from doc/headers.
27542         * doc/posix-functions: Renamed from doc/functions.
27543         * doc/gnulib.texi: Update.
27544
27545 2008-01-19  Bruno Haible  <bruno@clisp.org>
27546
27547         * doc/glibc-functions/strcasestr.texi: Include contents of
27548         doc/functions/strcasestr.texi, fixing the list of platforms.
27549         * doc/functions/strcasestr.texi: Remove file.
27550
27551 2008-01-19  Bruno Haible  <bruno@clisp.org>
27552
27553         * doc/glibc-functions/memmem.texi: Include contents of
27554         doc/functions/memmem.texi.
27555         * doc/functions/memmem.texi: Remove file.
27556
27557 2008-01-18  Bruno Haible  <bruno@clisp.org>
27558
27559         * doc/glibc-functions/*.texi: New files.
27560         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27561         to use the new files.
27562
27563 2008-01-17  Bruno Haible  <bruno@clisp.org>
27564
27565         * tests/test-gethostname.c (main): Fix printf statement.
27566
27567 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27568
27569         * modules/gethostname-tests: New file.
27570
27571         * tests/test-gethostname.c: New file.
27572
27573 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27574
27575         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27576         used by the UNAME case.  Reported by Bruno Haible
27577         <bruno@clisp.org>.
27578
27579 2008-01-17  Eric Blake  <ebb9@byu.net>
27580
27581         Convert c-strcasestr to be more efficient.
27582         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27583         (Depends-on): Add c-strcase, remove malloca, strnlen.
27584         * tests/test-c-strcasestr.c (main): Enhance test.
27585         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27586
27587 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27588
27589         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27590         Use it in creating po/Makevars.
27591
27592 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27593
27594         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27595         Applications that requires it should initialize libgcrypt
27596         manually.
27597
27598 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27599
27600         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27601
27602 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27603
27604         Fix problem with getdate on mingw32 reported by Simon Josefsson
27605         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27606         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27607         tzname", when deciding whether to declare tzname.
27608         * lib/strftime.c (tzname): Likewise.
27609
27610 2008-01-15  Bruno Haible  <bruno@clisp.org>
27611
27612         Work around a MacOS X 10.5 bug in frexpl().
27613         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27614         * doc/functions/frexpl.texi: Document the bug.
27615         Reported by Elias Pipping <pipping@gentoo.org>.
27616
27617 2008-01-14  Eric Blake  <ebb9@byu.net>
27618
27619         Touch up previous patch.
27620         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27621         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27622
27623         Convert strcasestr module to use Two-Way algorithm.
27624         * modules/strcasestr-simple: New module, based on the old
27625         strcasestr, but with Two-Way rather than KMP.
27626         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27627         * lib/string.in.h (rpl_strcasestr): Declare.
27628         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27629         performance.
27630         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27631         * modules/string (Makefile.am): Support strcasestr.
27632         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27633         * modules/strcasestr-tests (Depends-on): Check for alarm.
27634         * tests/test-strcasestr.c: Augment test.
27635         * lib/str-two-way.h: Clean up stray macro.
27636         * NEWS: Document new module.
27637         * MODULES.html.sh (string handling): Likewise.
27638         * doc/functions/strcasestr.texi: New file.
27639         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27640         here, since it is not a POSIX function.
27641
27642 2008-01-14  Colin Watson  <cjwatson@debian.org>
27643             Bruno Haible  <bruno@clisp.org>
27644
27645         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27646         works fine; if not, set REPLACE_STRSIGNAL.
27647         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27648         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27649         REPLACE_STRSIGNAL.
27650         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27651         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27652         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27653
27654 2008-01-14  Bruno Haible  <bruno@clisp.org>
27655
27656         * modules/strsignal (Include): Change to <string.h>.
27657
27658 2008-01-14  Colin Watson  <cjwatson@debian.org>
27659
27660         * modules/argp (Notice): Add a notice recommending to change
27661         XGETTEXT_OPTIONS.
27662         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27663
27664 2008-01-13  Colin Watson  <cjwatson@debian.org>
27665
27666         * modules/strsignal-tests: New file.
27667         * tests/test-strsignal.c: New file.
27668
27669         * lib/strsignal.c: New file, from glibc with modifications.
27670         * lib/siglist.h: New file, from glibc with modifications.
27671         * lib/string.in.h (strsignal): New declaration.
27672         * m4/strsignal.m4: New file.
27673         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27674         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27675         * modules/strsignal: New file.
27676         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27677         HAVE_DECL_STRSIGNAL.
27678
27679 2008-01-13  Bruno Haible  <bruno@clisp.org>
27680
27681         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27682         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27683         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27684         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27685
27686 2008-01-13  Bruno Haible  <bruno@clisp.org>
27687
27688         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27689         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27690         * lib/argp.h (__attribute__): Likewise.
27691         * lib/c-stack.c (__attribute__): Likewise.
27692         * lib/error.h (__attribute__): Likewise.
27693         * lib/fts.c (__attribute__): Likewise.
27694         * lib/openat.h (__attribute__): Likewise.
27695         * lib/stdio.in.h (__attribute__): Likewise.
27696         * lib/string.in.h (__attribute__): Likewise.
27697         * lib/utimens.c (__attribute__): Likewise.
27698         * lib/vasnprintf.h (__attribute__): Likewise.
27699         * lib/xalloc.h (__attribute__): Likewise.
27700         * lib/xprintf.h (__attribute__): Likewise.
27701         * lib/xstrtol.h (__attribute__): Likewise.
27702         * lib/xvasprintf.h (__attribute__): Likewise.
27703
27704 2008-01-12  Bruno Haible  <bruno@clisp.org>
27705
27706         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27707         * doc/glibc-headers/a.out.texi: New file.
27708         * doc/glibc-headers/aliases.texi: New file.
27709         * doc/glibc-headers/alloca.texi: New file.
27710         * doc/glibc-headers/ar.texi: New file.
27711         * doc/glibc-headers/argp.texi: New file.
27712         * doc/glibc-headers/argz.texi: New file.
27713         * doc/glibc-headers/byteswap.texi: New file.
27714         * doc/glibc-headers/crypt.texi: New file.
27715         * doc/glibc-headers/endian.texi: New file.
27716         * doc/glibc-headers/envz.texi: New file.
27717         * doc/glibc-headers/err.texi: New file.
27718         * doc/glibc-headers/error.texi: New file.
27719         * doc/glibc-headers/execinfo.texi: New file.
27720         * doc/glibc-headers/fpu_control.texi: New file.
27721         * doc/glibc-headers/fstab.texi: New file.
27722         * doc/glibc-headers/fts.texi: New file.
27723         * doc/glibc-headers/getopt.texi: New file.
27724         * doc/glibc-headers/ieee754.texi: New file.
27725         * doc/glibc-headers/ifaddrs.texi: New file.
27726         * doc/glibc-headers/libintl.texi: New file.
27727         * doc/glibc-headers/mcheck.texi: New file.
27728         * doc/glibc-headers/mntent.texi: New file.
27729         * doc/glibc-headers/obstack.texi: New file.
27730         * doc/glibc-headers/paths.texi: New file.
27731         * doc/glibc-headers/printf.texi: New file.
27732         * doc/glibc-headers/pty.texi: New file.
27733         * doc/glibc-headers/resolv.texi: New file.
27734         * doc/glibc-headers/shadow.texi: New file.
27735         * doc/glibc-headers/sysexits.texi: New file.
27736         * doc/glibc-headers/ttyent.texi: New file.
27737
27738 2008-01-12  Jim Meyering  <meyering@redhat.com>
27739
27740         announce-gen: emit Gnulib's git-based version string.
27741         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27742         New option --gnulib-version=V, where V is expected to be
27743         the output of running git describe in the gnulib directory.
27744         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27745         not useful, and plan to stop publishing an xdelta file with each
27746         coreutils release.
27747
27748         * build-aux/announce-gen: Also check for lzma-compressed files.
27749
27750 2008-01-11  Bruno Haible  <bruno@clisp.org>
27751
27752         * tests/test-memmem.c (main): Increase maximum allowed time.
27753         * tests/test-strstr.c (main): Likewise.
27754
27755 2008-01-11  Bruno Haible  <bruno@clisp.org>
27756
27757         * doc/functions/memmem.texi: Add more precisions about platforms.
27758         * doc/functions/strstr.texi: Likewise.
27759
27760 2008-01-10  Eric Blake  <ebb9@byu.net>
27761
27762         * m4/strstr.m4: Delete cruft from copy-n-paste.
27763         Reported by Bruno Haible.
27764
27765 2008-01-10  Bruno Haible  <bruno@clisp.org>
27766
27767         Make c-strstr rely on strstr.
27768         * lib/c-strstr.c: Don't include str-kmp.h.
27769         (c_strstr): Define in terms of strstr.
27770         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27771         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27772
27773 2008-01-10  Bruno Haible  <bruno@clisp.org>
27774
27775         * doc/gnulib.texi (String Functions in C Locale): New section.
27776         * doc/c-ctype.texi: New file.
27777         * doc/c-strcase.texi: New file.
27778         * doc/c-strcaseeq.texi: New file.
27779         * doc/c-strcasestr.texi: New file.
27780         * doc/c-strstr.texi: New file.
27781         * doc/c-strtod.texi: New file.
27782         * doc/c-strtold.texi: New file.
27783
27784 2008-01-10  Eric Blake  <ebb9@byu.net>
27785
27786         * lib/relocatable.h: Fix a comment.
27787
27788 2008-01-10  Eric Blake  <ebb9@byu.net>
27789
27790         Share two-way algorithm.
27791         * lib/str-two-way.h: New file, merged from...
27792         * lib/memmem.c: ...here...
27793         * lib/strstr.c: ...and here.
27794         * modules/memmem (Files): Use it.
27795         * modules/strstr (Files): Likewise.
27796
27797         Avoid quadratic strstr implementations.
27798         * lib/strstr.c: New file.
27799         * m4/strstr.m4: Likewise.
27800         * modules/strstr: Likewise.
27801         * modules/strstr-tests: Likewise.
27802         * tests/test-strstr.c: Likewise.
27803         * lib/string.in.h (rpl_strstr): Declare.
27804         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27805         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27806         * modules/string (Makefile.am): Likewise.
27807         * MODULES.html.sh (string handling): Mention new module.
27808         * doc/functions/strstr.texi (strstr): Document the bug.
27809
27810 2008-01-10  Bruno Haible  <bruno@clisp.org>
27811
27812         * lib/relocatable.h (relocate): State whether result is freshly
27813         allocated or not.
27814         * lib/relocatable.c (relocate): Return a freshly allocated string
27815         instead of a pointer to a privately held string.
27816         Reported by Sylvain Beucler <beuc@gnu.org>.
27817
27818 2008-01-10  Colin Watson  <cjwatson@debian.org>
27819
27820         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27821         s/S_ISNLK/S_ISLNK/.
27822
27823 2008-01-09  Bruno Haible  <bruno@clisp.org>
27824
27825         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27826         and other files.
27827         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27828         if it's only a guess.
27829         * modules/memmem: Simplify by depending on memmem-simple.
27830
27831 2008-01-09  Bruno Haible  <bruno@clisp.org>
27832
27833         Work around OpenBSD 4.0 tdelete() bug.
27834         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27835         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27836         macros and don't redefine the enum values.
27837         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27838         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27839         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27840
27841 2008-01-09  Bruno Haible  <bruno@clisp.org>
27842
27843         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27844         (main): Don't perform the tests if setlocale did not install a UTF-8
27845         locale. Needed on OpenBSD 4.0.
27846         * modules/wcwidth-tests (Depends-on): Add localcharset.
27847
27848 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27849
27850         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27851         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27852         * NEWS: announce this.
27853         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27854
27855 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27856         and Eric Blake  <ebb9@byu.net>
27857
27858         Add memmem-simple module.
27859         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27860         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27861         * modules/memmem-simple: New file.
27862         * modules/memmem (Description): Tweak.
27863         * MODULES.html.sh (string handling): Mention new module.
27864         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27865         addressed by memmem-simple.
27866         * NEWS: Document the difference.
27867
27868 2008-01-09  Eric Blake  <ebb9@byu.net>
27869
27870         Give gcc some memmem optimization hints.
27871         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27872         (strcasestr): Declare as pure.
27873         * modules/memmem (Maintainer): Claim my implementation.
27874
27875 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27876
27877         Support AIX 6.1 and higher.
27878         * build-aux/config.libpath: Likewise.
27879         * build-aux/config.rpath: Likewise.
27880
27881 2008-01-08  Jim Meyering  <meyering@redhat.com>
27882             Bruno Haible  <bruno@clisp.org>
27883
27884         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27885         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27886         Reported by Peter Fales in
27887         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27888
27889 2008-01-08  Bruno Haible  <bruno@clisp.org>
27890
27891         * modules/unictype/category-of (Depends-on): Add
27892         unictype/category-none.
27893         * modules/unictype/category-and-tests (Depends-on): Add
27894         unictype/category-{L,N,Lu,Nd}.
27895         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27896         * modules/unictype/category-or-tests (Depends-on): Add
27897         unictype/category-{L,N}.
27898         * modules/unictype/category-name-tests (Depends-on): Add
27899         unictype/category-{Z,Nl}.
27900         Reported by Simon Josefsson.
27901
27902 2008-01-08  Bruno Haible  <bruno@clisp.org>
27903
27904         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27905         convention better.
27906         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27907         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27908         Reported by Peter Miller <millerp@canb.auug.org.au>.
27909
27910 2008-01-08  Eric Blake  <ebb9@byu.net>
27911
27912         Rewrite memmem to guarantee linear complexity without malloc.
27913         * lib/memmem.c (memmem): Use Two-Way rather than
27914         Knuth-Morris-Pratt, to allow O(1) space usage.
27915         (critical_factorization, two_way_short_needle)
27916         (two_way_long_needle): New functions.
27917         (knuth_morris_pratt): Delete.
27918         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27919         Add stdint.
27920         * tests/test-memmem.c (main): Add tests for periodic needle and
27921         sublinear performance.
27922         * doc/functions/memmem.texi (memmem): Document other deficiencies
27923         in cygwin and older glibc.
27924
27925 2008-01-08  Bruno Haible  <bruno@clisp.org>
27926
27927         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27928         augmentation.
27929
27930 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27931
27932         Add a configure time option: --disable-acl.
27933         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27934         AC_ARG_ENABLE(acl).
27935
27936 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27937
27938         * tests/test-localename.c: Don't include obsolete "setenv.h".
27939
27940         * modules/localename-tests (Depends-on): Need unsetenv.
27941
27942 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27943
27944         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27945
27946 2008-01-06  Colin Watson  <cjwatson@debian.org>
27947
27948         * users.txt: Add man-db.
27949
27950 2008-01-07  Bruno Haible  <bruno@clisp.org>
27951
27952         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27953         previous section name.
27954
27955 2008-01-07  Bruno Haible  <bruno@clisp.org>
27956
27957         * lib/progname.c (set_program_name): Don't strip off a leading
27958         "lt-" prefix outside a .libs directory.
27959         Suggested by Paul Eggert.
27960
27961 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27962             Bruno Haible  <bruno@clisp.org>
27963
27964         Improve memory cleanup in 'relocatable' module.
27965         * lib/relocatable.h (compute_curr_prefix): Change return type to
27966         'char *'.
27967         * lib/relocatable.c (compute_curr_prefix): Change return type to
27968         'char *'. Free curr_installdir after use.
27969         (relocate): Free curr_prefix_better after use.
27970         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27971
27972 2008-01-01  Bruno Haible  <bruno@clisp.org>
27973
27974         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27975         failure on older glibc systems.
27976         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27977
27978 2008-01-05  Eric Blake  <ebb9@byu.net>
27979
27980         Avoid quadratic system memmem.
27981         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27982         Reported by Ralf Wildenhues.
27983
27984         Fix memmem test for mingw.
27985         * modules/memmem-tests (configure.ac): Check for alarm.
27986         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27987         it.
27988         * doc/functions/memmem.texi: New file.
27989         * doc/gnulib.texi (Function Substitutes): Add memmem.
27990         Reported by Bruno Haible.
27991
27992 2008-01-04  Bruno Haible  <bruno@clisp.org>
27993
27994         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27995         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27996         gl_HEADER_STRING_H_DEFAULTS.
27997
27998 2008-01-04  Eric Blake  <ebb9@byu.net>
27999
28000         Shorten duration of memmem test.
28001         * tests/test-memmem.c (main): Use alarm to declare failure if test
28002         is taking too long.
28003         Reported by Ralf Wildenhues.
28004
28005 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28006
28007         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28008         string, needed by strerror.
28009
28010 2008-01-03  Colin Watson  <cjwatson@debian.org>
28011             Bruno Haible  <bruno@clisp.org>
28012
28013         * doc/gnulib-tool.texi (Localization): New section.
28014
28015 2008-01-02  Bruno Haible  <bruno@clisp.org>
28016
28017         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28018         variables to 'unsigned char *' type.
28019         Reported by Paul Eggert.
28020
28021 2008-01-02  Jim Meyering  <jim@meyering.net>
28022
28023         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28024
28025 2007-12-31  Jim Meyering  <jim@meyering.net>
28026
28027         Avoid use of private FTS type name.
28028         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28029
28030 2007-12-30  Karl Berry  <karl@gnu.org>
28031
28032         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28033         work around defect in Texinfo and/or the standalone Info browser.
28034
28035 2007-12-30  Bruno Haible  <bruno@clisp.org>
28036
28037         Unify 5 copies of the KMP code.
28038         * lib/str-kmp.h: New file.
28039         * lib/c-strcasestr.c: Include str-kmp.h.
28040         (knuth_morris_pratt): Remove function.
28041         (c_strcasestr): Update.
28042         * lib/c-strstr.c: Include str-kmp.h.
28043         (knuth_morris_pratt): Remove function.
28044         (c_strcasestr): Update.
28045         * lib/mbscasestr.c: Include str-kmp.h.
28046         (knuth_morris_pratt_unibyte): Remove function.
28047         * lib/mbsstr.c: Include str-kmp.h.
28048         (knuth_morris_pratt_unibyte): Remove function.
28049         * lib/strcasestr.c: Include str-kmp.h.
28050         (knuth_morris_pratt): Remove function.
28051         (strcasestr): Update.
28052         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28053         * modules/c-strstr (Files): Likewise.
28054         * modules/mbscasestr (Files): Likewise.
28055         * modules/mbsstr (Files): Likewise.
28056         * modules/strcasestr (Files): Likewise.
28057         Suggested by Paul Eggert.
28058
28059 2007-12-30  Bruno Haible  <bruno@clisp.org>
28060
28061         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28062         defined.
28063
28064 2007-12-30  Bruno Haible  <bruno@clisp.org>
28065
28066         * lib/xmalloca.h: Include xalloc.h.
28067         (xnmalloca): New macro.
28068
28069 2007-12-30  Bruno Haible  <bruno@clisp.org>
28070
28071         * lib/malloca.h (nmalloca): New macro.
28072         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28073         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28074         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28075         knuth_morris_pratt_multibyte): Likewise.
28076         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28077         knuth_morris_pratt_multibyte): Likewise.
28078         * lib/memmem.c (knuth_morris_pratt): Likewise.
28079         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28080
28081 2007-12-25  Bruno Haible  <bruno@clisp.org>
28082
28083         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28084         * lib/glob.c: Don't include openat.h.
28085         (link_exists2_p): Add back the code that deals with the
28086         !GLOB_ALTDIRFUNC case.
28087         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28088         let it do the filename concatenation.
28089         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28090         * modules/glob (Depends-on): Remove openat.
28091
28092 2007-12-31  Bruno Haible  <bruno@clisp.org>
28093
28094         * modules/dirfd (License): Change to LGPLv2+.
28095         Approved by Jim Meyering.
28096
28097 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28098
28099         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28100         when multiplying M by sizeof (size_t).
28101
28102 2007-12-10  Martin Lambers  <marlam@marlam.de>
28103
28104         Override getpagesize on mingw.
28105         * lib/getpagesize.c: New file.
28106         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28107         * modules/getpagesize (Files): Add lib/getpagesize.c.
28108         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28109         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28110         REPLACE_GETPAGESIZE.
28111         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28112
28113 2007-12-25  Bruno Haible  <bruno@clisp.org>
28114
28115         * modules/localcharset (Notice): New field.
28116         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28117         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28118
28119 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28120             Bruno Haible  <bruno@clisp.org>
28121
28122         Avoid using the syntax symbol() in formatted documentation.
28123         * MODULES.html.sh (func_module): When replacing symbol() with a
28124         hyperlink, remove the parentheses. Show an error if some remain.
28125         Recognize and render the '...' syntax.
28126         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28127         Rework. Add paragraph about GCC's inlining.
28128         * doc/alloca.texi: Likewise.
28129         * doc/error.texi: Remove parentheses from symbol reference.
28130         * doc/gnulib-intro.texi: Likewise.
28131         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28132         * modules/fnmatch (Description): Reword to say "the ... function".
28133         * modules/full-read (Description): Likewise.
28134         * modules/full-write (Description): Likewise.
28135         * modules/safe-read (Description): Likewise.
28136         * modules/safe-write (Description): Likewise.
28137         * modules/strchrnul (Description): Likewise.
28138         * modules/trim (Description): Likewise.
28139         * modules/error (Description): Remove parentheses from symbol
28140         references.
28141         * modules/verror (Description): Likewise.
28142         Reported by Karl Berry.
28143
28144 2007-12-25  Bruno Haible  <bruno@clisp.org>
28145
28146         Fixup after 2007-10-16 commit.
28147         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28148
28149 2007-12-24  Bruno Haible  <bruno@clisp.org>
28150
28151         Make --enable-relocatable work with DESTDIR.
28152         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28153         to compute installdir from destprog.
28154         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28155         also set the RELOC_DESTDIR variable.
28156         Reported by Левашев Иван <octagram@bluebottle.com>.
28157
28158 2007-12-24  Bruno Haible  <bruno@clisp.org>
28159
28160         Fix link error due to xalloc_die().
28161         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28162         of xreadlink.
28163         * lib/relocwrapper.c: Update comments.
28164         * build-aux/install-reloc: Remove xreadlink.c from file list.
28165         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28166         xreadlink.c.
28167         Reported by Левашев Иван <octagram@bluebottle.com>.
28168
28169 2007-12-24  Bruno Haible  <bruno@clisp.org>
28170
28171         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28172         * lib/setenv.h: Remove file.
28173         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28174         lib/setenv.h.
28175         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28176         (Depends-on): Add stdlib.
28177         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28178         gl_FUNC_UNSETENV.
28179         (Include): Replace setenv.h with <stdlib.h>.
28180         * modules/unsetenv: New file.
28181         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28182         * lib/unsetenv.c: Include <stdlib.h> first.
28183         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28184         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28185         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28186         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28187         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28188         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28189         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28190         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28191         * doc/functions/unsetenv.texi: Update.
28192         * modules/xsetenv (Depends-on): Add unsetenv.
28193         * modules/getdate (Depends-on): Likewise.
28194         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28195         * lib/xsetenv.c: Don't include setenv.h.
28196         * lib/getdate.y: Likewise.
28197         * lib/relocwrapper.c: Likewise.
28198         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28199         (Depends-on): Add stdlib.
28200         * NEWS: Mention the changes.
28201         Reported by Левашев Иван <octagram@bluebottle.com>.
28202
28203 2007-12-23  Bruno Haible  <bruno@clisp.org>
28204
28205         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28206         indentation.
28207
28208 2007-12-23  Bruno Haible  <bruno@clisp.org>
28209
28210         * lib/c-strcasestr.c: Add more comments.
28211         * lib/c-strstr.c: Likewise.
28212         * lib/mbscasestr.c: Likewise.
28213         * lib/mbsstr.c: Likewise.
28214         * lib/strcasestr.c: Likewise.
28215         * lib/memmem.c: Likewise.
28216
28217 2007-12-23  Bruno Haible  <bruno@clisp.org>
28218
28219         * tests/test-memmem.c: Include <string.h> first.
28220
28221 2007-12-22  Bruno Haible  <bruno@clisp.org>
28222
28223         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28224         the contents of $testsbase.
28225         Reported by Ralf Wildenhues.
28226
28227 2007-12-22  Bruno Haible  <bruno@clisp.org>
28228
28229         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28230         two variables local_ldadd_before, local_ldadd_last.
28231
28232 2007-12-20  Eric Blake  <ebb9@byu.net>
28233
28234         Work around circular library issue when cross-compiling.
28235         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28236         that progname.o does not need to pull in rpl_memcmp.
28237
28238 2007-12-19  Eric Blake  <ebb9@byu.net>
28239
28240         Fix memmem to avoid O(n^2) worst-case complexity.
28241         * lib/memmem.c (knuth_morris_pratt): New function.
28242         (memmem): Use it if first few naive iterations fail.
28243         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28244         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28245         * modules/memchr (License): Likewise.
28246         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28247         malloca.
28248         * tests/test-memmem.c: Rewrite, borrowing ideas from
28249         test-mbsstr1.c; the old version wouldn't even compile!
28250         * modules/memmem-tests: New file.
28251         * lib/string.in.h (rpl_memmem): Add declaration.
28252         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28253         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28254         REPLACE_MEMMEM.
28255
28256 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28257
28258         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28259         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28260         before any system include files, and undef after them all.  This
28261         should fix a problem on VMS reported by John E. Malmberg in
28262         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28263
28264 2007-12-17  Eric Blake  <ebb9@byu.net>
28265
28266         Revert addition of verify, for BSD/OS.
28267         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28268         can't handle large files, for the sake of obsolete platforms.
28269         * modules/fseeko (Depends-on): Remove verify.
28270         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28271         * doc/functions/ftello.texi (ftello): Likewise.
28272         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28273         Reported by Larry Jones.
28274
28275 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28276
28277         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28278         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28279
28280 2007-12-17  Jim Meyering  <meyering@redhat.com>
28281
28282         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28283         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28284         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28285         * modules/getcwd (Depends-on): Add openat.
28286         Reported by Petr Salinger.
28287
28288 2007-12-17  Bruno Haible  <bruno@clisp.org>
28289
28290         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28291         avoid a segmentation fault of the configure test on x86_64 systems.
28292
28293 2007-12-15  Jim Meyering  <meyering@redhat.com>
28294
28295         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28296
28297 2007-12-13  Eric Blake  <ebb9@byu.net>
28298
28299         Another fseek test.
28300         * tests/test-fseek.c (main): Also test ungetc handling.
28301         * tests/test-fseeko.c (main): Likewise.
28302         * modules/fseeko (Depends-on): Add verify.
28303         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28304         large.
28305         Reported by Larry Jones.
28306
28307         Fix fseeko on mingw.
28308         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28309         seek.
28310
28311         Beef up fseek tests.
28312         * tests/test-fseek.c (main): Also test eof handling.
28313         * tests/test-fseeko.c (main): Likewise.
28314         Reported by Larry Jones.
28315
28316 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28317
28318         Fix fseeko on BSD-based platforms.
28319         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28320         successful seek.
28321
28322 2007-12-12  Eric Blake  <ebb9@byu.net>
28323
28324         Allow circular dependency of separate libtests.a
28325         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28326         when use_libtests.
28327
28328 2007-12-11  Eric Blake  <ebb9@byu.net>
28329
28330         Fix bug with -0.0L in previous patch.
28331         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28332         * tests/test-isnan.c (main): Also test on zeroes.
28333         * tests/test-isnanf.c (main): Likewise.
28334         * tests/test-isnanl.h (main): Likewise.
28335
28336         Detect pseudo-denormals on x86 even when cross-compiling.
28337         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28338         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28339         invalid bit patterns that happen to satisfy ==.
28340
28341         Avoid link failures with separate libtests.a.
28342         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28343         last, to satisfy circular dependencies.
28344
28345 2007-12-11  Eric Blake  <ebb9@byu.net>
28346         and Bruno Haible  <bruno@clisp.org>
28347
28348         Fix OpenBSD 4.0 <float.h> handling of long double.
28349         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28350         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28351         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28352
28353 2007-12-11  Jim Meyering  <meyering@redhat.com>
28354
28355         * users.txt: Add libvirt.
28356
28357         Support versions of autoconf prior to 2.59c.
28358         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28359         if it is not already defined.
28360
28361 2007-12-09  Bruno Haible  <bruno@clisp.org>
28362
28363         Let 'gnulib-tool --import' collect sources needed for the tests in
28364         tests/ rather than in lib/.
28365         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28366         argument. If true, add rules to generate libtests.a, and put libtests.a
28367         into $(LDADD). Consider source files in subdirectories and set
28368         uses_subdirs.
28369         (func_emit_initmacro_start, func_emit_initmacro_end,
28370         func_emit_initmacro_done): Pass all arguments explicitly.
28371         (func_import): Determine two module lists main_modules,
28372         testsrelated_modules. Determine use_libtests. Determine two variables
28373         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28374         instead of just sed_transform_lib_file. Determine two variables
28375         main_files and testsrelated_files. Compute 'files' as the union of
28376         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28377         func_add_or_update. In the generated gnulib-comp.m4, collect the
28378         object files for tests/ in different variables than those for lib/.
28379         Substitute LIBTESTS_LIBDEPS.
28380         (func_create_testdir): Combine the uses_subdirs results from
28381         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28382
28383 2007-12-09  Bruno Haible  <bruno@clisp.org>
28384
28385         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28386         the build-aux directory.
28387
28388 2007-12-09  Bruno Haible  <bruno@clisp.org>
28389
28390         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28391         introduced on 2006-09-09.
28392
28393 2007-12-07  Jim Meyering  <meyering@redhat.com>
28394
28395         Let these macros work also with autoconf-2.59.
28396         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28397         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28398         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28399
28400 2007-12-06  Jim Meyering  <meyering@redhat.com>
28401
28402         Avoid a configure-time syntax error in gl_FUNC_ACL.
28403         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28404         function in each branch, before testing the cache variable.
28405
28406 2007-12-04  Eric Blake  <ebb9@byu.net>
28407
28408         Make scripts executable.
28409         * build-aux/config.guess: Add execute permissions.
28410         * build-aux/config.sub: Likewise.
28411         * build-aux/gendocs.sh: Likewise.
28412
28413         Fix frexp on mingw.
28414         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28415         cross-compiling.
28416         * doc/functions/frexp.texi (frexp): Document the bug.
28417
28418         Make cygwin fseeko check more reliable.
28419         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28420         version numbers, rather than unrelated feature check.
28421         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28422         * doc/functions/ftello.texi (ftello): Likewise.
28423         Reported by Bruno Haible.
28424
28425         * m4/strerror.m4: Bump version number.
28426
28427 2007-12-03  Bruno Haible  <bruno@clisp.org>
28428
28429         * doc/functions/mprotect.texi: Mention the mingw problem.
28430
28431 2007-12-03  Eric Blake  <ebb9@byu.net>
28432
28433         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28434         REPLACE_STRERROR is initialized before this macro.
28435
28436 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28437
28438         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28439         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28440         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28441         put -lsec in even for programs other than 'ls'.  This fixes a problem
28442         for gettext reported by Bruno Haible in
28443         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28444         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28445         Add support for Solaris 10.  This isn't efficient, but should get the
28446         job done for now.
28447
28448 2007-12-03  James Youngman  <jay@gnu.org>
28449
28450         * doc/regexprops-generic.texi: change "an close-group" to "a
28451         close-group" and "illegal" to "not allowed".
28452
28453 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28454
28455         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28456         pr_byname.h. Needed for the rare case when the maintainer has done
28457         "make maintainer-clean" in the source directory and then attempts a
28458         build outside the source directory.
28459         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28460         scripts_byname.h.
28461
28462 2007-12-02  Martin Lambers <marlam@marlam.de>
28463             Bruno Haible  <bruno@clisp.org>
28464
28465         * lib/getpagesize.h: Remove file.
28466         * lib/unistd.in.h: Include declaration of getpagesize here.
28467         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28468         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28469         HAVE_SYS_PARAM_H.
28470         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28471         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28472         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28473         (Depends-on): Add unistd.
28474         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28475         (Include): Use <unistd.h> instead of getpagesize.h.
28476         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28477         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28478         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28479         gl_GETPAGESIZE invocation, already handled by module dependency.
28480         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28481
28482 2007-12-02  Bruno Haible  <bruno@clisp.org>
28483
28484         * modules/strings-tests: New file.
28485         * tests/test-strings.c: New file.
28486
28487         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28488         * lib/strings.in.h: New file.
28489         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28490         * m4/strings_h.m4: New file.
28491         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28492         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28493         * modules/strings: New file.
28494         * modules/string (Makefile.am): Update.
28495         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28496         Reported by Karl Berry.
28497
28498 2007-12-01  Eric Blake  <ebb9@byu.net>
28499
28500         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28501         accomodate fix in cygwin 1.5.25.
28502
28503 2007-12-01  Jim Meyering  <meyering@redhat.com>
28504
28505         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28506         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28507         that would inhibit utf8-optimization of a regexp containing line-
28508         or buffer-anchors, e.g., `^', `$'.
28509
28510 2007-11-30  Bruno Haible  <bruno@clisp.org>
28511
28512         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28513         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28514         glthread_recursive_lock_init.
28515         * lib/lock.c (glthread_recursive_lock_init)
28516         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28517         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28518
28519 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28520
28521         New function qset_acl, like set_acl but with syscall semantics.
28522         * lib/acl.h (qset_acl): New decl.
28523         * lib/acl.c (qset_acl): New function.
28524         (set_acl): Use new function.  Use more-consistent diagnostics.
28525
28526 2007-11-28  Jim Meyering  <meyering@redhat.com>
28527
28528         * modules/physmem (License): Change from GPL to LGPLv2+.
28529
28530 2007-11-26  Bruno Haible  <bruno@clisp.org>
28531
28532         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28533         'long double' type has excess precision.
28534         Reported by Jim Meyering in
28535         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28536
28537 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28538
28539         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28540         Sync from <http://gnu.org/licenses>.
28541         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28542         with license text from same location.
28543         * doc/maintain.texi, doc/standards.texi:  Sync from
28544         <http://savannah.gnu.org/projects/gnustandards>.
28545
28546 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28547         and Jim Meyering  <meyering@redhat.com>
28548
28549         Adjust getdate' grammar to accept a slightly more regular language.
28550         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28551         Before, the former was rejected.
28552         * lib/getdate.y (digits_to_date_time): New function, factored
28553         out of ...
28554         (number): ...here.  Just call digits_to_date_time.
28555         (hybrid): New non-terminal to handle an <unsigned number,
28556         signed relative offset> sequence consistently.
28557
28558 2007-11-18  Jim Meyering  <meyering@redhat.com>
28559
28560         Pull my changes from coreutils:
28561         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28562         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28563         use of $gnulib_tool_option_extras, so that it's separated from the
28564         preceding argument.
28565
28566         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28567         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28568         parent destination directories before copying a file into place.
28569
28570 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28571
28572         bootstrap: work also with 4-argument variant of AC_INIT
28573         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28574
28575 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28576
28577         Port test-getaddrinfo to Solaris.
28578         Problem reported by Bruno Haible in
28579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28580         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28581         explanation of setting 'hints'.
28582         Don't reject an implementation merely because it returns EAI_SERVICE.
28583         (EAI_SERVICE): Define to 0 if not defined.
28584
28585 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28586
28587         The license of gnu-make and posix-shell is now "GPLed build tool".
28588         * modules/gnu-make (License): Likewise.
28589         * modules/posix-shell (License): Likewise.
28590
28591         New module posix-shell, for determining a POSIX shell
28592         or perhaps something that is close enough to a POSIX shell.
28593         * m4/posix-shell.m4: New file.
28594         * modules/posix-shell: New file.
28595
28596         * MODULES.html.sh: Mention new module.
28597
28598         New module gnu-make, for determining whether we're using GNU Make.
28599         * m4/gnu-make.m4: New file.
28600         * modules/gnu-make: New file.
28601         * MODULES.html.sh: Mention new module.
28602
28603 2007-11-14  Jim Meyering  <meyering@redhat.com>
28604
28605         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28606         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28607         use this macro to create a function _definition_.
28608         Remove useless "#undef ARGMATCH_DIE".
28609
28610 2007-11-14  Bruno Haible  <bruno@clisp.org>
28611
28612         * lib/config.charset: Update for OpenBSD 4.1.
28613         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28614
28615 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28616
28617         Document 64-bit #if problems in stdint.texi.
28618         * doc/headers/stdint.texi (stdint.h): Mention problems with
28619         64-bit-#if, and how to work around them.
28620
28621         Don't insist on 'long long int' support in the preprocessor.  It
28622         breaks too many things.  For example, PRIdMAX still uses a 'long
28623         long int' format with the latest Sun compiler, even though
28624         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28625         preprocessor problem.  This causes the latest coreutils to dump
28626         core on Solaris 10 sparc with the Sun C compiler.
28627         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28628         the troublesome expressions at configure-time, not at #if-time.
28629         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28630         preprocessor.
28631         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28632         compile-time C checks, done at 'configure'-time.
28633         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28634         * modules/inttypes (Makefile): Substitute the new symbols that
28635         gl_INTTYPES_H now generates.
28636         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28637
28638 2007-11-12  Bruno Haible  <bruno@clisp.org>
28639
28640         Tests for Unicode character classification functions.
28641
28642         * modules/unictype/bidicategory-byname-tests: New file.
28643         * modules/unictype/bidicategory-name-tests: New file.
28644         * modules/unictype/bidicategory-of-tests: New file.
28645         * modules/unictype/bidicategory-test-tests: New file.
28646         * modules/unictype/block-list-tests: New file.
28647         * modules/unictype/block-of-tests: New file.
28648         * modules/unictype/block-test-tests: New file.
28649         * modules/unictype/category-C-tests: New file.
28650         * modules/unictype/category-Cc-tests: New file.
28651         * modules/unictype/category-Cf-tests: New file.
28652         * modules/unictype/category-Cn-tests: New file.
28653         * modules/unictype/category-Co-tests: New file.
28654         * modules/unictype/category-Cs-tests: New file.
28655         * modules/unictype/category-L-tests: New file.
28656         * modules/unictype/category-Ll-tests: New file.
28657         * modules/unictype/category-Lm-tests: New file.
28658         * modules/unictype/category-Lo-tests: New file.
28659         * modules/unictype/category-Lt-tests: New file.
28660         * modules/unictype/category-Lu-tests: New file.
28661         * modules/unictype/category-M-tests: New file.
28662         * modules/unictype/category-Mc-tests: New file.
28663         * modules/unictype/category-Me-tests: New file.
28664         * modules/unictype/category-Mn-tests: New file.
28665         * modules/unictype/category-N-tests: New file.
28666         * modules/unictype/category-Nd-tests: New file.
28667         * modules/unictype/category-Nl-tests: New file.
28668         * modules/unictype/category-No-tests: New file.
28669         * modules/unictype/category-P-tests: New file.
28670         * modules/unictype/category-Pc-tests: New file.
28671         * modules/unictype/category-Pd-tests: New file.
28672         * modules/unictype/category-Pe-tests: New file.
28673         * modules/unictype/category-Pf-tests: New file.
28674         * modules/unictype/category-Pi-tests: New file.
28675         * modules/unictype/category-Po-tests: New file.
28676         * modules/unictype/category-Ps-tests: New file.
28677         * modules/unictype/category-S-tests: New file.
28678         * modules/unictype/category-Sc-tests: New file.
28679         * modules/unictype/category-Sk-tests: New file.
28680         * modules/unictype/category-Sm-tests: New file.
28681         * modules/unictype/category-So-tests: New file.
28682         * modules/unictype/category-Z-tests: New file.
28683         * modules/unictype/category-Zl-tests: New file.
28684         * modules/unictype/category-Zp-tests: New file.
28685         * modules/unictype/category-Zs-tests: New file.
28686         * modules/unictype/category-and-not-tests: New file.
28687         * modules/unictype/category-and-tests: New file.
28688         * modules/unictype/category-byname-tests: New file.
28689         * modules/unictype/category-name-tests: New file.
28690         * modules/unictype/category-none-tests: New file.
28691         * modules/unictype/category-of-tests: New file.
28692         * modules/unictype/category-or-tests: New file.
28693         * modules/unictype/category-test-withtable-tests: New file.
28694         * modules/unictype/combining-class-tests: New file.
28695         * modules/unictype/ctype-alnum-tests: New file.
28696         * modules/unictype/ctype-alpha-tests: New file.
28697         * modules/unictype/ctype-blank-tests: New file.
28698         * modules/unictype/ctype-cntrl-tests: New file.
28699         * modules/unictype/ctype-digit-tests: New file.
28700         * modules/unictype/ctype-graph-tests: New file.
28701         * modules/unictype/ctype-lower-tests: New file.
28702         * modules/unictype/ctype-print-tests: New file.
28703         * modules/unictype/ctype-punct-tests: New file.
28704         * modules/unictype/ctype-space-tests: New file.
28705         * modules/unictype/ctype-upper-tests: New file.
28706         * modules/unictype/ctype-xdigit-tests: New file.
28707         * modules/unictype/decimal-digit-tests: New file.
28708         * modules/unictype/digit-tests: New file.
28709         * modules/unictype/mirror-tests: New file.
28710         * modules/unictype/numeric-tests: New file.
28711         * modules/unictype/property-alphabetic-tests: New file.
28712         * modules/unictype/property-ascii-hex-digit-tests: New file.
28713         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28714         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28715         * modules/unictype/property-bidi-block-separator-tests: New file.
28716         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28717         * modules/unictype/property-bidi-common-separator-tests: New file.
28718         * modules/unictype/property-bidi-control-tests: New file.
28719         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28720         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28721         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28722         * modules/unictype/property-bidi-european-digit-tests: New file.
28723         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28724         * modules/unictype/property-bidi-left-to-right-tests: New file.
28725         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28726         * modules/unictype/property-bidi-other-neutral-tests: New file.
28727         * modules/unictype/property-bidi-pdf-tests: New file.
28728         * modules/unictype/property-bidi-segment-separator-tests: New file.
28729         * modules/unictype/property-bidi-whitespace-tests: New file.
28730         * modules/unictype/property-byname-tests: New file.
28731         * modules/unictype/property-combining-tests: New file.
28732         * modules/unictype/property-composite-tests: New file.
28733         * modules/unictype/property-currency-symbol-tests: New file.
28734         * modules/unictype/property-dash-tests: New file.
28735         * modules/unictype/property-decimal-digit-tests: New file.
28736         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28737         * modules/unictype/property-deprecated-tests: New file.
28738         * modules/unictype/property-diacritic-tests: New file.
28739         * modules/unictype/property-extender-tests: New file.
28740         * modules/unictype/property-format-control-tests: New file.
28741         * modules/unictype/property-grapheme-base-tests: New file.
28742         * modules/unictype/property-grapheme-extend-tests: New file.
28743         * modules/unictype/property-grapheme-link-tests: New file.
28744         * modules/unictype/property-hex-digit-tests: New file.
28745         * modules/unictype/property-hyphen-tests: New file.
28746         * modules/unictype/property-id-continue-tests: New file.
28747         * modules/unictype/property-id-start-tests: New file.
28748         * modules/unictype/property-ideographic-tests: New file.
28749         * modules/unictype/property-ids-binary-operator-tests: New file.
28750         * modules/unictype/property-ids-trinary-operator-tests: New file.
28751         * modules/unictype/property-ignorable-control-tests: New file.
28752         * modules/unictype/property-iso-control-tests: New file.
28753         * modules/unictype/property-join-control-tests: New file.
28754         * modules/unictype/property-left-of-pair-tests: New file.
28755         * modules/unictype/property-line-separator-tests: New file.
28756         * modules/unictype/property-logical-order-exception-tests: New file.
28757         * modules/unictype/property-lowercase-tests: New file.
28758         * modules/unictype/property-math-tests: New file.
28759         * modules/unictype/property-non-break-tests: New file.
28760         * modules/unictype/property-not-a-character-tests: New file.
28761         * modules/unictype/property-numeric-tests: New file.
28762         * modules/unictype/property-other-alphabetic-tests: New file.
28763         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28764         * modules/unictype/property-other-grapheme-extend-tests: New file.
28765         * modules/unictype/property-other-id-continue-tests: New file.
28766         * modules/unictype/property-other-id-start-tests: New file.
28767         * modules/unictype/property-other-lowercase-tests: New file.
28768         * modules/unictype/property-other-math-tests: New file.
28769         * modules/unictype/property-other-uppercase-tests: New file.
28770         * modules/unictype/property-paired-punctuation-tests: New file.
28771         * modules/unictype/property-paragraph-separator-tests: New file.
28772         * modules/unictype/property-pattern-syntax-tests: New file.
28773         * modules/unictype/property-pattern-white-space-tests: New file.
28774         * modules/unictype/property-private-use-tests: New file.
28775         * modules/unictype/property-punctuation-tests: New file.
28776         * modules/unictype/property-quotation-mark-tests: New file.
28777         * modules/unictype/property-radical-tests: New file.
28778         * modules/unictype/property-sentence-terminal-tests: New file.
28779         * modules/unictype/property-soft-dotted-tests: New file.
28780         * modules/unictype/property-space-tests: New file.
28781         * modules/unictype/property-terminal-punctuation-tests: New file.
28782         * modules/unictype/property-test-tests: New file.
28783         * modules/unictype/property-titlecase-tests: New file.
28784         * modules/unictype/property-unassigned-code-value-tests: New file.
28785         * modules/unictype/property-unified-ideograph-tests: New file.
28786         * modules/unictype/property-uppercase-tests: New file.
28787         * modules/unictype/property-variation-selector-tests: New file.
28788         * modules/unictype/property-white-space-tests: New file.
28789         * modules/unictype/property-xid-continue-tests: New file.
28790         * modules/unictype/property-xid-start-tests: New file.
28791         * modules/unictype/property-zero-width-tests: New file.
28792         * modules/unictype/scripts-tests: New file.
28793         * modules/unictype/syntax-c-ident-tests: New file.
28794         * modules/unictype/syntax-c-whitespace-tests: New file.
28795         * modules/unictype/syntax-java-ident-tests: New file.
28796         * modules/unictype/syntax-java-whitespace-tests: New file.
28797         * tests/unictype/test-bidi_byname.c: New file.
28798         * tests/unictype/test-bidi_name.c: New file.
28799         * tests/unictype/test-bidi_of.c: New file.
28800         * tests/unictype/test-bidi_test.c: New file.
28801         * tests/unictype/test-block_list.c: New file.
28802         * tests/unictype/test-block_of.c: New file.
28803         * tests/unictype/test-block_test.c: New file.
28804         * tests/unictype/test-categ_and.c: New file.
28805         * tests/unictype/test-categ_and_not.c: New file.
28806         * tests/unictype/test-categ_byname.c: New file.
28807         * tests/unictype/test-categ_name.c: New file.
28808         * tests/unictype/test-categ_none.c: New file.
28809         * tests/unictype/test-categ_of.c: New file.
28810         * tests/unictype/test-categ_or.c: New file.
28811         * tests/unictype/test-categ_test_withtable.c: New file.
28812         * tests/unictype/test-combining.c: New file.
28813         * tests/unictype/test-decdigit.c: New file.
28814         * tests/unictype/test-digit.c: New file.
28815         * tests/unictype/test-mirror.c: New file.
28816         * tests/unictype/test-numeric.c: New file.
28817         * tests/unictype/test-pr_byname.c: New file.
28818         * tests/unictype/test-pr_test.c: New file.
28819         * tests/unictype/test-predicate-part1.h: New file.
28820         * tests/unictype/test-predicate-part2.h: New file.
28821         * tests/unictype/test-scripts.c: New file.
28822         * tests/unictype/test-sy_c_ident.c: New file.
28823         * tests/unictype/test-sy_java_ident.c: New file.
28824
28825         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28826         for Unicode 5.0.0.
28827         * tests/unictype/test-categ_Cc.c: Likewise.
28828         * tests/unictype/test-categ_Cf.c: Likewise.
28829         * tests/unictype/test-categ_Cn.c: Likewise.
28830         * tests/unictype/test-categ_Co.c: Likewise.
28831         * tests/unictype/test-categ_Cs.c: Likewise.
28832         * tests/unictype/test-categ_L.c: Likewise.
28833         * tests/unictype/test-categ_Ll.c: Likewise.
28834         * tests/unictype/test-categ_Lm.c: Likewise.
28835         * tests/unictype/test-categ_Lo.c: Likewise.
28836         * tests/unictype/test-categ_Lt.c: Likewise.
28837         * tests/unictype/test-categ_Lu.c: Likewise.
28838         * tests/unictype/test-categ_M.c: Likewise.
28839         * tests/unictype/test-categ_Mc.c: Likewise.
28840         * tests/unictype/test-categ_Me.c: Likewise.
28841         * tests/unictype/test-categ_Mn.c: Likewise.
28842         * tests/unictype/test-categ_N.c: Likewise.
28843         * tests/unictype/test-categ_Nd.c: Likewise.
28844         * tests/unictype/test-categ_Nl.c: Likewise.
28845         * tests/unictype/test-categ_No.c: Likewise.
28846         * tests/unictype/test-categ_P.c: Likewise.
28847         * tests/unictype/test-categ_Pc.c: Likewise.
28848         * tests/unictype/test-categ_Pd.c: Likewise.
28849         * tests/unictype/test-categ_Pe.c: Likewise.
28850         * tests/unictype/test-categ_Pf.c: Likewise.
28851         * tests/unictype/test-categ_Pi.c: Likewise.
28852         * tests/unictype/test-categ_Po.c: Likewise.
28853         * tests/unictype/test-categ_Ps.c: Likewise.
28854         * tests/unictype/test-categ_S.c: Likewise.
28855         * tests/unictype/test-categ_Sc.c: Likewise.
28856         * tests/unictype/test-categ_Sk.c: Likewise.
28857         * tests/unictype/test-categ_Sm.c: Likewise.
28858         * tests/unictype/test-categ_So.c: Likewise.
28859         * tests/unictype/test-categ_Z.c: Likewise.
28860         * tests/unictype/test-categ_Zl.c: Likewise.
28861         * tests/unictype/test-categ_Zp.c: Likewise.
28862         * tests/unictype/test-categ_Zs.c: Likewise.
28863         * tests/unictype/test-ctype_alnum.c: Likewise.
28864         * tests/unictype/test-ctype_alpha.c: Likewise.
28865         * tests/unictype/test-ctype_blank.c: Likewise.
28866         * tests/unictype/test-ctype_cntrl.c: Likewise.
28867         * tests/unictype/test-ctype_digit.c: Likewise.
28868         * tests/unictype/test-ctype_graph.c: Likewise.
28869         * tests/unictype/test-ctype_lower.c: Likewise.
28870         * tests/unictype/test-ctype_print.c: Likewise.
28871         * tests/unictype/test-ctype_punct.c: Likewise.
28872         * tests/unictype/test-ctype_space.c: Likewise.
28873         * tests/unictype/test-ctype_upper.c: Likewise.
28874         * tests/unictype/test-ctype_xdigit.c: Likewise.
28875         * tests/unictype/test-decdigit.h: Likewise.
28876         * tests/unictype/test-digit.h: Likewise.
28877         * tests/unictype/test-numeric.h: Likewise.
28878         * tests/unictype/test-pr_alphabetic.c: Likewise.
28879         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28880         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28881         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28882         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28883         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28884         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28885         * tests/unictype/test-pr_bidi_control.c: Likewise.
28886         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28887         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28888         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28889         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28890         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28891         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28892         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28893         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28894         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28895         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28896         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28897         * tests/unictype/test-pr_combining.c: Likewise.
28898         * tests/unictype/test-pr_composite.c: Likewise.
28899         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28900         * tests/unictype/test-pr_dash.c: Likewise.
28901         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28902         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28903         * tests/unictype/test-pr_deprecated.c: Likewise.
28904         * tests/unictype/test-pr_diacritic.c: Likewise.
28905         * tests/unictype/test-pr_extender.c: Likewise.
28906         * tests/unictype/test-pr_format_control.c: Likewise.
28907         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28908         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28909         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28910         * tests/unictype/test-pr_hex_digit.c: Likewise.
28911         * tests/unictype/test-pr_hyphen.c: Likewise.
28912         * tests/unictype/test-pr_id_continue.c: Likewise.
28913         * tests/unictype/test-pr_id_start.c: Likewise.
28914         * tests/unictype/test-pr_ideographic.c: Likewise.
28915         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28916         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28917         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28918         * tests/unictype/test-pr_iso_control.c: Likewise.
28919         * tests/unictype/test-pr_join_control.c: Likewise.
28920         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28921         * tests/unictype/test-pr_line_separator.c: Likewise.
28922         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28923         * tests/unictype/test-pr_lowercase.c: Likewise.
28924         * tests/unictype/test-pr_math.c: Likewise.
28925         * tests/unictype/test-pr_non_break.c: Likewise.
28926         * tests/unictype/test-pr_not_a_character.c: Likewise.
28927         * tests/unictype/test-pr_numeric.c: Likewise.
28928         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28929         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28930         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28931         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28932         * tests/unictype/test-pr_other_id_start.c: Likewise.
28933         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28934         * tests/unictype/test-pr_other_math.c: Likewise.
28935         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28936         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28937         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28938         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28939         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28940         * tests/unictype/test-pr_private_use.c: Likewise.
28941         * tests/unictype/test-pr_punctuation.c: Likewise.
28942         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28943         * tests/unictype/test-pr_radical.c: Likewise.
28944         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28945         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28946         * tests/unictype/test-pr_space.c: Likewise.
28947         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28948         * tests/unictype/test-pr_titlecase.c: Likewise.
28949         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28950         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28951         * tests/unictype/test-pr_uppercase.c: Likewise.
28952         * tests/unictype/test-pr_variation_selector.c: Likewise.
28953         * tests/unictype/test-pr_white_space.c: Likewise.
28954         * tests/unictype/test-pr_xid_continue.c: Likewise.
28955         * tests/unictype/test-pr_xid_start.c: Likewise.
28956         * tests/unictype/test-pr_zero_width.c: Likewise.
28957         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28958         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28959
28960 2007-11-12  Bruno Haible  <bruno@clisp.org>
28961
28962         Unicode character classification functions.
28963         * lib/unictype.h: New file.
28964         * modules/unictype/base: New file.
28965         * modules/unictype/category-L: New file.
28966         * modules/unictype/category-Lu: New file.
28967         * modules/unictype/category-Ll: New file.
28968         * modules/unictype/category-Lt: New file.
28969         * modules/unictype/category-Lm: New file.
28970         * modules/unictype/category-Lo: New file.
28971         * modules/unictype/category-M: New file.
28972         * modules/unictype/category-Mn: New file.
28973         * modules/unictype/category-Mc: New file.
28974         * modules/unictype/category-Me: New file.
28975         * modules/unictype/category-N: New file.
28976         * modules/unictype/category-Nd: New file.
28977         * modules/unictype/category-Nl: New file.
28978         * modules/unictype/category-No: New file.
28979         * modules/unictype/category-P: New file.
28980         * modules/unictype/category-Pc: New file.
28981         * modules/unictype/category-Pd: New file.
28982         * modules/unictype/category-Ps: New file.
28983         * modules/unictype/category-Pe: New file.
28984         * modules/unictype/category-Pi: New file.
28985         * modules/unictype/category-Pf: New file.
28986         * modules/unictype/category-Po: New file.
28987         * modules/unictype/category-S: New file.
28988         * modules/unictype/category-Sm: New file.
28989         * modules/unictype/category-Sc: New file.
28990         * modules/unictype/category-Sk: New file.
28991         * modules/unictype/category-So: New file.
28992         * modules/unictype/category-Z: New file.
28993         * modules/unictype/category-Zs: New file.
28994         * modules/unictype/category-Zl: New file.
28995         * modules/unictype/category-Zp: New file.
28996         * modules/unictype/category-C: New file.
28997         * modules/unictype/category-Cc: New file.
28998         * modules/unictype/category-Cf: New file.
28999         * modules/unictype/category-Cs: New file.
29000         * modules/unictype/category-Co: New file.
29001         * modules/unictype/category-Cn: New file.
29002         * modules/unictype/category-or: New file.
29003         * modules/unictype/category-of: New file.
29004         * modules/unictype/category-test: New file.
29005         * modules/unictype/category-test-withtable: New file.
29006         * modules/unictype/category-byname: New file.
29007         * modules/unictype/category-none: New file.
29008         * modules/unictype/category-and: New file.
29009         * modules/unictype/category-and-not: New file.
29010         * modules/unictype/category-name: New file.
29011         * modules/unictype/combining-class: New file.
29012         * modules/unictype/category-all: New file.
29013         * modules/unictype/bidicategory-all: New file.
29014         * modules/unictype/bidicategory-byname: New file.
29015         * modules/unictype/bidicategory-name: New file.
29016         * modules/unictype/bidicategory-of: New file.
29017         * modules/unictype/bidicategory-test: New file.
29018         * modules/unictype/decimal-digit: New file.
29019         * modules/unictype/digit: New file.
29020         * modules/unictype/numeric: New file.
29021         * modules/unictype/mirror: New file.
29022         * modules/unictype/property-white-space: New file.
29023         * modules/unictype/property-alphabetic: New file.
29024         * modules/unictype/property-other-alphabetic: New file.
29025         * modules/unictype/property-not-a-character: New file.
29026         * modules/unictype/property-default-ignorable-code-point: New file.
29027         * modules/unictype/property-other-default-ignorable-code-point: New
29028         file.
29029         * modules/unictype/property-deprecated: New file.
29030         * modules/unictype/property-logical-order-exception: New file.
29031         * modules/unictype/property-variation-selector: New file.
29032         * modules/unictype/property-private-use: New file.
29033         * modules/unictype/property-unassigned-code-value: New file.
29034         * modules/unictype/property-uppercase: New file.
29035         * modules/unictype/property-other-uppercase: New file.
29036         * modules/unictype/property-lowercase: New file.
29037         * modules/unictype/property-other-lowercase: New file.
29038         * modules/unictype/property-titlecase: New file.
29039         * modules/unictype/property-soft-dotted: New file.
29040         * modules/unictype/property-id-start: New file.
29041         * modules/unictype/property-other-id-start: New file.
29042         * modules/unictype/property-id-continue: New file.
29043         * modules/unictype/property-other-id-continue: New file.
29044         * modules/unictype/property-xid-start: New file.
29045         * modules/unictype/property-xid-continue: New file.
29046         * modules/unictype/property-pattern-white-space: New file.
29047         * modules/unictype/property-pattern-syntax: New file.
29048         * modules/unictype/property-join-control: New file.
29049         * modules/unictype/property-grapheme-base: New file.
29050         * modules/unictype/property-grapheme-extend: New file.
29051         * modules/unictype/property-other-grapheme-extend: New file.
29052         * modules/unictype/property-grapheme-link: New file.
29053         * modules/unictype/property-bidi-control: New file.
29054         * modules/unictype/property-bidi-left-to-right: New file.
29055         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29056         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29057         * modules/unictype/property-bidi-european-digit: New file.
29058         * modules/unictype/property-bidi-eur-num-separator: New file.
29059         * modules/unictype/property-bidi-eur-num-terminator: New file.
29060         * modules/unictype/property-bidi-arabic-digit: New file.
29061         * modules/unictype/property-bidi-common-separator: New file.
29062         * modules/unictype/property-bidi-block-separator: New file.
29063         * modules/unictype/property-bidi-segment-separator: New file.
29064         * modules/unictype/property-bidi-whitespace: New file.
29065         * modules/unictype/property-bidi-non-spacing-mark: New file.
29066         * modules/unictype/property-bidi-boundary-neutral: New file.
29067         * modules/unictype/property-bidi-pdf: New file.
29068         * modules/unictype/property-bidi-embedding-or-override: New file.
29069         * modules/unictype/property-bidi-other-neutral: New file.
29070         * modules/unictype/property-hex-digit: New file.
29071         * modules/unictype/property-ascii-hex-digit: New file.
29072         * modules/unictype/property-ideographic: New file.
29073         * modules/unictype/property-unified-ideograph: New file.
29074         * modules/unictype/property-radical: New file.
29075         * modules/unictype/property-ids-binary-operator: New file.
29076         * modules/unictype/property-ids-trinary-operator: New file.
29077         * modules/unictype/property-zero-width: New file.
29078         * modules/unictype/property-space: New file.
29079         * modules/unictype/property-non-break: New file.
29080         * modules/unictype/property-iso-control: New file.
29081         * modules/unictype/property-format-control: New file.
29082         * modules/unictype/property-dash: New file.
29083         * modules/unictype/property-hyphen: New file.
29084         * modules/unictype/property-punctuation: New file.
29085         * modules/unictype/property-line-separator: New file.
29086         * modules/unictype/property-paragraph-separator: New file.
29087         * modules/unictype/property-quotation-mark: New file.
29088         * modules/unictype/property-sentence-terminal: New file.
29089         * modules/unictype/property-terminal-punctuation: New file.
29090         * modules/unictype/property-currency-symbol: New file.
29091         * modules/unictype/property-math: New file.
29092         * modules/unictype/property-other-math: New file.
29093         * modules/unictype/property-paired-punctuation: New file.
29094         * modules/unictype/property-left-of-pair: New file.
29095         * modules/unictype/property-combining: New file.
29096         * modules/unictype/property-composite: New file.
29097         * modules/unictype/property-decimal-digit: New file.
29098         * modules/unictype/property-numeric: New file.
29099         * modules/unictype/property-diacritic: New file.
29100         * modules/unictype/property-extender: New file.
29101         * modules/unictype/property-ignorable-control: New file.
29102         * modules/unictype/property-test: New file.
29103         * modules/unictype/property-byname: New file.
29104         * modules/unictype/property-all: New file.
29105         * modules/unictype/scripts: New file.
29106         * modules/unictype/scripts-all: New file.
29107         * modules/unictype/block-of: New file.
29108         * modules/unictype/block-test: New file.
29109         * modules/unictype/block-list: New file.
29110         * modules/unictype/block-all: New file.
29111         * modules/unictype/syntax-c-whitespace: New file.
29112         * modules/unictype/syntax-java-whitespace: New file.
29113         * modules/unictype/syntax-c-ident: New file.
29114         * modules/unictype/syntax-java-ident: New file.
29115         * modules/unictype/ctype-alnum: New file.
29116         * modules/unictype/ctype-alpha: New file.
29117         * modules/unictype/ctype-cntrl: New file.
29118         * modules/unictype/ctype-digit: New file.
29119         * modules/unictype/ctype-graph: New file.
29120         * modules/unictype/ctype-lower: New file.
29121         * modules/unictype/ctype-print: New file.
29122         * modules/unictype/ctype-punct: New file.
29123         * modules/unictype/ctype-space: New file.
29124         * modules/unictype/ctype-upper: New file.
29125         * modules/unictype/ctype-xdigit: New file.
29126         * modules/unictype/ctype-blank: New file.
29127         * lib/unictype/bidi_byname.c: New file.
29128         * lib/unictype/bidi_name.c: New file.
29129         * lib/unictype/bidi_of.c: New file.
29130         * lib/unictype/bidi_test.c: New file.
29131         * lib/unictype/bitmap.h: New file.
29132         * lib/unictype/block_test.c: New file.
29133         * lib/unictype/blocks.c: New file.
29134         * lib/unictype/categ_C.c: New file.
29135         * lib/unictype/categ_Cc.c: New file.
29136         * lib/unictype/categ_Cf.c: New file.
29137         * lib/unictype/categ_Cn.c: New file.
29138         * lib/unictype/categ_Co.c: New file.
29139         * lib/unictype/categ_Cs.c: New file.
29140         * lib/unictype/categ_L.c: New file.
29141         * lib/unictype/categ_Ll.c: New file.
29142         * lib/unictype/categ_Lm.c: New file.
29143         * lib/unictype/categ_Lo.c: New file.
29144         * lib/unictype/categ_Lt.c: New file.
29145         * lib/unictype/categ_Lu.c: New file.
29146         * lib/unictype/categ_M.c: New file.
29147         * lib/unictype/categ_Mc.c: New file.
29148         * lib/unictype/categ_Me.c: New file.
29149         * lib/unictype/categ_Mn.c: New file.
29150         * lib/unictype/categ_N.c: New file.
29151         * lib/unictype/categ_Nd.c: New file.
29152         * lib/unictype/categ_Nl.c: New file.
29153         * lib/unictype/categ_No.c: New file.
29154         * lib/unictype/categ_P.c: New file.
29155         * lib/unictype/categ_Pc.c: New file.
29156         * lib/unictype/categ_Pd.c: New file.
29157         * lib/unictype/categ_Pe.c: New file.
29158         * lib/unictype/categ_Pf.c: New file.
29159         * lib/unictype/categ_Pi.c: New file.
29160         * lib/unictype/categ_Po.c: New file.
29161         * lib/unictype/categ_Ps.c: New file.
29162         * lib/unictype/categ_S.c: New file.
29163         * lib/unictype/categ_Sc.c: New file.
29164         * lib/unictype/categ_Sk.c: New file.
29165         * lib/unictype/categ_Sm.c: New file.
29166         * lib/unictype/categ_So.c: New file.
29167         * lib/unictype/categ_Z.c: New file.
29168         * lib/unictype/categ_Zl.c: New file.
29169         * lib/unictype/categ_Zp.c: New file.
29170         * lib/unictype/categ_Zs.c: New file.
29171         * lib/unictype/categ_and.c: New file.
29172         * lib/unictype/categ_and_not.c: New file.
29173         * lib/unictype/categ_byname.c: New file.
29174         * lib/unictype/categ_name.c: New file.
29175         * lib/unictype/categ_none.c: New file.
29176         * lib/unictype/categ_of.c: New file.
29177         * lib/unictype/categ_or.c: New file.
29178         * lib/unictype/categ_test.c: New file.
29179         * lib/unictype/combining.c: New file.
29180         * lib/unictype/ctype_alnum.c: New file.
29181         * lib/unictype/ctype_alpha.c: New file.
29182         * lib/unictype/ctype_blank.c: New file.
29183         * lib/unictype/ctype_cntrl.c: New file.
29184         * lib/unictype/ctype_digit.c: New file.
29185         * lib/unictype/ctype_graph.c: New file.
29186         * lib/unictype/ctype_lower.c: New file.
29187         * lib/unictype/ctype_print.c: New file.
29188         * lib/unictype/ctype_punct.c: New file.
29189         * lib/unictype/ctype_space.c: New file.
29190         * lib/unictype/ctype_upper.c: New file.
29191         * lib/unictype/ctype_xdigit.c: New file.
29192         * lib/unictype/decdigit.c: New file.
29193         * lib/unictype/digit.c: New file.
29194         * lib/unictype/identsyntaxmap.h: New file.
29195         * lib/unictype/mirror.c: New file.
29196         * lib/unictype/numeric.c: New file.
29197         * lib/unictype/pr_alphabetic.c: New file.
29198         * lib/unictype/pr_ascii_hex_digit.c: New file.
29199         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29200         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29201         * lib/unictype/pr_bidi_block_separator.c: New file.
29202         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29203         * lib/unictype/pr_bidi_common_separator.c: New file.
29204         * lib/unictype/pr_bidi_control.c: New file.
29205         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29206         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29207         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29208         * lib/unictype/pr_bidi_european_digit.c: New file.
29209         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29210         * lib/unictype/pr_bidi_left_to_right.c: New file.
29211         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29212         * lib/unictype/pr_bidi_other_neutral.c: New file.
29213         * lib/unictype/pr_bidi_pdf.c: New file.
29214         * lib/unictype/pr_bidi_segment_separator.c: New file.
29215         * lib/unictype/pr_bidi_whitespace.c: New file.
29216         * lib/unictype/pr_byname.c: New file.
29217         * lib/unictype/pr_byname.gperf: New file.
29218         * lib/unictype/pr_combining.c: New file.
29219         * lib/unictype/pr_composite.c: New file.
29220         * lib/unictype/pr_currency_symbol.c: New file.
29221         * lib/unictype/pr_dash.c: New file.
29222         * lib/unictype/pr_decimal_digit.c: New file.
29223         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29224         * lib/unictype/pr_deprecated.c: New file.
29225         * lib/unictype/pr_diacritic.c: New file.
29226         * lib/unictype/pr_extender.c: New file.
29227         * lib/unictype/pr_format_control.c: New file.
29228         * lib/unictype/pr_grapheme_base.c: New file.
29229         * lib/unictype/pr_grapheme_extend.c: New file.
29230         * lib/unictype/pr_grapheme_link.c: New file.
29231         * lib/unictype/pr_hex_digit.c: New file.
29232         * lib/unictype/pr_hyphen.c: New file.
29233         * lib/unictype/pr_id_continue.c: New file.
29234         * lib/unictype/pr_id_start.c: New file.
29235         * lib/unictype/pr_ideographic.c: New file.
29236         * lib/unictype/pr_ids_binary_operator.c: New file.
29237         * lib/unictype/pr_ids_trinary_operator.c: New file.
29238         * lib/unictype/pr_ignorable_control.c: New file.
29239         * lib/unictype/pr_iso_control.c: New file.
29240         * lib/unictype/pr_join_control.c: New file.
29241         * lib/unictype/pr_left_of_pair.c: New file.
29242         * lib/unictype/pr_line_separator.c: New file.
29243         * lib/unictype/pr_logical_order_exception.c: New file.
29244         * lib/unictype/pr_lowercase.c: New file.
29245         * lib/unictype/pr_math.c: New file.
29246         * lib/unictype/pr_non_break.c: New file.
29247         * lib/unictype/pr_not_a_character.c: New file.
29248         * lib/unictype/pr_numeric.c: New file.
29249         * lib/unictype/pr_other_alphabetic.c: New file.
29250         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29251         * lib/unictype/pr_other_grapheme_extend.c: New file.
29252         * lib/unictype/pr_other_id_continue.c: New file.
29253         * lib/unictype/pr_other_id_start.c: New file.
29254         * lib/unictype/pr_other_lowercase.c: New file.
29255         * lib/unictype/pr_other_math.c: New file.
29256         * lib/unictype/pr_other_uppercase.c: New file.
29257         * lib/unictype/pr_paired_punctuation.c: New file.
29258         * lib/unictype/pr_paragraph_separator.c: New file.
29259         * lib/unictype/pr_pattern_syntax.c: New file.
29260         * lib/unictype/pr_pattern_white_space.c: New file.
29261         * lib/unictype/pr_private_use.c: New file.
29262         * lib/unictype/pr_punctuation.c: New file.
29263         * lib/unictype/pr_quotation_mark.c: New file.
29264         * lib/unictype/pr_radical.c: New file.
29265         * lib/unictype/pr_sentence_terminal.c: New file.
29266         * lib/unictype/pr_soft_dotted.c: New file.
29267         * lib/unictype/pr_space.c: New file.
29268         * lib/unictype/pr_terminal_punctuation.c: New file.
29269         * lib/unictype/pr_test.c: New file.
29270         * lib/unictype/pr_titlecase.c: New file.
29271         * lib/unictype/pr_unassigned_code_value.c: New file.
29272         * lib/unictype/pr_unified_ideograph.c: New file.
29273         * lib/unictype/pr_uppercase.c: New file.
29274         * lib/unictype/pr_variation_selector.c: New file.
29275         * lib/unictype/pr_white_space.c: New file.
29276         * lib/unictype/pr_xid_continue.c: New file.
29277         * lib/unictype/pr_xid_start.c: New file.
29278         * lib/unictype/pr_zero_width.c: New file.
29279         * lib/unictype/scripts.c: New file.
29280         * lib/unictype/sy_c_ident.c: New file.
29281         * lib/unictype/sy_c_whitespace.c: New file.
29282         * lib/unictype/sy_java_ident.c: New file.
29283         * lib/unictype/sy_java_whitespace.c: New file.
29284
29285         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29286         Unicode 5.0.0.
29287         * lib/unictype/blocks.h: Likewise.
29288         * lib/unictype/categ_C.h: Likewise.
29289         * lib/unictype/categ_Cc.h: Likewise.
29290         * lib/unictype/categ_Cf.h: Likewise.
29291         * lib/unictype/categ_Cn.h: Likewise.
29292         * lib/unictype/categ_Co.h: Likewise.
29293         * lib/unictype/categ_Cs.h: Likewise.
29294         * lib/unictype/categ_L.h: Likewise.
29295         * lib/unictype/categ_Ll.h: Likewise.
29296         * lib/unictype/categ_Lm.h: Likewise.
29297         * lib/unictype/categ_Lo.h: Likewise.
29298         * lib/unictype/categ_Lt.h: Likewise.
29299         * lib/unictype/categ_Lu.h: Likewise.
29300         * lib/unictype/categ_M.h: Likewise.
29301         * lib/unictype/categ_Mc.h: Likewise.
29302         * lib/unictype/categ_Me.h: Likewise.
29303         * lib/unictype/categ_Mn.h: Likewise.
29304         * lib/unictype/categ_N.h: Likewise.
29305         * lib/unictype/categ_Nd.h: Likewise.
29306         * lib/unictype/categ_Nl.h: Likewise.
29307         * lib/unictype/categ_No.h: Likewise.
29308         * lib/unictype/categ_P.h: Likewise.
29309         * lib/unictype/categ_Pc.h: Likewise.
29310         * lib/unictype/categ_Pd.h: Likewise.
29311         * lib/unictype/categ_Pe.h: Likewise.
29312         * lib/unictype/categ_Pf.h: Likewise.
29313         * lib/unictype/categ_Pi.h: Likewise.
29314         * lib/unictype/categ_Po.h: Likewise.
29315         * lib/unictype/categ_Ps.h: Likewise.
29316         * lib/unictype/categ_S.h: Likewise.
29317         * lib/unictype/categ_Sc.h: Likewise.
29318         * lib/unictype/categ_Sk.h: Likewise.
29319         * lib/unictype/categ_Sm.h: Likewise.
29320         * lib/unictype/categ_So.h: Likewise.
29321         * lib/unictype/categ_Z.h: Likewise.
29322         * lib/unictype/categ_Zl.h: Likewise.
29323         * lib/unictype/categ_Zp.h: Likewise.
29324         * lib/unictype/categ_Zs.h: Likewise.
29325         * lib/unictype/categ_of.h: Likewise.
29326         * lib/unictype/combining.h: Likewise.
29327         * lib/unictype/ctype_alnum.h: Likewise.
29328         * lib/unictype/ctype_alpha.h: Likewise.
29329         * lib/unictype/ctype_blank.h: Likewise.
29330         * lib/unictype/ctype_cntrl.h: Likewise.
29331         * lib/unictype/ctype_digit.h: Likewise.
29332         * lib/unictype/ctype_graph.h: Likewise.
29333         * lib/unictype/ctype_lower.h: Likewise.
29334         * lib/unictype/ctype_print.h: Likewise.
29335         * lib/unictype/ctype_punct.h: Likewise.
29336         * lib/unictype/ctype_space.h: Likewise.
29337         * lib/unictype/ctype_upper.h: Likewise.
29338         * lib/unictype/ctype_xdigit.h: Likewise.
29339         * lib/unictype/decdigit.h: Likewise.
29340         * lib/unictype/digit.h: Likewise.
29341         * lib/unictype/mirror.h: Likewise.
29342         * lib/unictype/numeric.h: Likewise.
29343         * lib/unictype/pr_alphabetic.h: Likewise.
29344         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29345         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29346         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29347         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29348         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29349         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29350         * lib/unictype/pr_bidi_control.h: Likewise.
29351         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29352         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29353         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29354         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29355         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29356         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29357         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29358         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29359         * lib/unictype/pr_bidi_pdf.h: Likewise.
29360         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29361         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29362         * lib/unictype/pr_combining.h: Likewise.
29363         * lib/unictype/pr_composite.h: Likewise.
29364         * lib/unictype/pr_currency_symbol.h: Likewise.
29365         * lib/unictype/pr_dash.h: Likewise.
29366         * lib/unictype/pr_decimal_digit.h: Likewise.
29367         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29368         * lib/unictype/pr_deprecated.h: Likewise.
29369         * lib/unictype/pr_diacritic.h: Likewise.
29370         * lib/unictype/pr_extender.h: Likewise.
29371         * lib/unictype/pr_format_control.h: Likewise.
29372         * lib/unictype/pr_grapheme_base.h: Likewise.
29373         * lib/unictype/pr_grapheme_extend.h: Likewise.
29374         * lib/unictype/pr_grapheme_link.h: Likewise.
29375         * lib/unictype/pr_hex_digit.h: Likewise.
29376         * lib/unictype/pr_hyphen.h: Likewise.
29377         * lib/unictype/pr_id_continue.h: Likewise.
29378         * lib/unictype/pr_id_start.h: Likewise.
29379         * lib/unictype/pr_ideographic.h: Likewise.
29380         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29381         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29382         * lib/unictype/pr_ignorable_control.h: Likewise.
29383         * lib/unictype/pr_iso_control.h: Likewise.
29384         * lib/unictype/pr_join_control.h: Likewise.
29385         * lib/unictype/pr_left_of_pair.h: Likewise.
29386         * lib/unictype/pr_line_separator.h: Likewise.
29387         * lib/unictype/pr_logical_order_exception.h: Likewise.
29388         * lib/unictype/pr_lowercase.h: Likewise.
29389         * lib/unictype/pr_math.h: Likewise.
29390         * lib/unictype/pr_non_break.h: Likewise.
29391         * lib/unictype/pr_not_a_character.h: Likewise.
29392         * lib/unictype/pr_numeric.h: Likewise.
29393         * lib/unictype/pr_other_alphabetic.h: Likewise.
29394         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29395         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29396         * lib/unictype/pr_other_id_continue.h: Likewise.
29397         * lib/unictype/pr_other_id_start.h: Likewise.
29398         * lib/unictype/pr_other_lowercase.h: Likewise.
29399         * lib/unictype/pr_other_math.h: Likewise.
29400         * lib/unictype/pr_other_uppercase.h: Likewise.
29401         * lib/unictype/pr_paired_punctuation.h: Likewise.
29402         * lib/unictype/pr_paragraph_separator.h: Likewise.
29403         * lib/unictype/pr_pattern_syntax.h: Likewise.
29404         * lib/unictype/pr_pattern_white_space.h: Likewise.
29405         * lib/unictype/pr_private_use.h: Likewise.
29406         * lib/unictype/pr_punctuation.h: Likewise.
29407         * lib/unictype/pr_quotation_mark.h: Likewise.
29408         * lib/unictype/pr_radical.h: Likewise.
29409         * lib/unictype/pr_sentence_terminal.h: Likewise.
29410         * lib/unictype/pr_soft_dotted.h: Likewise.
29411         * lib/unictype/pr_space.h: Likewise.
29412         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29413         * lib/unictype/pr_titlecase.h: Likewise.
29414         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29415         * lib/unictype/pr_unified_ideograph.h: Likewise.
29416         * lib/unictype/pr_uppercase.h: Likewise.
29417         * lib/unictype/pr_variation_selector.h: Likewise.
29418         * lib/unictype/pr_white_space.h: Likewise.
29419         * lib/unictype/pr_xid_continue.h: Likewise.
29420         * lib/unictype/pr_xid_start.h: Likewise.
29421         * lib/unictype/pr_zero_width.h: Likewise.
29422         * lib/unictype/scripts.h: Likewise.
29423         * lib/unictype/scripts_byname.gperf: Likewise.
29424         * lib/unictype/sy_c_ident.h: Likewise.
29425         * lib/unictype/sy_c_whitespace.h: Likewise.
29426         * lib/unictype/sy_java_ident.h: Likewise.
29427         * lib/unictype/sy_java_whitespace.h: Likewise.
29428
29429         * lib/unictype/Makefile: New file.
29430         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29431         glibc.
29432         * lib/unictype/3level.h: New file, copied from glibc.
29433         * lib/unictype/3levelbit.h: New file.
29434
29435 2007-11-11  Bruno Haible  <bruno@clisp.org>
29436
29437         * modules/gperf: New file.
29438         * modules/iconv_open (Depends-on): Add it.
29439         (Makefile.am): Remove the GPERF definition.
29440
29441 2007-11-11  Bruno Haible  <bruno@clisp.org>
29442
29443         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29444         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29445
29446 2007-11-11  Bruno Haible  <bruno@clisp.org>
29447
29448         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29449         (usage): Remove function.
29450
29451 2007-11-11  Bruno Haible  <bruno@clisp.org>
29452
29453         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29454         gl_FUNC_CEILF_LIBS.
29455         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29456         gl_FUNC_CEIL_LIBS.
29457         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29458         gl_FUNC_CEILL_LIBS.
29459         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29460         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29461         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29462
29463 2007-11-11  Bruno Haible  <bruno@clisp.org>
29464
29465         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29466         roundf were declared but do not exist on functions.
29467         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29468         roundl were declared but do not exist on functions.
29469         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29470         HAVE_FLOORL_AND_CEILL, respectively.
29471         Needed for Sun C on Solaris 10.
29472
29473 2007-11-11  Bruno Haible  <bruno@clisp.org>
29474
29475         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29476         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29477         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29478         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29479         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29480         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29481         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29482         HAVE_DECL_ROUNDF.
29483         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29484         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29485         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29486         of HAVE_DECL_ROUND*.
29487         * modules/math (Makefile.am): Update.
29488
29489 2007-11-10  Bruno Haible  <bruno@clisp.org>
29490
29491         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29492         ptrdiff_t as m4/intl.m4.
29493
29494 2007-11-10  Jim Meyering  <meyering@redhat.com>
29495
29496         Avoid link failure for the argmatch test.
29497         * tests/test-argmatch.c (usage): Define function to avoid a link
29498         failure: argmatch_die requires a usage function.
29499
29500 2007-11-09  Bruno Haible  <bruno@clisp.org>
29501
29502         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29503         * doc/functions/vsnprintf.texi: Likewise.
29504         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29505         with a size argument < 2.
29506
29507 2007-11-09  Bruno Haible  <bruno@clisp.org>
29508
29509         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29510         buffer. Fixes an inefficiency introduced on 2007-11-03.
29511
29512 2007-11-09  Bruno Haible  <bruno@clisp.org>
29513
29514         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29515         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29516
29517 2007-11-08  Jim Meyering  <meyering@redhat.com>
29518
29519         Change cache variable name prefix "jm_" to "gl_" everywhere.
29520         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29521         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29522         * m4/uptime.m4: s/gl_/jm_/
29523
29524 2007-11-07  Bruno Haible  <bruno@clisp.org>
29525
29526         Update to GNU gettext 0.17.
29527         * m4/intl.m4: Update to GNU gettext 0.17.
29528         * m4/po.m4: Likewise.
29529         * modules/gettext (Files): Remove m4/ulonglong.m4.
29530         (configure.ac): Require gettext infrastructure from version 0.17.
29531
29532 2007-11-06  Bruno Haible  <bruno@clisp.org>
29533
29534         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29535         symbolic values are not defined in a public header.
29536         * lib/freadable.c (freadable) [QNX]: Likewise.
29537         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29538         * lib/freading.c (freading) [QNX]: Likewise.
29539         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29540         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29541         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29542         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29543         Reported by Alain Magloire.
29544
29545         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29546
29547 2007-11-05  Bruno Haible  <bruno@clisp.org>
29548
29549         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29550         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29551         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29552         Reported by Eric Blake.
29553
29554 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29555             Bruno Haible  <bruno@clisp.org>
29556
29557         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29558         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29559         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29560         (malloc): Undefine also before including <stdlib.h>.
29561         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29562         Needed on OSF/1 4.0.
29563
29564 2007-11-05  Jim Meyering  <meyering@redhat.com>
29565
29566         git-version-gen: sync from coreutils.
29567         * build-aux/git-version-gen: Add comments.
29568         Change the first '-' to '.' in the snapshot version string,
29569         e.g., 6.9-377-08144 -> 6.9.377-08144
29570         Remove first parameter.
29571         Don't declare a version "-dirty" merely because a time
29572         stamp has changed.
29573
29574 2007-11-04  Bruno Haible  <bruno@clisp.org>
29575
29576         * lib/lock.h: Protect all macro definitions containing an 'if'
29577         statement through a "do { ... } while (0)".
29578         * lib/tls.h: Likewise.
29579
29580 2007-11-04  Bruno Haible  <bruno@clisp.org>
29581
29582         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29583
29584 2007-11-04  Bruno Haible  <bruno@clisp.org>
29585
29586         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29587         * modules/fprintf-posix (Depends-on): Add nocrash.
29588         * modules/snprintf-posix (Depends-on): Likewise.
29589         * modules/sprintf-posix (Depends-on): Likewise.
29590         * modules/vasnprintf-posix (Depends-on): Likewise.
29591         * modules/vasprintf-posix (Depends-on): Likewise.
29592         * modules/vfprintf-posix (Depends-on): Likewise.
29593         * modules/vsnprintf-posix (Depends-on): Likewise.
29594         * modules/vsprintf-posix (Depends-on): Likewise.
29595         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29596         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29597         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29598         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29599         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29600         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29601         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29602
29603 2007-11-04  Bruno Haible  <bruno@clisp.org>
29604
29605         * modules/nocrash: New file.
29606         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29607         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29608
29609 2007-11-04  Bruno Haible  <bruno@clisp.org>
29610
29611         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29612         precision handling.
29613         * tests/test-vasprintf-posix.c (test_function): Likewise.
29614         * tests/test-snprintf-posix.h (test_function): Likewise.
29615         * tests/test-sprintf-posix.h (test_function): Likewise.
29616
29617         Fix *printf behaviour for large precisions on mingw and BeOS.
29618         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29619         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29620         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29621         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29622         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29623         gl_PRINTF_PRECISION and test its result. Invoke
29624         gl_PREREQ_VASNPRINTF_PRECISION.
29625         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29626         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29627         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29628         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29629         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29630         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29631         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29632         * doc/functions/fprintf.texi: Update.
29633         * doc/functions/printf.texi: Update.
29634         * doc/functions/snprintf.texi: Update.
29635         * doc/functions/sprintf.texi: Update.
29636         * doc/functions/vfprintf.texi: Update.
29637         * doc/functions/vprintf.texi: Update.
29638         * doc/functions/vsnprintf.texi: Update.
29639         * doc/functions/vsprintf.texi: Update.
29640
29641 2007-11-04  Bruno Haible  <bruno@clisp.org>
29642
29643         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29644
29645 2007-11-04  Bruno Haible  <bruno@clisp.org>
29646
29647         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29648         Reported by Sylvain Beucler <beuc@gnu.org>.
29649
29650 2007-11-03  Bruno Haible  <bruno@clisp.org>
29651
29652         * tests/test-fprintf-posix2.sh: New file.
29653         * tests/test-fprintf-posix2.c: New file.
29654         * modules/fprintf-posix-tests (Files): Add them.
29655         (TESTS): Add test-fprintf-posix2.sh.
29656         (configure.ac): Check for getrlimit and setrlimit.
29657         (check_PROGRAMS): Add test-fprintf-posix2.
29658
29659         * tests/test-printf-posix2.sh: New file.
29660         * tests/test-printf-posix2.c: New file.
29661         * modules/printf-posix-tests (Files): Add them.
29662         (TESTS): Add test-printf-posix2.sh.
29663         (configure.ac): Check for getrlimit and setrlimit.
29664         (check_PROGRAMS): Add test-printf-posix2.
29665
29666         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29667         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29668         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29669         (decode_double): New function, copied from decode_long_double.
29670         (scale10_round_decimal_decoded): New function, extracted from
29671         scale10_round_decimal_long_double.
29672         (scale10_round_decimal_long_double): Use it.
29673         (scale10_round_decimal_double): New function.
29674         (floorlog10): New function.
29675         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29676         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29677         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29678         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29679         gl_PRINTF_ENOMEM and test its result. Invoke
29680         gl_PREREQ_VASNPRINTF_ENOMEM.
29681         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29682         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29683         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29684         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29685         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29686         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29687         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29688         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29689         * modules/snprintf-posix (Depends-on): Likewise.
29690         * modules/sprintf-posix (Depends-on): Likewise.
29691         * modules/vasnprintf-posix (Depends-on): Likewise.
29692         * modules/vasprintf-posix (Depends-on): Likewise.
29693         * modules/vfprintf-posix (Depends-on): Likewise.
29694         * modules/vsnprintf-posix (Depends-on): Likewise.
29695         * modules/vsprintf-posix (Depends-on): Likewise.
29696         * doc/functions/fprintf.texi: Update.
29697         * doc/functions/printf.texi: Update.
29698         * doc/functions/snprintf.texi: Update.
29699         * doc/functions/sprintf.texi: Update.
29700         * doc/functions/vfprintf.texi: Update.
29701         * doc/functions/vprintf.texi: Update.
29702         * doc/functions/vsnprintf.texi: Update.
29703         * doc/functions/vsprintf.texi: Update.
29704
29705 2007-11-03  Bruno Haible  <bruno@clisp.org>
29706
29707         * modules/frexp-nolibm-tests: New file.
29708
29709         * modules/frexp-nolibm: New file.
29710         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29711
29712 2007-11-03  Bruno Haible  <bruno@clisp.org>
29713
29714         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29715         value is C99 compliant.
29716         Needed for OSF/1 5.1.
29717
29718 2007-11-03  Bruno Haible  <bruno@clisp.org>
29719
29720         Fix out-of-memory handling of vasnprintf.
29721         * lib/printf-parse.c: Include <errno.h>.
29722         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29723         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29724         is already set.
29725
29726 2007-11-02  Eric Blake  <ebb9@byu.net>
29727
29728         Fix tests on cygwin.
29729         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29730
29731 2007-11-01  Bruno Haible  <bruno@clisp.org>
29732
29733         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29734         warning.
29735         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29736         needed for POSIX compatibility.
29737
29738 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29739
29740         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29741         for compatibility with GNU.
29742
29743 2007-11-01  Bruno Haible  <bruno@clisp.org>
29744
29745         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29746         (putenv): Renamed from rpl_putenv. Change argument type from
29747         'const char *' to 'char *'.
29748         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29749         of defining putenv in config.h, just set REPLACE_PUTENV.
29750         * modules/putenv (Depends-on): Add stdlib.
29751         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29752         (Include): Use <stdlib.h>.
29753         * lib/stdlib.in.h (putenv): New declaration.
29754         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29755         REPLACE_PUTENV.
29756         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29757         REPLACE_PUTENV.
29758         Needed for MacOS X 10.5.0.
29759         Reported by Peter O'Gorman <peter@pogma.com>.
29760
29761 2007-11-01  Jim Meyering  <meyering@redhat.com>
29762
29763         Treat an empty date string exactly like "0".
29764         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29765         if the remaining date string (to be parsed) is empty, use "0".
29766         Reported by Mischa Molhoek and discussed in this thread:
29767         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29768
29769 2007-10-31  Bruno Haible  <bruno@clisp.org>
29770
29771         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29772         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29773         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29774         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29775         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29776         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29777
29778 2007-10-31  Bruno Haible  <bruno@clisp.org>
29779
29780         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29781         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29782         (AC_TYPE_LONG_LONG_INT): Use it.
29783         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29784         it as well.
29785         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29786         to m4/longlong.m4.
29787         * modules/stdint (Files): Remove m4/ulonglong.m4.
29788         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29789         m4/ulonglong.m4.
29790         * modules/strtoumax (Files): Likewise.
29791
29792 2007-10-30  Bruno Haible  <bruno@clisp.org>
29793
29794         * modules/xvasprintf-posix: New file.
29795         Suggested by Eric Blake.
29796
29797 2007-10-30  Bruno Haible  <bruno@clisp.org>
29798
29799         * modules/xprintf-posix-tests: New file.
29800         * tests/test-xprintf-posix.sh: New file.
29801         * tests/test-xprintf-posix.c: New file.
29802         * tests/test-xfprintf-posix.c: New file.
29803
29804         * modules/xprintf-posix: New file.
29805
29806 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29807
29808         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29809         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29810         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29811
29812 2007-10-29  Bruno Haible  <bruno@clisp.org>
29813
29814         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29815         contain the special marker '_cv_'.
29816         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29817         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29818         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29819         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29820         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29821         Reported by Ralf Wildenhues.
29822
29823 2007-10-29  Bruno Haible  <bruno@clisp.org>
29824
29825         * gnulib-tool (func_import): When --lgpl is not specified, set
29826         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29827         GPLv3.
29828         Reported by Simon Josefsson.
29829
29830 2007-10-28  Bruno Haible  <bruno@clisp.org>
29831
29832         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29833         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29834         HAVE_DECL_ISFINITE.
29835         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29836         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29837         HAVE_DECL_ISFINITE.
29838
29839 2007-10-28  Bruno Haible  <bruno@clisp.org>
29840
29841         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29842         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29843
29844 2007-10-28  Bruno Haible  <bruno@clisp.org>
29845
29846         Fix link errors with Sun C 5.0 on Solaris 10.
29847         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29848         function is declared but not present in the compiler's libm.
29849         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29850         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29851         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29852         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29853         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29854         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29855         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29856         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29857         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29858         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29859         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29860         HAVE_DECL_FLOORL.
29861
29862 2007-10-28  Bruno Haible  <bruno@clisp.org>
29863
29864         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29865         gl_FUNC_FLOORL. Cache the result.
29866         (gl_FUNC_FLOORL): Use it.
29867         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29868         gl_FUNC_CEILL. Cache the result.
29869         (gl_FUNC_CEILL): Use it.
29870
29871         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29872         gl_FUNC_FLOOR. Cache the result.
29873         (gl_FUNC_FLOOR): Use it.
29874         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29875         gl_FUNC_CEIL. Cache the result.
29876         (gl_FUNC_CEIL): Use it.
29877
29878         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29879         gl_FUNC_FLOORF. Cache the result.
29880         (gl_FUNC_FLOORF): Use it.
29881         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29882         gl_FUNC_CEILF. Cache the result.
29883         (gl_FUNC_CEILF): Use it.
29884
29885 2007-10-28  Bruno Haible  <bruno@clisp.org>
29886
29887         * gnulib-tool: Allow specifying the LGPL version number through
29888         --lgpl=2 or --lgpl=3.
29889         (func_usage): Document --lgpl with argument.
29890         Handle --lgpl=... arguments.
29891         (func_import): Recognize also gl_LGPL calls with an argument. When
29892         --lgpl=2 is used and the module's license is just LGPL, report an
29893         error. Set sed_transform_lib_file according to the lgpl variable. In
29894         the generated files, use --lgpl or gl_LGPL invocations with argument,
29895         if necessary.
29896         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29897         an LGPv2+ license.
29898         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29899         gl_LGPL macro.
29900
29901 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29902             Bruno Haible  <bruno@clisp.org>
29903
29904         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29905         (u16_uctomb_aux): Likewise.
29906         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29907         !HAVE_INLINE.
29908         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29909
29910 2007-10-28  Bruno Haible  <bruno@clisp.org>
29911
29912         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29913         Invoke AM_GETTEXT_OPTION if it exists.
29914         * modules/vasprintf: Likewise.
29915         * modules/verror: Likewise.
29916         * modules/xprintf: Likewise.
29917         * modules/xvasprintf: Likewise.
29918
29919 2007-10-27  Ben Pfaff  <blp@gnu.org>
29920
29921         * lib/math.in.h: Define isfinite macro and prototypes for
29922         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29923         implementations.
29924         * m4/math_h.m4: New substitutions for isfinite module.
29925         * lib/isfinite.c: New file.
29926         * m4/isfinite.m4: New file.
29927         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29928         * modules/isfinite: New file.
29929         * modules/isfinite-tests: New file.
29930         * tests/tests-isfinite.c: New file.
29931         * doc/functions/isfinite.texi: Mention isfinite module.
29932         * MODULES.html.sh: Mention new module.
29933
29934 2007-10-27  Ben Pfaff  <blp@gnu.org>
29935
29936         Ralf Wildenhues reported that Tru64 4.0D declares the round
29937         functions but does not have definitions.
29938         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29939         cannot be found in any library, set the output variable to
29940         "missing" instead of "".
29941         * m4/round.m4: Also use our substitute if we cannot find round in
29942         any library, even if it is declared.
29943         * m4/roundf.m4: Likewise for roundf.
29944         * m4/roundl.m4: Likewise for roundl.
29945         * lib/math.in.h: Undefine roundf, round, roundl before defining
29946         their replacements, to allow for hypothetical systems where these
29947         may be defined as macros but not available in libraries.
29948
29949 2007-10-27  Bruno Haible  <bruno@clisp.org>
29950
29951         * doc/gnulib.texi: Invoke @firstparagraphindent.
29952         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29953         changes in gnulib.
29954         (Source changes): New section.
29955
29956 2007-10-26  Bruno Haible  <bruno@clisp.org>
29957
29958         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29959         borrowed from autoconf.
29960
29961 2007-10-26  Bruno Haible  <bruno@clisp.org>
29962
29963         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29964         strerror returned the empty string. Needed on HP-UX 11.00.
29965
29966 2007-10-24  Micah Cowan  <micah@cowan.name>
29967
29968         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29969         * build-aux/bootstrap: Remove support for now-unnecessary option,
29970         --cvs-user, and envvars CVS_USER, CVS_RSH.
29971
29972 2007-10-24  Jim Meyering  <meyering@redhat.com>
29973
29974         Avoid diagnostics from sha1sum when there is no cached checksum.
29975         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29976         if the po.s1 file hasn't been created yet.
29977
29978         * build-aux/bootstrap: Sync from coreutils:
29979         2007-10-24  Jim Meyering  <meyering@redhat.com>
29980         Get gnulib from the git repository, not from an obsolete cvs one.
29981         * build-aux/bootstrap: Suggestion from Micah Cowan.
29982         2007-10-04  Jim Meyering  <jim@meyering.net>
29983         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29984         (update_po_files): Work also when there are no .po files in po/.
29985
29986 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29987
29988         * README: Append ".git" to git and cg examples.
29989         Problem reported by Benoit Sigoure.
29990
29991 2007-10-23  Micah Cowan  <micah@cowan.name>
29992
29993         * users.txt: Add wget.
29994
29995 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29996
29997         Fix linking of some unistdio tests on FreeBSD.
29998         * modules/unistdio/u16-vsnprintf-tests
29999         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30000         * modules/unistdio/u16-vsprintf-tests
30001         (test_u16_vsnprintf1_LDADD): Likewise.
30002         * modules/unistdio/u32-vsnprintf-tests
30003         (test_u32_vsnprintf1_LDADD): Likewise.
30004         * modules/unistdio/u32-vsprintf-tests
30005         (test_u32_vsprintf1_LDADD): Likewise.
30006         * modules/unistdio/u8-vsnprintf-tests
30007         (test_u8_vsnprintf1_LDADD): Likewise.
30008         * modules/unistdio/u8-vsprintf-tests
30009         (test_u8_vsprintf1_LDADD): Likewise.
30010         * modules/unistdio/ulc-vsnprintf-tests
30011         (test_ulc_vsnprintf1_LDADD): Likewise.
30012         * modules/unistdio/ulc-vsprintf-tests
30013         (test_ulc_vsprintf1_LDADD): Likewise.
30014
30015         Fix linking of some uniconv tests on FreeBSD.
30016         * modules/uniconv/u16-conv-from-enc-tests
30017         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30018         * modules/uniconv/u16-conv-to-enc-tests
30019         (test_u16_conv_to_enc_LDADD): Likewise.
30020         * modules/uniconv/u16-strconv-from-enc-tests
30021         (test_u16_strconv_from_enc_LDADD): Likewise.
30022         * modules/uniconv/u16-strconv-to-enc-tests
30023         (test_u16_strconv_to_enc_LDADD): Likewise.
30024         * modules/uniconv/u32-conv-from-enc-tests
30025         (test_u32_conv_from_enc_LDADD): Likewise.
30026         * modules/uniconv/u32-conv-to-enc-tests
30027         (test_u32_conv_to_enc_LDADD): Likewise.
30028         * modules/uniconv/u32-strconv-from-enc-tests
30029         (test_u32_strconv_from_enc_LDADD): Likewise.
30030         * modules/uniconv/u32-strconv-to-enc-tests
30031         (test_u32_strconv_to_enc_LDADD): Likewise.
30032         * modules/uniconv/u8-conv-from-enc-tests
30033         (test_u8_conv_from_enc_LDADD): Likewise.
30034         * modules/uniconv/u8-conv-to-enc-tests
30035         (test_u8_conv_to_enc_LDADD): Likewise.
30036         * modules/uniconv/u8-strconv-from-enc-tests
30037         (test_u8_strconv_from_enc_LDADD): Likewise.
30038         * modules/uniconv/u8-strconv-to-enc-tests
30039         (test_u8_strconv_to_enc_LDADD): Likewise.
30040
30041 2007-10-22  Bruno Haible  <bruno@clisp.org>
30042
30043         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30044         size.
30045
30046 2007-10-22  Eric Blake  <ebb9@byu.net>
30047
30048         Tweak x*printf documentation.
30049         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30050         variable name and comments.
30051         Suggested by Bruno Haible.
30052
30053 2007-10-22  Bruno Haible  <bruno@clisp.org>
30054
30055         * lib/acl.c (copy_acl): Fix file name in comment.
30056
30057 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30058
30059         Fix Tru64 problem with stdbool.h.
30060         * lib/stdbool.in.h (false, true):
30061         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30062         Don't declare as an enum in this situation; it runs afoul of Tru64.
30063         Problem reported by Steven M. Schweda in
30064         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30065
30066 2007-10-22  Eric Blake  <ebb9@byu.net>
30067
30068         Also wrap vf?printf.
30069         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30070         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30071         (xvprintf, xvfprintf): New functions.
30072
30073 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30074
30075         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30076         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30077
30078         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30079         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30080
30081 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30082
30083         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30084         by Bruno Haible.
30085
30086 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30087
30088         * lib/getloadavg.c
30089         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30090         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30091
30092         * tests/test-i-ring.c: Work for C89.
30093
30094 2007-10-22  Bruno Haible  <bruno@clisp.org>
30095
30096         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30097         -1u, in preprocessor expression, so that we don't test for the bug
30098         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30099         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30100
30101 2007-10-22  Eric Blake  <ebb9@byu.net>
30102
30103         * tests/test-yesno.sh: Silence stderr during test.
30104
30105 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30106
30107         * modules/crypto/gc-camellia: New file.
30108
30109         * m4/gc-camellia.m4: New file.
30110
30111         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30112
30113         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30114
30115 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30116
30117         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30118         --help to stdout.  Reported by sms@antinode.org (Steven
30119         M. Schweda).
30120
30121 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30122
30123         * users.txt: Fix link to libksba.
30124
30125 2007-10-21  Ben Pfaff  <blp@gnu.org>
30126
30127         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30128         round.c roundf implementation that depends on floorf and ceilf to
30129         be tested unconditionally.
30130
30131 2007-10-21  Ben Pfaff  <blp@gnu.org>
30132
30133         * m4/check-libm-func.m4: Removed.
30134         * m4/check-math-lib.m4: New file.
30135         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30136         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30137         definition and lack of AC_LIBOBJ([roundf]).
30138         * m4/roundl.m4: Ditto, and similarly for roundl.
30139         * modules/round: Reference new m4 file.
30140         * modules/roundf: Ditto.
30141         * modules/roundl: Ditto.
30142         * tests/test-round2.c (main): Use ROUND instead of round.
30143         Bug report from Bruno Haible.
30144
30145 2007-10-21  Bruno Haible  <bruno@clisp.org>
30146
30147         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30148         context.
30149
30150 2007-10-21  Bruno Haible  <bruno@clisp.org>
30151
30152         * tests/test-wcwidth.c (main): Allow negative result for some control
30153         characters.
30154
30155         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30156         Needed on OSF/1 5.1.
30157
30158 2007-10-21  Bruno Haible  <bruno@clisp.org>
30159
30160         * tests/test-floorf1.c: Include isnanf.h.
30161         (main): Use isnanf() instead of isnan().
30162         * tests/test-ceilf1.c: Include isnanf.h.
30163         (main): Use isnanf() instead of isnan().
30164         * tests/test-truncf1.c: Include isnanf.h.
30165         (main): Use isnanf() instead of isnan().
30166         * tests/test-roundf1.c: Include isnanf.h.
30167         (main): Use isnanf() instead of isnan().
30168
30169 2007-10-21  Eric Blake  <ebb9@byu.net>
30170
30171         * users.txt: Update URL for m4.
30172
30173 2007-10-21  Bruno Haible  <bruno@clisp.org>
30174
30175         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30176
30177 2007-10-21  Bruno Haible  <bruno@clisp.org>
30178
30179         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30180         Git's management files if the CVS files are not present.
30181
30182 2007-10-20  Bruno Haible  <bruno@clisp.org>
30183
30184         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30185         gcc-3.4.x.
30186
30187 2007-10-20  Ben Pfaff  <blp@gnu.org>
30188
30189         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30190         implementations.
30191         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30192         * lib/round.c: New file.
30193         * lib/roundf.c: New file.
30194         * lib/roundl.c: New file.
30195         * m4/round.m4: New file.
30196         * m4/roundf.m4: New file.
30197         * m4/roundl.m4: New file.
30198         * m4/check-libm-func-m4: New file.
30199         * modules/math: Replace round, roundf, roundl related @VARS@ in
30200         math.in.h.
30201         * modules/round: New file.
30202         * modules/round-tests: New file.
30203         * modules/roundf: New file.
30204         * modules/roundf-tests: New file.
30205         * modules/roundl: New file.
30206         * modules/roundl-tests: New file.
30207         * tests/test-round1.c: New file.
30208         * tests/test-round2.c: New file.
30209         * tests/test-roundf1.c: New file.
30210         * tests/test-roundf2.c: New file.
30211         * tests/test-roundl.c: New file.
30212         * doc/functions/round.texi: Mention round module.
30213         * doc/functions/roundf.texi: Mention roundf module.
30214         * doc/functions/roundl.texi: Mention roundl module.
30215         * MODULES.html.sh: Mention new modules.
30216         Thanks to Bruno Haible for suggestions.
30217
30218 2007-10-20  Jim Meyering  <meyering@redhat.com>
30219
30220         * lib/xprintf.c: Include <config.h> unconditionally.
30221
30222         Change xprintf's license to GPL.
30223         * modules/xprintf (License): s/LGPL/GPL/, since this module
30224         depends on modules (exit and exitfail) which are GPL.
30225         Suggestion from Bruno Haible.
30226
30227         xprintf fixes.
30228         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30229         Use a clearer diagnostic.
30230         Patch from Bruno Haible.
30231
30232 2007-10-20  Bruno Haible  <bruno@clisp.org>
30233
30234         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30235         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30236         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30237
30238 2007-10-20  Bruno Haible  <bruno@clisp.org>
30239
30240         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30241         precision in the comparison result > x - 1 or similar.
30242         * tests/test-ceilf2.c (correct_result_p): Likewise.
30243         * tests/test-truncf2.c (correct_result_p): Likewise.
30244         * tests/test-trunc2.c (correct_result_p): Likewise.
30245         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30246
30247 2007-10-20  Bruno Haible  <bruno@clisp.org>
30248
30249         * modules/ceil: New file.
30250         * m4/ceil.m4: New file.
30251         * doc/functions/ceil.texi: Mention the 'ceil' module.
30252
30253 2007-10-20  Bruno Haible  <bruno@clisp.org>
30254
30255         * modules/floor: New file.
30256         * m4/floor.m4: New file.
30257         * doc/functions/floor.texi: Mention the 'floor' module.
30258
30259 2007-10-20  Bruno Haible  <bruno@clisp.org>
30260
30261         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30262         of %a.
30263         * modules/floorf-tests (Depends-on): Likewise.
30264         * modules/truncf-tests (Depends-on): Likewise.
30265         * modules/trunc-tests (Depends-on): Likewise.
30266         Reported by Ben Pfaff.
30267
30268 2007-10-19  Jim Meyering  <meyering@redhat.com>
30269
30270         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30271         Don't bother testing specific errno values.  Just test ferror.
30272
30273         New module: xprintf
30274         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30275
30276 2007-10-19  Bruno Haible  <bruno@clisp.org>
30277
30278         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30279         syntax.
30280         * modules/javaexec (Makefile.am): Likewise.
30281         * modules/relocatable-prog (Makefile.am): Likewise.
30282         Suggested by Jim Meyering.
30283
30284 2007-10-18  Bruno Haible  <bruno@clisp.org>
30285
30286         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30287         Reported by Jim Meyering.
30288
30289 2007-10-18  Eric Blake  <ebb9@byu.net>
30290
30291         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30292
30293 2007-10-18  Bruno Haible  <bruno@clisp.org>
30294
30295         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30296         the format string into writable memory. Needed in Fortify conditions.
30297
30298 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30299             Bruno Haible  <bruno@clisp.org>
30300
30301         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30302         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30303         * modules/trim (Depends-on): Add mbchar.
30304         (configure.ac): Add gl_FUNC_MBRTOWC.
30305         (Makefile.am): Augment lib_SOURCES.
30306
30307 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30308
30309         Modify glob.c to use fstatat and dirfd, to simplify it.
30310         Suggested by Eric Blake.
30311         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30312         Don't include <stdbool.h>; not used.
30313         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30314         (link_exists_p): Simplify implementation, since we can now assume
30315         dirfd and fstatat.
30316         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30317
30318 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30319
30320         * gnulib-tool (func_get_dependencies): Fix sed script to
30321         match only tests.
30322
30323 2007-10-17  Bruno Haible  <bruno@clisp.org>
30324
30325         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30326         allow locale names without encoding suffix.
30327         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30328         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30329
30330 2007-10-16  Bruno Haible  <bruno@clisp.org>
30331
30332         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30333         * lib/getgroups.c (getgroups): Likewise.
30334         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30335
30336 2007-10-16  Bruno Haible  <bruno@clisp.org>
30337
30338         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30339         * modules/malloc-posix (License): Likewise.
30340         * modules/realloc-posix (License): Likewise.
30341         * modules/calloc-posix (License): Likewise.
30342         * modules/intprops (License): Change from GPL to LGPL, with
30343         Paul Eggert's approval.
30344
30345 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30346
30347         Merge glibc changes into lib/glob.c.
30348
30349         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30350         2007-10-15 04:59:03 UTC.  Here are the changes:
30351
30352         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30353
30354         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30355
30356         * lib/glob.c: Add some branch prediction throughout.
30357
30358         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30359
30360         [BZ #5103]
30361         * lib/glob.c (glob): Recognize patterns starting \/.
30362
30363         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30364
30365         [BZ #3996]
30366         * lib/glob.c (attribute_hidden): Define if not defined.
30367         (glob): Unescape dirname, filename or username when needed and not
30368         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30369         is NULL.  Handle unescaped [ in pattern without closing ].
30370         Don't pass GLOB_CHECK down to recursive glob for directories.
30371         (__glob_pattern_type): New function.
30372         (__glob_pattern_p): Implement using __glob_pattern_type.
30373         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30374         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30375         Remove unreachable code.
30376
30377         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30378
30379         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30380         explain why there are no leaks.
30381
30382         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30383
30384         [BZ #3253]
30385         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30386         time, rather allocate increasingly bigger arrays of pointers, if
30387         possible with alloca, if too large with malloc.
30388
30389 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30390
30391         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30392         Problem reported by H.Merijn Brand in
30393         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30394         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30395         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30396
30397 2007-10-15  Bruno Haible  <bruno@clisp.org>
30398
30399         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30400         with explicit rpl_ prefix.
30401         * lib/fopen.c (fopen): Likewise.
30402         * lib/freopen.c (freopen): Likewise.
30403         * lib/iconv.c (iconv): Likewise.
30404         * lib/iconv_close.c (iconv_close): Likewise.
30405
30406 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30407
30408         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30409
30410 2007-10-15  Bruno Haible  <bruno@clisp.org>
30411
30412         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30413         <stddef.h> instead of <stdlib.h> since we only need NULL.
30414         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30415
30416 2007-10-15  Bruno Haible  <bruno@clisp.org>
30417
30418         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30419         Replace paragraph talking about LIBOBJS.
30420         Reported by Colin Watson <cjwatson@debian.org>.
30421
30422 2007-10-15  Bruno Haible  <bruno@clisp.org>
30423
30424         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30425         <stdlib.h> before using NULL.
30426
30427 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30428
30429         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30430         Reported by Albert Chin <china@thewrittenword.com>.
30431
30432 2007-10-14  Bruno Haible  <bruno@clisp.org>
30433
30434         * modules/iconv_open-utf-tests: New file.
30435         * tests/test-iconv-utf.c: New file.
30436
30437         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30438         * modules/iconv_open-utf: New file.
30439         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30440         (iconv, iconv_close): New declarations.
30441         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30442         be defined.
30443         (iconv_open): Add special handling of conversion between UTF-8 and
30444         UTF-{16,32}{BE,LE}.
30445         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30446         * lib/iconv_close.c: New file.
30447         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30448         gl_FUNC_ICONV_OPEN.
30449         (gl_FUNC_ICONV_OPEN): Use it.
30450         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30451         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30452         and REPLACE_ICONV_UTF.
30453         * modules/iconv_open (Depends-on): Add c-strcase.
30454         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30455         ICONV_CONST.
30456         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30457
30458 2007-10-13  Albert Chin  <china@thewrittenword.com>
30459             Bruno Haible  <bruno@clisp.org>
30460
30461         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30462         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30463
30464 2007-10-13  Bruno Haible  <bruno@clisp.org>
30465
30466         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30467         defined, use the ISO C99 inline semantics.
30468         * lib/argp.h (ARGP_EI): Likewise.
30469
30470 2007-10-13  Bruno Haible  <bruno@clisp.org>
30471
30472         Handle 'inline' change in gcc 4.3.0.
30473         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30474         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30475         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30476         argp_fmtstream_point): Disable 'extern' declaration if the function
30477         definition is going to be provided inline.
30478         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30479         semantics, not the ISO C99 inline semantics.
30480         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30481         'extern' declaration if the function definition is going to be provided
30482         inline.
30483         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30484         the GNU C inline semantics, not the ISO C99 inline semantics. With
30485         GCC 4.2, avoid a warning.
30486
30487 2007-10-13  Bruno Haible  <bruno@clisp.org>
30488
30489         * lib/freading.h (freading): Enable the use of __freading for
30490         glibc >= 2.7.
30491         * lib/freading.c (freading): Likewise.
30492
30493 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30494
30495         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30496         "warning: C99 inline functions are not supported; using GNU89".
30497
30498 2007-10-12  Bruno Haible  <bruno@clisp.org>
30499
30500         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30501         of 2.
30502         * tests/test-ceilf2.c: New file.
30503         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30504
30505         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30506         * modules/ceilf-tests: Update.
30507
30508 2007-10-12  Bruno Haible  <bruno@clisp.org>
30509
30510         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30511         of 2.
30512         * tests/test-floorf2.c: New file.
30513         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30514
30515         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30516         * modules/floorf-tests: Update.
30517
30518 2007-10-12  Bruno Haible  <bruno@clisp.org>
30519
30520         * tests/test-trunc2.c: New file.
30521         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30522
30523         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30524         * modules/trunc-tests: Update.
30525
30526 2007-10-12  Bruno Haible  <bruno@clisp.org>
30527
30528         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30529         of 2.
30530         * tests/test-truncf2.c: New file.
30531         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30532
30533         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30534         * modules/truncf-tests: Update.
30535
30536 2007-10-11  Eric Blake  <ebb9@byu.net>
30537
30538         Don't claim strerror is broken on Interix.
30539         * doc/functions/strerror.texi (strerror): Known broken systems are
30540         now Solaris 8, and not Interix.
30541         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30542         Interix on cross-compile.
30543         Reported by Martin Koeppe in
30544         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30545
30546 2007-10-11  Bruno Haible  <bruno@clisp.org>
30547
30548         * modules/i-ring-tests: New file.
30549         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30550         instead of assert.
30551
30552 2007-10-11  Bruno Haible  <bruno@clisp.org>
30553
30554         * modules/filenamecat-tests: New file.
30555         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30556         * lib/filenamecat.c: Remove test code.
30557
30558 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30559
30560         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30561
30562         * lib/strerror.c: Include <string.h> always, to test interface,
30563         and to remove the need for the dummy.
30564         Include intprops.h to compute width instead of doing it ourselves
30565         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30566         (strerror): Define it to return NULL if there's no system strerror.
30567         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30568         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30569         ancient pre-strerror Unix systems well any more.  Saying "unknown
30570         system error" is enough.
30571         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30572         simpler strerror.c implementation.
30573         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30574         Simplify the tests to reflect the simpler strerror implementation.
30575         * modules/strerror (Depends-on): Add intprops.
30576
30577 2007-10-09  Eric Blake  <ebb9@byu.net>
30578
30579         Silence test-fpending.
30580         * modules/fpending-tests (Files): Add wrapper script.
30581         * tests/test-fpending.sh: New file.
30582
30583 2007-10-09  Bruno Haible  <bruno@clisp.org>
30584
30585         * MODULES.html.sh (func_module): Don't create a hyperlink for
30586         function names like 'printf_frexp'.
30587         (Misc): Add crc, memxor.
30588         (Characteristics of floating types): New section.
30589         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30590         isnanf-nolibm, signbit, trunc, truncf, truncl.
30591         (Enhancements for ISO C 99 functions): New subsection Input/output.
30592         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30593         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30594         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30595         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30596         (Enhancements for POSIX:2001 functions): Add chdir-long.
30597         (File system functions): Add areadlink, chdir-safer, read-file.
30598         Remove cycle-check.
30599         (File system as inode set): New section.
30600         (Date and time): Add gethrxtime.
30601         (Multithreading): Add openmp.
30602         (Internationalization functions): Add localename.
30603         (Unicode string functions): Add unistr/u*-mbsnlen.
30604         (Support for maintaining and releasing projects): Add git-version-gen.
30605         (Lone files): Remove directories.
30606
30607 2007-10-08  Ben Pfaff  <blp@gnu.org>
30608
30609         * lib/xmalloca.h: Fix typo in comment.
30610
30611 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30612
30613         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30614         when avoiding problems with integer overflow.  Use a portable test
30615         instead.
30616
30617 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30618
30619         * modules/dummy (License): Change to LGPLv2+.
30620         * modules/float (License): Likewise
30621         * modules/realloc (License): Likewise
30622         * modules/stdlib (License): Likewise
30623
30624 2007-10-07  Bruno Haible  <bruno@clisp.org>
30625
30626         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30627         * floor.c (TWO_MANT_DIG): Likewise.
30628         * ceil.c (TWO_MANT_DIG): Likewise.
30629         Reported by Ben Pfaff.
30630
30631 2007-10-07  Bruno Haible  <bruno@clisp.org>
30632
30633         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30634         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30635         * lib/frexp.c (FUNC): Likewise.
30636         * lib/printf-frexp.h (printf_frexp): Likewise.
30637         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30638         * lib/printf-frexp.c (FUNC): Likewise.
30639         Suggested by Jim Meyering.
30640
30641 2007-10-07  Jim Meyering  <meyering@redhat.com>
30642
30643         Make xnanosleep's integer overflow test more robust.
30644         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30645         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30646
30647 2007-10-07  Bruno Haible  <bruno@clisp.org>
30648
30649         * NEWS: Mention the license change.
30650
30651         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30652         abbreviations in the modules files.
30653
30654         Change copyright notice from GPLv2+ to GPLv3+.
30655         * README: Change copyright notice.
30656         * MODULES.html.sh: Likewise.
30657         * build-aux/bootstrap.conf: Likewise.
30658         * build-aux/config.libpath: Likewise.
30659         * build-aux/csharpcomp.sh.in: Likewise.
30660         * build-aux/csharpexec.sh.in: Likewise.
30661         * build-aux/install-reloc: Likewise.
30662         * build-aux/javacomp.sh.in: Likewise.
30663         * build-aux/javaexec.sh.in: Likewise.
30664         * build-aux/ldd.sh.in: Likewise.
30665         * build-aux/reloc-ldflags: Likewise.
30666         * build-aux/relocatable.sh.in: Likewise.
30667         * build-aux/x-to-1.in: Likewise.
30668         * check-module: Likewise.
30669         * config/srclistvars.sh: Likewise.
30670         * gnulib-tool: Likewise.
30671         * lib/acl-internal.h: Likewise.
30672         * lib/acl.c: Likewise.
30673         * lib/acl.h: Likewise.
30674         * lib/acl_entries.c: Likewise.
30675         * lib/areadlink-with-size.c: Likewise.
30676         * lib/areadlink.c: Likewise.
30677         * lib/areadlink.h: Likewise.
30678         * lib/argmatch.c: Likewise.
30679         * lib/argmatch.h: Likewise.
30680         * lib/argp-ba.c: Likewise.
30681         * lib/argp-eexst.c: Likewise.
30682         * lib/argp-fmtstream.c: Likewise.
30683         * lib/argp-fmtstream.h: Likewise.
30684         * lib/argp-fs-xinl.c: Likewise.
30685         * lib/argp-help.c: Likewise.
30686         * lib/argp-namefrob.h: Likewise.
30687         * lib/argp-parse.c: Likewise.
30688         * lib/argp-pin.c: Likewise.
30689         * lib/argp-pv.c: Likewise.
30690         * lib/argp-pvh.c: Likewise.
30691         * lib/argp-xinl.c: Likewise.
30692         * lib/argp.h: Likewise.
30693         * lib/at-func.c: Likewise.
30694         * lib/atanl.c: Likewise.
30695         * lib/backupfile.c: Likewise.
30696         * lib/backupfile.h: Likewise.
30697         * lib/basename.c: Likewise.
30698         * lib/binary-io.h: Likewise.
30699         * lib/byteswap.in.h: Likewise.
30700         * lib/c-stack.c: Likewise.
30701         * lib/c-stack.h: Likewise.
30702         * lib/c-strcasestr.c: Likewise.
30703         * lib/c-strcasestr.h: Likewise.
30704         * lib/c-strstr.c: Likewise.
30705         * lib/c-strstr.h: Likewise.
30706         * lib/c-strtod.c: Likewise.
30707         * lib/calloc.c: Likewise.
30708         * lib/canon-host.c: Likewise.
30709         * lib/canon-host.h: Likewise.
30710         * lib/canonicalize-lgpl.c: Likewise.
30711         * lib/canonicalize.c: Likewise.
30712         * lib/canonicalize.h: Likewise.
30713         * lib/ceil.c: Likewise.
30714         * lib/ceilf.c: Likewise.
30715         * lib/ceill.c: Likewise.
30716         * lib/chdir-long.c: Likewise.
30717         * lib/chdir-long.h: Likewise.
30718         * lib/chdir-safer.c: Likewise.
30719         * lib/chdir-safer.h: Likewise.
30720         * lib/chown.c: Likewise.
30721         * lib/classpath.c: Likewise.
30722         * lib/classpath.h: Likewise.
30723         * lib/clean-temp.c: Likewise.
30724         * lib/clean-temp.h: Likewise.
30725         * lib/cloexec.c: Likewise.
30726         * lib/close-stream.c: Likewise.
30727         * lib/closein.c: Likewise.
30728         * lib/closein.h: Likewise.
30729         * lib/closeout.c: Likewise.
30730         * lib/closeout.h: Likewise.
30731         * lib/concat-filename.c: Likewise.
30732         * lib/copy-file.c: Likewise.
30733         * lib/copy-file.h: Likewise.
30734         * lib/count-one-bits.h: Likewise.
30735         * lib/crc.c: Likewise.
30736         * lib/crc.h: Likewise.
30737         * lib/creat-safer.c: Likewise.
30738         * lib/csharpcomp.c: Likewise.
30739         * lib/csharpcomp.h: Likewise.
30740         * lib/csharpexec.c: Likewise.
30741         * lib/csharpexec.h: Likewise.
30742         * lib/cycle-check.c: Likewise.
30743         * lib/cycle-check.h: Likewise.
30744         * lib/diacrit.c: Likewise.
30745         * lib/diacrit.h: Likewise.
30746         * lib/diffseq.h: Likewise.
30747         * lib/dirchownmod.c: Likewise.
30748         * lib/dirent.in.h: Likewise.
30749         * lib/dirfd.c: Likewise.
30750         * lib/dirfd.h: Likewise.
30751         * lib/dirname.c: Likewise.
30752         * lib/dirname.h: Likewise.
30753         * lib/dummy.c: Likewise.
30754         * lib/dup-safer.c: Likewise.
30755         * lib/dup2.c: Likewise.
30756         * lib/eealloc.h: Likewise.
30757         * lib/error.c: Likewise.
30758         * lib/error.h: Likewise.
30759         * lib/euidaccess.c: Likewise.
30760         * lib/exclude.c: Likewise.
30761         * lib/exclude.h: Likewise.
30762         * lib/execute.c: Likewise.
30763         * lib/execute.h: Likewise.
30764         * lib/exitfail.c: Likewise.
30765         * lib/exitfail.h: Likewise.
30766         * lib/expl.c: Likewise.
30767         * lib/fatal-signal.c: Likewise.
30768         * lib/fatal-signal.h: Likewise.
30769         * lib/fbufmode.c: Likewise.
30770         * lib/fbufmode.h: Likewise.
30771         * lib/fchdir.c: Likewise.
30772         * lib/fchmodat.c: Likewise.
30773         * lib/fchownat.c: Likewise.
30774         * lib/fcntl--.h: Likewise.
30775         * lib/fcntl-safer.h: Likewise.
30776         * lib/fcntl.in.h: Likewise.
30777         * lib/fd-safer.c: Likewise.
30778         * lib/fflush.c: Likewise.
30779         * lib/file-has-acl.c: Likewise.
30780         * lib/file-set.c: Likewise.
30781         * lib/file-type.c: Likewise.
30782         * lib/file-type.h: Likewise.
30783         * lib/fileblocks.c: Likewise.
30784         * lib/filemode.c: Likewise.
30785         * lib/filemode.h: Likewise.
30786         * lib/filename.h: Likewise.
30787         * lib/filenamecat.c: Likewise.
30788         * lib/filenamecat.h: Likewise.
30789         * lib/findprog.c: Likewise.
30790         * lib/findprog.h: Likewise.
30791         * lib/float.in.h: Likewise.
30792         * lib/floor.c: Likewise.
30793         * lib/floorf.c: Likewise.
30794         * lib/floorl.c: Likewise.
30795         * lib/fopen-safer.c: Likewise.
30796         * lib/fopen.c: Likewise.
30797         * lib/fpending.c: Likewise.
30798         * lib/fpending.h: Likewise.
30799         * lib/fprintf.c: Likewise.
30800         * lib/fprintftime.h: Likewise.
30801         * lib/fpucw.h: Likewise.
30802         * lib/fpurge.c: Likewise.
30803         * lib/fpurge.h: Likewise.
30804         * lib/freadable.c: Likewise.
30805         * lib/freadable.h: Likewise.
30806         * lib/freadahead.c: Likewise.
30807         * lib/freadahead.h: Likewise.
30808         * lib/freading.c: Likewise.
30809         * lib/freading.h: Likewise.
30810         * lib/free.c: Likewise.
30811         * lib/freopen.c: Likewise.
30812         * lib/frexp.c: Likewise.
30813         * lib/frexpl.c: Likewise.
30814         * lib/fseek.c: Likewise.
30815         * lib/fseterr.c: Likewise.
30816         * lib/fseterr.h: Likewise.
30817         * lib/fstatat.c: Likewise.
30818         * lib/fstrcmp.c: Likewise.
30819         * lib/fstrcmp.h: Likewise.
30820         * lib/fsusage.c: Likewise.
30821         * lib/fsusage.h: Likewise.
30822         * lib/ftell.c: Likewise.
30823         * lib/ftello.c: Likewise.
30824         * lib/fts-cycle.c: Likewise.
30825         * lib/fts.c: Likewise.
30826         * lib/fts_.h: Likewise.
30827         * lib/full-read.c: Likewise.
30828         * lib/full-read.h: Likewise.
30829         * lib/full-write.c: Likewise.
30830         * lib/full-write.h: Likewise.
30831         * lib/fwritable.c: Likewise.
30832         * lib/fwritable.h: Likewise.
30833         * lib/fwriteerror.c: Likewise.
30834         * lib/fwriteerror.h: Likewise.
30835         * lib/fwriting.c: Likewise.
30836         * lib/fwriting.h: Likewise.
30837         * lib/gcd.c: Likewise.
30838         * lib/gcd.h: Likewise.
30839         * lib/getcwd.c: Likewise.
30840         * lib/getdate.h: Likewise.
30841         * lib/getdate.y: Likewise.
30842         * lib/getdomainname.c: Likewise.
30843         * lib/getdomainname.h: Likewise.
30844         * lib/getgroups.c: Likewise.
30845         * lib/gethostname.c: Likewise.
30846         * lib/gethrxtime.c: Likewise.
30847         * lib/gethrxtime.h: Likewise.
30848         * lib/getloadavg.c: Likewise.
30849         * lib/getndelim2.c: Likewise.
30850         * lib/getndelim2.h: Likewise.
30851         * lib/getnline.c: Likewise.
30852         * lib/getnline.h: Likewise.
30853         * lib/getopt.c: Likewise.
30854         * lib/getopt.in.h: Likewise.
30855         * lib/getopt1.c: Likewise.
30856         * lib/getopt_int.h: Likewise.
30857         * lib/getpagesize.h: Likewise.
30858         * lib/getsubopt.c: Likewise.
30859         * lib/gettime.c: Likewise.
30860         * lib/getugroups.c: Likewise.
30861         * lib/getugroups.h: Likewise.
30862         * lib/getusershell.c: Likewise.
30863         * lib/gl_anyavltree_list1.h: Likewise.
30864         * lib/gl_anyavltree_list2.h: Likewise.
30865         * lib/gl_anyhash_list1.h: Likewise.
30866         * lib/gl_anyhash_list2.h: Likewise.
30867         * lib/gl_anylinked_list1.h: Likewise.
30868         * lib/gl_anylinked_list2.h: Likewise.
30869         * lib/gl_anyrbtree_list1.h: Likewise.
30870         * lib/gl_anyrbtree_list2.h: Likewise.
30871         * lib/gl_anytree_list1.h: Likewise.
30872         * lib/gl_anytree_list2.h: Likewise.
30873         * lib/gl_anytree_oset.h: Likewise.
30874         * lib/gl_anytreehash_list1.h: Likewise.
30875         * lib/gl_anytreehash_list2.h: Likewise.
30876         * lib/gl_array_list.c: Likewise.
30877         * lib/gl_array_list.h: Likewise.
30878         * lib/gl_array_oset.c: Likewise.
30879         * lib/gl_array_oset.h: Likewise.
30880         * lib/gl_avltree_list.c: Likewise.
30881         * lib/gl_avltree_list.h: Likewise.
30882         * lib/gl_avltree_oset.c: Likewise.
30883         * lib/gl_avltree_oset.h: Likewise.
30884         * lib/gl_avltreehash_list.c: Likewise.
30885         * lib/gl_avltreehash_list.h: Likewise.
30886         * lib/gl_carray_list.c: Likewise.
30887         * lib/gl_carray_list.h: Likewise.
30888         * lib/gl_linked_list.c: Likewise.
30889         * lib/gl_linked_list.h: Likewise.
30890         * lib/gl_linkedhash_list.c: Likewise.
30891         * lib/gl_linkedhash_list.h: Likewise.
30892         * lib/gl_list.c: Likewise.
30893         * lib/gl_list.h: Likewise.
30894         * lib/gl_oset.c: Likewise.
30895         * lib/gl_oset.h: Likewise.
30896         * lib/gl_rbtree_list.c: Likewise.
30897         * lib/gl_rbtree_list.h: Likewise.
30898         * lib/gl_rbtree_oset.c: Likewise.
30899         * lib/gl_rbtree_oset.h: Likewise.
30900         * lib/gl_rbtreehash_list.c: Likewise.
30901         * lib/gl_rbtreehash_list.h: Likewise.
30902         * lib/gl_sublist.c: Likewise.
30903         * lib/gl_sublist.h: Likewise.
30904         * lib/group-member.c: Likewise.
30905         * lib/group-member.h: Likewise.
30906         * lib/hard-locale.c: Likewise.
30907         * lib/hard-locale.h: Likewise.
30908         * lib/hash-pjw.c: Likewise.
30909         * lib/hash-pjw.h: Likewise.
30910         * lib/hash-triple.c: Likewise.
30911         * lib/hash.c: Likewise.
30912         * lib/hash.h: Likewise.
30913         * lib/human.c: Likewise.
30914         * lib/human.h: Likewise.
30915         * lib/i-ring.c: Likewise.
30916         * lib/i-ring.h: Likewise.
30917         * lib/idcache.c: Likewise.
30918         * lib/imaxabs.c: Likewise.
30919         * lib/imaxdiv.c: Likewise.
30920         * lib/inet_pton.c: Likewise.
30921         * lib/inet_pton.h: Likewise.
30922         * lib/intprops.h: Likewise.
30923         * lib/inttostr.c: Likewise.
30924         * lib/inttostr.h: Likewise.
30925         * lib/inttypes.in.h: Likewise.
30926         * lib/isapipe.c: Likewise.
30927         * lib/isdir.c: Likewise.
30928         * lib/isnan.c: Likewise.
30929         * lib/isnan.h: Likewise.
30930         * lib/isnanf.c: Likewise.
30931         * lib/isnanf.h: Likewise.
30932         * lib/isnanl-nolibm.h: Likewise.
30933         * lib/isnanl.c: Likewise.
30934         * lib/isnanl.h: Likewise.
30935         * lib/javacomp.c: Likewise.
30936         * lib/javacomp.h: Likewise.
30937         * lib/javaexec.c: Likewise.
30938         * lib/javaexec.h: Likewise.
30939         * lib/javaversion.c: Likewise.
30940         * lib/javaversion.h: Likewise.
30941         * lib/javaversion.java: Likewise.
30942         * lib/lbrkprop.h: Likewise.
30943         * lib/lchmod.h: Likewise.
30944         * lib/lchown.c: Likewise.
30945         * lib/ldexpl.c: Likewise.
30946         * lib/linebreak.c: Likewise.
30947         * lib/linebreak.h: Likewise.
30948         * lib/linebuffer.c: Likewise.
30949         * lib/linebuffer.h: Likewise.
30950         * lib/locale.in.h: Likewise.
30951         * lib/logl.c: Likewise.
30952         * lib/long-options.c: Likewise.
30953         * lib/long-options.h: Likewise.
30954         * lib/lstat.c: Likewise.
30955         * lib/lstat.h: Likewise.
30956         * lib/math.in.h: Likewise.
30957         * lib/mbchar.c: Likewise.
30958         * lib/mbchar.h: Likewise.
30959         * lib/mbfile.h: Likewise.
30960         * lib/mbiter.h: Likewise.
30961         * lib/mbscasecmp.c: Likewise.
30962         * lib/mbscasestr.c: Likewise.
30963         * lib/mbschr.c: Likewise.
30964         * lib/mbscspn.c: Likewise.
30965         * lib/mbslen.c: Likewise.
30966         * lib/mbsncasecmp.c: Likewise.
30967         * lib/mbsnlen.c: Likewise.
30968         * lib/mbspbrk.c: Likewise.
30969         * lib/mbspcasecmp.c: Likewise.
30970         * lib/mbsrchr.c: Likewise.
30971         * lib/mbssep.c: Likewise.
30972         * lib/mbsspn.c: Likewise.
30973         * lib/mbsstr.c: Likewise.
30974         * lib/mbstok_r.c: Likewise.
30975         * lib/mbswidth.c: Likewise.
30976         * lib/mbswidth.h: Likewise.
30977         * lib/mbuiter.h: Likewise.
30978         * lib/memcasecmp.c: Likewise.
30979         * lib/memcasecmp.h: Likewise.
30980         * lib/memchr.c: Likewise.
30981         * lib/memcmp.c: Likewise.
30982         * lib/memcoll.c: Likewise.
30983         * lib/memcoll.h: Likewise.
30984         * lib/memcpy.c: Likewise.
30985         * lib/memrchr.c: Likewise.
30986         * lib/mkancesdirs.c: Likewise.
30987         * lib/mkdir-p.c: Likewise.
30988         * lib/mkdir-p.h: Likewise.
30989         * lib/mkdir.c: Likewise.
30990         * lib/mkdirat.c: Likewise.
30991         * lib/mkdtemp.c: Likewise.
30992         * lib/mkstemp-safer.c: Likewise.
30993         * lib/mkstemp.c: Likewise.
30994         * lib/modechange.c: Likewise.
30995         * lib/modechange.h: Likewise.
30996         * lib/mountlist.c: Likewise.
30997         * lib/mountlist.h: Likewise.
30998         * lib/mpsort.c: Likewise.
30999         * lib/nanosleep.c: Likewise.
31000         * lib/obstack.c: Likewise.
31001         * lib/obstack.h: Likewise.
31002         * lib/open-safer.c: Likewise.
31003         * lib/open.c: Likewise.
31004         * lib/openat-die.c: Likewise.
31005         * lib/openat-priv.h: Likewise.
31006         * lib/openat-proc.c: Likewise.
31007         * lib/openat.c: Likewise.
31008         * lib/openat.h: Likewise.
31009         * lib/pagealign_alloc.c: Likewise.
31010         * lib/pagealign_alloc.h: Likewise.
31011         * lib/physmem.c: Likewise.
31012         * lib/physmem.h: Likewise.
31013         * lib/pipe-safer.c: Likewise.
31014         * lib/pipe.c: Likewise.
31015         * lib/pipe.h: Likewise.
31016         * lib/posixtm.c: Likewise.
31017         * lib/posixtm.h: Likewise.
31018         * lib/posixver.c: Likewise.
31019         * lib/printf-frexp.c: Likewise.
31020         * lib/printf-frexp.h: Likewise.
31021         * lib/printf-frexpl.c: Likewise.
31022         * lib/printf-frexpl.h: Likewise.
31023         * lib/printf.c: Likewise.
31024         * lib/progname.c: Likewise.
31025         * lib/progname.h: Likewise.
31026         * lib/progreloc.c: Likewise.
31027         * lib/putenv.c: Likewise.
31028         * lib/quote.c: Likewise.
31029         * lib/quote.h: Likewise.
31030         * lib/quotearg.c: Likewise.
31031         * lib/quotearg.h: Likewise.
31032         * lib/raise.c: Likewise.
31033         * lib/readline.c: Likewise.
31034         * lib/readline.h: Likewise.
31035         * lib/readlink.c: Likewise.
31036         * lib/readtokens.c: Likewise.
31037         * lib/readtokens.h: Likewise.
31038         * lib/readtokens0.c: Likewise.
31039         * lib/readtokens0.h: Likewise.
31040         * lib/readutmp.c: Likewise.
31041         * lib/readutmp.h: Likewise.
31042         * lib/realloc.c: Likewise.
31043         * lib/relocwrapper.c: Likewise.
31044         * lib/rename-dest-slash.c: Likewise.
31045         * lib/rename.c: Likewise.
31046         * lib/rmdir.c: Likewise.
31047         * lib/rpmatch.c: Likewise.
31048         * lib/safe-read.c: Likewise.
31049         * lib/safe-read.h: Likewise.
31050         * lib/safe-write.c: Likewise.
31051         * lib/safe-write.h: Likewise.
31052         * lib/same-inode.h: Likewise.
31053         * lib/same.c: Likewise.
31054         * lib/same.h: Likewise.
31055         * lib/save-cwd.c: Likewise.
31056         * lib/save-cwd.h: Likewise.
31057         * lib/savedir.c: Likewise.
31058         * lib/savedir.h: Likewise.
31059         * lib/savewd.c: Likewise.
31060         * lib/savewd.h: Likewise.
31061         * lib/search.in.h: Likewise.
31062         * lib/setenv.c: Likewise.
31063         * lib/setenv.h: Likewise.
31064         * lib/settime.c: Likewise.
31065         * lib/sh-quote.c: Likewise.
31066         * lib/sh-quote.h: Likewise.
31067         * lib/sig2str.c: Likewise.
31068         * lib/sig2str.h: Likewise.
31069         * lib/signal.in.h: Likewise.
31070         * lib/signbitd.c: Likewise.
31071         * lib/signbitf.c: Likewise.
31072         * lib/signbitl.c: Likewise.
31073         * lib/sigprocmask.c: Likewise.
31074         * lib/sincosl.c: Likewise.
31075         * lib/sleep.c: Likewise.
31076         * lib/sprintf.c: Likewise.
31077         * lib/sqrtl.c: Likewise.
31078         * lib/stat-time.h: Likewise.
31079         * lib/stdio--.h: Likewise.
31080         * lib/stdio-safer.h: Likewise.
31081         * lib/stdlib--.h: Likewise.
31082         * lib/stdlib-safer.h: Likewise.
31083         * lib/stdlib.in.h: Likewise.
31084         * lib/stpcpy.c: Likewise.
31085         * lib/stpncpy.c: Likewise.
31086         * lib/strchrnul.c: Likewise.
31087         * lib/strcspn.c: Likewise.
31088         * lib/strerror.c: Likewise.
31089         * lib/strftime.c: Likewise.
31090         * lib/strftime.h: Likewise.
31091         * lib/striconveh.c: Likewise.
31092         * lib/striconveh.h: Likewise.
31093         * lib/striconveha.c: Likewise.
31094         * lib/striconveha.h: Likewise.
31095         * lib/stripslash.c: Likewise.
31096         * lib/strnlen1.c: Likewise.
31097         * lib/strnlen1.h: Likewise.
31098         * lib/strtod.c: Likewise.
31099         * lib/strtoimax.c: Likewise.
31100         * lib/strtok_r.c: Likewise.
31101         * lib/strtol.c: Likewise.
31102         * lib/strtoll.c: Likewise.
31103         * lib/strtoul.c: Likewise.
31104         * lib/strtoull.c: Likewise.
31105         * lib/sysexits.in.h: Likewise.
31106         * lib/tempname.c: Likewise.
31107         * lib/tempname.h: Likewise.
31108         * lib/timespec.h: Likewise.
31109         * lib/tls.c: Likewise.
31110         * lib/tls.h: Likewise.
31111         * lib/tmpdir.c: Likewise.
31112         * lib/tmpdir.h: Likewise.
31113         * lib/tmpfile-safer.c: Likewise.
31114         * lib/tmpfile.c: Likewise.
31115         * lib/trigl.c: Likewise.
31116         * lib/trigl.h: Likewise.
31117         * lib/trim.c: Likewise.
31118         * lib/trim.h: Likewise.
31119         * lib/trunc.c: Likewise.
31120         * lib/truncf.c: Likewise.
31121         * lib/truncl.c: Likewise.
31122         * lib/tsearch.c: Likewise.
31123         * lib/unicodeio.c: Likewise.
31124         * lib/unicodeio.h: Likewise.
31125         * lib/unistd--.h: Likewise.
31126         * lib/unistd-safer.h: Likewise.
31127         * lib/unistdio/ulc-fprintf.c: Likewise.
31128         * lib/unistdio/ulc-vfprintf.c: Likewise.
31129         * lib/unlinkdir.c: Likewise.
31130         * lib/unlinkdir.h: Likewise.
31131         * lib/unlocked-io.h: Likewise.
31132         * lib/unsetenv.c: Likewise.
31133         * lib/userspec.c: Likewise.
31134         * lib/utime.c: Likewise.
31135         * lib/utimecmp.c: Likewise.
31136         * lib/utimecmp.h: Likewise.
31137         * lib/utimens.c: Likewise.
31138         * lib/verify.h: Likewise.
31139         * lib/verror.c: Likewise.
31140         * lib/verror.h: Likewise.
31141         * lib/version-etc-fsf.c: Likewise.
31142         * lib/version-etc.c: Likewise.
31143         * lib/version-etc.h: Likewise.
31144         * lib/vfprintf.c: Likewise.
31145         * lib/vprintf.c: Likewise.
31146         * lib/vsprintf.c: Likewise.
31147         * lib/w32spawn.h: Likewise.
31148         * lib/wait-process.c: Likewise.
31149         * lib/wait-process.h: Likewise.
31150         * lib/wcwidth.c: Likewise.
31151         * lib/write-any-file.c: Likewise.
31152         * lib/xalloc-die.c: Likewise.
31153         * lib/xalloc.h: Likewise.
31154         * lib/xasprintf.c: Likewise.
31155         * lib/xgetcwd.c: Likewise.
31156         * lib/xgetcwd.h: Likewise.
31157         * lib/xgetdomainname.c: Likewise.
31158         * lib/xgetdomainname.h: Likewise.
31159         * lib/xgethostname.c: Likewise.
31160         * lib/xmalloc.c: Likewise.
31161         * lib/xmalloca.c: Likewise.
31162         * lib/xmalloca.h: Likewise.
31163         * lib/xmemcoll.c: Likewise.
31164         * lib/xnanosleep.c: Likewise.
31165         * lib/xreadlink.c: Likewise.
31166         * lib/xreadlink.h: Likewise.
31167         * lib/xsetenv.c: Likewise.
31168         * lib/xsetenv.h: Likewise.
31169         * lib/xstriconv.c: Likewise.
31170         * lib/xstriconv.h: Likewise.
31171         * lib/xstrndup.c: Likewise.
31172         * lib/xstrndup.h: Likewise.
31173         * lib/xstrtod.c: Likewise.
31174         * lib/xstrtod.h: Likewise.
31175         * lib/xstrtol-error.c: Likewise.
31176         * lib/xstrtol.c: Likewise.
31177         * lib/xstrtol.h: Likewise.
31178         * lib/xtime.h: Likewise.
31179         * lib/xvasprintf.c: Likewise.
31180         * lib/xvasprintf.h: Likewise.
31181         * lib/yesno.c: Likewise.
31182         * lib/yesno.h: Likewise.
31183         * posix-modules: Likewise.
31184         * tests/test-alloca-opt.c: Likewise.
31185         * tests/test-arcfour.c: Likewise.
31186         * tests/test-arctwo.c: Likewise.
31187         * tests/test-argmatch.c: Likewise.
31188         * tests/test-argp-2.sh: Likewise.
31189         * tests/test-argp.c: Likewise.
31190         * tests/test-arpa_inet.c: Likewise.
31191         * tests/test-array_list.c: Likewise.
31192         * tests/test-array_oset.c: Likewise.
31193         * tests/test-atexit.c: Likewise.
31194         * tests/test-avltree_list.c: Likewise.
31195         * tests/test-avltree_oset.c: Likewise.
31196         * tests/test-avltreehash_list.c: Likewise.
31197         * tests/test-base64.c: Likewise.
31198         * tests/test-binary-io.c: Likewise.
31199         * tests/test-byteswap.c: Likewise.
31200         * tests/test-c-ctype.c: Likewise.
31201         * tests/test-c-strcasecmp.c: Likewise.
31202         * tests/test-c-strcasestr.c: Likewise.
31203         * tests/test-c-strncasecmp.c: Likewise.
31204         * tests/test-c-strstr.c: Likewise.
31205         * tests/test-canonicalize-lgpl.c: Likewise.
31206         * tests/test-canonicalize.c: Likewise.
31207         * tests/test-carray_list.c: Likewise.
31208         * tests/test-ceilf.c: Likewise.
31209         * tests/test-ceill.c: Likewise.
31210         * tests/test-count-one-bits.c: Likewise.
31211         * tests/test-crc.c: Likewise.
31212         * tests/test-dirname.c: Likewise.
31213         * tests/test-fbufmode.c: Likewise.
31214         * tests/test-fcntl.c: Likewise.
31215         * tests/test-fflush.c: Likewise.
31216         * tests/test-floorf.c: Likewise.
31217         * tests/test-floorl.c: Likewise.
31218         * tests/test-fopen.c: Likewise.
31219         * tests/test-fprintf-posix.c: Likewise.
31220         * tests/test-fprintf-posix.h: Likewise.
31221         * tests/test-fpurge.c: Likewise.
31222         * tests/test-freadable.c: Likewise.
31223         * tests/test-freadahead.c: Likewise.
31224         * tests/test-freading.c: Likewise.
31225         * tests/test-freopen.c: Likewise.
31226         * tests/test-frexp.c: Likewise.
31227         * tests/test-frexpl.c: Likewise.
31228         * tests/test-fseek.c: Likewise.
31229         * tests/test-fseeko.c: Likewise.
31230         * tests/test-fseterr.c: Likewise.
31231         * tests/test-fstrcmp.c: Likewise.
31232         * tests/test-ftell.c: Likewise.
31233         * tests/test-ftello.c: Likewise.
31234         * tests/test-fwritable.c: Likewise.
31235         * tests/test-fwriting.c: Likewise.
31236         * tests/test-getaddrinfo.c: Likewise.
31237         * tests/test-getpass.c: Likewise.
31238         * tests/test-gettimeofday.c: Likewise.
31239         * tests/test-hmac-md5.c: Likewise.
31240         * tests/test-hmac-sha1.c: Likewise.
31241         * tests/test-iconv.c: Likewise.
31242         * tests/test-iconvme.c: Likewise.
31243         * tests/test-inttypes.c: Likewise.
31244         * tests/test-isnan.c: Likewise.
31245         * tests/test-isnanf.c: Likewise.
31246         * tests/test-isnanl-nolibm.c: Likewise.
31247         * tests/test-isnanl.c: Likewise.
31248         * tests/test-isnanl.h: Likewise.
31249         * tests/test-ldexpl.c: Likewise.
31250         * tests/test-linked_list.c: Likewise.
31251         * tests/test-linkedhash_list.c: Likewise.
31252         * tests/test-locale.c: Likewise.
31253         * tests/test-localename.c: Likewise.
31254         * tests/test-lock.c: Likewise.
31255         * tests/test-lseek.c: Likewise.
31256         * tests/test-malloca.c: Likewise.
31257         * tests/test-math.c: Likewise.
31258         * tests/test-mbscasecmp.c: Likewise.
31259         * tests/test-mbscasestr1.c: Likewise.
31260         * tests/test-mbscasestr2.c: Likewise.
31261         * tests/test-mbscasestr3.c: Likewise.
31262         * tests/test-mbscasestr4.c: Likewise.
31263         * tests/test-mbschr.c: Likewise.
31264         * tests/test-mbscspn.c: Likewise.
31265         * tests/test-mbsncasecmp.c: Likewise.
31266         * tests/test-mbspbrk.c: Likewise.
31267         * tests/test-mbspcasecmp.c: Likewise.
31268         * tests/test-mbsrchr.c: Likewise.
31269         * tests/test-mbsspn.c: Likewise.
31270         * tests/test-mbsstr1.c: Likewise.
31271         * tests/test-mbsstr2.c: Likewise.
31272         * tests/test-mbsstr3.c: Likewise.
31273         * tests/test-md5.c: Likewise.
31274         * tests/test-memmem.c: Likewise.
31275         * tests/test-netinet_in.c: Likewise.
31276         * tests/test-open.c: Likewise.
31277         * tests/test-printf-frexp.c: Likewise.
31278         * tests/test-printf-frexpl.c: Likewise.
31279         * tests/test-printf-posix.c: Likewise.
31280         * tests/test-printf-posix.h: Likewise.
31281         * tests/test-rbtree_list.c: Likewise.
31282         * tests/test-rbtree_oset.c: Likewise.
31283         * tests/test-rbtreehash_list.c: Likewise.
31284         * tests/test-read-file.c: Likewise.
31285         * tests/test-rijndael.c: Likewise.
31286         * tests/test-search.c: Likewise.
31287         * tests/test-signbit.c: Likewise.
31288         * tests/test-sleep.c: Likewise.
31289         * tests/test-snprintf-posix.c: Likewise.
31290         * tests/test-snprintf-posix.h: Likewise.
31291         * tests/test-snprintf.c: Likewise.
31292         * tests/test-sprintf-posix.c: Likewise.
31293         * tests/test-sprintf-posix.h: Likewise.
31294         * tests/test-stat-time.c: Likewise.
31295         * tests/test-stdbool.c: Likewise.
31296         * tests/test-stdint.c: Likewise.
31297         * tests/test-stdio.c: Likewise.
31298         * tests/test-stdlib.c: Likewise.
31299         * tests/test-stpncpy.c: Likewise.
31300         * tests/test-strcasestr.c: Likewise.
31301         * tests/test-striconv.c: Likewise.
31302         * tests/test-striconveh.c: Likewise.
31303         * tests/test-striconveha.c: Likewise.
31304         * tests/test-string.c: Likewise.
31305         * tests/test-sys_select.c: Likewise.
31306         * tests/test-sys_socket.c: Likewise.
31307         * tests/test-sys_stat.c: Likewise.
31308         * tests/test-sys_time.c: Likewise.
31309         * tests/test-sysexits.c: Likewise.
31310         * tests/test-time.c: Likewise.
31311         * tests/test-tls.c: Likewise.
31312         * tests/test-trunc.c: Likewise.
31313         * tests/test-truncf.c: Likewise.
31314         * tests/test-truncl.c: Likewise.
31315         * tests/test-unistd.c: Likewise.
31316         * tests/test-vasnprintf-posix.c: Likewise.
31317         * tests/test-vasnprintf-posix2.c: Likewise.
31318         * tests/test-vasnprintf.c: Likewise.
31319         * tests/test-vasprintf-posix.c: Likewise.
31320         * tests/test-vasprintf.c: Likewise.
31321         * tests/test-verify.c: Likewise.
31322         * tests/test-vfprintf-posix.c: Likewise.
31323         * tests/test-vprintf-posix.c: Likewise.
31324         * tests/test-vsnprintf-posix.c: Likewise.
31325         * tests/test-vsnprintf.c: Likewise.
31326         * tests/test-vsprintf-posix.c: Likewise.
31327         * tests/test-wchar.c: Likewise.
31328         * tests/test-wctype.c: Likewise.
31329         * tests/test-wcwidth.c: Likewise.
31330         * tests/test-xstrtol.c: Likewise.
31331         * tests/test-xvasprintf.c: Likewise.
31332         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31333         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31334         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31335         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31336         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31337         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31338         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31339         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31340         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31341         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31342         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31343         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31344         * tests/uniname/test-uninames.c: Likewise.
31345         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31346         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31347         * tests/unistdio/test-u16-printf1.h: Likewise.
31348         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31349         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31350         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31351         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31352         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31353         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31354         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31355         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31356         * tests/unistdio/test-u32-printf1.h: Likewise.
31357         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31358         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31359         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31360         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31361         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31362         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31363         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31364         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31365         * tests/unistdio/test-u8-printf1.h: Likewise.
31366         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31367         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31368         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31369         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31370         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31371         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31372         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31373         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31374         * tests/unistdio/test-ulc-printf1.h: Likewise.
31375         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31376         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31377         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31378         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31379         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31380         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31381         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31382         * tests/uniwidth/test-u16-width.c: Likewise.
31383         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31384         * tests/uniwidth/test-u32-width.c: Likewise.
31385         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31386         * tests/uniwidth/test-u8-width.c: Likewise.
31387         * tests/uniwidth/test-uc_width.c: Likewise.
31388         * config/srclist-update: Likewise.
31389         (fixlicense): Update to GPLv3+.
31390
31391         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31392         * tests/test-tsearch.c: Change copyright notice.
31393
31394         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31395         * lib/c-strcaseeq.h: Change copyright notice.
31396         * lib/streq.h: Likewise.
31397         * lib/uniconv.h: Likewise.
31398         * lib/uniconv/u-conv-from-enc.h: Likewise.
31399         * lib/uniconv/u-conv-to-enc.h: Likewise.
31400         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31401         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31402         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31403         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31404         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31405         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31406         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31407         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31408         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31409         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31410         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31411         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31412         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31413         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31414         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31415         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31416         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31417         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31418         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31419         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31420         * lib/uniname.h: Likewise.
31421         * lib/uniname/uniname.c: Likewise.
31422         * lib/unistdio.h: Likewise.
31423         * lib/unistdio/u-asnprintf.h: Likewise.
31424         * lib/unistdio/u-asprintf.h: Likewise.
31425         * lib/unistdio/u-printf-args.c: Likewise.
31426         * lib/unistdio/u-printf-args.h: Likewise.
31427         * lib/unistdio/u-printf-parse.h: Likewise.
31428         * lib/unistdio/u-snprintf.h: Likewise.
31429         * lib/unistdio/u-sprintf.h: Likewise.
31430         * lib/unistdio/u-vasprintf.h: Likewise.
31431         * lib/unistdio/u-vsnprintf.h: Likewise.
31432         * lib/unistdio/u-vsprintf.h: Likewise.
31433         * lib/unistdio/u16-asnprintf.c: Likewise.
31434         * lib/unistdio/u16-asprintf.c: Likewise.
31435         * lib/unistdio/u16-printf-parse.c: Likewise.
31436         * lib/unistdio/u16-snprintf.c: Likewise.
31437         * lib/unistdio/u16-sprintf.c: Likewise.
31438         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31439         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31440         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31441         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31442         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31443         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31444         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31445         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31446         * lib/unistdio/u16-vasnprintf.c: Likewise.
31447         * lib/unistdio/u16-vasprintf.c: Likewise.
31448         * lib/unistdio/u16-vsnprintf.c: Likewise.
31449         * lib/unistdio/u16-vsprintf.c: Likewise.
31450         * lib/unistdio/u32-asnprintf.c: Likewise.
31451         * lib/unistdio/u32-asprintf.c: Likewise.
31452         * lib/unistdio/u32-printf-parse.c: Likewise.
31453         * lib/unistdio/u32-snprintf.c: Likewise.
31454         * lib/unistdio/u32-sprintf.c: Likewise.
31455         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31456         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31457         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31458         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31459         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31460         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31461         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31462         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31463         * lib/unistdio/u32-vasnprintf.c: Likewise.
31464         * lib/unistdio/u32-vasprintf.c: Likewise.
31465         * lib/unistdio/u32-vsnprintf.c: Likewise.
31466         * lib/unistdio/u32-vsprintf.c: Likewise.
31467         * lib/unistdio/u8-asnprintf.c: Likewise.
31468         * lib/unistdio/u8-asprintf.c: Likewise.
31469         * lib/unistdio/u8-printf-parse.c: Likewise.
31470         * lib/unistdio/u8-snprintf.c: Likewise.
31471         * lib/unistdio/u8-sprintf.c: Likewise.
31472         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31473         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31474         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31475         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31476         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31477         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31478         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31479         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31480         * lib/unistdio/u8-vasnprintf.c: Likewise.
31481         * lib/unistdio/u8-vasprintf.c: Likewise.
31482         * lib/unistdio/u8-vsnprintf.c: Likewise.
31483         * lib/unistdio/u8-vsprintf.c: Likewise.
31484         * lib/unistdio/ulc-asnprintf.c: Likewise.
31485         * lib/unistdio/ulc-asprintf.c: Likewise.
31486         * lib/unistdio/ulc-printf-parse.c: Likewise.
31487         * lib/unistdio/ulc-snprintf.c: Likewise.
31488         * lib/unistdio/ulc-sprintf.c: Likewise.
31489         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31490         * lib/unistdio/ulc-vasprintf.c: Likewise.
31491         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31492         * lib/unistdio/ulc-vsprintf.c: Likewise.
31493         * lib/unistr.h: Likewise.
31494         * lib/unistr/u-cpy-alloc.h: Likewise.
31495         * lib/unistr/u-cpy.h: Likewise.
31496         * lib/unistr/u-endswith.h: Likewise.
31497         * lib/unistr/u-move.h: Likewise.
31498         * lib/unistr/u-set.h: Likewise.
31499         * lib/unistr/u-startswith.h: Likewise.
31500         * lib/unistr/u-stpcpy.h: Likewise.
31501         * lib/unistr/u-stpncpy.h: Likewise.
31502         * lib/unistr/u-strcat.h: Likewise.
31503         * lib/unistr/u-strcpy.h: Likewise.
31504         * lib/unistr/u-strcspn.h: Likewise.
31505         * lib/unistr/u-strdup.h: Likewise.
31506         * lib/unistr/u-strlen.h: Likewise.
31507         * lib/unistr/u-strncat.h: Likewise.
31508         * lib/unistr/u-strncpy.h: Likewise.
31509         * lib/unistr/u-strnlen.h: Likewise.
31510         * lib/unistr/u-strpbrk.h: Likewise.
31511         * lib/unistr/u-strspn.h: Likewise.
31512         * lib/unistr/u-strstr.h: Likewise.
31513         * lib/unistr/u-strtok.h: Likewise.
31514         * lib/unistr/u16-check.c: Likewise.
31515         * lib/unistr/u16-chr.c: Likewise.
31516         * lib/unistr/u16-cmp.c: Likewise.
31517         * lib/unistr/u16-cpy-alloc.c: Likewise.
31518         * lib/unistr/u16-cpy.c: Likewise.
31519         * lib/unistr/u16-endswith.c: Likewise.
31520         * lib/unistr/u16-mblen.c: Likewise.
31521         * lib/unistr/u16-mbsnlen.c: Likewise.
31522         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31523         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31524         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31525         * lib/unistr/u16-mbtouc.c: Likewise.
31526         * lib/unistr/u16-mbtoucr.c: Likewise.
31527         * lib/unistr/u16-move.c: Likewise.
31528         * lib/unistr/u16-next.c: Likewise.
31529         * lib/unistr/u16-prev.c: Likewise.
31530         * lib/unistr/u16-set.c: Likewise.
31531         * lib/unistr/u16-startswith.c: Likewise.
31532         * lib/unistr/u16-stpcpy.c: Likewise.
31533         * lib/unistr/u16-stpncpy.c: Likewise.
31534         * lib/unistr/u16-strcat.c: Likewise.
31535         * lib/unistr/u16-strchr.c: Likewise.
31536         * lib/unistr/u16-strcmp.c: Likewise.
31537         * lib/unistr/u16-strcpy.c: Likewise.
31538         * lib/unistr/u16-strcspn.c: Likewise.
31539         * lib/unistr/u16-strdup.c: Likewise.
31540         * lib/unistr/u16-strlen.c: Likewise.
31541         * lib/unistr/u16-strmblen.c: Likewise.
31542         * lib/unistr/u16-strmbtouc.c: Likewise.
31543         * lib/unistr/u16-strncat.c: Likewise.
31544         * lib/unistr/u16-strncmp.c: Likewise.
31545         * lib/unistr/u16-strncpy.c: Likewise.
31546         * lib/unistr/u16-strnlen.c: Likewise.
31547         * lib/unistr/u16-strpbrk.c: Likewise.
31548         * lib/unistr/u16-strrchr.c: Likewise.
31549         * lib/unistr/u16-strspn.c: Likewise.
31550         * lib/unistr/u16-strstr.c: Likewise.
31551         * lib/unistr/u16-strtok.c: Likewise.
31552         * lib/unistr/u16-to-u32.c: Likewise.
31553         * lib/unistr/u16-to-u8.c: Likewise.
31554         * lib/unistr/u16-uctomb-aux.c: Likewise.
31555         * lib/unistr/u16-uctomb.c: Likewise.
31556         * lib/unistr/u32-check.c: Likewise.
31557         * lib/unistr/u32-chr.c: Likewise.
31558         * lib/unistr/u32-cmp.c: Likewise.
31559         * lib/unistr/u32-cpy-alloc.c: Likewise.
31560         * lib/unistr/u32-cpy.c: Likewise.
31561         * lib/unistr/u32-endswith.c: Likewise.
31562         * lib/unistr/u32-mblen.c: Likewise.
31563         * lib/unistr/u32-mbsnlen.c: Likewise.
31564         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31565         * lib/unistr/u32-mbtouc.c: Likewise.
31566         * lib/unistr/u32-mbtoucr.c: Likewise.
31567         * lib/unistr/u32-move.c: Likewise.
31568         * lib/unistr/u32-next.c: Likewise.
31569         * lib/unistr/u32-prev.c: Likewise.
31570         * lib/unistr/u32-set.c: Likewise.
31571         * lib/unistr/u32-startswith.c: Likewise.
31572         * lib/unistr/u32-stpcpy.c: Likewise.
31573         * lib/unistr/u32-stpncpy.c: Likewise.
31574         * lib/unistr/u32-strcat.c: Likewise.
31575         * lib/unistr/u32-strchr.c: Likewise.
31576         * lib/unistr/u32-strcmp.c: Likewise.
31577         * lib/unistr/u32-strcpy.c: Likewise.
31578         * lib/unistr/u32-strcspn.c: Likewise.
31579         * lib/unistr/u32-strdup.c: Likewise.
31580         * lib/unistr/u32-strlen.c: Likewise.
31581         * lib/unistr/u32-strmblen.c: Likewise.
31582         * lib/unistr/u32-strmbtouc.c: Likewise.
31583         * lib/unistr/u32-strncat.c: Likewise.
31584         * lib/unistr/u32-strncmp.c: Likewise.
31585         * lib/unistr/u32-strncpy.c: Likewise.
31586         * lib/unistr/u32-strnlen.c: Likewise.
31587         * lib/unistr/u32-strpbrk.c: Likewise.
31588         * lib/unistr/u32-strrchr.c: Likewise.
31589         * lib/unistr/u32-strspn.c: Likewise.
31590         * lib/unistr/u32-strstr.c: Likewise.
31591         * lib/unistr/u32-strtok.c: Likewise.
31592         * lib/unistr/u32-to-u16.c: Likewise.
31593         * lib/unistr/u32-to-u8.c: Likewise.
31594         * lib/unistr/u32-uctomb.c: Likewise.
31595         * lib/unistr/u8-check.c: Likewise.
31596         * lib/unistr/u8-chr.c: Likewise.
31597         * lib/unistr/u8-cmp.c: Likewise.
31598         * lib/unistr/u8-cpy-alloc.c: Likewise.
31599         * lib/unistr/u8-cpy.c: Likewise.
31600         * lib/unistr/u8-endswith.c: Likewise.
31601         * lib/unistr/u8-mblen.c: Likewise.
31602         * lib/unistr/u8-mbsnlen.c: Likewise.
31603         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31604         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31605         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31606         * lib/unistr/u8-mbtouc.c: Likewise.
31607         * lib/unistr/u8-mbtoucr.c: Likewise.
31608         * lib/unistr/u8-move.c: Likewise.
31609         * lib/unistr/u8-next.c: Likewise.
31610         * lib/unistr/u8-prev.c: Likewise.
31611         * lib/unistr/u8-set.c: Likewise.
31612         * lib/unistr/u8-startswith.c: Likewise.
31613         * lib/unistr/u8-stpcpy.c: Likewise.
31614         * lib/unistr/u8-stpncpy.c: Likewise.
31615         * lib/unistr/u8-strcat.c: Likewise.
31616         * lib/unistr/u8-strchr.c: Likewise.
31617         * lib/unistr/u8-strcmp.c: Likewise.
31618         * lib/unistr/u8-strcpy.c: Likewise.
31619         * lib/unistr/u8-strcspn.c: Likewise.
31620         * lib/unistr/u8-strdup.c: Likewise.
31621         * lib/unistr/u8-strlen.c: Likewise.
31622         * lib/unistr/u8-strmblen.c: Likewise.
31623         * lib/unistr/u8-strmbtouc.c: Likewise.
31624         * lib/unistr/u8-strncat.c: Likewise.
31625         * lib/unistr/u8-strncmp.c: Likewise.
31626         * lib/unistr/u8-strncpy.c: Likewise.
31627         * lib/unistr/u8-strnlen.c: Likewise.
31628         * lib/unistr/u8-strpbrk.c: Likewise.
31629         * lib/unistr/u8-strrchr.c: Likewise.
31630         * lib/unistr/u8-strspn.c: Likewise.
31631         * lib/unistr/u8-strstr.c: Likewise.
31632         * lib/unistr/u8-strtok.c: Likewise.
31633         * lib/unistr/u8-to-u16.c: Likewise.
31634         * lib/unistr/u8-to-u32.c: Likewise.
31635         * lib/unistr/u8-uctomb-aux.c: Likewise.
31636         * lib/unistr/u8-uctomb.c: Likewise.
31637         * lib/unitypes.h: Likewise.
31638         * lib/uniwidth.h: Likewise.
31639         * lib/uniwidth/cjk.h: Likewise.
31640         * lib/uniwidth/u16-strwidth.c: Likewise.
31641         * lib/uniwidth/u16-width.c: Likewise.
31642         * lib/uniwidth/u32-strwidth.c: Likewise.
31643         * lib/uniwidth/u32-width.c: Likewise.
31644         * lib/uniwidth/u8-strwidth.c: Likewise.
31645         * lib/uniwidth/u8-width.c: Likewise.
31646         * lib/uniwidth/width.c: Likewise.
31647
31648 2007-10-07  Bruno Haible  <bruno@clisp.org>
31649
31650         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31651         The file is still under LGPL (see modules/inttypes).
31652
31653 2007-10-06  Bruno Haible  <bruno@clisp.org>
31654
31655         * modules/trunc (Dependencies): Add 'extensions'.
31656         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31657         Reported by Ben Pfaff <blp@gnu.org>.
31658
31659 2007-10-06  Bruno Haible  <bruno@clisp.org>
31660
31661         * modules/freopen-tests: New file.
31662         * tests/test-freopen.c: New file.
31663
31664         * modules/fopen-tests: New file.
31665         * tests/test-fopen.c: New file.
31666
31667         * modules/fopen: New file.
31668         * lib/fopen.c: New file.
31669         * m4/fopen.m4: New file.
31670         * modules/freopen: New file.
31671         * lib/freopen.c: New file.
31672         * m4/freopen.m4: New file.
31673         * lib/stdio.in.h (fopen, freopen): New declarations.
31674         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31675         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31676         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31677         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31678         * doc/functions/fopen.texi: Mention the 'fopen' module.
31679         * doc/functions/freopen.texi: Mention the 'freopen' module.
31680
31681 2007-10-06  Bruno Haible  <bruno@clisp.org>
31682
31683         * modules/open-tests: New file.
31684         * tests/test-open.c: New file.
31685
31686         * modules/open: New file.
31687         * lib/open.c: New file.
31688         * m4/open.m4: New file.
31689         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31690         lib/open.c does.
31691         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31692         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31693         macros.
31694         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31695         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31696         REPLACE_OPEN.
31697         * doc/functions/open.texi: Mention the 'open' module.
31698
31699 2007-10-04  Bruno Haible  <bruno@clisp.org>
31700
31701         * modules/ceill-tests: New file.
31702         * tests/test-ceill.c: New file.
31703
31704         * modules/ceill: New file.
31705         * lib/ceill.c: Replace entire file.
31706         * m4/ceill.m4: New file.
31707         * lib/math.in.h (ceill): Replace declaration.
31708         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31709         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31710         * doc/functions/ceill.texi: Mention the 'ceill' module.
31711         * modules/mathl (Files): Remove lib/ceill.c.
31712         (Depends-on): Add ceill.
31713
31714 2007-10-04  Bruno Haible  <bruno@clisp.org>
31715
31716         * modules/ceilf-tests: New file.
31717         * tests/test-ceilf.c: New file.
31718
31719         * modules/ceilf: New file.
31720         * lib/ceil.c: New file.
31721         * lib/ceilf.c: New file.
31722         * m4/ceilf.m4: New file.
31723         * lib/math.in.h (ceilf): New declaration.
31724         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31725         HAVE_DECL_CEILF.
31726         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31727         HAVE_DECL_CEILF.
31728         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31729
31730 2007-10-04  Bruno Haible  <bruno@clisp.org>
31731
31732         * modules/floorl-tests: New file.
31733         * tests/test-floorl.c: New file.
31734
31735         * modules/floorl: New file.
31736         * lib/floorl.c: Replace entire file.
31737         * m4/floorl.m4: New file.
31738         * lib/math.in.h (floorl): Replace declaration.
31739         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31740         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31741         * doc/functions/floorl.texi: Mention the 'floorl' module.
31742         * modules/mathl (Files): Remove lib/floorl.c.
31743         (Depends-on): Add floorl.
31744
31745 2007-10-04  Bruno Haible  <bruno@clisp.org>
31746
31747         * modules/floorf-tests: New file.
31748         * tests/test-floorf.c: New file.
31749
31750         * modules/floorf: New file.
31751         * lib/floor.c: New file.
31752         * lib/floorf.c: New file.
31753         * m4/floorf.m4: New file.
31754         * lib/math.in.h (floorf): New declaration.
31755         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31756         HAVE_DECL_FLOORF.
31757         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31758         HAVE_DECL_FLOORF.
31759         * doc/functions/floorf.texi: Mention the 'floorf' module.
31760
31761 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31762             Bruno Haible  <bruno@clisp.org>
31763
31764         Advertise for the Git server instead of the CVS server.
31765         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31766         repository instead of the CVS one.
31767         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31768         about all VCS systems generically.
31769         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31770
31771 2007-10-04  Bruno Haible  <bruno@clisp.org>
31772
31773         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31774         means.
31775         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31776
31777 2007-10-04  Bruno Haible  <bruno@clisp.org>
31778
31779         * modules/truncl-tests: New file.
31780         * tests/test-truncl.c: New file.
31781
31782         * modules/truncl: New file.
31783         * lib/truncl.c: New file.
31784         * m4/truncl.m4: New file.
31785         * lib/math.in.h (truncl): New declaration.
31786         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31787         HAVE_DECL_TRUNCL.
31788         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31789         HAVE_DECL_TRUNCL.
31790         * doc/functions/truncl.texi: Mention the 'truncl' module.
31791
31792 2007-10-04  Bruno Haible  <bruno@clisp.org>
31793
31794         * modules/truncf-tests: New file.
31795         * tests/test-truncf.c: New file.
31796
31797         * modules/truncf: New file.
31798         * lib/trunc.c: Make paramerizable through USE_* macros.
31799         * lib/truncf.c: New file.
31800         * m4/truncf.m4: New file.
31801         * lib/math.in.h (truncf): New declaration.
31802         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31803         HAVE_DECL_TRUNCF.
31804         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31805         HAVE_DECL_TRUNCF.
31806         * doc/functions/truncf.texi: Mention the 'truncf' module.
31807
31808 2007-10-03  Bruno Haible  <bruno@clisp.org>
31809
31810         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31811         augmentation also for tests modules.
31812         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31813         * modules/atexit-tests (Makefile.am): Likewise.
31814         * modules/binary-io-tests (Makefile.am): Likewise.
31815         * modules/c-strcase-tests (Makefile.am): Likewise.
31816         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31817         * modules/canonicalize-tests (Makefile.am): Likewise.
31818         * modules/closein-tests (Makefile.am): Likewise.
31819         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31820         * modules/freadahead-tests (Makefile.am): Likewise.
31821         * modules/fseek-tests (Makefile.am): Likewise.
31822         * modules/fseeko-tests (Makefile.am): Likewise.
31823         * modules/ftell-tests (Makefile.am): Likewise.
31824         * modules/ftello-tests (Makefile.am): Likewise.
31825         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31826         * modules/isnanl-tests (Makefile.am): Likewise.
31827         * modules/lseek-tests (Makefile.am): Likewise.
31828         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31829         * modules/mbscasestr-tests (Makefile.am): Likewise.
31830         * modules/mbschr-tests (Makefile.am): Likewise.
31831         * modules/mbscspn-tests (Makefile.am): Likewise.
31832         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31833         * modules/mbspbrk-tests (Makefile.am): Likewise.
31834         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31835         * modules/mbsrchr-tests (Makefile.am): Likewise.
31836         * modules/mbsspn-tests (Makefile.am): Likewise.
31837         * modules/mbsstr-tests (Makefile.am): Likewise.
31838         * modules/printf-posix-tests (Makefile.am): Likewise.
31839         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31840         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31841         * modules/tsearch-tests (Makefile.am): Likewise.
31842         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31843         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31844         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31845         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31846         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31847         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31848         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31849         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31850         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31851         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31852         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31853         * modules/xstrtol-tests (Makefile.am): Likewise.
31854         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31855         * modules/yesno-tests (Makefile.am): Likewise.
31856
31857 2007-10-03  Bruno Haible  <bruno@clisp.org>
31858
31859         * modules/trunc-tests: New file.
31860         * tests/test-trunc.c: New file.
31861
31862         * modules/trunc: New file.
31863         * lib/trunc.c: New file.
31864         * m4/trunc.m4: New file.
31865         * lib/math.in.h (trunc): New declaration.
31866         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31867         HAVE_DECL_TRUNC.
31868         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31869         HAVE_DECL_TRUNC.
31870         * doc/functions/trunc.texi: Mention the 'trunc' module.
31871
31872 2007-10-03  Bruno Haible  <bruno@clisp.org>
31873
31874         * tests/test-fpending.c: New file, mostly copied
31875         from coreutils/lib/t-fpending.c.
31876         * modules/fpending-tests: New file.
31877
31878 2007-10-03  Bruno Haible  <bruno@clisp.org>
31879
31880         Port the stdio extensions to QNX (untested).
31881         * lib/fseterr.c (fseterr): Add support for QNX.
31882         * lib/fbufmode.c (fbufmode): Likewise.
31883         * lib/freadable.c (freadable): Likewise.
31884         * lib/fwritable.c (fwritable): Likewise.
31885         * lib/freading.c (freading): Likewise.
31886         * lib/fwriting.c (fwriting): Likewise.
31887         * lib/freadahead.c (freadahed): Likewise.
31888         * lib/fpurge.c (fpurge): Likewise.
31889         * lib/fseeko.c (rpl_fseeko): Likewise.
31890
31891 2007-10-03  Bruno Haible  <bruno@clisp.org>
31892             Jim Meyering  <jim@meyering.net>
31893             Eric Blake  <ebb9@byu.net>
31894
31895         * doc/relocatable.texi: Use @command instead of @program.
31896
31897 2007-10-02  Jim Meyering  <jim@meyering.net>
31898
31899         Perform one more "_.h" -> ".in.h" substitution.
31900         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31901         instead of unistd_.h here, too.
31902
31903 2007-10-01  Bruno Haible  <bruno@clisp.org>
31904
31905         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31906         Needed for the alloca-opt module.
31907
31908 2007-09-30  Bruno Haible  <bruno@clisp.org>
31909
31910         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31911         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31912         alloca_.h.
31913         * lib/argz.in.h: Renamed from lib/argz_.h.
31914         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31915         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31916         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31917         byteswap_.h.
31918         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31919         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31920         dirent_.h.
31921         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31922         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31923         fcntl_.h.
31924         * lib/float.in.h: Renamed from lib/float_.h.
31925         * modules/float (Files, Makefile.am): Use float.in.h instead of
31926         float_.h.
31927         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31928         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31929         fnmatch_.h.
31930         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31931         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31932         getopt_.h.
31933         * lib/glob.in.h: Renamed from lib/glob_.h.
31934         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31935         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31936         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31937         iconv_.h.
31938         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31939         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31940         inttypes_.h.
31941         * lib/locale.in.h: Renamed from lib/locale_.h.
31942         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31943         locale_.h.
31944         * lib/math.in.h: Renamed from lib/math_.h.
31945         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31946         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31947         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31948         of netinet_in_.h. Add dependency.
31949         * lib/poll.in.h: Renamed from lib/poll_.h.
31950         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31951         * lib/search.in.h: Renamed from lib/search_.h.
31952         * modules/search (Files, Makefile.am): Use search.in.h instead of
31953         search_.h.
31954         * lib/signal.in.h: Renamed from lib/signal_.h.
31955         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31956         _signal.h.
31957         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31958         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31959         stdbool_.h.
31960         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31961         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31962         stdint_.h.
31963         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31964         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31965         stdio_.h.
31966         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31967         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31968         stdlib_.h.
31969         * lib/string.in.h: Renamed from lib/string_.h.
31970         * modules/string (Files, Makefile.am): Use string.in.h instead of
31971         string_.h.
31972         * doc/gnulib-tool.texi (Initial import): Update.
31973         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31974         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31975         of sys_select_.h. Add dependency.
31976         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31977         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31978         of sys_socket_.h.
31979         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31980         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31981         sys_stat_.h.
31982         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31983         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31984         sys_time_.h.
31985         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31986         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31987         sysexits_.h.
31988         * lib/time.in.h: Renamed from lib/time_.h.
31989         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31990         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31991         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31992         unistd_.h.
31993         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31994         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31995         wchar_.h.
31996         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31997         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31998         wctype_.h.
31999         * build-aux/bootstrap (slurp): Update.
32000         * lib/.cppi-disable: Update.
32001
32002 2007-09-30  Bruno Haible  <bruno@clisp.org>
32003
32004         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32005         Needed on BeOS.
32006
32007 2007-09-30  Bruno Haible  <bruno@clisp.org>
32008
32009         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32010
32011 2007-09-29  Bruno Haible  <bruno@clisp.org>
32012
32013         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32014
32015 2007-09-29  Bruno Haible  <bruno@clisp.org>
32016
32017         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32018         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32019         * build-aux/install-reloc: Compile also areadlink.c.
32020         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32021
32022 2007-09-29  Bruno Haible  <bruno@clisp.org>
32023
32024         * gnulib-tool (func_emit_initmacro_done): Indentation.
32025
32026 2007-09-29  Bruno Haible  <bruno@clisp.org>
32027
32028         * README: Add CVS checkout update instructions.
32029         Info from Bob Proulx <bob@proulx.com>.
32030
32031 2007-09-28  Eric Blake  <ebb9@byu.net>
32032
32033         Provide move-if-change.
32034         * build-aux/move-if-change: New file, based on best practice
32035         rather than any canonical upstream location.
32036
32037 2007-09-28  Jim Meyering  <jim@meyering.net>
32038
32039         Fix canonicalize loop-detection corner case.
32040         Do not attempt to stat the symlink values stored via seen_triple.
32041         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32042         on linux-2.6.18, (but not 2.6.22).
32043         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32044         triple_compare.  The former compares dev,ino,filename, while the latter
32045         would actually stat dirname(filename) when dev and ino were equal.
32046         * lib/hash-triple.c: Install <string.h>.
32047         (STREQ): Define.
32048         (triple_compare_ino_str): New function.
32049         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32050
32051 2007-09-28  Eric Blake  <ebb9@byu.net>
32052
32053         Enforce that AC_REPLACE_FUNCS files exist.
32054         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32055         override check for typos.
32056
32057         Fix test-closein on Solaris 10.
32058         * tests/test-closein.c (main): Don't assume stdin can be inherited
32059         closed on all systems.
32060         * tests/test-closein.sh: Likewise.
32061         Reported by Piotr Tarnowski.
32062
32063 2007-09-28  Jim Meyering  <jim@meyering.net>
32064
32065         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32066
32067 2007-09-27  Jim Meyering  <jim@meyering.net>
32068
32069         canonicalize: Avoid a false-positive cycle failure.
32070         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32071         Sort.  Remove cycle-check.
32072         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32073         not cycle-check.h.
32074         (seen_triple): New function.
32075         (canonicalize_filename_mode): Use it instead of cycle-check.
32076         * tests/test-canonicalize.c: Add a test for this bug.
32077         * tests/test-canonicalize.sh: Set up and run the test.
32078
32079         New module, file-set, from coreutils.
32080         * modules/file-set: Define it.
32081         * lib/file-set.c, lib/file-set.h: Implement.
32082
32083         New module, hash-triple, from coreutils.
32084         * modules/hash-triple: Define it.
32085         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32086
32087 2007-09-25  Eric Blake  <ebb9@byu.net>
32088
32089         Fix strerror on Interix.
32090         * lib/string_.h (strerror): Declare replacement.
32091         * doc/functions/strerror.texi (strerror): Document the Interix
32092         shortcoming.
32093         * modules/string (Makefile.am): Support new hooks.
32094         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32095         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32096         gl_FUNC_STRERROR_SEPARATE.
32097         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32098         * lib/strerror.c (rpl_strerror): Provide replacement.
32099         * modules/strerror (Depends-on): Add string.
32100         (configure.ac): Detect use of module.
32101         * tests/test-strerror.c: New file.
32102         * modules/strerror-tests: New test module.
32103         * modules/argp (Depends-on): Add strerror.
32104         * modules/error (Depends-on): Likewise.
32105         Reported by Martin Koeppe.
32106
32107 2007-09-24  Bruno Haible  <bruno@clisp.org>
32108
32109         * README: Update git instructions.
32110
32111 2007-09-24  Eric Blake  <ebb9@byu.net>
32112
32113         Revert fpending breakage from 2007-09-08.
32114         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32115         __fpending.c.
32116
32117 2007-09-24  Jim Meyering  <jim@meyering.net>
32118
32119         filenamecat.c: Add a test.
32120         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32121         showing how the function works when DIR is the empty string.
32122
32123 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32124
32125         * tests/test-canonicalize.sh: Turn on executable bit.
32126
32127 2007-09-19  Eric Blake  <ebb9@byu.net>
32128
32129         * README: Update CVS instructions.
32130
32131 2007-09-18  Bruno Haible  <bruno@clisp.org>
32132
32133         * modules/areadlink: New file.
32134         * lib/areadlink.h (areadlink): New declaration.
32135         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32136
32137 2007-09-17  Jim Meyering  <jim@meyering.net>
32138
32139         * lib/savewd.c (ESTALE) [!defined]: Define.
32140         Reported to be required on Interix by Martin Koeppe.
32141
32142 2007-09-17  Bruno Haible  <bruno@clisp.org>
32143
32144         * gnulib-tool (func_version): Use $version.
32145
32146 2007-09-16  Bruno Haible  <bruno@clisp.org>
32147
32148         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32149         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32150         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32151         Reported by Greg Schafer <gschafer@zip.com.au>.
32152
32153 2007-09-15  Bruno Haible  <bruno@clisp.org>
32154
32155         * gnulib-tool (sed): Try a little harder to make bash understand the
32156         alias.
32157         Reported by Bruce Korb <bruce.korb@gmail.com>.
32158
32159 2007-09-13  Eric Blake  <ebb9@byu.net>
32160
32161         * ChangeLog: Remove conflict markers.
32162
32163 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32164
32165         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32166         Reported by Bruno Haible <bruno@clisp.org>.
32167
32168 2007-09-12  Bruno Haible  <bruno@clisp.org>
32169
32170         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32171         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32172         is not defined.
32173
32174 2007-09-12  Eric Blake  <ebb9@byu.net>
32175
32176         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32177         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32178         Autoconf definition.
32179         * modules/euidaccess (Depends-on): Add extensions, for
32180         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32181         * modules/fnmatch (Depends-on): Likewise.
32182         * modules/getaddrinfo (Depends-on): Likewise.
32183         * modules/getdelim (Depends-on): Likewise.
32184         * modules/getline (Depends-on): Likewise.
32185         * modules/getsubopt (Depends-on): Likewise.
32186         * modules/gettext (Depends-on): Likewise.
32187         * modules/group-member (Depends-on): Likewise.
32188         * modules/mbchar (Depends-on): Likewise.
32189         * modules/memmem (Depends-on): Likewise.
32190         * modules/mempcpy (Depends-on): Likewise.
32191         * modules/memrchr (Depends-on): Likewise.
32192         * modules/pagealign_alloc (Depends-on): Likewise.
32193         * modules/readutmp (Depends-on): Likewise.
32194         * modules/stpcpy (Depends-on): Likewise.
32195         * modules/stpncpy (Depends-on): Likewise.
32196         * modules/strchrnul (Depends-on): Likewise.
32197         * modules/strndup (Depends-on): Likewise.
32198         * modules/strsep (Depends-on): Likewise.
32199         * modules/strverscmp (Depends-on): Likewise.
32200         * modules/vasprintf (Depends-on): Likewise.
32201         * modules/wcwidth (Depends-on): Likewise.
32202         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32203         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32204         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32205         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32206         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32207         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32208         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32209         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32210         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32211         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32212         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32213         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32214         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32215         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32216         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32217         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32218         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32219         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32220         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32221         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32222         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32223         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32224         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32225         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32226         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32227         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32228         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32229         so that lock.m4 can be used in gettext without extensions module.
32230
32231 2007-09-11  Bruno Haible  <bruno@clisp.org>
32232
32233         * m4/isc-posix.m4: Remove file.
32234         Suggested by Eric Blake.
32235
32236 2007-09-11  Eric Blake  <ebb9@byu.net>
32237
32238         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32239
32240 2007-09-10  Bruno Haible  <bruno@clisp.org>
32241
32242         * posix-modules: Fix typo in error message.
32243         Reported by Matt <mkraai@beckman.com>.
32244
32245 2007-09-09  Bruno Haible  <bruno@clisp.org>
32246
32247         * doc/functions/getdelim.texi: Update list of platforms lacking the
32248         function.
32249         * doc/functions/getline.texi: Likewise.
32250
32251 2007-09-09  Jim Meyering  <jim@meyering.net>
32252
32253         * lib/hash.c (hash_initialize): Detect calloc failure.
32254         Reported by Bruno Haible.
32255
32256 2007-09-09  Bruno Haible  <bruno@clisp.org>
32257
32258         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32259         malloc or realloc fails.
32260
32261 2007-09-09  Bruno Haible  <bruno@clisp.org>
32262
32263         * modules/getcwd (Depends-on): Add malloc-posix.
32264         * modules/glob (Depends-on): Likewise.
32265         * modules/putenv (Depends-on): Likewise.
32266         * modules/strdup (Depends-on): Likewise.
32267         * modules/getdelim (Depends-on): Add realloc-posix.
32268         * modules/read-file (Depends-on): Likewise.
32269
32270 2007-09-09  Bruno Haible  <bruno@clisp.org>
32271
32272         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32273         (gl_FUNC_MALLOC_POSIX): Require it.
32274         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32275         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32276         * modules/realloc (Files): Add m4/malloc.m4.
32277         * modules/calloc (Files): Likewise.
32278
32279 2007-09-09  Bruno Haible  <bruno@clisp.org>
32280
32281         * modules/malloc-posix: New file.
32282         * modules/malloc (Depends-on): Add malloc-posix.
32283         * lib/malloc.c: Include errno.h.
32284         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32285         and a POSIX-compatible malloc into a single function. Set ENOMEM
32286         when returning NULL.
32287         * m4/malloc.m4: New file.
32288         * doc/functions/malloc.texi: Mention the malloc-posix module.
32289         * lib/stdlib_.h (malloc): New declaration.
32290         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32291         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32292         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32293         and HAVE_MALLOC_POSIX.
32294
32295 2007-09-09  Bruno Haible  <bruno@clisp.org>
32296
32297         * modules/realloc-posix: New file.
32298         * modules/realloc (Depends-on): Add realloc-posix.
32299         * lib/realloc.c: Include errno.h.
32300         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32301         and a POSIX-compatible realloc into a single function. Set ENOMEM
32302         when returning NULL.
32303         * m4/realloc.m4: New file.
32304         * doc/functions/realloc.texi: Mention the realloc-posix module.
32305         * lib/stdlib_.h (realloc): New declaration.
32306         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32307         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32308         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32309         and HAVE_REALLOC_POSIX.
32310
32311 2007-09-09  Bruno Haible  <bruno@clisp.org>
32312
32313         * modules/calloc-posix: New file.
32314         * modules/calloc (Depends-on): Add calloc-posix.
32315         * lib/calloc.c: Include errno.h.
32316         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32317         and a POSIX-compatible calloc into a single function. Set ENOMEM
32318         when returning NULL.
32319         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32320         * doc/functions/calloc.texi: Mention the calloc-posix module.
32321         * lib/stdlib_.h (calloc): New declaration.
32322         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32323         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32324         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32325         and HAVE_CALLOC_POSIX.
32326
32327 2007-09-09  Bruno Haible  <bruno@clisp.org>
32328
32329         Allow for modules to show an arbitrary notice.
32330         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32331         * gnulib-tool: New option --extract-notice.
32332         (func_usage): Document it.
32333         (sed_extract_prog): Update.
32334         (func_get_notice): New function.
32335         (func_modules_notice): New function.
32336         (func_import, func_create_testdir): Invoke it.
32337         Suggested by Jim Meyering.
32338
32339 2007-09-09  Bruno Haible  <bruno@clisp.org>
32340
32341         * gnulib-tool: New options --verbose, --quiet.
32342         (func_usage): Document them.
32343         (verbose): New variable.
32344         (func_execute_command): New function.
32345         (func_import): Don't show the module list and the file list if
32346         $verbose < 0.
32347         (func_create_testdir): Likewise. Use func_execute_command.
32348         (func_create_megatestdir): Use func_execute_command.
32349
32350 2007-09-08  Bruno Haible  <bruno@clisp.org>
32351
32352         * gnulib-tool (func_import): Prefer rsync over wget when available,
32353         for fetching the PO files.
32354
32355 2007-09-08  Bruno Haible  <bruno@clisp.org>
32356
32357         * posix-modules: New file. Portions copied from gnulib-tool.
32358         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32359
32360 2007-09-08  Jim Meyering  <jim@meyering.net>
32361
32362         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32363         * lib/fpending.h: Rename from __fpending.h.
32364         * lib/fpending.c: Rename from __fpending.c.
32365         Include "fpending.h", not "__fpending.h".
32366         * lib/__fpending.h, lib/__fpending.c: Remove files.
32367         * modules/fpending (Files): Reflect new file names.
32368         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32369
32370 2007-09-08  Bruno Haible  <bruno@clisp.org>
32371
32372         * m4/inttypes-h.m4: Remove stub file.
32373
32374 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32375
32376         * doc/headers/stdint.texi: Discuss #include_next issue.
32377
32378 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32379
32380         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32381
32382 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32383
32384         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32385         in variable name.
32386
32387 2007-09-03  Jim Meyering  <jim@meyering.net>
32388
32389         New module: git-version-gen.
32390         * modules/git-version-gen: New file.
32391
32392         Import changes from coreutils for bootstrap script.
32393
32394         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32395
32396         bootstrap: uses rsync to download the .po files
32397         * build-aux/bootstrap (po_download_command_format): New global.
32398         (download_po_files): Use rsync.
32399         (update_po_files): Don't remove .po files after download,
32400         so future rsync runs can take advantage of the copies.
32401
32402         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32403
32404         Solve the unnecessary-.po-file-regeneration problem once and for all.
32405         * build-aux/bootstrap (download_po_files): New function, renamed from
32406         get_translations.  Now, downloads, but doesn't update LINGUAS.
32407         (update_po_files): New function.
32408
32409         bootstrap: Ignore more.
32410         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32411         uniwidth to e.g., lib/.gitignore.
32412         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32413
32414         * build-aux/bootstrap: New setting: vc_ignore.
32415         (insert_sorted_if_absent): Create $file if absent.
32416         Adapt to new, possibly empty, list: $vc_ignore.
32417
32418         bootstrap: generate more ignorable names
32419         * build-aux/bootstrap (slurp): When generating ignorable names,
32420         also map .sin to .sed, .gperf to .c, and .y to .c.
32421
32422 2007-09-03  Jim Meyering  <jim@meyering.net>
32423
32424         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32425         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32426
32427 2007-09-02  Bruno Haible  <bruno@clisp.org>
32428
32429         Fix mis-recognition of 'mcs' on QNX 6.
32430         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32431         output contains the string "Mono".
32432         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32433         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32434
32435 2007-09-01  Bruno Haible  <bruno@clisp.org>
32436
32437         Fix collision between uniwidth/* and linebreak modules.
32438         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32439         u32_width): Remove declarations.
32440         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32441         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32442         streq3, streq2, streq1, streq0): Remove functions.
32443         (STREQ): Remove macro.
32444         (is_cjk_encoding): Remove function.
32445         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32446         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32447         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32448         * NEWS: Document the change.
32449
32450 2007-09-01  Bruno Haible  <bruno@clisp.org>
32451
32452         * lib/streq.h: Add double-inclusion guard.
32453
32454 2007-09-01  Karl Berry  <karl@gnu.org>
32455
32456         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32457
32458 2007-08-28  Jim Meyering  <jim@meyering.net>
32459
32460         Rename mreadlink_with_size to areadlink_with_size.
32461         * NEWS: Document the change.
32462         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32463         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32464         * lib/mreadlink.h: Rename this to...
32465         * lib/areadlink.h: ...this.
32466         * modules/mreadlink-with-size: Rename this to...
32467         * modules/areadlink-with-size: ...this.
32468         * lib/canonicalize.c: Reflect the renaming.
32469         * modules/canonicalize: Likewise.
32470
32471 2007-08-26  Bruno Haible  <bruno@clisp.org>
32472
32473         * gnulib-tool (func_import): When deciding which files to remove,
32474         consider also dangling symbolic links.
32475         Reported by Eric Blake.
32476
32477 2007-08-26  Bruno Haible  <bruno@clisp.org>
32478
32479         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32480
32481 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32482
32483         * lib/readline.c: Don't include getline.h, the prototype is now
32484         found in stdio.h.
32485
32486 2007-08-23  Jim Meyering  <jim@meyering.net>
32487
32488         Getdelim touchup.
32489         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32490         around the funlockfile call, since funlockfile never sets errno.
32491         Don't set errno upon failed realloc.
32492
32493 2007-08-22  Eric Blake  <ebb9@byu.net>
32494
32495         Getline touchups.
32496         * lib/getdelim.c (getdelim): Revert regression that required *n to
32497         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32498         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32499         getdelim, rather than whether implementation is missing.
32500         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32501         * lib/stdio_.h (getline): Also declare if replacement is
32502         required.
32503         * doc/functions/getdelim.texi: New file.
32504         * doc/functions/getline.texi: Likewise.
32505         * doc/gnulib.texi (Function Substitutes): Add new files.
32506         Reported by Bruno Haible.
32507
32508 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32509
32510         * users.txt: Add Guile.
32511
32512 2007-08-22  Eric Blake  <ebb9@byu.net>
32513
32514         * tests/test-getdelim.c (main): Use remove, not unlink.
32515         * tests/test-getline.c (main): Likewise.
32516
32517         Move getline and getdelim into stdio.h, per POSIX 200x.
32518         * modules/getline (Files): Remove getline.h.
32519         (Depends-on): Add stdio.
32520         (configure.ac): Add module indicator.
32521         * modules/getdelim (Files): Remove getdelim.h.
32522         (Depends-on): Add stdio.
32523         (configure.ac): Add module indicator.
32524         * modules/stdio (Makefile.am): Work with new indicators.
32525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32526         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32527         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32528         * lib/getdelim.h: Delete.
32529         * lib/getline.h: Delete.
32530         * lib/stdio_.h (getdelim, getline): Declare.
32531         * modules/getdelim-tests: New module.
32532         * modules/getline-tests: Likewise.
32533         * tests/test-getdelim.c: New file.
32534         * tests/test-getline.c: Likewise.
32535         * NEWS: Document the change.
32536         * lib/getline.c: Update choice of header.
32537         * lib/csharpcomp.c: Likewise.
32538         * lib/getpass.c: Likewise.
32539         * lib/javacomp.c: Likewise.
32540         * lib/javaversion.c: Likewise.
32541         * lib/yesno.c: Likewise.
32542         * lib/getdelim.c: Likewise.
32543         (getdelim): Set errno on failure, and avoid memory leak.
32544
32545 2007-08-19  Bruno Haible  <bruno@clisp.org>
32546
32547         * modules/closein (Depends-on): Add freadahead.
32548         * lib/closein.c: Include freadahead.h.
32549         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32550         is zero.
32551
32552 2007-08-19  Bruno Haible  <bruno@clisp.org>
32553
32554         * modules/freadahead-tests: New file.
32555         * tests/test-freadahead.sh: New file.
32556         * tests/test-freadahead.c: New file.
32557
32558         * modules/freadahead: New file.
32559         * lib/freadahead.h: New file.
32560         * lib/freadahead.c: New file.
32561         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32562         fbufmode, fpurge, freadable, fwritable.
32563
32564 2007-08-19  Eric Blake  <ebb9@byu.net>
32565
32566         Test yesno in combination with closein.
32567         * lib/yesno.c (yesno): Document use of stdin.
32568         * modules/yesno-tests (Files): New module.
32569         * tests/test-yesno.c (main): New file.
32570         * tests/test-yesno.sh: Likewise.
32571
32572 2007-08-19  Bruno Haible  <bruno@clisp.org>
32573
32574         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32575         * lib/fseeko.c (rpl_fseeko): Likewise.
32576         * lib/fseterr.c (fseterr): Likewise.
32577
32578 2007-08-19  Bruno Haible  <bruno@clisp.org>
32579
32580         * tests/test-lseek.c (main): Disable a test for BeOS.
32581         * doc/functions/lseek.texi: Document the BeOS bug.
32582
32583 2007-08-19  Bruno Haible  <bruno@clisp.org>
32584             Eric Blake  <ebb9@byu.net>
32585
32586         * lib/lseek.c: Include <sys/stat.h>.
32587         (rpl_lseek): Add workaround code also for Unix platforms.
32588         Needed for BeOS.
32589         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32590         * doc/functions/lseek.texi: Document BeOS definiency.
32591
32592 2007-08-18  Bruno Haible  <bruno@clisp.org>
32593
32594         * modules/fstrcmp-tests: New file.
32595         * tests/test-fstrcmp.c: New file.
32596
32597 2007-08-18  Bruno Haible  <bruno@clisp.org>
32598
32599         * modules/fstrcmp: New file, from GNU gettext with modifications.
32600         * lib/fstrcmp.h: New file, from GNU gettext.
32601         * lib/fstrcmp.c: New file, from GNU gettext.
32602         * MODULES.html.sh (String handling): Add fstrcmp.
32603
32604 2007-08-18  Bruno Haible  <bruno@clisp.org>
32605
32606         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32607         'bool'.
32608         (diag, compareseq): Remove const from the ctxt argument.
32609         (USE_HEURISTIC): Undefine at the end.
32610
32611 2007-08-18  Jim Meyering  <jim@meyering.net>
32612
32613         New file: lib/idcache.h
32614         * NEWS: Mention the addition.
32615         * modules/idcache (Files): Add lib/idcache.h
32616         * lib/idcache.c: Include "idcache.h".
32617         Don't include <sys/types.h>.
32618         Add a FIXME comment.
32619         Move file-scoped "static" declarations to the top.
32620         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32621
32622 2007-08-17  Bruno Haible  <bruno@clisp.org>
32623         and Paul Eggert  <eggert@cs.ucla.edu>
32624
32625         * MODULES.html.sh: Add diffseq.
32626         * modules/diffseq: New file.
32627         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32628         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32629
32630 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32631
32632         Import changes from coreutils for bootstrap script.
32633
32634         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32635
32636         * build-aux/bootstrap (slurp): Work even in environments where
32637         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32638         current code does not slurp files whose names start with ".", and
32639         this looks like it might be a troublesome area.
32640
32641         2007-07-11  Jim Meyering  <jim@meyering.net>
32642
32643         If there's a GPL vN copyright comment, require that N == 3.
32644
32645         2007-07-08  Jim Meyering  <jim@meyering.net>
32646
32647         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32648         * build-aux/bootstrap (mam_template): Move definition out of loop.
32649
32650         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32651
32652         * build-aux/bootstrap (symlink_to_dir): Rename function from
32653         symlink_to_gnulib.  Add a directory parameter.  Update all
32654         callers.
32655         (cp_mark_as_generated): Also check for -- and link to -- files in
32656         gl/.
32657
32658         2007-07-08  Jim Meyering  <jim@meyering.net>
32659
32660         Adapt to deeper hierarchy in gnulib.
32661         * build-aux/bootstrap (symlink_to_dir): If the destination
32662         directory doesn't exist, create it. This is required at least for
32663         "lib/uniwidth/cjk.h".
32664
32665         2007-05-15  Jim Meyering  <jim@meyering.net>
32666
32667         * build-aux/bootstrap: Now that generated Makefile.am files
32668         are no longer under version control, they must be created at
32669         bootstrap time.
32670
32671 2007-08-14  Ben Pfaff  <blp@gnu.org>
32672
32673         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32674
32675 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32676
32677         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32678         given the changes below.
32679         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32680         even on hosts that have padding bits beyond the supported 64.
32681
32682 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32683
32684         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32685         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32686         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32687         depends on it.
32688         (xstrtol_error): Remove.
32689         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32690         but with a different signature.
32691         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32692         * lib/xstrtol-error.c: Include exitfail.h.
32693         (xstrtol_fatal): New function, with a different signature from the
32694         old xstrtol_error, so that the caller need not worry about passing
32695         in an exit status, or about storage management of the option argument.
32696         (xstrtol_error): Now a static function.  Redo signature to
32697         implement xstrtol_fatal.  Output the correct number of hyphens in
32698         front of the option so that the caller need not worry about
32699         storage management.
32700         (N_): New macro.
32701         (_): Remove; not used now.
32702         * modules/xstrtol: Depend on getopt.
32703         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32704         of old STRTOL_FATAL_ERROR macro.
32705         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32706         of test program.
32707         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32708         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32709
32710 2007-08-08  Eric Blake  <ebb9@byu.net>
32711
32712         * lib/xstrtol-error.c: Add missing include.
32713
32714         Move xstrtol messages into gnulib domain, when --pobase is used.
32715         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32716         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32717         * modules/xstrtol (Files): Distribute new file.
32718         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32719         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32720         * tests/test-xstrtol.c: ...into new file.
32721         * tests/test-xstrtoul.c: Also test xstrtoul.
32722         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32723         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32724         * tests/test-xstrtol.sh: Drive the tests.
32725         * tests/test-xstrtoimax.sh: Likewise.
32726         * tests/test-xstrtoumax.sh: Likewise.
32727         * modules/xstrtol-tests: New module.
32728         * modules/xstrtoimax-tests: Likewise.
32729         * modules/xstrtoumax-tests: Likewise.
32730
32731 2007-08-08  Jim Meyering  <jim@meyering.net>
32732
32733         New function: mfile_name_concat.
32734         * lib/filenamecat.c (mfile_name_concat): New function, just like
32735         file_name_concat, but return NULL upon failure rather than exiting
32736         with a diagnostic.
32737         * lib/filenamecat.h: Declare it.
32738
32739 2007-08-07  Bruno Haible  <bruno@clisp.org>
32740
32741         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32742         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32743         warning from gcc.
32744         Reported by Eric Blake.
32745
32746 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32747
32748         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32749         * modules/crypto/arcfour (License): Likewise.
32750         * modules/crypto/des-tests (License): Likewise.
32751         * modules/crypto/gc-arctwo-tests (License): Likewise.
32752         * modules/crypto/gc-des-tests (License): Likewise.
32753         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32754         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32755         * modules/crypto/gc-md2-tests (License): Likewise.
32756         * modules/crypto/gc-md4-tests (License): Likewise.
32757         * modules/crypto/gc-md5-tests (License): Likewise.
32758         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32759         * modules/crypto/gc-rijndael-tests (License): Likewise.
32760         * modules/crypto/gc-sha1-tests (License): Likewise.
32761         * modules/crypto/gc-tests (License): Likewise.
32762         * modules/crypto/hmac-md5 (License): Likewise.
32763         * modules/crypto/hmac-sha1 (License): Likewise.
32764         * modules/crypto/md2-tests (License): Likewise.
32765         * modules/crypto/md4-tests (License): Likewise.
32766         * modules/crypto/md5 (License): Likewise.
32767         * modules/crypto/rijndael (License): Likewise.
32768         * modules/crypto/sha1 (License): Likewise.
32769         * modules/memxor (License): Likewise.
32770
32771 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32772         and Bruno Haible  <bruno@clisp.org>
32773
32774         * NEWS: Describe interface changes to human, xstrtol.
32775         * lib/human.h: Include <xstrtol.h>.
32776         (human_options): Return enum strtol_error, not int.  Remove
32777         bool arg; take int * instead.
32778         * lib/human.c: Don't include "gettext.h".
32779         (_): Remove; no longer used.
32780         Don't include <xstrtol.h>, since human.h does it.
32781         (human_options): Adjust to abovementioned interface changes.
32782         Do not report error to stderr; that's now the caller's
32783         responsibility.
32784         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32785         interface change.
32786         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32787         Str, Argument_type_string.  All uses changed.  Put " argument"
32788         in diagnostics to make them clearer.  Change wording of suffix
32789         message for clarity.
32790         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32791         Argument_type_string.
32792         (STRTOL_FATAL_WARN): Remove; no longer used.
32793         * modules/human (Depends-on): Remove gettext-h.
32794
32795 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32796
32797         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32798
32799 2007-07-31  Bruno Haible  <bruno@clisp.org>
32800
32801         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32802         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32803         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32804
32805 2007-07-31  Bruno Haible  <bruno@clisp.org>
32806
32807         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32808         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32809
32810 2007-07-30  Bruno Haible  <bruno@clisp.org>
32811
32812         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32813         * modules/c-ctype (License): Likewise.
32814         * modules/c-strcase (License): Likewise.
32815         * modules/check-version (License): Likewise.
32816         * modules/iconv (License): Likewise.
32817         * modules/iconv_open (License): Likewise.
32818         * modules/read-file (License): Likewise.
32819         * modules/striconv (License): Likewise.
32820         * modules/strverscmp (License): Likewise.
32821         * modules/vasprintf (License): Likewise.
32822         * modules/crypto/des (License): Likewise.
32823         * modules/crypto/gc (License): Likewise.
32824         * modules/crypto/gc-arcfour (License): Likewise.
32825         * modules/crypto/gc-arctwo (License): Likewise.
32826         * modules/crypto/gc-des (License): Likewise.
32827         * modules/crypto/gc-hmac-md5 (License): Likewise.
32828         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32829         * modules/crypto/gc-md2 (License): Likewise.
32830         * modules/crypto/gc-md4 (License): Likewise.
32831         * modules/crypto/gc-md5 (License): Likewise.
32832         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32833         * modules/crypto/gc-random (License): Likewise.
32834         * modules/crypto/gc-rijndael (License): Likewise.
32835         * modules/crypto/gc-sha1 (License): Likewise.
32836         * modules/crypto/md2 (License): Likewise.
32837         * modules/crypto/md4 (License): Likewise.
32838
32839 2007-07-30  Jim Meyering  <jim@meyering.net>
32840
32841         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32842         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32843         it has valid stat data.  This bug would cause du not to count the
32844         sizes of inaccessible directories.
32845         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32846         in <http://bugzilla.redhat.com/250077>.
32847
32848 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32849             Bruno Haible  <bruno@clisp.org>
32850
32851         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32852         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32853         #include_next, gives a diagnostic about it, but reports no error in
32854         the exit code.
32855         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32856
32857 2007-07-24  Ben Pfaff  <blp@gnu.org>
32858
32859         Improve name: "count-one-bits" is better than "popcount".
32860         * MODULES.html.sh: Update name.
32861         * lib/popcount.h: Renamed lib/count-one-bits.h.
32862         (popcount): Renamed count_one_bits.
32863         (popcountl): Renamed count_one_bits_l.
32864         (popcountll): Renamed count_one_bits_ll.
32865         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32866         * modules/popcount: Renamed module/count-one-bits.
32867         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32868         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32869
32870 2007-07-23  Ben Pfaff  <blp@gnu.org>
32871
32872         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32873         better code generation, and add U to large constants to avoid
32874         warnings, in non-GCC case.
32875         Suggested by Bruno Haible.
32876
32877 2007-07-23  Ben Pfaff  <blp@gnu.org>
32878
32879         * lib/popcount.h: Use verify_true instead of if...abort.
32880         * modules/popcount: Depend on verify module.
32881         Suggested by Jim Meyering.
32882
32883 2007-07-23  Bruno Haible  <bruno@clisp.org>
32884
32885         * gnulib-tool (func_import): Create a .cvsignore file also when the
32886         directory is not yet in CVS but the toplevel directory is. When
32887         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32888         Reported by Karl Berry.
32889
32890 2007-07-22  Ben Pfaff  <blp@gnu.org>
32891
32892         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32893         case.
32894         Suggested by Eric Blake.
32895
32896 2007-07-22  Ben Pfaff  <blp@gnu.org>
32897
32898         New module: popcount.
32899         * MODULES.html.sh: Add popcount.
32900         * modules/popcount: New file.
32901         * modules/popcount-tests: New file.
32902         * tests/test-popcount.c: New file.
32903         * lib/popcount.h: New file.
32904         * m4/popcount.m4: New file.
32905
32906 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32907
32908         * build-aux/announce-gen: Update to GPLv3.
32909
32910         * build-aux/config.guess: Update from config.
32911
32912 2007-07-21  Bruno Haible  <bruno@clisp.org>
32913
32914         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32915         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32916
32917 2007-07-20  Jim Meyering  <jim@meyering.net>
32918
32919         * check-module: Diagnose a self-dependency.
32920
32921 2007-07-19  Bruno Haible  <bruno@clisp.org>
32922
32923         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32924         empty.
32925         Reported by Eric Blake.
32926
32927 2007-07-18  Bruno Haible  <bruno@clisp.org>
32928
32929         * gnulib-tool: New options --po-base, --po-domain.
32930         (func_usage): Document them.
32931         (pobase, po_domain): New variables.
32932         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32933         DEFAULT_TEXT_DOMAIN.
32934         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32935         (func_import): Consider pobase and po_domain. Create a po/ directory.
32936         (func_create_testdir): Set pobase and po_domain to empty.
32937         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32938         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32939
32940 2007-07-18  Bruno Haible  <bruno@clisp.org>
32941
32942         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32943         EXTRA_DIST augmentation for files in build-aux/.
32944
32945 2007-07-16  Bruno Haible  <bruno@clisp.org>
32946
32947         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32948         * modules/getdelim (License): Likewise.
32949
32950 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32951
32952         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32953         * modules/d-type (License): Likewise.
32954         * modules/extensions (License): Likewise.
32955         * modules/fnmatch (License): Likewise.
32956         * modules/fseeko (License): Likewise.
32957         * modules/getaddrinfo (License): Likewise.
32958         * modules/getline (License): Likewise.
32959         * modules/getlogin_r (License): Likewise.
32960         * modules/getpass (License): Likewise.
32961         * modules/gettimeofday (License): Likewise.
32962         * modules/glob (License): Likewise.
32963         * modules/inet_ntop (License): Likewise.
32964         * modules/malloc (License): Likewise.
32965         * modules/malloca (License): Likewise.
32966         * modules/memmem (License): Likewise.
32967         * modules/mempcpy (License): Likewise.
32968         * modules/memset (License): Likewise.
32969         * modules/minmax (License): Likewise.
32970         * modules/mktime (License): Likewise.
32971         * modules/netinet_in (License): Likewise.
32972         * modules/pathmax (License): Likewise.
32973         * modules/poll (License): Likewise.
32974         * modules/regex (License): Likewise.
32975         * modules/snprintf (License): Likewise.
32976         * modules/stdbool (License): Likewise.
32977         * modules/stdint (License): Likewise.
32978         * modules/stdio (License): Likewise.
32979         * modules/strcase (License): Likewise.
32980         * modules/strcasestr (License): Likewise.
32981         * modules/strdup (License): Likewise.
32982         * modules/string (License): Likewise.
32983         * modules/strndup (License): Likewise.
32984         * modules/strnlen (License): Likewise.
32985         * modules/strpbrk (License): Likewise.
32986         * modules/strptime (License): Likewise.
32987         * modules/strsep (License): Likewise.
32988         * modules/sys_select (License): Likewise.
32989         * modules/sys_socket (License): Likewise.
32990         * modules/sys_stat (License): Likewise.
32991         * modules/sys_time (License): Likewise.
32992         * modules/time (License): Likewise.
32993         * modules/time_r (License): Likewise.
32994         * modules/timegm (License): Likewise.
32995         * modules/unistd (License): Likewise.
32996         * modules/vsnprintf (License): Likewise.
32997         * modules/wctype (License): Likewise.
32998
32999 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33000
33001         * modules/argz (License): LGPLv2+.
33002
33003 2007-07-15  Karl Berry  <karl@gnu.org>
33004
33005         * doc/gnulib.texi: revise node structure per new fdl.texi.
33006
33007 2007-07-14  Bruno Haible  <bruno@clisp.org>
33008
33009         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33010         the output file.
33011         * lib/uniname/uninames.h: Regenerated.
33012
33013 2007-07-14  Karl Berry  <karl@gnu.org>
33014
33015         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33016         omitting sectioning and index commands.
33017
33018 2007-07-13  Bruno Haible  <bruno@clisp.org>
33019
33020         New gnulib-tool option --more-symlinks.
33021         * gnulib-tool (func_usage): Document --more-symlinks.
33022         (do_copyrights): New variable.
33023         Recognize option --more-symlinks.
33024         (func_import): Don't add a copyright notice transform to
33025         sed_transform_lib_file if do_copyrights is empty.
33026
33027 2007-07-13  Bruno Haible  <bruno@clisp.org>
33028
33029         * lib/vasnprintf.c (decimal_point_char): Define also if
33030         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33031         && !NEED_PRINTF_DIRECTIVE_A.
33032         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33033         Gary V. Vaughan <gary@gnu.org>.
33034
33035 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33036
33037         * lib/inttypes_.h: Undo previous change, since it was fixed
33038         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33039
33040 2007-07-13  Bruno Haible  <bruno@clisp.org>
33041
33042         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33043         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33044
33045 2007-07-13  Jim Meyering  <jim@meyering.net>
33046
33047         df: Don't fail for Tru64's "file-on-file mount".
33048         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33049         so we fall through and use statfs instead.  Details here:
33050         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33051         Reported by Albert Chin.
33052
33053 2007-07-13  Bruno Haible  <bruno@clisp.org>
33054
33055         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33056         * modules/configmake (License): Likewise.
33057         * modules/gettext (License): Likewise.
33058         * modules/gettext-h (License): Likewise.
33059         * modules/include_next (License): Likewise.
33060         * modules/link-warning (License): Likewise.
33061         * modules/localcharset (License): Likewise.
33062         * modules/localename (License): Likewise.
33063         * modules/lock (License): Likewise.
33064         * modules/relocatable-lib-lgpl (License): Likewise.
33065         * modules/size_max (License): Likewise.
33066         * modules/vasnprintf (License): Likewise.
33067         * modules/wchar (License): Likewise.
33068         * modules/xsize (License): Likewise.
33069
33070 2007-07-13  Bruno Haible  <bruno@clisp.org>
33071
33072         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33073         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33074
33075 2007-07-12  Bruno Haible  <bruno@clisp.org>
33076
33077         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33078         in the modules files.
33079
33080 2007-07-11  Karl Berry  <karl@gnu.org>
33081
33082         * MODULES.html.sh (func_module): use
33083          sed -e '\|^'"${includefile}"'$|d'
33084          instead of /.../d, to avoid errors on $includefile's containing /.
33085
33086 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33087
33088         * gnulib-tool (func_import): Avoid duplication of --avoid
33089         statements
33090         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33091         names to `_' in variable names.
33092
33093 2007-07-10  Eric Blake  <ebb9@byu.net>
33094
33095         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33096         * NEWS: Document this change.
33097
33098 2007-07-08  Bruno Haible  <bruno@clisp.org>
33099
33100         Update to Unicode 5.0.
33101         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33102         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33103         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33104         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33105         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33106         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33107         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33108         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33109         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33110         U+10A3F, U+1D242..U+1D244.
33111         (nonspacing_table_ind): Update.
33112         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33113         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33114
33115 2007-07-08  Bruno Haible  <bruno@clisp.org>
33116
33117         Update to Unicode 5.0.
33118         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33119         code transform. Extend the name index field of unicode_name_to_code and
33120         unicode_code_to_name from 16 to 24 bits.
33121         * lib/uniname/uniname.c (unicode_character_name,
33122         unicode_name_character): Add the range 0x12xxx to the code transform.
33123         * lib/uniname/uninames.h: Regenerated.
33124         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33125
33126 2007-07-07  Bruno Haible  <bruno@clisp.org>
33127
33128         * modules/wcwidth-tests: New file.
33129         * tests/test-wcwidth.c: New file.
33130
33131         Work around MacOS X wcwidth() bug.
33132         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33133         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33134         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33135         original wcwidth in non-UTF-8 locales.
33136         * modules/wcwidth (Depends-on): Add localcharset, streq,
33137         uniwidth/width.
33138         * doc/functions/wcwidth.texi: Update.
33139
33140 2007-07-07  Bruno Haible  <bruno@clisp.org>
33141
33142         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33143         (wcwidth): New declaration.
33144         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33145         macros.
33146         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33147         here. Prepare for creating <wchar.h> unconditionally.
33148         * modules/wchar (Depends-on): Add link-warning.
33149         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33150         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33151         * lib/wcwidth.h: Remove file.
33152         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33153         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33154         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33155         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33156         (Include): Replace wcwidth.h with <wchar.h>.
33157         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33158         * lib/mbchar.h: Don't include wcwidth.h.
33159         * lib/mbswidth.c: Likewise.
33160         * NEWS: Mention the change.
33161
33162 2007-07-07  Bruno Haible  <bruno@clisp.org>
33163
33164         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33165         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33166         definition with an external declaration.
33167         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33168         defined as a function. Remove AC_C_INLINE requirement.
33169         * modules/wcwidth (Files): Add lib/wcwidth.c.
33170         (Makefile.am): Remove redundant statement.
33171
33172 2007-07-07  Bruno Haible  <bruno@clisp.org>
33173
33174         * MODULES.html.sh (Unicode string functions): Add the new modules.
33175
33176         * tests/uniwidth/test-u32-strwidth.c: New file.
33177         * modules/uniwidth/u32-strwidth-tests: New file.
33178
33179         * lib/uniwidth/u32-strwidth.c: New file.
33180         * modules/uniwidth/u32-strwidth: New file.
33181
33182         * tests/uniwidth/test-u16-strwidth.c: New file.
33183         * modules/uniwidth/u16-strwidth-tests: New file.
33184
33185         * lib/uniwidth/u16-strwidth.c: New file.
33186         * modules/uniwidth/u16-strwidth: New file.
33187
33188         * tests/uniwidth/test-u8-strwidth.c: New file.
33189         * modules/uniwidth/u8-strwidth-tests: New file.
33190
33191         * lib/uniwidth/u8-strwidth.c: New file.
33192         * modules/uniwidth/u8-strwidth: New file.
33193
33194         * tests/uniwidth/test-u32-width.c: New file.
33195         * modules/uniwidth/u32-width-tests: New file.
33196
33197         * lib/uniwidth/u32-width.c: New file.
33198         * modules/uniwidth/u32-width: New file.
33199
33200         * tests/uniwidth/test-u16-width.c: New file.
33201         * modules/uniwidth/u16-width-tests: New file.
33202
33203         * lib/uniwidth/u16-width.c: New file.
33204         * modules/uniwidth/u16-width: New file.
33205
33206         * tests/uniwidth/test-u8-width.c: New file.
33207         * modules/uniwidth/u8-width-tests: New file.
33208
33209         * lib/uniwidth/u8-width.c: New file.
33210         * modules/uniwidth/u8-width: New file.
33211
33212         * tests/uniwidth/test-uc_width.c: New file.
33213         * modules/uniwidth/width-tests: New file.
33214
33215         * lib/uniwidth/width.c: New file, from GNU libiconv.
33216         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33217         * modules/uniwidth/width: New file.
33218
33219         * lib/uniwidth.h: New file, from GNU libiconv.
33220         * modules/uniwidth/base: New file.
33221
33222 2007-07-07  Bruno Haible  <bruno@clisp.org>
33223
33224         * lib/uniname.h: New file, from GNU gettext.
33225         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33226         * lib/uniname/uninames.h: New file, from GNU gettext.
33227         * lib/uniname/uniname.c: New file, from GNU gettext.
33228         * tests/uniname/test-uninames.sh: New file.
33229         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33230         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33231         * modules/uniname/base: New file.
33232         * modules/uniname/uniname: New file.
33233         * modules/uniname/uniname-tests: New file.
33234         * MODULES.html.sh (Unicode string functions): Add the new modules.
33235
33236 2007-07-06  Bruno Haible  <bruno@clisp.org>
33237
33238         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33239
33240 2007-07-06  Bruno Haible  <bruno@clisp.org>
33241
33242         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33243         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33244         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33245         include <sys/time.h>.
33246         Reported by Eric Blake.
33247
33248 2007-07-06  Eric Blake  <ebb9@byu.net>
33249
33250         Fix testing canonicalize on cygwin.
33251         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33252         Revert patch from 2007-06-19.
33253         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33254         canonicalize module is also in use.
33255         * tests/test-canonicalize.c: New file.
33256         * tests/test-canonicalize.sh: Likewise.
33257         * modules/canonicalize-tests: Likewise.
33258
33259 2007-07-06  Jim Meyering  <jim@meyering.net>
33260
33261         * lib/getugroups.c (getugroups): Detect getgrent failure.
33262         Adjust comment to reflect reality: this function may return -1.
33263
33264 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33265
33266         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33267         the new TP address.
33268         (usage): Fix typo
33269         (gnulib_mk): New variable.
33270
33271 2007-07-05  Jim Meyering  <jim@meyering.net>
33272
33273         Don't let endgrent clobber errno, no matter how improbable.
33274         * lib/getugroups.c (getugroups): Save and restore errno around
33275         endgrent call.
33276
33277         Close the group DB even when failing with 2^31 or more members.
33278         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33279
33280 2007-07-04  Jim Meyering  <jim@meyering.net>
33281
33282         * lib/getugroups.h: New file.
33283         * lib/getugroups.c: Include "getugroups.h".
33284         Remove uses of "register" keyword.
33285         Move local variable, "cp", down into scope where used.
33286         Give "username" parameter the "const" attribute.
33287         * modules/getugroups (Files): Add lib/getugroups.h
33288
33289 2007-07-04  Karl Berry  <karl@gnu.org>
33290
33291         * MODULES.html.sh (func_all_modules): Complete rename of
33292         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33293
33294 2007-07-02  Bruno Haible  <bruno@clisp.org>
33295
33296         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33297         mode, when inttypes.h comes from gnulib.
33298         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33299
33300 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33301
33302         * NEWS: Mention lgpl module name change.
33303
33304         * modules/lgpl-2.1: Renamed from lgpl.
33305
33306         * NEWS: Mention gpl module name change.
33307
33308         * modules/gpl-3.0: New file, based on gpl-2.0.
33309
33310         * modules/gpl-2.0: Renamed from gpl.
33311
33312         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33313         doc/gpl-2.0.texi.
33314
33315 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33316
33317         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33318         #define __STDC_LIMIT_MACROS temporarily while including
33319         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33320         Problem reported by Joel E. Denny in
33321         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33322
33323 2007-07-01  Bruno Haible  <bruno@clisp.org>
33324
33325         * lib/unistdio.h: New file.
33326         * lib/unistdio/u-asnprintf.h: New file.
33327         * lib/unistdio/u-asprintf.h: New file.
33328         * lib/unistdio/u-printf-args.c: New file.
33329         * lib/unistdio/u-printf-args.h: New file.
33330         * lib/unistdio/u-printf-parse.h: New file.
33331         * lib/unistdio/u-snprintf.h: New file.
33332         * lib/unistdio/u-sprintf.h: New file.
33333         * lib/unistdio/u-vasprintf.h: New file.
33334         * lib/unistdio/u-vsnprintf.h: New file.
33335         * lib/unistdio/u-vsprintf.h: New file.
33336         * lib/unistdio/ulc-asnprintf.c: New file.
33337         * lib/unistdio/ulc-asprintf.c: New file.
33338         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33339         * lib/unistdio/ulc-printf-parse.c: New file.
33340         * lib/unistdio/ulc-snprintf.c: New file.
33341         * lib/unistdio/ulc-sprintf.c: New file.
33342         * lib/unistdio/ulc-vasnprintf.c: New file.
33343         * lib/unistdio/ulc-vasprintf.c: New file.
33344         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33345         * lib/unistdio/ulc-vsnprintf.c: New file.
33346         * lib/unistdio/ulc-vsprintf.c: New file.
33347         * lib/unistdio/u8-asnprintf.c: New file.
33348         * lib/unistdio/u8-asprintf.c: New file.
33349         * lib/unistdio/u8-printf-parse.c: New file.
33350         * lib/unistdio/u8-snprintf.c: New file.
33351         * lib/unistdio/u8-sprintf.c: New file.
33352         * lib/unistdio/u8-vasnprintf.c: New file.
33353         * lib/unistdio/u8-vasprintf.c: New file.
33354         * lib/unistdio/u8-vsnprintf.c: New file.
33355         * lib/unistdio/u8-vsprintf.c: New file.
33356         * lib/unistdio/u8-u8-asnprintf.c: New file.
33357         * lib/unistdio/u8-u8-asprintf.c: New file.
33358         * lib/unistdio/u8-u8-snprintf.c: New file.
33359         * lib/unistdio/u8-u8-sprintf.c: New file.
33360         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33361         * lib/unistdio/u8-u8-vasprintf.c: New file.
33362         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33363         * lib/unistdio/u8-u8-vsprintf.c: New file.
33364         * lib/unistdio/u16-asnprintf.c: New file.
33365         * lib/unistdio/u16-asprintf.c: New file.
33366         * lib/unistdio/u16-printf-parse.c: New file.
33367         * lib/unistdio/u16-snprintf.c: New file.
33368         * lib/unistdio/u16-sprintf.c: New file.
33369         * lib/unistdio/u16-vasnprintf.c: New file.
33370         * lib/unistdio/u16-vasprintf.c: New file.
33371         * lib/unistdio/u16-vsnprintf.c: New file.
33372         * lib/unistdio/u16-vsprintf.c: New file.
33373         * lib/unistdio/u16-u16-asnprintf.c: New file.
33374         * lib/unistdio/u16-u16-asprintf.c: New file.
33375         * lib/unistdio/u16-u16-snprintf.c: New file.
33376         * lib/unistdio/u16-u16-sprintf.c: New file.
33377         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33378         * lib/unistdio/u16-u16-vasprintf.c: New file.
33379         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33380         * lib/unistdio/u16-u16-vsprintf.c: New file.
33381         * lib/unistdio/u32-asnprintf.c: New file.
33382         * lib/unistdio/u32-asprintf.c: New file.
33383         * lib/unistdio/u32-printf-parse.c: New file.
33384         * lib/unistdio/u32-snprintf.c: New file.
33385         * lib/unistdio/u32-sprintf.c: New file.
33386         * lib/unistdio/u32-vasnprintf.c: New file.
33387         * lib/unistdio/u32-vasprintf.c: New file.
33388         * lib/unistdio/u32-vsnprintf.c: New file.
33389         * lib/unistdio/u32-vsprintf.c: New file.
33390         * lib/unistdio/u32-u32-asnprintf.c: New file.
33391         * lib/unistdio/u32-u32-asprintf.c: New file.
33392         * lib/unistdio/u32-u32-snprintf.c: New file.
33393         * lib/unistdio/u32-u32-sprintf.c: New file.
33394         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33395         * lib/unistdio/u32-u32-vasprintf.c: New file.
33396         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33397         * lib/unistdio/u32-u32-vsprintf.c: New file.
33398         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33399         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33400         * tests/unistdio/test-ulc-printf1.h: New file.
33401         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33402         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33403         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33404         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33405         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33406         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33407         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33408         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33409         * tests/unistdio/test-u8-asnprintf1.c: New file.
33410         * tests/unistdio/test-u8-asnprintf1.h: New file.
33411         * tests/unistdio/test-u8-printf1.h: New file.
33412         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33413         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33414         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33415         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33416         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33417         * tests/unistdio/test-u8-vasprintf1.c: New file.
33418         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33419         * tests/unistdio/test-u8-vsprintf1.c: New file.
33420         * tests/unistdio/test-u16-asnprintf1.c: New file.
33421         * tests/unistdio/test-u16-asnprintf1.h: New file.
33422         * tests/unistdio/test-u16-printf1.h: New file.
33423         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33424         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33425         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33426         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33427         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33428         * tests/unistdio/test-u16-vasprintf1.c: New file.
33429         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33430         * tests/unistdio/test-u16-vsprintf1.c: New file.
33431         * tests/unistdio/test-u32-asnprintf1.c: New file.
33432         * tests/unistdio/test-u32-asnprintf1.h: New file.
33433         * tests/unistdio/test-u32-printf1.h: New file.
33434         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33435         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33436         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33437         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33438         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33439         * tests/unistdio/test-u32-vasprintf1.c: New file.
33440         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33441         * tests/unistdio/test-u32-vsprintf1.c: New file.
33442         * modules/unistdio/base: New file.
33443         * modules/unistdio/u-printf-args: New file.
33444         * modules/unistdio/ulc-asnprintf: New file.
33445         * modules/unistdio/ulc-asprintf: New file.
33446         * modules/unistdio/ulc-fprintf: New file.
33447         * modules/unistdio/ulc-printf-parse: New file.
33448         * modules/unistdio/ulc-snprintf: New file.
33449         * modules/unistdio/ulc-sprintf: New file.
33450         * modules/unistdio/ulc-vasnprintf: New file.
33451         * modules/unistdio/ulc-vasprintf: New file.
33452         * modules/unistdio/ulc-vfprintf: New file.
33453         * modules/unistdio/ulc-vsnprintf: New file.
33454         * modules/unistdio/ulc-vsprintf: New file.
33455         * modules/unistdio/u8-asnprintf: New file.
33456         * modules/unistdio/u8-asprintf: New file.
33457         * modules/unistdio/u8-printf-parse: New file.
33458         * modules/unistdio/u8-snprintf: New file.
33459         * modules/unistdio/u8-sprintf: New file.
33460         * modules/unistdio/u8-vasnprintf: New file.
33461         * modules/unistdio/u8-vasprintf: New file.
33462         * modules/unistdio/u8-vsnprintf: New file.
33463         * modules/unistdio/u8-vsprintf: New file.
33464         * modules/unistdio/u8-u8-asnprintf: New file.
33465         * modules/unistdio/u8-u8-asprintf: New file.
33466         * modules/unistdio/u8-u8-snprintf: New file.
33467         * modules/unistdio/u8-u8-sprintf: New file.
33468         * modules/unistdio/u8-u8-vasnprintf: New file.
33469         * modules/unistdio/u8-u8-vasprintf: New file.
33470         * modules/unistdio/u8-u8-vsnprintf: New file.
33471         * modules/unistdio/u8-u8-vsprintf: New file.
33472         * modules/unistdio/u16-asnprintf: New file.
33473         * modules/unistdio/u16-asprintf: New file.
33474         * modules/unistdio/u16-printf-parse: New file.
33475         * modules/unistdio/u16-snprintf: New file.
33476         * modules/unistdio/u16-sprintf: New file.
33477         * modules/unistdio/u16-vasnprintf: New file.
33478         * modules/unistdio/u16-vasprintf: New file.
33479         * modules/unistdio/u16-vsnprintf: New file.
33480         * modules/unistdio/u16-vsprintf: New file.
33481         * modules/unistdio/u16-u16-asnprintf: New file.
33482         * modules/unistdio/u16-u16-asprintf: New file.
33483         * modules/unistdio/u16-u16-snprintf: New file.
33484         * modules/unistdio/u16-u16-sprintf: New file.
33485         * modules/unistdio/u16-u16-vasnprintf: New file.
33486         * modules/unistdio/u16-u16-vasprintf: New file.
33487         * modules/unistdio/u16-u16-vsnprintf: New file.
33488         * modules/unistdio/u16-u16-vsprintf: New file.
33489         * modules/unistdio/u32-asnprintf: New file.
33490         * modules/unistdio/u32-asprintf: New file.
33491         * modules/unistdio/u32-printf-parse: New file.
33492         * modules/unistdio/u32-snprintf: New file.
33493         * modules/unistdio/u32-sprintf: New file.
33494         * modules/unistdio/u32-vasnprintf: New file.
33495         * modules/unistdio/u32-vasprintf: New file.
33496         * modules/unistdio/u32-vsnprintf: New file.
33497         * modules/unistdio/u32-vsprintf: New file.
33498         * modules/unistdio/u32-u32-asnprintf: New file.
33499         * modules/unistdio/u32-u32-asprintf: New file.
33500         * modules/unistdio/u32-u32-snprintf: New file.
33501         * modules/unistdio/u32-u32-sprintf: New file.
33502         * modules/unistdio/u32-u32-vasnprintf: New file.
33503         * modules/unistdio/u32-u32-vasprintf: New file.
33504         * modules/unistdio/u32-u32-vsnprintf: New file.
33505         * modules/unistdio/u32-u32-vsprintf: New file.
33506         * modules/unistdio/ulc-asnprintf-tests: New file.
33507         * modules/unistdio/ulc-vasnprintf-tests: New file.
33508         * modules/unistdio/ulc-vasprintf-tests: New file.
33509         * modules/unistdio/ulc-vsnprintf-tests: New file.
33510         * modules/unistdio/ulc-vsprintf-tests: New file.
33511         * modules/unistdio/u8-asnprintf-tests: New file.
33512         * modules/unistdio/u8-vasnprintf-tests: New file.
33513         * modules/unistdio/u8-vasprintf-tests: New file.
33514         * modules/unistdio/u8-vsnprintf-tests: New file.
33515         * modules/unistdio/u8-vsprintf-tests: New file.
33516         * modules/unistdio/u16-asnprintf-tests: New file.
33517         * modules/unistdio/u16-vasnprintf-tests: New file.
33518         * modules/unistdio/u16-vasprintf-tests: New file.
33519         * modules/unistdio/u16-vsnprintf-tests: New file.
33520         * modules/unistdio/u16-vsprintf-tests: New file.
33521         * modules/unistdio/u32-asnprintf-tests: New file.
33522         * modules/unistdio/u32-vasnprintf-tests: New file.
33523         * modules/unistdio/u32-vasprintf-tests: New file.
33524         * modules/unistdio/u32-vsnprintf-tests: New file.
33525         * modules/unistdio/u32-vsprintf-tests: New file.
33526         * MODULES.html.sh (Unicode string functions): Add the new modules.
33527
33528 2007-07-01  Bruno Haible  <bruno@clisp.org>
33529
33530         * lib/sprintf.c (sprintf): Limit the available length estimation,
33531         to avoid address wraparound.
33532         * lib/vsprintf.c (vsprintf): Likewise.
33533         * modules/sprintf-posix (Dependencies): Add stdint.
33534         * modules/vsprintf-posix (Dependencies): Likewise.
33535
33536 2007-07-01  Bruno Haible  <bruno@clisp.org>
33537
33538         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33539         Windows PATH as well. Conservative double-quoting. Comments.
33540
33541 2007-07-01  Bruno Haible  <bruno@clisp.org>
33542             Eric Blake  <ebb9@byu.net>
33543             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33544
33545         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33546         empty components in $PATH, denoting '.'.
33547
33548 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33549
33550         * gnulib-tool: Fix indentation.
33551         (func_create_megatestdir): Likewise.
33552         Report by Bruno Haible.
33553
33554 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33555
33556         Sync from Automake.
33557         * build-aux/gnupload: Fix shell portability issues with for loops.
33558         Report by Karl Berry.
33559
33560 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33561
33562         * build-aux/maint.mk (POURL): Use translationproject.org.
33563
33564 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33565             Bruno Haible  <bruno@clisp.org>
33566
33567         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33568         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33569         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33570         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33571         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33572
33573 2007-06-27  Bruno Haible  <bruno@clisp.org>
33574
33575         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33576         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33577
33578 2007-06-26  Karl Berry  <karl@gnu.org>
33579
33580         * MODULES.html.sh: remove xreadlink-with-size.
33581
33582 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33583
33584         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33585         method that I hope also handles the double-include problem noted
33586         by Bruno Haible in
33587         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33588
33589 2007-06-23  Bruno Haible  <bruno@clisp.org>
33590
33591         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33592         Don't let the 'mostlyclean' target fail if the last subdirectory could
33593         not be removed.
33594         Reported by Karl Berry.
33595
33596 2007-06-23  Bruno Haible  <bruno@clisp.org>
33597
33598         * gnulib-tool (echo): Add a speedier workaround for ksh.
33599         * tests/test-echo.sh: Likewise.
33600
33601 2007-06-23  Bruno Haible  <bruno@clisp.org>
33602
33603         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33604         * tests/test-echo.sh: Likewise.
33605
33606 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33607
33608         * gnulib-tool (IFS): Initialize early, so we don't set it to
33609         empty later.
33610         (self_abspathname): Rewrite algorithm to set it, reindent.
33611         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33612         (func_create_megatestdir): Merge some sed scripts.
33613
33614 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33615
33616         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33617         exposed by Sun Studio 11 cc on Solaris 8.
33618
33619 2007-06-22  Bruno Haible  <bruno@clisp.org>
33620
33621         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33622         backslashes.
33623         * tests/test-echo.sh: New file.
33624
33625 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33626
33627         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33628         simplify `sed_replace_build_aux' scripts, they are portable but
33629         echoing them with `echo' is not.
33630         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33631
33632 2007-06-21  Karl Berry  <karl@gnu.org>
33633
33634         * config/srclist.txt: guess we can't handle the licenses via
33635         srclist at the moment.
33636
33637 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33638
33639         * MODULES.html.sh: Add include_next.
33640         * modules/include_next: New file.
33641
33642 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33643
33644         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33645         INCLUDE_NEXT.
33646         (gl_CHECK_NEXT_HEADERS): New macro.
33647         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33648         the obsolescent gl_ABSOLUTE_HEADER.
33649         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33650         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33651         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33652         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33653         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33654         * m4/math_h.m4 (gl_MATH_H): Likewise.
33655         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33656         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33657         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33658         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33659         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33660         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33661         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33662         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33663         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33664         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33665         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33666         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33667         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33668         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33669         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33670         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33671         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33672         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33673         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33674         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33675         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33676         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33677         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33678         * lib/float_.h: Likewise.
33679         * lib/inttypes_.h: Likewise.
33680         * lib/math_.h: Likewise.
33681         * lib/search_.h: Likewise.
33682         * lib/signal_.h: Likewise.
33683         * lib/stdint_.h: Likewise.
33684         * lib/stdio_.h: Likewise.
33685         * lib/stdlib_.h: Likewise.
33686         * lib/string_.h: Likewise.
33687         * lib/sys_stat_.h: Likewise.
33688         * lib/sys_time_.h: Likewise.
33689         * lib/time_.h: Likewise.
33690         * lib/unistd_.h: Likewise.
33691         * lib/wchar_.h: Likewise.
33692         * lib/wctype_.h: Likewise.
33693         * lib/dirent_.h: Likewise.
33694         * lib/iconv_.h: Likewise.
33695         * lib/locale_.h: Likewise.
33696         * lib/netinet_in_.h: Likewise.
33697         * lib/sys_select_.h: Likewise.
33698         * lib/sys_socket_.h: Likewise.
33699         * lib/sysexits_.h: Likewise.
33700         * modules/fcntl (Depends-on): Depend on include_next, not
33701         absolute_header.
33702         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33703         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33704         * modules/fchdir: Likewise.
33705         * modules/float: Likewise.
33706         * modules/iconv_open: Likewise.
33707         * modules/inttypes: Likewise.
33708         * modules/locale: Likewise.
33709         * modules/math: Likewise.
33710         * modules/netinet_in: Likewise.
33711         * modules/search: Likewise.
33712         * modules/signal: Likewise.
33713         * modules/stdint: Likewise.
33714         * modules/stdio: Likewise.
33715         * modules/stdlib: Likewise.
33716         * modules/string: Likewise.
33717         * modules/sys_select: Likewise.
33718         * modules/sys_socket: Likewise.
33719         * modules/sys_stat: Likewise.
33720         * modules/sys_time: Likewise.
33721         * modules/sysexits: Likewise.
33722         * modules/time: Likewise.
33723         * modules/unistd: Likewise.
33724         * modules/wchar: Likewise.
33725         * modules/wctype: Likewise.
33726         * modules/sys_stat: Change maintainer to "all".
33727         * modules/unistd: Likewise.
33728
33729 2007-06-20  Karl Berry  <karl@gnu.org>
33730
33731         * config/srclist.txt: track www changes in license files.
33732
33733 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33734
33735         * build-aux/bootstrap: Remove stray dot.
33736         Make sure build_aux settings are honored when linking
33737         gnulib_extra_files.
33738
33739 2007-06-19  Eric Blake  <ebb9@byu.net>
33740
33741         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33742         Allow compilation on cygwin.
33743
33744 2007-06-19  Jim Meyering  <jim@meyering.net>
33745
33746         xreadlink-with-size: Remove module.  No longer used.
33747         Ex-callers now use xreadlink or mreadlink-with-size.
33748         * modules/xreadlink-with-size: Remove module.
33749         * lib/xreadlink-with-size.c: Remove file.
33750         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33751         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33752         just before the function definition *is* accurate.
33753
33754         Eliminate one way canonicalize_filename_mode could exit.
33755         * lib/canonicalize.c (canonicalize_filename_mode):
33756         Use mreadlink_with_size, not xreadlink_with_size.
33757
33758 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33759
33760         Detect porting problems to FreeBSD/arm, which has time_t wider than
33761         long int.  Original problem reported for GNU diff by Xin Li in
33762         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33763         * modules/getdate (Depends-on): Add intprops, verify.
33764         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33765         is an integer type no wider than long int.
33766
33767 2007-06-18  Jim Meyering  <jim@meyering.net>
33768
33769         New module: mreadlink-with-size.
33770         * MODULES.html.sh: Add mreadlink-with-size.
33771         * modules/mreadlink-with-size: New module
33772         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33773         not xreadlink-with-size.
33774         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33775
33776 2007-06-16  Bruno Haible  <bruno@clisp.org>
33777
33778         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33779         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33780         Reported by Gary V. Vaughan <gary@gnu.org>.
33781
33782 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33783
33784         Revamp lchown so that it lives in unistd.h where it belongs.
33785         * lib/lchown.h: Remove.
33786         * lib/dirchownmod.c: Don't include lib/lchown.h.
33787         * lib/fchownat.c: Likewise.
33788         * lib/openat.c: Likewise.
33789         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33790         does not follow symlinks.
33791         (EOPNOTSUPP): Define if not defined.
33792         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33793         is defined to 0.
33794         (lchown): New decl.
33795         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33796         Do not check for lchown decl.
33797         Set REPLACE_LCHOWN.
33798         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33799         REPLACE_LCHOWN.
33800         * modules/chown: Make it clear it follows symlinks.
33801         * modules/lchown: Make it clear it doesn't follow symlinks.
33802         (Files): Remove lib/lchown.h
33803         (Depends-on): Add unistd.
33804         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33805         (Include): Include <unistd.h>, not "lchown.h".
33806         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33807         REPLACE_LCHOWN.
33808
33809 2007-06-15  Jim Meyering  <jim@meyering.net>
33810
33811         Change license (GPL to LGPL) of fsusage and dependents.
33812         * modules/fsusage (License): Change to LGPL.
33813         * modules/full-read (License): Likewise.
33814         * modules/full-write (License): Likewise.
33815         * modules/safe-read (License): Likewise.
33816         * modules/safe-write (License): Likewise.
33817
33818 2007-06-14  Ben Pfaff  <blp@gnu.org>
33819
33820         Missing part of allocsa -> malloca transition.
33821         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33822         gl_MALLOCA.
33823
33824 2007-06-12  Bruno Haible  <bruno@clisp.org>
33825
33826         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33827         to ia64, x86_64, i386.
33828         Reported by Eric Blake.
33829
33830 2007-06-12  Bruno Haible  <bruno@clisp.org>
33831
33832         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33833         cross-compiling to x86_64.
33834
33835 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33836
33837         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33838         glitch reported by Ralf Wildenhues in
33839         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33840
33841         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33842         Vin Shelton.
33843
33844 2007-06-11  Bruno Haible  <bruno@clisp.org>
33845
33846         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33847         replacement string.
33848         Reported by Eric Blake.
33849
33850 2007-06-10  Bruno Haible  <bruno@clisp.org>
33851
33852         Prepare vasnprintf code for use with Unicode strings.
33853         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33854         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33855         TYPE_U32_STRING.
33856         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33857         a_u32_string variants.
33858         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33859         * lib/printf-args.c: Don't include config.h and the specification
33860         header if PRINTF_FETCHARGS is already defined.
33861         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33862         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33863         TYPE_U16_STRING, TYPE_U32_STRING.
33864         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33865         u16_directive, u16_directives, u32_directive, u32_directives): New
33866         types.
33867         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33868         New declarations.
33869         * lib/printf-parse.c: Don't include config.h and the specification
33870         header if PRINTF_PARSE is already defined. Eliminate the set of
33871         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33872         them now. Include c-ctype.h.
33873         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33874         directive and CHAR_T_ONLY_ASCII.
33875         * lib/vasnprintf.c: Don't include config.h and the specification header
33876         if VASNPRINTF is already defined.
33877         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33878         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33879         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33880         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33881         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33882         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33883         code accordingly.
33884         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33885         pad_ourselves also in this case, with the 'c' and 's' directives, and
33886         with a different notion of "width".
33887         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33888
33889 2007-06-10  Bruno Haible  <bruno@clisp.org>
33890
33891         * modules/unistr/u32-mbsnlen: New file.
33892         * lib/unistr/u32-mbsnlen.c: New file.
33893
33894         * modules/unistr/u16-mbsnlen: New file.
33895         * lib/unistr/u16-mbsnlen.c: New file.
33896
33897         * modules/unistr/u8-mbsnlen: New file.
33898         * lib/unistr/u8-mbsnlen.c: New file.
33899
33900         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33901         declarations.
33902
33903 2007-06-10  Bruno Haible  <bruno@clisp.org>
33904
33905         * lib/string_.h (mbsnlen): New declaration.
33906         * lib/mbsnlen.c: New file.
33907         * m4/mbsnlen.m4: New file.
33908         * modules/mbsnlen: New file.
33909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33910         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33911         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33912
33913 2007-06-10  Bruno Haible  <bruno@clisp.org>
33914
33915         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33916
33917 2007-06-10  Bruno Haible  <bruno@clisp.org>
33918
33919         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33920         * lib/mbuiter.h: Likewise.
33921
33922 2007-06-10  Bruno Haible  <bruno@clisp.org>
33923
33924         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33925         declaration.
33926
33927 2007-06-10  Karl Berry  <karl@gnu.org>
33928
33929         * config/srclist.txt: remove gettext entries, Bruno prefers
33930         to update individually.
33931
33932 2007-06-10  Bruno Haible  <bruno@clisp.org>
33933
33934         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33935         'maxlen'. Ensure only length + width bytes are allocated, not
33936         length + 1 + width.
33937
33938 2007-06-09  Bruno Haible  <bruno@clisp.org>
33939
33940         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33941         (CHAR_T): Remove macro.
33942         (VASNPRINTF): Update.
33943
33944 2007-06-09  Bruno Haible  <bruno@clisp.org>
33945
33946         * MODULES.html.sh (Unicode string functions): Add the new modules.
33947
33948         * modules/uniconv/u32-conv-to-enc: New file.
33949         * lib/uniconv/u32-conv-to-enc.c: New file.
33950         * modules/uniconv/u32-conv-to-enc-tests: New file.
33951         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33952
33953         * modules/uniconv/u16-conv-to-enc: New file.
33954         * lib/uniconv/u16-conv-to-enc.c: New file.
33955         * lib/uniconv/u-conv-to-enc.h: New file.
33956         * modules/uniconv/u16-conv-to-enc-tests: New file.
33957         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33958
33959         * modules/uniconv/u8-conv-to-enc: New file.
33960         * lib/uniconv/u8-conv-to-enc.c: New file.
33961         * modules/uniconv/u8-conv-to-enc-tests: New file.
33962         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33963
33964         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33965         u32_conv_to_encoding): New declarations.
33966
33967 2007-06-09  Bruno Haible  <bruno@clisp.org>
33968
33969         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33970
33971 2007-06-09  Bruno Haible  <bruno@clisp.org>
33972
33973         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33974         * modules/malloca: Renamed from modules/allocsa, updated.
33975         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33976         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33977         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33978         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33979         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33980         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33981         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33982         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33983         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33984         * modules/c-strcasestr (Depends-on): Update.
33985         * lib/c-strcasestr.c: Update.
33986         * modules/c-strstr (Depends-on): Update.
33987         * lib/c-strstr.c: Update.
33988         * modules/canonicalize-lgpl (Depends-on): Update.
33989         * lib/canonicalize-lgpl.c: Update.
33990         * modules/clean-temp (Depends-on): Update.
33991         * lib/clean-temp.c: Update.
33992         * modules/csharpcomp (Depends-on): Update.
33993         * lib/csharpcomp.c: Update.
33994         * modules/csharpexec (Depends-on): Update.
33995         * lib/csharpexec.c: Update.
33996         * modules/javacomp (Depends-on): Update.
33997         * lib/javacomp.c: Update.
33998         * modules/javaexec (Depends-on): Update.
33999         * lib/javaexec.c: Update.
34000         * modules/mbscasestr (Depends-on): Update.
34001         * lib/mbscasestr.c: Update.
34002         * modules/mbsstr (Depends-on): Update.
34003         * lib/mbsstr.c: Update.
34004         * modules/setenv (Depends-on): Update.
34005         * lib/setenv.c: Update.
34006         * modules/strcasestr (Depends-on): Update.
34007         * lib/strcasestr.c: Update.
34008         * modules/striconveha (Depends-on): Update.
34009         * lib/striconveha.c: Update.
34010         * modules/relocatable-prog-wrapper (Files): Update.
34011         * lib/relocwrapper.c: Update.
34012         * build-aux/install-reloc: Update.
34013         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34014
34015 2007-06-08  Bruno Haible  <bruno@clisp.org>
34016
34017         Port to uClibc.
34018         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34019         * lib/fpurge.c (fpurge): Likewise.
34020         * lib/freading.c (freading): Likewise.
34021         * lib/fseeko.c (rpl_fseeko): Likewise.
34022         * lib/fseterr.c (fseterr): Likewise.
34023         * lib/fwriting.c (fwriting): Likewise.
34024         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34025
34026 2007-06-08  Bruno Haible  <bruno@clisp.org>
34027
34028         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34029         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34030         * modules/gettext (Files): Add m4/intlmacosx.m4.
34031
34032 2007-06-07  Bruno Haible  <bruno@clisp.org>
34033
34034         * modules/localename-tests: New file.
34035         * tests/test-localename.c: New file.
34036
34037         New module 'localename'.
34038         * lib/localename.h: New file.
34039         * lib/localename.c: New file, from GNU gettext.
34040         * m4/localename.m4: New file.
34041         * modules/localename: New file.
34042
34043 2007-06-07  Bruno Haible  <bruno@clisp.org>
34044
34045         Work around the lack of <wchar.h> on some builds of uClibc.
34046         * doc/headers/wchar.texi: Update.
34047         * lib/wchar_.h: Include <wchar.h> only if it exists.
34048         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34049         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34050         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34051         doesn't exist.
34052         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34053         * modules/mbfile (Depends-on): Add wchar.
34054         * modules/mbiter (Depends-on): Likewise.
34055         * modules/mbuiter (Depends-on): Likewise.
34056         Reported by Simon Josefsson.
34057
34058 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34059
34060         Work around problem reported by Steven M. Schweda in
34061         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34062         Tru64 5.1B with the Compaq compiler environment installed declares
34063         an 'isblank' function but does not define it in the C library.
34064         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34065         * lib/regex_internal.h (isblank): Likewise.
34066         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34067         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34068
34069 2007-06-05  Bruno Haible  <bruno@clisp.org>
34070
34071         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34072         ia64.
34073         * modules/printf-safe: New file.
34074         * modules/fprintf-posix (Depends-on): Add printf-safe.
34075         * modules/printf-posix (Depends-on): Likewise.
34076         * modules/snprintf-posix (Depends-on): Likewise.
34077         * modules/sprintf-posix (Depends-on): Likewise.
34078         * modules/vasnprintf-posix (Depends-on): Likewise.
34079         * modules/vasprintf-posix (Depends-on): Likewise.
34080         * modules/vfprintf-posix (Depends-on): Likewise.
34081         * modules/vprintf-posix (Depends-on): Likewise.
34082         * modules/vsnprintf-posix (Depends-on): Likewise.
34083         * modules/vsprintf-posix (Depends-on): Likewise.
34084         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34085         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34086         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34087         "no" on i386, x86_64, ia64.
34088         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34089         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34090         on i386, x86_64, ia64.
34091         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34092         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34093         on i386, x86_64, ia64.
34094         * tests/test-vasnprintf-posix.c: Include float.h.
34095         (LDBL80_WORDS): New macro.
34096         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34097         on i386, x86_64, ia64.
34098         * tests/test-vasprintf-posix.c: Include float.h.
34099         (LDBL80_WORDS): New macro.
34100         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34101         on i386, x86_64, ia64.
34102         * tests/test-snprintf-posix.c: Include float.h.
34103         * tests/test-sprintf-posix.c: Likewise.
34104         * tests/test-vsnprintf-posix.c: Likewise.
34105         * tests/test-vsprintf-posix.c: Likewise.
34106
34107 2007-06-05  Bruno Haible  <bruno@clisp.org>
34108
34109         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34110         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34111         non-IEEE numbers on i386, x86_64, ia64.
34112         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34113         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34114         * tests/test-isnanl.h: Include float.h.
34115         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34116
34117 2007-06-05  Bruno Haible  <bruno@clisp.org>
34118
34119         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34120         also the %a / %A. Handle the %a / %A code before this extra handling.
34121
34122 2007-06-05  Bruno Haible  <bruno@clisp.org>
34123
34124         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34125         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34126
34127 2007-06-05  Bruno Haible  <bruno@clisp.org>
34128
34129         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34130         typo in variable name.
34131
34132 2007-06-05  Eric Blake  <ebb9@byu.net>
34133
34134         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34135         Reported by Simon Josefsson.
34136
34137 2007-06-04  Bruno Haible  <bruno@clisp.org>
34138
34139         Avoid test failures on some PowerPC platforms.
34140         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34141         Define differently for PowerPC.
34142         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34143         Reported by Gary V. Vaughan <gary@gnu.org>.
34144
34145 2007-06-02  Bruno Haible  <bruno@clisp.org>
34146
34147         Fix test-stdint failure on FreeBSD/ia64.
34148         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34149         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34150         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34151         * doc/headers/stdint.texi: Update.
34152
34153 2007-06-01  Bruno Haible  <bruno@clisp.org>
34154
34155         * tests/test-binary-io.c (main): Pass a third argument to open().
34156         Reported by Gary V. Vaughan <gary@gnu.org>.
34157
34158 2007-06-01  Bruno Haible  <bruno@clisp.org>
34159
34160         * doc/functions/frexpl.texi: Update for mingw.
34161
34162 2007-06-01  Bruno Haible  <bruno@clisp.org>
34163
34164         * tests/test-lseek.c (main): Disable test of errno for invalid third
34165         argument.
34166         * doc/functions/lseek.texi: Update.
34167         Reported by Gary V. Vaughan <gary@gnu.org>.
34168
34169 2007-05-28  Bruno Haible  <bruno@clisp.org>
34170
34171         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34172
34173 2007-05-31  Eric Blake  <ebb9@byu.net>
34174
34175         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34176         cross compiling.
34177
34178 2007-05-30  Eric Blake  <ebb9@byu.net>
34179         and Bruno Haible  <bruno@clisp.org>
34180
34181         Work around mingw test failures exposed by m4-1.4.9b.
34182         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34183         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34184         moment.
34185
34186 2007-05-30  Bruno Haible  <bruno@clisp.org>
34187
34188         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34189         assuming that they are closed. Needed on HP-UX 11.
34190
34191 2007-05-29  Bruno Haible  <bruno@clisp.org>
34192
34193         Fix a problem with #include_next.
34194         * lib/dirent_.h: Split the double-inclusion guard.
34195         * lib/fcntl_.h: Likewise.
34196         * lib/float_.h: Likewise.
34197         * lib/iconv_.h: Likewise.
34198         * lib/inttypes_.h: Likewise.
34199         * lib/locale_.h: Likewise.
34200         * lib/math_.h: Likewise.
34201         * lib/netinet_in_.h: Likewise.
34202         * lib/search_.h: Likewise.
34203         * lib/signal_.h: Likewise.
34204         * lib/stdint_.h: Likewise.
34205         * lib/stdio_.h: Likewise.
34206         * lib/stdlib_.h: Likewise.
34207         * lib/string_.h: Likewise.
34208         * lib/sys_select_.h: Likewise.
34209         * lib/sys_socket_.h: Likewise.
34210         * lib/sys_stat_.h: Likewise.
34211         * lib/sys_time_.h: Likewise.
34212         * lib/sysexits_.h: Likewise.
34213         * lib/time_.h: Likewise.
34214         * lib/unistd_.h: Likewise.
34215         * lib/wchar_.h: Likewise.
34216         * lib/wctype_.h: Likewise.
34217
34218 2007-05-29  Bruno Haible  <bruno@clisp.org>
34219
34220         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34221         for the moment.
34222
34223 2007-05-29  Bruno Haible  <bruno@clisp.org>
34224
34225         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34226         invocation.
34227         Reported by Eric Blake.
34228
34229 2007-05-29  Bruno Haible  <bruno@clisp.org>
34230
34231         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34232         compiling case.
34233
34234 2007-05-29  Eric Blake  <ebb9@byu.net>
34235             Bruno Haible  <bruno@clisp.org>
34236
34237         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34238         cross compiles.
34239
34240 2007-05-28  Eric Blake  <ebb9@byu.net>
34241
34242         * modules/closein-tests (test_closein_LDADD): Support test on
34243         cygwin with libtool.
34244
34245 2007-05-28  Bruno Haible  <bruno@clisp.org>
34246
34247         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34248         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34249         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34250         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34251         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34252         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34253         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34254         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34255         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34256
34257 2007-05-28  Eric Blake  <ebb9@byu.net>
34258
34259         Unconditionally include <config.h> in unit tests.
34260         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34261         * tests/test-allocsa.c, tests/test-arcfour.c,
34262         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34263         tests/test-array_list.c, tests/test-array_oset.c,
34264         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34265         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34266         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34267         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34268         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34269         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34270         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34271         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34272         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34273         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34274         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34275         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34276         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34277         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34278         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34279         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34280         test-md5.c, test-memmem.c, test-printf-posix.c,
34281         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34282         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34283         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34284         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34285         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34286         test-vasnprintf-posix2.c, test-vasnprintf.c,
34287         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34288         test-vfprintf-posix.c, test-vprintf-posix.c,
34289         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34290         test-xvasprintf.c: Likewise.
34291
34292 2007-05-28  Bruno Haible  <bruno@clisp.org>
34293
34294         * gnulib-tool (func_import): Remember the --with-tests command-line
34295         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34296         Reported by Eric Blake.
34297
34298 2007-05-28  Bruno Haible  <bruno@clisp.org>
34299
34300         * modules/ftell-tests: New file.
34301         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34302         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34303
34304         * lib/ftell.c: New file.
34305         * modules/ftell: New file.
34306         * m4/ftell.m4: New file.
34307         * doc/functions/ftell.texi: Update.
34308         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34309         REPLACE_FTELL.
34310         * lib/stdio_.h (rpl_ftell): New declaration.
34311         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34312         REPLACE_FTELL.
34313
34314 2007-05-28  Eric Blake  <ebb9@byu.net>
34315
34316         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34317
34318 2007-05-28  Bruno Haible  <bruno@clisp.org>
34319
34320         * modules/fseek-tests: New file.
34321         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34322         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34323
34324         * lib/fseek.c: New file.
34325         * modules/fseek: New file.
34326         * m4/fseek.m4: New file.
34327         * doc/functions/fseek.texi: Update.
34328         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34329         REPLACE_FSEEK.
34330         * lib/stdio_.h (rpl_fseek): New declaration.
34331         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34332         REPLACE_FSEEK.
34333
34334 2007-05-28  Bruno Haible  <bruno@clisp.org>
34335
34336         * lib/stdio_.h (fflush): More comments.
34337
34338 2007-05-28  Bruno Haible  <bruno@clisp.org>
34339
34340         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34341         runtime test.
34342
34343 2007-05-28  Eric Blake  <ebb9@byu.net>
34344
34345         Improve lseek module.
34346         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34347         * lib/unistd_.h (lseek): Scale back link warning message.
34348         * tests/test-lseek.c: Beef up test.
34349         * tests/test-lseek.sh: Exercise more facets of lseek.
34350         Reported by Bruno Haible.
34351
34352 2007-05-28  Bruno Haible  <bruno@clisp.org>
34353
34354         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34355         to define.
34356
34357 2007-05-27  Bruno Haible  <bruno@clisp.org>
34358
34359         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34360
34361 2007-05-27  Bruno Haible  <bruno@clisp.org>
34362
34363         * modules/openmp: New file.
34364         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34365         Noah Misch.
34366
34367 2007-05-26  Bruno Haible  <bruno@clisp.org>
34368
34369         * modules/chdir-long (Depends-on): Add fchdir.
34370         * modules/chdir-safer (Depends-on): Likewise.
34371         * modules/fts (Depends-on): Likewise.
34372         * modules/fts-lgpl (Depends-on): Likewise.
34373         * modules/openat (Depends-on): Likewise.
34374         * modules/savewd (Depends-on): Likewise.
34375
34376 2007-05-24  Eric Blake  <ebb9@byu.net>
34377
34378         Fix lseek on mingw.
34379         * modules/lseek: New module.
34380         * m4/lseek.m4: New file.
34381         * lib/lseek.c: New file.
34382         * modules/lseek-tests: New file.
34383         * tests/test-lseek.c: New file.
34384         * tests/test-lseek.sh: New file.
34385         * MODULES.html.sh: Document lseek module.
34386         * modules/fflush (Depends-on): Add lseek, fseeko.
34387         * modules/fseeko (Depends-on): Likewise.
34388         * modules/ftello (Depends-on): Likewise.
34389         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34390         broken.
34391         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34392         broken.
34393         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34394         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34395         * lib/ftello.c (rpl_ftello): Likewise.
34396         * tests/test-fseeko.c (main): Test this.
34397         * tests/test-fseeko.sh: Likewise.
34398         * tests/test-ftello.c (main): Likewise.
34399         * tests/test-ftello.sh: Likewise.
34400         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34401         implies replacing fseek.
34402         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34403         HAVE_FTELLO.
34404         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34405         * modules/unistd (Makefile.am): Likewise.
34406         * lib/unistd_.h (lseek): Declare a replacement.
34407         * doc/functions/lseek.texi (lseek): Document this fix.
34408         * doc/functions/fseek.texi (fseek): Likewise.
34409         * doc/functions/ftell.texi (ftell): Likewise.
34410
34411 2007-05-24  Bruno Haible  <bruno@clisp.org>
34412
34413         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34414         in the printed representation of a NaN.
34415         * tests/test-vasprintf-posix.c (test_function): Likewise.
34416         * tests/test-snprintf-posix.h (test_function): Likewise.
34417         * tests/test-sprintf-posix.h (test_function): Likewise.
34418         Reported by Eric Blake.
34419
34420 2007-05-23  Eric Blake  <ebb9@byu.net>
34421
34422         Fix fseeko/ftello on cygwin 1.5.24.
34423         * doc/functions/fseeko.texi (fseeko): Document the fix.
34424         * doc/functions/ftello.texi (ftello): Document the fix.
34425         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34426         * doc/functions/stdout.text (stdout): New file.
34427         * doc/functions/stderr.text (stderr): New file.
34428         * doc/gnulib.texi (Function Substitutes): Use new files.
34429         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34430         prior to 1.7.0.
34431         * tests/test-ftello.c (main): Likewise for ftello.
34432         * tests/test-fseeko.sh: New file.
34433         * tests/test-ftello.sh: New file.
34434         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34435         with seekable stdin.
34436         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34437         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34438         (gl_REPLACE_FSEEKO): New macro.
34439         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34440         * modules/fseeko (Files): Distribute fseeko.c.
34441         * modules/ftello (Files): Distribute ftello.c.
34442         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34443         mode.
34444         * lib/ftello.c (rpl_ftello): New file.
34445         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34446         fseeko, ftello.
34447         (gl_STDIN_LARGE_OFFSET): New macro.
34448         * modules/stdio (Makefile.am): Perform the replacement.
34449         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34450
34451 2007-05-23  Bruno Haible  <bruno@clisp.org>
34452
34453         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34454         GNULIB_POSIXCHECK is defined.
34455
34456 2007-05-21  Bruno Haible  <bruno@clisp.org>
34457
34458         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34459         Check also the output for NaN arguments. When cross-compiling, guess
34460         no on IRIX.
34461         * lib/vasnprintf.c: Update comments.
34462         * tests/test-vasnprintf-posix.c (strisnan): New function.
34463         (test_function): Use it.
34464         * tests/test-vasprintf-posix.c (strisnan): New function.
34465         (test_function): Use it.
34466         * tests/test-snprintf-posix.h (strisnan): New function.
34467         (test_function): Use it.
34468         * tests/test-sprintf-posix.h (strisnan): New function.
34469         (test_function): Use it.
34470         Reported by Eric Blake.
34471
34472 2007-05-20  Bruno Haible  <bruno@clisp.org>
34473
34474         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34475         numbers that fails on BeOS.
34476         * doc/functions/frexpl.texi: Update.
34477
34478 2007-05-20  Jim Meyering  <jim@meyering.net>
34479
34480         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34481         forced upon us by glibc-2.6.
34482
34483 2007-05-20  Bruno Haible  <bruno@clisp.org>
34484
34485         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34486         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34487         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34488         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34489         NEED_PRINTF_INFINITE.
34490         (is_infinitel): New function.
34491         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34492         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34493         gl_PREREQ_VASNPRINTF_INFINITE.
34494         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34495         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34496         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34497         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34498         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34499         gl_PREREQ_VASNPRINTF_INFINITE.
34500         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34501         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34502         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34503         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34504         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34505         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34506         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34507         * doc/functions/fprintf.texi: Update.
34508         * doc/functions/printf.texi: Update.
34509         * doc/functions/snprintf.texi: Update.
34510         * doc/functions/sprintf.texi: Update.
34511         * doc/functions/vfprintf.texi: Update.
34512         * doc/functions/vprintf.texi: Update.
34513         * doc/functions/vsnprintf.texi: Update.
34514         * doc/functions/vsprintf.texi: Update.
34515
34516 2007-05-20  Bruno Haible  <bruno@clisp.org>
34517
34518         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34519         was not found in libc.
34520         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34521
34522 2007-05-20  Bruno Haible  <bruno@clisp.org>
34523
34524         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34525         printed as "-nan" instead of "nan".
34526         * tests/test-vasprintf-posix.c (test_function): Likewise.
34527         * tests/test-snprintf-posix.h (test_function): Likewise.
34528         * tests/test-sprintf-posix.h (test_function): Likewise.
34529         Needed for HP-UX 11.
34530
34531 2007-05-20  Jim Meyering  <jim@meyering.net>
34532
34533         Fix buggy test for the fchownat-deref bug.
34534         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34535         symlink required for the run-test.  Without it, this test would
34536         always declare that fchownat doesn't work, and client code would
34537         unnecessarily use the replacement function with fixed libc.
34538         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34539         Reported by Greg Schafer.
34540
34541 2007-05-19  Bruno Haible  <bruno@clisp.org>
34542
34543         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34544         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34545         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34546         Needed for IRIX 6.5 and Solaris 2.5.1.
34547
34548 2007-05-19  Bruno Haible  <bruno@clisp.org>
34549
34550         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34551         (test_function): Skip tests involving -0.0 on platforms where
34552         -0.0 = 0.0.
34553         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34554         (test_function): Skip tests involving -0.0 on platforms where
34555         -0.0 = 0.0.
34556         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34557         (test_function): Skip tests involving -0.0 on platforms where
34558         -0.0 = 0.0.
34559         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34560         (test_function): Skip tests involving -0.0 on platforms where
34561         -0.0 = 0.0.
34562         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34563         tests.
34564         * tests/test-printf-posix.h (test_function): Likewise.
34565         * tests/test-printf-posix.output: Remove all -0.0 related results.
34566         Needed for IRIX 6.5.
34567
34568 2007-05-19  Bruno Haible  <bruno@clisp.org>
34569
34570         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34571         printed as "nan0x7fffffff" instead of "nan".
34572         * tests/test-vasprintf-posix.c (test_function): Likewise.
34573         * tests/test-snprintf-posix.h (test_function): Likewise.
34574         * tests/test-sprintf-posix.h (test_function): Likewise.
34575         * tests/test-fprintf-posix.h (NaN): Remove macro.
34576         (test_function): Remove all NaN related tests.
34577         * tests/test-printf-posix.h (NaN): Remove macro.
34578         (test_function): Remove all NaN related tests.
34579         * tests/test-printf-posix.output: Remove all NaN related results.
34580         Needed for IRIX 6.5.
34581
34582 2007-05-19  Bruno Haible  <bruno@clisp.org>
34583
34584         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34585         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34586
34587 2007-05-19  Bruno Haible  <bruno@clisp.org>
34588
34589         * lib/float_.h: New file.
34590         * m4/float_h.m4: New file.
34591         * modules/float: New file.
34592         * modules/isnanl (Dependencies): Add float.
34593         * modules/isnanl-nolibm (Dependencies): Likewise.
34594         * modules/mathl (Dependencies): Likewise.
34595         * modules/printf-frexpl (Dependencies): Likewise.
34596         * modules/signbit (Dependencies): Likewise.
34597         * modules/vasnprintf (Dependencies): Likewise.
34598         * doc/headers/float.texi: Update.
34599
34600 2007-05-19  Jim Meyering  <jim@meyering.net>
34601
34602         * lib/utimens.c (gl_futimens): Rename from futimens,
34603         now that glibc-2.6 declares futimens.
34604         * lib/utimens.h: Likewise.
34605
34606 2007-05-19  Bruno Haible  <bruno@clisp.org>
34607
34608         Avoid test failures on mingw.
34609         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34610         * tests/test-printf-posix.sh: Likewise.
34611         * tests/test-vfprintf-posix.sh: Likewise.
34612         * tests/test-vprintf-posix.sh: Likewise.
34613
34614 2007-05-19  Bruno Haible  <bruno@clisp.org>
34615
34616         Fix *printf result for NaN, Inf, -0.0 on mingw.
34617         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34618         * lib/vasnprintf.c: Include math.h and isnan.h.
34619         (is_infinite_or_zero): New function.
34620         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34621         values in the %f, %F, %e, %E, %g, %G directives.
34622         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34623         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34624         gl_PRINTF_INFINITE and test its result. Invoke
34625         gl_PREREQ_VASNPRINTF_INFINITE.
34626         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34627         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34628         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34629         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34630         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34631         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34632         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34633         * doc/functions/fprintf.texi: Update.
34634         * doc/functions/printf.texi: Update.
34635         * doc/functions/snprintf.texi: Update.
34636         * doc/functions/sprintf.texi: Update.
34637         * doc/functions/vfprintf.texi: Update.
34638         * doc/functions/vprintf.texi: Update.
34639         * doc/functions/vsnprintf.texi: Update.
34640         * doc/functions/vsprintf.texi: Update.
34641
34642 2007-05-19  Bruno Haible  <bruno@clisp.org>
34643
34644         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34645         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34646         Instead of multiplying with 10^k, set extra_zeroes to k.
34647         (scale10_round_long_double): Remove function.
34648
34649 2007-05-18  Bruno Haible  <bruno@clisp.org>
34650
34651         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34652         introduced on 2007-05-06.
34653
34654 2007-05-18  Bruno Haible  <bruno@clisp.org>
34655
34656         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34657         %g directives.
34658         * tests/test-vasprintf-posix.c (test_function): Likewise.
34659         * tests/test-snprintf-posix.h (test_function): Likewise.
34660         * tests/test-sprintf-posix.h (test_function): Likewise.
34661
34662 2007-05-18  Bruno Haible  <bruno@clisp.org>
34663
34664         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34665         (strmatch): New function.
34666         (test_function): Test the %f directive on numbers of various exponents.
34667         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34668         (strmatch): New function.
34669         (test_function): Test the %f directive on numbers of various exponents.
34670         * tests/test-snprintf-posix.h (strmatch): New function.
34671         (test_function): Test the %f directive on numbers of various exponents.
34672         * tests/test-sprintf-posix.h (strmatch): New function.
34673         (test_function): Test the %f directive on numbers of various exponents.
34674         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34675         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34676         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34677         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34678
34679 2007-05-18  Bruno Haible  <bruno@clisp.org>
34680
34681         Add support for 'long double' number output.
34682         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34683         * lib/vasnprintf.c: Include math.h and float+.h.
34684         (mp_limb_t): New type.
34685         (GMP_LIMB_BITS): New macro.
34686         (mp_twolimb_t): New type.
34687         (GMP_TWOLIMB_BITS): New macro.
34688         (mpn_t): New type.
34689         (multiply, divide, convert_to_decimal, decode_long_double,
34690         scale10_round_long_double, scale10_round_decimal_long_double,
34691         floorlog10l): New functions.
34692         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34693         for the %f, %F, %e, %E, %g, %G directives.
34694         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34695         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34696         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34697         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34698         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34699         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34700         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34701         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34702         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34703         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34704         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34705         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34706         * modules/snprintf-posix (Depends-on): Likewise.
34707         * modules/sprintf-posix (Depends-on): Likewise.
34708         * modules/vasnprintf-posix (Depends-on): Likewise.
34709         * modules/vasprintf-posix (Depends-on): Likewise.
34710         * modules/vfprintf-posix (Depends-on): Likewise.
34711         * modules/vsnprintf-posix (Depends-on): Likewise.
34712         * modules/vsprintf-posix (Depends-on): Likewise.
34713         * modules/vasnprintf (Files): Add lib/float+.h.
34714         * doc/functions/fprintf.texi: Update.
34715         * doc/functions/printf.texi: Update.
34716         * doc/functions/snprintf.texi: Update.
34717         * doc/functions/sprintf.texi: Update.
34718         * doc/functions/vfprintf.texi: Update.
34719         * doc/functions/vprintf.texi: Update.
34720         * doc/functions/vsnprintf.texi: Update.
34721         * doc/functions/vsprintf.texi: Update.
34722
34723 2007-05-18  Bruno Haible  <bruno@clisp.org>
34724
34725         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34726
34727 2007-05-18  Bruno Haible  <bruno@clisp.org>
34728
34729         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34730         for printing 64-bit integers. Needed for mingw.
34731
34732 2007-05-18  Bruno Haible  <bruno@clisp.org>
34733
34734         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34735         gl_FUNC_FREXPL_WORKS.
34736         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34737
34738 2007-05-18  Bruno Haible  <bruno@clisp.org>
34739
34740         * modules/frexpl-nolibm-tests: New file.
34741
34742         * modules/frexpl-nolibm: New file.
34743         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34744
34745 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34746
34747         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34748         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34749         GCC 4.2, which otherwise issues a lot of warnings.
34750         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34751         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34752         Likewise.
34753         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34754         * modules/iconv_open (iconv.h): Likewise.
34755         * modules/locale (locale.h): Likewise.
34756         * modules/netinet_in (netinet/in.h): Likewise.
34757         * modules/sys_select (sys_select.h): Likewise.
34758         * modules/sys_socket (sys/socket.h): Likewise.
34759         * modules/sys_stat (sys/stat.h): Likewise.
34760         * modules/sysexits (sysexits.h): Likewise.
34761         * modules/unistd (unistd.h): Likewise.
34762
34763 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34764
34765         * modules/closein-tests (Makefile.am): Distribute
34766         `test-closein.sh'.
34767
34768 2007-05-17  Bruno Haible  <bruno@clisp.org>
34769
34770         * tests/test-printf-posix.output: Renamed from
34771         tests/test-fprintf-posix.out.
34772         * modules/fprintf-posix-tests: Update.
34773         * modules/printf-posix-tests: Update.
34774         * modules/vfprintf-posix-tests: Update.
34775         * modules/vprintf-posix-tests: Update.
34776         * tests/test-fprintf-posix.sh: Update.
34777         * tests/test-printf-posix.sh: Update.
34778         * tests/test-vfprintf-posix.sh: Update.
34779         * tests/test-vprintf-posix.sh: Update.
34780         Reported by Ralf Wildenhues.
34781
34782 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34783
34784         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34785         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34786         GCC 4.2, which otherwise issues a lot of warnings.
34787         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34788         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34789         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34790         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34791         it should no longer be needed.
34792         * lib/string_.h: Likewise.
34793         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34794         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34795         * modules/inttypes (inttypes.h): Likewise.
34796         * modules/math (math.h): Likewise.
34797         * modules/search (search.h): Likewise.
34798         * modules/signal (signal.h): Likewise.
34799         * modules/stdint (stdint.h): Likewise.
34800         * modules/stdio (stdio.h): Likewise.
34801         * modules/stdlib (stdlib.h): Likewise.
34802         * modules/string (string.h): Likewise.
34803         * modules/sys_time (sys/time.h): Likewise.
34804         * modules/time (time.h): Likewise.
34805         * modules/wchar (wchar.h): Likewise.
34806         * modules/wctype (wtype.h): Likewise.
34807
34808 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34809
34810         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34811
34812 2007-05-13  Bruno Haible  <bruno@clisp.org>
34813
34814         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34815         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34816         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34817         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34818         (gl_PREREQ_STRTOK_R): Don't require it here.
34819
34820 2007-05-13  Bruno Haible  <bruno@clisp.org>
34821
34822         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34823         when used in C++ mode.
34824
34825 2007-05-12  Bruno Haible  <bruno@clisp.org>
34826
34827         * lib/linebuffer.h: Tweak doc.
34828         * lib/linebuffer.c: Likewise.
34829
34830 2007-05-12  James Youngman  <jay@gnu.org>
34831
34832         * lib/linebuffer.c (readlinebuffer_delim): New function,
34833         like readlinebuffer, but use a caller-specified delimiter.
34834         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34835         as the delimiter.
34836         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34837
34838 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34839
34840         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34841         * modules/openat (Files): Remove openat-die.c.
34842         (Depends-on): Add openat-die.
34843         * modules/openat-die: New module.
34844
34845 2007-05-06  Bruno Haible  <bruno@clisp.org>
34846
34847         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34848         Update with info about Cygwin.
34849         * doc/functions/fprintf.texi: Update.
34850         * doc/functions/printf.texi: Update.
34851         * doc/functions/snprintf.texi: Update.
34852         * doc/functions/sprintf.texi: Update.
34853         * doc/functions/vfprintf.texi: Update.
34854         * doc/functions/vprintf.texi: Update.
34855         * doc/functions/vsnprintf.texi: Update.
34856         * doc/functions/vsprintf.texi: Update.
34857         Reported by Eric Blake.
34858
34859 2007-05-06  Bruno Haible  <bruno@clisp.org>
34860
34861         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34862         padding ourselves for the floating-point directives.
34863         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34864         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34865         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34866         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34867         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34868         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34869         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34870         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34871         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34872         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34873         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34874         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34875         * tests/test-snprintf-posix.h (test_function): Also check the width
34876         and some flags in the %f directive.
34877         * tests/test-sprintf-posix.h (test_function): Likewise.
34878         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34879         * tests/test-vasprintf-posix.c (test_function): Likewise.
34880         * doc/functions/fprintf.texi: Update.
34881         * doc/functions/printf.texi: Update.
34882         * doc/functions/snprintf.texi: Update.
34883         * doc/functions/sprintf.texi: Update.
34884         * doc/functions/vfprintf.texi: Update.
34885         * doc/functions/vprintf.texi: Update.
34886         * doc/functions/vsnprintf.texi: Update.
34887         * doc/functions/vsprintf.texi: Update.
34888
34889 2007-05-06  Bruno Haible  <bruno@clisp.org>
34890
34891         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34892         pass the ' flag character to sprintf or snprintf.
34893         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34895         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34896         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34897         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34898         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34899         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34900         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34901         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34902         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34903         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34904         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34905         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34906         flag.
34907         * tests/test-sprintf-posix.h (test_function): Likewise.
34908         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34909         * tests/test-vasprintf-posix.c (test_function): Likewise.
34910         * doc/functions/fprintf.texi: Update.
34911         * doc/functions/printf.texi: Update.
34912         * doc/functions/snprintf.texi: Update.
34913         * doc/functions/sprintf.texi: Update.
34914         * doc/functions/vfprintf.texi: Update.
34915         * doc/functions/vprintf.texi: Update.
34916         * doc/functions/vsnprintf.texi: Update.
34917         * doc/functions/vsprintf.texi: Update.
34918
34919 2007-05-01  Bruno Haible  <bruno@clisp.org>
34920
34921         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34922
34923 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34924
34925         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34926         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34927
34928 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34929
34930         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34931         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34932         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34933
34934 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34935
34936         * lib/argp-help.c (struct hol_entry): New member `ord'.
34937         (HOL_ENTRY_PTRCMP): Use ord for comparison
34938         (hol_sort): Initialize ord.
34939
34940 2007-05-01  Bruno Haible  <bruno@clisp.org>
34941
34942         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34943         Reported by Eric Blake.
34944         * doc/gnulib.texi (Function Substitutes): Update.
34945
34946 2007-05-01  Bruno Haible  <bruno@clisp.org>
34947
34948         * doc/functions.texi: Remove file, now redundant through
34949         doc/functions/*.texi.
34950
34951 2007-05-01  Bruno Haible  <bruno@clisp.org>
34952
34953         * modules/argp (Depends-on): Add sleep.
34954
34955 2007-05-01  Bruno Haible  <bruno@clisp.org>
34956
34957         * modules/sleep-tests: New file.
34958         * tests/test-sleep.c: New file.
34959
34960         * modules/sleep: New file.
34961         * lib/sleep.c: New file.
34962         * m4/sleep.m4: New file.
34963         * lib/unistd_.h (sleep): New declaration.
34964         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34965         HAVE_SLEEP.
34966         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34967         * doc/functions/sleep.texi: Document the sleep module.
34968
34969 2007-05-01  Bruno Haible  <bruno@clisp.org>
34970
34971         * lib/sigprocmask.h: Remove file.
34972         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34973         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34974         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34975         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34976         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34977         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34978         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34979         HAVE_SIGSET_T as a shell variable.
34980         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34981         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34982         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34983         (Depends-on): Add signal. Remove verify.
34984         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34985         (Include): Mention <signal.h> instead of sigprocmask.h.
34986         * NEWS: Mention the change.
34987         * lib/fatal-signal.c: Don't include sigprocmask.h.
34988
34989 2007-05-01  Bruno Haible  <bruno@clisp.org>
34990
34991         * modules/signal: New file.
34992         * lib/signal_.h: New file.
34993         * m4/signal_h.m4: New file.
34994
34995 2007-05-01  Bruno Haible  <bruno@clisp.org>
34996
34997         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34998         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34999         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35000         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35001
35002 2007-05-01  Bruno Haible  <bruno@clisp.org>
35003
35004         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35005         configure time.
35006         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35007         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35008         * modules/sys_stat (Makefile.am): Substitute their values into
35009         sys/stat.h.
35010
35011 2007-05-01  Bruno Haible  <bruno@clisp.org>
35012
35013         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35014         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35015         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35016
35017 2007-05-01  Bruno Haible  <bruno@clisp.org>
35018
35019         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35020         'assert' module here.
35021
35022 2007-05-01  Bruno Haible  <bruno@clisp.org>
35023
35024         * doc/functions/*.texi: New files.
35025         * doc/functions/google-ranking.txt: New file.
35026         * doc/gnulib.texi (Function Substitutes): New chapter.
35027         (ctime, inet_ntoa): Remove sections.
35028         * doc/ctime.texi: Remove file.
35029         * doc/inet_ntoa.texi: Remove file.
35030         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35031         dependencies.
35032         (%.info): New rule, specifying a --reference-limit.
35033
35034 2007-05-01  Bruno Haible  <bruno@clisp.org>
35035
35036         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35037
35038 2007-05-01  Bruno Haible  <bruno@clisp.org>
35039
35040         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35041         the portability of 'mkdir' to mingw systems.
35042
35043 2007-05-01  Bruno Haible  <bruno@clisp.org>
35044
35045         * doc/headers/google-ranking.txt: New file.
35046
35047 2007-04-30  Eric Blake  <ebb9@byu.net>
35048
35049         Prefer fseeko to fseek.
35050         * modules/getpass (Depends-on): Add fseeko.
35051         * lib/getpass.c (getpass): Use fseeko, not fseek.
35052
35053 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35054
35055         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35056         assumes the sorting is stable, while most qsort implementations
35057         are not.  Use argument addresses to ensure they never compare as
35058         equal.
35059
35060         * tests/test-argp-2.sh (usage-indent test): Fix output
35061         (func_compare): Restore diff options
35062         * tests/test-argp.c: Restore #include "progname.h"
35063
35064 2007-04-29  Bruno Haible  <bruno@clisp.org>
35065
35066         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35067         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35068         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35069         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35070         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35071         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35072         (TESTS, check_PROGRAMS): Add test-snprintf.
35073         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35074         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35075         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35076         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35077         assertions that fail on HP-UX, OSF/1, or IRIX.
35078         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35079
35080 2007-04-29  Bruno Haible  <bruno@clisp.org>
35081
35082         * MODULES.html.sh (posix_functions): Remove 'contents'.
35083
35084 2007-04-29  Karl Berry  <karl@gnu.org>
35085
35086         * config/srclist.txt (gendocs_template_min): new entry.
35087
35088 2007-04-29  Bruno Haible  <bruno@clisp.org>
35089
35090         Work around fpurge bug on BSD systems.
35091         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35092         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35093         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35094         fpurge to rpl_fpurge if the system already has this function.
35095         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35096         the case where the system already has this function. Correct invariants
35097         on BSD systems.
35098         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35099         BSD systems.
35100
35101 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35102
35103         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35104         proposed by Sven Verdoolaege.
35105
35106         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35107         options.
35108         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35109         (usage and help tests): Update
35110
35111 2007-04-29  Bruno Haible  <bruno@clisp.org>
35112
35113         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35114         Print more information in case of failure. Disable a test on BeOS.
35115
35116 2007-04-29  Bruno Haible  <bruno@clisp.org>
35117
35118         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35119         This helps debugging on systems on which no gdb is available.
35120
35121 2007-04-29  Bruno Haible  <bruno@clisp.org>
35122
35123         * lib/freading.h: Improve comments.
35124         * lib/fwriting.h: Likewise.
35125         * tests/test-freading.c (main): Don't check freading immediately after
35126         repositioning. Needed for glibc.
35127
35128 2007-04-29  Bruno Haible  <bruno@clisp.org>
35129
35130         * lib/freading.c (freading): Trivial simplification.
35131
35132 2007-04-28  Bruno Haible  <bruno@clisp.org>
35133
35134         * tests/test-fwriting.c (main): Also test the interaction between
35135         fflush and fwriting.
35136         * modules/fwriting-tests (Depends-on): Add fflush.
35137
35138         * tests/test-freading.c (main): Also test the interaction between
35139         fflush and freading.
35140         * modules/freading-tests (Depends-on): Add fflush.
35141
35142 2007-04-28  Bruno Haible  <bruno@clisp.org>
35143
35144         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35145         fseeko and ftello.
35146         Suggested by Eric Blake.
35147
35148 2007-04-28  Jim Meyering  <jim@meyering.net>
35149
35150         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35151         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35152         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35153
35154 2007-04-27  Eric Blake  <ebb9@byu.net>
35155
35156         * doc/headers/assert.texi (assert.h): Document assert module use.
35157
35158 2007-04-27  Bruno Haible  <bruno@clisp.org>
35159
35160         * doc/headers/*.texi: New files.
35161         * doc/gnulib.texi (Header File Substitutes): New chapter.
35162         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35163         dependencies.
35164         (standards.info ,standards.html, standards.dvi): Update dependencies.
35165         (mostlyclean, clean): New targets.
35166
35167 2007-04-27  Bruno Haible  <bruno@clisp.org>
35168
35169         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35170         * modules/sysexits (Files, Makefile.am): Update.
35171
35172         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35173         * modules/sys_socket (Files, Makefile.am): Update.
35174
35175         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35176         * modules/sys_stat (Files, Makefile.am): Update.
35177
35178 2007-04-27  Eric Blake  <ebb9@byu.net>
35179
35180         * lib/freading.h: Improve comments.
35181         * lib/fwriting.h: Likewise.
35182         * lib/fflush.c: Likewise.
35183
35184         Fix closein for mingw.
35185         * modules/closein-tests: Add tests for closein.
35186         * tests/test-closein.c: New file.
35187         * tests/test-closein.sh: Likewise.
35188         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35189         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35190
35191 2007-04-27  Bruno Haible  <bruno@clisp.org>
35192
35193         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35194         version is < 6.
35195         * lib/math_.h [__DECC]: Likewise.
35196         * lib/stdio_.h [__DECC]: Likewise.
35197         * lib/stdlib_.h [__DECC]: Likewise.
35198         * lib/string_.h [__DECC]: Likewise.
35199         * lib/time_.h [__DECC]: Likewise.
35200         * lib/wchar_.h [__DECC]: Likewise.
35201         * lib/wctype_.h [__DECC]: Likewise.
35202
35203 2007-04-27  Bruno Haible  <bruno@clisp.org>
35204
35205         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35206
35207 2007-04-27  Bruno Haible  <bruno@clisp.org>
35208
35209         * lib/fflush.c: Add comments.
35210         * modules/fpurge-tests (Depends-on): Add fflush.
35211         * modules/freadable-tests (Depends-on): Likewise.
35212         * modules/fwritable-tests (Depends-on): Likewise.
35213
35214 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35215
35216         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35217         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35218         Report by Bruno Haible <bruno@clisp.org>.
35219
35220 2007-04-26  Eric Blake  <ebb9@byu.net>
35221
35222         Fix fflush on mingw.
35223         * modules/fflush (Depends-on): Add freading.
35224         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35225         but unread data.
35226
35227 2007-04-26  Eric Blake  <ebb9@byu.net>
35228         and Bruno Haible  <bruno@clisp.org>
35229
35230         Implement freading and fwriting.
35231         * lib/freading.c: New file.
35232         * lib/freading.h: Likewise.
35233         * m4/freading.m4: Likewise.
35234         * modules/freading: Likewise.
35235         * modules/freading-tests: Likewise.
35236         * tests/test-freading.c: Likewise.
35237         * lib/fwriting.c: New file.
35238         * lib/fwriting.h: Likewise.
35239         * m4/fwriting.m4: Likewise.
35240         * modules/fwriting: Likewise.
35241         * modules/fwriting-tests: Likewise.
35242         * tests/test-fwriting.c: Likewise.
35243         * MODULES.html.sh (File stream based Input/Output): Mention them.
35244
35245 2007-04-26  Bruno Haible  <bruno@clisp.org>
35246
35247         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35248         'long' when we assume it.
35249         Suggested by Eric Blake.
35250
35251 2007-04-26  Bruno Haible  <bruno@clisp.org>
35252
35253         Ensure fseeko, ftello are declared on glibc systems.
35254         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35255         * modules/fseeko (configure.ac-early): Likewise.
35256         * modules/ftello (configure.ac-early): Likewise.
35257         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35258         AC_FUNC_FSEEKO for this.
35259         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35260         (gl_CHECK_FSEEKO): Remove macro.
35261
35262 2007-04-26  Bruno Haible  <bruno@clisp.org>
35263
35264         * tests/test-fflush.c (main): Also check the ftell result after
35265         fflush and fseek/fseeko.
35266         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35267         file descriptor position cache in the stream.
35268         * lib/fseeko.c (rpl_fseeko): Likewise.
35269
35270 2007-04-26  Bruno Haible  <bruno@clisp.org>
35271
35272         * modules/fflush-tests (Depends-on): Add fseeko.
35273
35274 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35275             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35276
35277         * lib/argz_.h: ensure error_t definition is obtained in same
35278         mechanism system argz.h would have.
35279         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35280         argz facilities are known bad.  Err on the side of caution if
35281         cross-compiling.
35282
35283 2007-04-25  Eric Blake  <ebb9@byu.net>
35284
35285         * lib/fpurge.c (includes): Use stdlib.h for free.
35286         * tests/test-fflush.c (main): Also test fflush-fseeko.
35287
35288 2007-04-25  Bruno Haible  <bruno@clisp.org>
35289
35290         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35291         * lib/fseeko.c: New file.
35292         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35293         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35294         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35295         gl_FUNC_FSEEKO.
35296         (gl_FUNC_FSEEKO): Invoke it.
35297         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35298         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35299         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35300
35301 2007-04-25  Bruno Haible  <bruno@clisp.org>
35302
35303         * modules/fflush (Depends-on): Add ftello.
35304
35305 2007-04-25  Bruno Haible  <bruno@clisp.org>
35306
35307         * modules/ftello-tests: New file.
35308         * tests/test-ftello.c: New file.
35309
35310         * modules/ftello: New file.
35311         * m4/ftello.m4: New file.
35312         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35313         HAVE_FTELLO.
35314         * lib/stdio_.h (ftello): New declaration.
35315         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35316         HAVE_FTELLO.
35317
35318 2007-04-25  Bruno Haible  <bruno@clisp.org>
35319
35320         * modules/fseeko-tests: New file.
35321         * tests/test-fseeko.c: New file.
35322
35323         * modules/fseeko: New file.
35324         * m4/fseeko.m4: New file.
35325         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35326         HAVE_FSEEKO.
35327         * lib/stdio_.h (fseeko): New declaration.
35328         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35329         HAVE_FSEEKO.
35330
35331 2007-04-25  Bruno Haible  <bruno@clisp.org>
35332
35333         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35334
35335 2007-04-25  Bruno Haible  <bruno@clisp.org>
35336
35337         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35338         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35339         * tests/test-unistd.c: Likewise.
35340         * tests/test-fcntl.c: Likewise.
35341
35342 2007-04-23  Eric Blake  <ebb9@byu.net>
35343
35344         * lib/fflush.c: Fix missing include.
35345         Reported by Bruno Haible.
35346
35347 2007-04-23  Bruno Haible  <bruno@clisp.org>
35348
35349         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35350         Reported by Eric Blake.
35351
35352 2007-04-23  Bruno Haible  <bruno@clisp.org>
35353
35354         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35355
35356 2007-04-23  Bruno Haible  <bruno@clisp.org>
35357
35358         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35359
35360 2007-04-23  Bruno Haible  <bruno@clisp.org>
35361
35362         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35363         Needed on HP-UX 11.
35364
35365 2007-04-16  Eric Blake  <ebb9@byu.net>
35366
35367         Make fflush rely on fpurge.
35368         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35369         open coding all variants.
35370         * modules/fflush (Depends-on): Add fpurge and unistd.
35371         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35372         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35373
35374         Fix --with-tests compilation on cygwin.
35375         * modules/argmatch-tests (Makefile.am): List gnulib library first
35376         in LDADD.
35377         * modules/argp-tests (Makefile.am): Likewise.
35378         * modules/array-list-tests (Makefile.am): Likewise.
35379         * modules/array-oset-tests (Makefile.am): Likewise.
35380         * modules/avltree-list-tests (Makefile.am): Likewise.
35381         * modules/avltree-oset-tests (Makefile.am): Likewise.
35382         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35383         * modules/carray-list-tests (Makefile.am): Likewise.
35384         * modules/dirname-tests (Makefile.am): Likewise.
35385         * modules/frexp-tests (Makefile.am): Likewise.
35386         * modules/isnanl-tests (Makefile.am): Likewise.
35387         * modules/linked-list-tests (Makefile.am): Likewise.
35388         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35389         * modules/lock-tests (Makefile.am): Likewise.
35390         * modules/rbtree-list-tests (Makefile.am): Likewise.
35391         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35392         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35393         * modules/tls-tests (Makefile.am): Likewise.
35394         * modules/tsearch-tests (Makefile.am): Likewise.
35395         * modules/xvasprintf-tests (Makefile.am): Likewise.
35396
35397         Fix fpurge for cygwin.
35398         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35399         value.
35400         * modules/fpurge-tests (Depends-on): Clean up trash.
35401
35402 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35403
35404         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35405
35406         * m4/autobuild.m4: Re-indent.
35407
35408 2007-04-13  Bruno Haible  <bruno@clisp.org>
35409
35410         * modules/fpurge-tests: New file.
35411         * tests/test-fpurge.c: New file.
35412
35413         * modules/fpurge: New file.
35414         * lib/fpurge.h: New file.
35415         * lib/fpurge.c: New file.
35416         * m4/fpurge.m4: New file.
35417
35418 2007-04-13  Bruno Haible  <bruno@clisp.org>
35419
35420         * modules/fbufmode-tests: New file.
35421         * tests/test-fbufmode.c: New file.
35422
35423         * modules/fbufmode: New file.
35424         * lib/fbufmode.h: New file.
35425         * lib/fbufmode.c: New file.
35426         * m4/fbufmode.m4: New file.
35427
35428 2007-04-13  Bruno Haible  <bruno@clisp.org>
35429
35430         * modules/fwritable-tests: New file.
35431         * tests/test-fwritable.c: New file.
35432
35433         * modules/fwritable: New file.
35434         * lib/fwritable.h: New file.
35435         * lib/fwritable.c: New file.
35436         * m4/fwritable.m4: New file.
35437
35438 2007-04-13  Bruno Haible  <bruno@clisp.org>
35439
35440         * modules/freadable-tests: New file.
35441         * tests/test-freadable.c: New file.
35442
35443         * modules/freadable: New file.
35444         * lib/freadable.h: New file.
35445         * lib/freadable.c: New file.
35446         * m4/freadable.m4: New file.
35447
35448 2007-04-13  Bruno Haible  <bruno@clisp.org>
35449
35450         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35451         MOSTLYCLEANFILES.
35452
35453 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35454
35455         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35456         gzip bootstrap.conf to avoid dragging in i18n machinery.
35457         (gnulib_tool_option): Use it.
35458
35459 2007-04-13  Bruno Haible  <bruno@clisp.org>
35460
35461         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35462         %F directives.
35463         * tests/test-vasprintf-posix.c (test_function): Likewise.
35464         * tests/test-snprintf-posix.h (test_function): Likewise.
35465         * tests/test-sprintf-posix.h (test_function): Likewise.
35466         * tests/test-fprintf-posix.h (test_function): Likewise.
35467         * tests/test-printf-posix.h (test_function): Likewise.
35468         * tests/test-fprintf-posix.out: Likewise.
35469
35470 2007-04-13  Bruno Haible  <bruno@clisp.org>
35471
35472         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35473         * modules/tls-tests (configure.ac): Likewise.
35474         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35475
35476 2007-04-13  Bruno Haible  <bruno@clisp.org>
35477
35478         * lib/tls.c (glthread_tls_get): Fix return type.
35479         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35480
35481 2007-04-12  Eric Blake  <ebb9@byu.net>
35482
35483         * modules/gettime (Depends-on): Remove gettime.
35484         Reported by Dmitry V. Levin.
35485
35486 2007-04-12  Bruno Haible  <bruno@clisp.org>
35487
35488         * modules/fflush (Include): Mention <stdio.h>.
35489         * modules/strtoimax (Include): Mention <inttypes.h>.
35490         * modules/strtoumax (Include): Likewise.
35491
35492 2007-04-12  Eric Blake  <ebb9@byu.net>
35493
35494         * .cvsignore: New file.
35495         * .gitignore: Likewise.
35496
35497 2007-04-12  Bruno Haible  <bruno@clisp.org>
35498
35499         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35500         not before, since $(LDADD) often contains libgnu.a.
35501         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35502         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35503         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35504         Needed on Cygwin.
35505
35506 2007-04-12  Eric Blake  <ebb9@byu.net>
35507
35508         Work around glibc's failure to flush stdin on fclose.
35509         * lib/closein.c (close_stdin): Flush stdin before closing.
35510
35511         Work around glibc's failure to reset seekable stdin on exit.
35512         * modules/closein: New module.
35513         * lib/closein.c: New file.
35514         * lib/closein.h: Likewise.
35515         * m4/closein.m4: Likewise.
35516         * MODULES.html.sh (File stream based Input/Output): Document it.
35517
35518 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35519
35520         * gnulib-tool: Rename generated 'autobuild' script to
35521         'do-autobuild' in --create-megatestdir output.
35522
35523         * doc/gnulib.texi (Build robot for gnulib): Fix.
35524
35525 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35526
35527         * modules/sysexits (Depends-on): Add absolute-header.
35528
35529 2007-04-12  Eric Blake  <ebb9@byu.net>
35530
35531         No need to preserve errno on success.
35532         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35533         Reported by Bruno Haible.
35534
35535 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35536
35537         * MODULES.html.sh (Support for maintaining and releasing
35538         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35539
35540 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35541
35542         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35543
35544 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35545
35546         * modules/autobuild: New module.
35547
35548         * m4/autobuild.m4: New file.
35549
35550 2007-04-11  Bruno Haible  <bruno@clisp.org>
35551
35552         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35553         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35554         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35555         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35556         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35557         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35558         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35559         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35560         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35561         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35562         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35563         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35564         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35565         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35566         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35567         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35568         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35569         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35570         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35571         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35572         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35573         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35574         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35575         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35576         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35577         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35578         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35579         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35580         Reported by Eric Blake.
35581
35582 2007-04-11  Bruno Haible  <bruno@clisp.org>
35583
35584         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35585
35586 2007-04-10  Bruno Haible  <bruno@clisp.org>
35587
35588         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35589         for NaN and Infinity. Needed on FreeBSD 6.1.
35590         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35591         regarding results for "%010a" of Infinity and NaN.
35592         * tests/test-vasprintf-posix.c (test_function): Likewise.
35593         * tests/test-snprintf-posix.h (test_function): Likewise.
35594         * tests/test-sprintf-posix.h (test_function): Likewise.
35595         * tests/test-fprintf-posix.h (test_function): Likewise.
35596         * tests/test-printf-posix.h (test_function): Likewise.
35597         * tests/test-fprintf-posix.out: Likewise.
35598
35599 2007-04-10  Bruno Haible  <bruno@clisp.org>
35600
35601         * modules/locale-tests: New file.
35602         * tests/test-locale.c: New file.
35603
35604         * modules/locale: New file.
35605         * lib/locale_.h: New file.
35606         * m4/locale_h.m4: New file.
35607
35608 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35609             Bruno Haible  <bruno@clisp.org>
35610
35611         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35612         be determined, test for availability of the copysignf, copysign,
35613         copysignl functions.
35614         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35615         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35616         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35617
35618 2007-04-09  Eric Blake  <ebb9@byu.net>
35619
35620         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35621         * modules/stdio (Makefile.am): Support fflush.
35622         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35623         * modules/fflush: New file.
35624         * lib/fflush.c: Likewise.
35625         * m4/fflush.m4: Likewise.
35626         * modules/fflush-tests: New test.
35627         * tests/test-fflush.c: Likewise.
35628         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35629
35630 2007-04-06  Bruno Haible  <bruno@clisp.org>
35631
35632         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35633         (VASNPRINTF): Use signbit for faster determination whether to print a
35634         minus sign.
35635         * modules/vasnprintf (Files): Remove lib/float+.h.
35636         * modules/fprintf-posix (Depends-on): Add signbit.
35637         * modules/snprintf-posix (Depends-on): Likewise.
35638         * modules/sprintf-posix (Depends-on): Likewise.
35639         * modules/vasnprintf-posix (Depends-on): Likewise.
35640         * modules/vasprintf-posix (Depends-on): Likewise.
35641         * modules/vfprintf-posix (Depends-on): Likewise.
35642         * modules/vsnprintf-posix (Depends-on): Likewise.
35643         * modules/vsprintf-posix (Depends-on): Likewise.
35644
35645 2007-04-06  Bruno Haible  <bruno@clisp.org>
35646
35647         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35648         * tests/test-frexpl.c (main): Likewise.
35649         * tests/test-ldexpl.c (main): Likewise.
35650         * modules/frexp-tests (Depends-on): Add signbit.
35651         * modules/frexpl-tests (Depdends-on): Likewise.
35652         * modules/ldexpl-tests (Depdends-on): Likewise.
35653
35654 2007-04-06  Bruno Haible  <bruno@clisp.org>
35655
35656         * modules/signbit-tests: New file.
35657         * tests/test-signbit.c: New file.
35658
35659         * modules/signbit: New file.
35660         * lib/signbitf.c: New file.
35661         * lib/signbitd.c: New file.
35662         * lib/signbitl.c: New file.
35663         * m4/signbit.m4: New file.
35664         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35665         (signbit): New macro.
35666         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35667         REPLACE_SIGNBIT.
35668         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35669         REPLACE_FREXPL into math.h.
35670
35671 2007-04-06  Bruno Haible  <bruno@clisp.org>
35672
35673         * modules/isnanf-nolibm-tests: New file.
35674         * tests/test-isnanf.c: New file.
35675
35676         * modules/isnanf-nolibm: New file.
35677         * lib/isnanf.h: New file.
35678         * lib/isnanf.c: New file.
35679         * lib/isnan.c: Consider the USE_FLOAT macro.
35680         * m4/isnanf.m4: New file.
35681
35682 2007-04-06  Bruno Haible  <bruno@clisp.org>
35683
35684         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35685         (Link): New section.
35686
35687         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35688
35689 2007-04-06  Bruno Haible  <bruno@clisp.org>
35690
35691         Assume the 'long double' type.
35692         * m4/longdouble.m4: Remove file.
35693         * config/srclist.txt: Don't mention longdouble.m4.
35694         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35695         * lib/float+.h: Likewise.
35696         * lib/frexp.c: Likewise.
35697         * lib/printf-args.h: Likewise.
35698         * lib/printf-args.c: Likewise.
35699         * lib/printf-frexp.c: Likewise.
35700         * lib/printf-parse.c: Likewise.
35701         * lib/vasnprintf.c: Likewise.
35702         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35703         * m4/intl.m4: Likewise.
35704         * m4/isnanl.m4: Likewise.
35705         * m4/printf.m4: Likewise.
35706         * m4/printf-frexpl.m4: Likewise.
35707         * m4/vasnprintf.m4: Likewise.
35708         * modules/allocsa (Files): Remove m4/longdouble.m4.
35709         * modules/gettext (Files): Likewise.
35710         * modules/relocatable-prog-wrapper (Files): Likewise.
35711         * modules/vasnprintf (Files): Likewise.
35712         * modules/isnanl (Files): Likewise.
35713         (Include): Simplify.
35714         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35715         (Include): Simplify.
35716         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35717         (Include): Simplify.
35718         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35719         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35720         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35721         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35722         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35723         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35724         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35725         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35726         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35727         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35728         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35729         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35730         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35731         * tests/test-isnanl.c: Likewise.
35732         * tests/test-snprintf-posix.h: Likewise.
35733         * tests/test-sprintf-posix.h: Likewise.
35734         * tests/test-vasnprintf-posix.c: Likewise.
35735         * tests/test-vasnprintf-posix2.c: Likewise.
35736         * tests/test-vasprintf-posix.c: Likewise.
35737
35738 2007-04-06  Bruno Haible  <bruno@clisp.org>
35739
35740         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35741         * lib/math_.h [__DECC]: Include the overridden include file through
35742         #include_next, outside the double-inclusion guard.
35743         * lib/stdio_.h [__DECC]: Likewise.
35744         * lib/stdlib_.h [__DECC]: Likewise.
35745         * lib/string_.h [__DECC]: Likewise.
35746         * lib/time_.h [__DECC]: Likewise.
35747         * lib/wchar_.h [__DECC]: Likewise.
35748         * lib/wctype_.h [__DECC]: Likewise.
35749         * lib/inttypes_.h [__DECC]: Likewise.
35750         Reported by Albert Chin <china@thewrittenword.com> in
35751         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35752
35753 2007-04-04  Eric Blake  <ebb9@byu.net>
35754
35755         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35756         1.5.x.
35757
35758 2007-04-04  Bruno Haible  <bruno@clisp.org>
35759
35760         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35761         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35762
35763 2007-04-04  Bruno Haible  <bruno@clisp.org>
35764
35765         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35766         results for "%010a" of Infinity and NaN.
35767         * tests/test-vasprintf-posix.c (test_function): Likewise.
35768         * tests/test-snprintf-posix.h (test_function): Likewise.
35769         * tests/test-sprintf-posix.h (test_function): Likewise.
35770         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35771         * tests/test-printf-posix.h (test_function): Likewise.
35772         * tests/test-fprintf-posix.out: Update.
35773         Needed for FreeBSD 6.1.
35774
35775 2007-04-04  Bruno Haible  <bruno@clisp.org>
35776
35777         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35778         directly used by the gnulib modules nor by gnulib-tool.
35779
35780 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35781
35782         * DEPENDENCIES: Give overall description of version dependency
35783         desirability.  Use more-typical names for apps.
35784         Add shell, coreutils, diffutils, grep, tar, gzip.
35785
35786 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35787
35788         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35789
35790 2007-04-04  Karl Berry  <karl@gnu.org>
35791
35792         * MODULES.html.sh (func_module): missing '.
35793
35794 2007-04-03  Bruno Haible  <bruno@clisp.org>
35795
35796         * modules/argmatch-tests (Makefile.am): New variable
35797         test_argmatch_LDADD.
35798         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35799         * modules/array-list-tests (Makefile.am): New variable
35800         test_array_list_LDADD.
35801         * modules/array-oset-tests (Makefile.am): New variable
35802         test_array_oset_LDADD.
35803         * modules/avltree-list-tests (Makefile.am): New variable
35804         test_avltree_list_LDADD.
35805         * modules/avltree-oset-tests (Makefile.am): New variable
35806         test_avltree_oset_LDADD.
35807         * modules/avltreehash-list-tests (Makefile.am): New variable
35808         test_avltreehash_list_LDADD.
35809         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35810         test_canonicalize_lgpl_LDADD.
35811         * modules/carray-list-tests (Makefile.am): New variable
35812         test_carray_list_LDADD.
35813         * modules/dirname-tests (Makefile.am): New variable
35814         test_dirname_LDADD.
35815         * modules/linked-list-tests (Makefile.am): New variable
35816         test_linked_list_LDADD.
35817         * modules/linkedhash-list-tests (Makefile.am): New variable
35818         test_linkedhash_list_LDADD.
35819         * modules/rbtree-list-tests (Makefile.am): New variable
35820         test_rbtree_list_LDADD.
35821         * modules/rbtree-oset-tests (Makefile.am): New variable
35822         test_rbtree_oset_LDADD.
35823         * modules/rbtreehash-list-tests (Makefile.am): New variable
35824         test_rbtreehash_list_LDADD.
35825         * modules/xvasprintf-tests (Makefile.am): New variable
35826         test_xvasprintf_LDADD.
35827         Reported by Eric Blake.
35828
35829 2007-04-03  Eric Blake  <ebb9@byu.net>
35830
35831         * DEPENDENCIES: Weaken m4 requirements.
35832
35833 2007-04-03  Bruno Haible  <bruno@clisp.org>
35834
35835         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35836         * modules/isnanl-tests (configure.ac): Likewise.
35837
35838 2007-04-03  Ben Pfaff  <blp@gnu.org>
35839
35840         * modules/iconv_open: Add $(srcdir)/ to source directory
35841         references in Makefile fragments that call gperf, to fix VPATH
35842         builds.
35843
35844 2007-04-03  Bruno Haible  <bruno@clisp.org>
35845
35846         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35847         * lib/ldexpl.c: Undo last change.
35848
35849 2007-04-03  Bruno Haible  <bruno@clisp.org>
35850
35851         * modules/printf-frexpl (Depends-on): Undo last change.
35852         (Files): Add m4/ldexpl.m4.
35853
35854 2007-04-03  Bruno Haible  <bruno@clisp.org>
35855
35856         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35857         * modules/isnanl (Link): New section.
35858
35859         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35860         * modules/frexp (Link): New section.
35861
35862         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35863         * modules/frexpl (Link): New section.
35864
35865         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35866         * modules/ldexpl (Link): New section.
35867
35868 2007-04-03  Bruno Haible  <bruno@clisp.org>
35869
35870         * modules/TEMPLATE-EXTENDED: New file.
35871         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35872
35873 2007-04-03  Bruno Haible  <bruno@clisp.org>
35874
35875         * DEPENDENCIES: New file.
35876         Suggested by Simon Josefsson.
35877
35878 2007-04-03  Bruno Haible  <bruno@clisp.org>
35879
35880         * doc/gnulib.texi: Escape @.
35881
35882 2007-04-03  James Youngman  <jay@gnu.org>
35883         and Paul Eggert  <eggert@cs.ucla.edu>
35884
35885         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35886         birthtime on all systems that have birthtime, not just those which
35887         use st_birthtimensec rather than st_birthtim.  Putting zero in
35888         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35889         that the birth time is not available for files on an NFS mount.
35890
35891 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35892
35893         * modules/memxor: Move back from crypto/, suggested by Bruno.
35894         * modules/crypto/hmac-sha1: Fix memxor dependency.
35895
35896         * modules/crypto/gc: Moved from ../.
35897
35898 2007-04-02  Eric Blake  <ebb9@byu.net>
35899
35900         * lib/ldexpl.c (includes): Avoid libm.
35901
35902         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35903
35904 2007-04-02  Bruno Haible  <bruno@clisp.org>
35905
35906         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35907         on IRIX.
35908
35909 2007-04-02  Bruno Haible  <bruno@clisp.org>
35910
35911         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35912         x86 or x86_64 platforms running MacOS X.
35913         Reported by Ryan Schmidt <@ryandesign.com>.
35914
35915 2007-04-02  Bruno Haible  <bruno@clisp.org>
35916
35917         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35918         i386.
35919
35920 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35921
35922         * modules/crypto/arcfour: Moved from ../.
35923         * modules/crypto/arcfour-tests: Moved from ../.
35924         * modules/crypto/arctwo: Moved from ../.
35925         * modules/crypto/arctwo-tests: Moved from ../.
35926         * modules/crypto/des: Moved from ../.
35927         * modules/crypto/des-tests: Moved from ../.
35928         * modules/crypto/gc-arcfour: Moved from ../.
35929         * modules/crypto/gc-arcfour-tests: Moved from ../.
35930         * modules/crypto/gc-arctwo: Moved from ../.
35931         * modules/crypto/gc-arctwo-tests: Moved from ../.
35932         * modules/crypto/gc-des: Moved from ../.
35933         * modules/crypto/gc-des-tests: Moved from ../.
35934         * modules/crypto/gc-hmac-md5: Moved from ../.
35935         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35936         * modules/crypto/gc-hmac-sha1: Moved from ../.
35937         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35938         * modules/crypto/gc-md2: Moved from ../.
35939         * modules/crypto/gc-md2-tests: Moved from ../.
35940         * modules/crypto/gc-md4: Moved from ../.
35941         * modules/crypto/gc-md4-tests: Moved from ../.
35942         * modules/crypto/gc-md5: Moved from ../.
35943         * modules/crypto/gc-md5-tests: Moved from ../.
35944         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35945         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35946         * modules/crypto/gc-random: Moved from ../.
35947         * modules/crypto/gc-rijndael: Moved from ../.
35948         * modules/crypto/gc-rijndael-tests: Moved from ../.
35949         * modules/crypto/gc-sha1: Moved from ../.
35950         * modules/crypto/gc-sha1-tests: Moved from ../.
35951         * modules/crypto/gc-tests: Moved from ../.
35952         * modules/crypto/hmac-md5: Moved from ../.
35953         * modules/crypto/hmac-md5-tests: Moved from ../.
35954         * modules/crypto/hmac-sha1: Moved from ../.
35955         * modules/crypto/hmac-sha1-tests: Moved from ../.
35956         * modules/crypto/md2: Moved from ../.
35957         * modules/crypto/md2-tests: Moved from ../.
35958         * modules/crypto/md4: Moved from ../.
35959         * modules/crypto/md4-tests: Moved from ../.
35960         * modules/crypto/md5: Moved from ../.
35961         * modules/crypto/md5-tests: Moved from ../.
35962         * modules/crypto/memxor: Moved from ../.
35963         * modules/crypto/rijndael: Moved from ../.
35964         * modules/crypto/rijndael-tests: Moved from ../.
35965         * modules/crypto/sha1: Moved from ../.
35966
35967 2007-03-30  James Youngman  <jay@gnu.org>
35968
35969         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35970         rename() to change the ctime of a file (because ctime is unaffected
35971         by rename on jfs2 on AIX 5.1).
35972         (main): Start by doing cleanup, in case a previous run failed leaving
35973         test files behind.
35974
35975 2007-03-31  Bruno Haible  <bruno@clisp.org>
35976
35977         Support old proprietary implementations of iconv.
35978         * modules/iconv_open: New file.
35979         * lib/iconv_.h: New file.
35980         * m4/iconv_h.m4: New file.
35981         * lib/iconv_open.c: New file.
35982         * lib/iconv_open-aix.gperf: New file.
35983         * lib/iconv_open-hpux.gperf: New file.
35984         * lib/iconv_open-irix.gperf: New file.
35985         * lib/iconv_open-osf.gperf: New file.
35986         * m4/iconv_open.m4: New file.
35987         * modules/linebreak (Depends-on): Add iconv_open.
35988         * modules/striconv (Depends-on): Likewise.
35989         * modules/striconveh (Depends-on): Likewise.
35990         * modules/unicodeio (Depends-on): Likewise.
35991         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35992         (iconv_t)(-1).
35993         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35994         conversion if cd is (iconv_t)(-1).
35995         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35996         is not possible.
35997
35998 2007-03-31  Bruno Haible  <bruno@clisp.org>
35999
36000         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36001         work on Solaris either. Protect also second use of "autodetect_jp".
36002
36003 2007-03-31  Bruno Haible  <bruno@clisp.org>
36004
36005         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36006         the function is not present.
36007
36008 2007-03-31  Bruno Haible  <bruno@clisp.org>
36009
36010         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36011         the function is not present.
36012
36013 2007-03-31  Bruno Haible  <bruno@clisp.org>
36014
36015         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36016         a bug in HP-UX iconv_open().
36017
36018 2007-03-31  Bruno Haible  <bruno@clisp.org>
36019
36020         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36021         (Mathematics <math.h>): New section, add fpieee.
36022         (Input/output <stdio.h>): Add fseterr.
36023         (Mathematics <math.h>): New section, add printf-frexp.
36024         (Container data structures): Add sublist.
36025         (Core language properties): Add fpucw, inline.
36026         (Functions for greatest-width integer types <inttypes.h>): Add
36027         imaxabs, imaxdiv, inttypes.
36028         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36029         isnanl-nolibm, ldexp.
36030         (Mathematics <math.h>): New section, add printf-frexpl.
36031         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36032         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36033         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36034         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36035         (Unicode string functions): Add unistr/u*-mbtoucr.
36036         (Java): Add javacomp-script, javaexec-script.
36037         (C#): Add csharpcomp-script, csharpexec-script.
36038         (Support for building libraries and executables): Add havelib,
36039         relocatable-*.
36040         (Support for maintaining and releasing projects): Renamed from
36041         'Support for maintaining and release projects'. Add announce-gen.
36042
36043 2007-03-31  Bruno Haible  <bruno@clisp.org>
36044
36045         * README: Talk primarily about git.
36046         (git and CVS): Renamed from CVS.
36047         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36048         gnulib is available through git.
36049         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36050
36051 2007-03-30  Bruno Haible  <bruno@clisp.org>
36052
36053         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36054         * lib/poll_.h: Likewise.
36055         * lib/stat_.h: Likewise.
36056         * lib/sys_time_.h: Likewise.
36057         * lib/sysexit_.h: Likewise.
36058         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36059         * lib/stdbool_.h: Likewise.
36060         * lib/byteswap_.h: Add double-inclusion guard.
36061
36062 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36063
36064         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36065
36066 2007-03-30  Karl Berry  <karl@gnu.org>
36067
36068         * config/srclist-update: double space after USA in the license
36069         substitution, since that's how it's usually (?) written.
36070
36071 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36072
36073         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36074         reported by Bruno Haible.
36075
36076 2007-03-29  Bruno Haible  <bruno@clisp.org>
36077
36078         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36079         a bug in AIX iconv().
36080
36081 2007-03-29  Bruno Haible  <bruno@clisp.org>
36082
36083         * modules/ldexpl-tests: New file.
36084         * tests/test-ldexpl.c: New file.
36085
36086 2007-03-29  Bruno Haible  <bruno@clisp.org>
36087
36088         * lib/ldexpl.c: Include fpucw.h.
36089         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36090         multiplication.
36091         * modules/ldexpl (Depends-on): Add fpucw.
36092
36093 2007-03-29  Bruno Haible  <bruno@clisp.org>
36094
36095         * modules/ldexpl: New file.
36096         * m4/ldexpl.m4: New file.
36097         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36098         set.
36099         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36100         REPLACE_LDEXPL.
36101         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36102         REPLACE_LDEXPL.
36103         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36104         gl_FUNC_LDEXPL_WORKS.
36105         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36106         * modules/mathl (Files): Remove lib/ldexpl.c.
36107         (Depends-on): Add ldexpl.
36108
36109 2007-03-29  Bruno Haible  <bruno@clisp.org>
36110
36111         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36112
36113 2007-03-29  Bruno Haible  <bruno@clisp.org>
36114
36115         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36116         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36117         and possibly also HP-UX.
36118         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36119         work on AIX, IRIX, HP-UX, OSF/1.
36120         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36121         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36122         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36123         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36124         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36125         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36126
36127 2007-03-29  Bruno Haible  <bruno@clisp.org>
36128
36129         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36130
36131 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36132
36133         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36134         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36135
36136 2007-03-29  Eric Blake  <ebb9@byu.net>
36137
36138         * lib/acl-internal.h: Remove redundant include.
36139         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36140         Cygwin when a file is locked.
36141
36142 2007-03-29  Bruno Haible  <bruno@clisp.org>
36143
36144         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36145         file.
36146         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36147
36148 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36149
36150         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36151         try to remove a parent directory if the child couldn't be removed
36152         (except for the first rmdir, which could fail because the child
36153         doesn't exist).  Problem reported by Jeff Blaine in
36154         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36155
36156 2007-03-28  Bruno Haible  <bruno@clisp.org>
36157
36158         * lib/striconveh.c (utf8conv_carefully): New function.
36159         (mem_cd_iconveh_internal): Invoke it.
36160
36161 2007-03-28  Bruno Haible  <bruno@clisp.org>
36162
36163         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36164         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36165         input.
36166         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36167         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36168         unistr/u8-uctomb.
36169
36170 2007-03-28  Bruno Haible  <bruno@clisp.org>
36171
36172         * modules/unistr/u8-mbtoucr: New file.
36173         * lib/unistr/u8-mbtoucr.c: New file.
36174         * modules/unistr/u16-mbtoucr: New file.
36175         * lib/unistr/u16-mbtoucr.c: New file.
36176         * modules/unistr/u16-mbtoucr: New file.
36177         * lib/unistr/u16-mbtoucr.c: New file.
36178         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36179
36180 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36181             Bruno Haible  <bruno@clisp.org>
36182
36183         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36184         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36185         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36186
36187         * m4/stdio_h.m4: Add stubs for vasprintf too.
36188
36189         * modules/stdio: Support vasprintf in sed command.
36190
36191         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36192         vasprintf.h.  Add stdio module indicator.
36193
36194         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36195         vasprintf.h.
36196
36197         * lib/vasprintf.h: File removed.
36198
36199         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36200         * lib/vasprintf.c: Ditto.
36201         * lib/xvasprintf.c: Ditto.
36202         * tests/test-vasprintf-posix.c: Ditto.
36203         * tests/test-vasprintf.c: Ditto.
36204
36205 2007-03-27  Bruno Haible  <bruno@clisp.org>
36206
36207         Make vasnprintf multithread-safe.
36208         * lib/vasnprintf.c (decimal_point_char): New function.
36209         (VASNPRINTF): Use it.
36210         Suggested by Simon Josefsson.
36211
36212 2007-03-27  Eric Blake  <ebb9@byu.net>
36213
36214         Support sub-second birthtime on cygwin.
36215         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36216         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36217         (get_stat_birthtime): Also work with st_birthtim.
36218
36219 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36220
36221         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36222         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36223         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36224         (get_stat_birthtime_ns): Simplify compile-time tests.
36225         (get_stat_birthtime): Change the API to look like
36226         get_stat_mtime etc., except return a negative tv_nsec on error.
36227         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36228         Don't check for "spare" fields.
36229         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36230         or for struct stat.st_birthtime, as these tests aren't used.
36231         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36232
36233 2007-03-27  Bruno Haible  <bruno@clisp.org>
36234
36235         * lib/stat-time.h: Include <sys/stat.h>.
36236
36237 2007-03-27  James Youngman  <jay@gnu.org>
36238
36239         * lib/stat-time.h (get_stat_birthtime): New function for
36240           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36241         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36242           and its variants.
36243         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36244         * modules/stat-time-test: New file.
36245         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36246
36247 2007-03-26  Bruno Haible  <bruno@clisp.org>
36248
36249         Better support of signalling NaNs.
36250         * lib/atanl.c: Include isnanl.h.
36251         (atanl): Perform test for NaN at the beginning of the function and
36252         through a call to isnanl.
36253         * lib/cosl.c: Include isnanl.h.
36254         (cosl): Perform test for NaN at the beginning of the function and
36255         through a call to isnanl.
36256         * lib/ldexpl.c: Include isnanl.h.
36257         (ldexpl): Perform test for NaN through a call to isnanl.
36258         * lib/logl.c: Include isnanl.h.
36259         (logl): Perform test for NaN at the beginning of the function and
36260         through a call to isnanl.
36261         * lib/sinl.c: Include isnanl.h.
36262         (sinl): Perform test for NaN at the beginning of the function and
36263         through a call to isnanl.
36264         * lib/sqrtl.c: Include isnanl.h.
36265         (sqrtl): Perform test for NaN at the beginning of the function and
36266         through a call to isnanl.
36267         * lib/tanl.c: Include isnanl.h.
36268         (tanl): Perform test for NaN at the beginning of the function and
36269         through a call to isnanl.
36270         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36271         * modules/mathl (Depends-on): Add isnanl.
36272
36273 2007-03-26  Eric Blake  <ebb9@byu.net>
36274
36275         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36276         regression in logic sense of previous patch.
36277
36278 2007-03-26  Bruno Haible  <bruno@clisp.org>
36279
36280         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36281         unportable shell command "if ! ...".
36282         Reported by Ralf Wildenhues.
36283
36284 2007-03-25  Bruno Haible  <bruno@clisp.org>
36285
36286         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36287         <sysexits.h> file, and only add EX_CONFIG.
36288         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36289         absolute file name and whether it is sufficient. Substitute also
36290         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36291         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36292         ABSOLUTE_SYSEXITS_H into sysexits.h.
36293
36294 2007-03-25  Bruno Haible  <bruno@clisp.org>
36295
36296         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36297         hints is NULL.
36298
36299 2007-03-25  Bruno Haible  <bruno@clisp.org>
36300
36301         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36302         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36303
36304 2007-03-25  Bruno Haible  <bruno@clisp.org>
36305
36306         * lib/vasnprintf.c: Include langinfo.h.
36307         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36308         multithread-safe.
36309         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36310         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36311         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36312         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36313         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36314         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36315         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36316         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36317         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36318         Reported by Simon Josefsson.
36319
36320 2007-03-25  Bruno Haible  <bruno@clisp.org>
36321
36322         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36323         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36324         * modules/vasnprintf (Depends-on): Add stdint.
36325
36326 2007-03-25  Bruno Haible  <bruno@clisp.org>
36327
36328         * modules/fpieee: New file.
36329         * m4/fpieee.m4: New file.
36330         * modules/isnan-nolibm (Depends-on): Add fpieee.
36331         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36332         * modules/isnanl (Depends-on): Add fpieee.
36333
36334 2007-03-25  Bruno Haible  <bruno@clisp.org>
36335
36336         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36337
36338 2007-03-25  Bruno Haible  <bruno@clisp.org>
36339
36340         Avoid test failures on IRIX 6.5.
36341         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36342         (main): Use it.
36343         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36344         macros.
36345         (main): Use them.
36346
36347 2007-03-25  Bruno Haible  <bruno@clisp.org>
36348
36349         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36350         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36351         exists but doesn't work.
36352         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36353         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36354         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36355         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36356
36357 2007-03-25  Bruno Haible  <bruno@clisp.org>
36358
36359         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36360         returns inf. Needed on IRIX 6.5.
36361
36362 2007-03-25  Bruno Haible  <bruno@clisp.org>
36363
36364         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36365         (main): Use isnanl instead of x != x idiom.
36366         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36367
36368         * tests/test-frexp.c: Include isnan.h.
36369         (main): Use isnan instead of x != x idiom.
36370         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36371
36372 2007-03-25  Bruno Haible  <bruno@clisp.org>
36373
36374         * tests/test-frexp.c (NaN): New function/macro.
36375         (main): Use it instead of 0.0 / 0.0.
36376         * tests/test-isnan.c (NaN): New function/macro.
36377         (main): Use it instead of 0.0 / 0.0.
36378         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36379         (test_function): Use it instead of 0.0 / 0.0.
36380         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36381         (test_function): Use it instead of 0.0 / 0.0.
36382         * tests/test-snprintf-posix.h (NaN): New function/macro.
36383         (test_function): Use it instead of 0.0 / 0.0.
36384         * tests/test-sprintf-posix.h (NaN): New function/macro.
36385         (test_function): Use it instead of 0.0 / 0.0.
36386         * tests/test-fprintf-posix.h (NaN): New function/macro.
36387         (test_function): Use it instead of 0.0 / 0.0.
36388         * tests/test-printf-posix.h (NaN): New function/macro.
36389         (test_function): Use it instead of 0.0 / 0.0.
36390
36391         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36392
36393 2007-03-25  Bruno Haible  <bruno@clisp.org>
36394
36395         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36396
36397 2007-03-25  Bruno Haible  <bruno@clisp.org>
36398
36399         * lib/regexec.c (merge_state_with_log): Make static.
36400
36401 2007-03-25  Bruno Haible  <bruno@clisp.org>
36402
36403         * lib/trigl.c (kernel_rem_pio2): Make static.
36404
36405 2007-03-25  Bruno Haible  <bruno@clisp.org>
36406
36407         * lib/sincosl.c (sincosl_table): Make static.
36408
36409 2007-03-25  Bruno Haible  <bruno@clisp.org>
36410
36411         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36412         if the compiler does not support C99.
36413
36414 2007-03-25  Bruno Haible  <bruno@clisp.org>
36415
36416         * modules/time (Makefile.am): Ensure all rule action lines start with a
36417         tab.
36418
36419 2007-03-24  Bruno Haible  <bruno@clisp.org>
36420
36421         * modules/tsearch-tests: New file.
36422         * tests/test-tsearch.sh: New file.
36423         * tests/test-tsearch.c: New file, mostly copied from glibc.
36424
36425         * modules/search-tests: New file.
36426         * tests/test-search.c: New file.
36427
36428         * modules/search: New file.
36429         * lib/search_.h: New file, incorporating lib/tsearch.h.
36430         * m4/search_h.m4: New file.
36431         * lib/tsearch.h: Remove file.
36432         * lib/tsearch.c: Include search.h instead of tsearch.h.
36433         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36434         HAVE_TSEARCH.
36435         * modules/tsearch (Files): Remove lib/tsearch.h.
36436         (Depends-on): Add search.
36437         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36438         (Include): Change tsearch.h into search.h.
36439
36440 2007-03-24  Bruno Haible  <bruno@clisp.org>
36441
36442         * modules/fpucw: New file.
36443         * lib/fpucw.h: New file.
36444         * lib/frexp.c: Include fpucw.h.
36445         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36446         (FUNC): Use them.
36447         * lib/printf-frexp.c: Include fpucw.h.
36448         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36449         (FUNC): Use them.
36450         * lib/vasnprintf.c: Include fpucw.h.
36451         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36452         'long double' calculations.
36453         * tests/test-frexpl.c: Include fpucw.h.
36454         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36455         * tests/test-printf-frexpl.c: Include fpucw.h.
36456         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36457         * modules/frexpl (Depends-on): Add fpucw.
36458         * modules/printf-frexpl (Depends-on): Likewise.
36459         * modules/fprintf-posix (Depends-on): Likewise.
36460         * modules/snprintf-posix (Depends-on): Likewise.
36461         * modules/sprintf-posix (Depends-on): Likewise.
36462         * modules/vasnprintf-posix (Depends-on): Likewise.
36463         * modules/vasprintf-posix (Depends-on): Likewise.
36464         * modules/vfprintf-posix (Depends-on): Likewise.
36465         * modules/vsnprintf-posix (Depends-on): Likewise.
36466         * modules/vsprintf-posix (Depends-on): Likewise.
36467         * modules/frexpl-tests (Depends-on): Likewise.
36468         * modules/printf-frexpl-tests (Depends-on): Likewise.
36469
36470 2007-03-24  Bruno Haible  <bruno@clisp.org>
36471
36472         * lib/float+.h: New file.
36473         * lib/isnan.c: Include float+.h.
36474         (SIZE): New macro.
36475         (FUNC): Compare only SIZE bytes of the value.
36476         * lib/vasnprintf.c: Include float+.h.
36477         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36478         SIZEOF_LDBL or SIZEOF_DBL bytes.
36479         * modules/isnan-nolibm (Files): Add lib/float+.h.
36480         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36481         * modules/isnanl (Files): Add lib/float+.h.
36482         * modules/vasnprintf (Files): Add lib/float+.h.
36483
36484 2007-03-24  Bruno Haible  <bruno@clisp.org>
36485
36486         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36487         include isnanl-nolibm.h.
36488
36489 2007-03-24  Bruno Haible  <bruno@clisp.org>
36490
36491         * tests/test-read-file.c (main): Don't produce spurious output for
36492         expected situations. Make the test fail if it encountered unexpected
36493         results.
36494
36495 2007-03-24  Bruno Haible  <bruno@clisp.org>
36496
36497         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36498         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36499
36500 2007-03-24  Bruno Haible  <bruno@clisp.org>
36501
36502         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36503
36504 2007-03-24  Bruno Haible  <bruno@clisp.org>
36505
36506         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36507         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36508
36509         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36510         * modules/utf8-ucs4: Turn into a symbolic link to module
36511         unistr/u8-mbtouc.
36512
36513         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36514         utf8-ucs4-unsafe.
36515         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36516         unistr/u8-mbtouc-unsafe.
36517
36518         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36519         * modules/utf16-ucs4: Turn into a symbolic link to module
36520         unistr/u16-mbtouc.
36521
36522         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36523         utf16-ucs4-unsafe.
36524         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36525         unistr/u16-mbtouc-unsafe.
36526
36527         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36528         * modules/ucs4-utf8: Turn into a symbolic link to module
36529         unistr/u8-ubtomb.
36530
36531         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36532         * modules/ucs4-utf16: Turn into a symbolic link to module
36533         unistr/u16-ubtomb.
36534
36535 2007-03-24  Bruno Haible  <bruno@clisp.org>
36536
36537         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36538         Enable the function only if HAVE_INLINE.
36539         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36540         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36541         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36542         Enable the function only if HAVE_INLINE.
36543         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36544         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36545         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36546         Enable the function only if HAVE_INLINE.
36547         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36548         Enable the function only if HAVE_INLINE.
36549         * modules/utf8-ucs4: Update.
36550         * modules/utf8-ucs4-unsafe: Update.
36551         * modules/utf16-ucs4: Update.
36552         * modules/utf16-ucs4-unsafe: Update.
36553         * modules/ucs4-utf8: Update.
36554         * modules/ucs4-utf16: Update.
36555
36556 2007-03-24  Bruno Haible  <bruno@clisp.org>
36557
36558         * lib/utf8-ucs4.h: Remove file.
36559         * lib/utf8-ucs4-unsafe.h: Remove file.
36560         * lib/utf16-ucs4.h: Remove file.
36561         * lib/utf16-ucs4-unsafe.h: Remove file.
36562         * lib/ucs4-utf8.h: Remove file.
36563         * lib/ucs4-utf16.h: Remove file.
36564         * lib/unistr.h: Include their previous contents.
36565         * m4/utf-ucs4.m4: Remove file.
36566         * m4/ucs4-utf.m4: Remove file.
36567         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36568         (Depends-on): Add unistr/base.
36569         (configure.ac): Remove gl_UTF_UCS4.
36570         (Makefile.am): Update.
36571         (Include): Change to unistr.h.
36572         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36573         (Depends-on): Add unistr/base.
36574         (configure.ac): Remove gl_UTF_UCS4.
36575         (Makefile.am): Update.
36576         (Include): Change to unistr.h.
36577         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36578         (Depends-on): Add unistr/base.
36579         (configure.ac): Remove gl_UTF_UCS4.
36580         (Makefile.am): Update.
36581         (Include): Change to unistr.h.
36582         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36583         (Depends-on): Add unistr/base.
36584         (configure.ac): Remove gl_UTF_UCS4.
36585         (Makefile.am): Update.
36586         (Include): Change to unistr.h.
36587         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36588         (Depends-on): Add unistr/base.
36589         (configure.ac): Remove gl_UCS4_UTF.
36590         (Makefile.am): Update.
36591         (Include): Change to unistr.h.
36592         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36593         (Depends-on): Add unistr/base.
36594         (configure.ac): Remove gl_UCS4_UTF.
36595         (Makefile.am): Update.
36596         (Include): Change to unistr.h.
36597         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36598         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36599         utf8-ucs4-unsafe.h.
36600         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36601         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36602         utf16-ucs4-unsafe.h.
36603         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36604         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36605         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36606         * lib/unistr/u8-strchr.c: Likewise.
36607         * lib/unistr/u8-strrchr.c: Likewise.
36608         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36609         * lib/unistr/u16-strchr.c: Likewise.
36610         * lib/unistr/u16-strrchr.c: Likewise.
36611         * lib/striconveh.c: Update.
36612         * lib/linebreak.c: Update.
36613
36614 2007-03-24  Bruno Haible  <bruno@clisp.org>
36615
36616         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36617         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36618
36619 2007-03-22  Bruno Haible  <bruno@clisp.org>
36620
36621         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36622
36623 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36624
36625         * MODULES.html.sh (File system functions): New module write-any-file.
36626         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36627         * m4/write-any-file.m4: New files.
36628
36629 2007-03-23  Eric Blake  <ebb9@byu.net>
36630
36631         * gnulib-tool: Rearrange space-tab sequences, since some editors
36632         like to eat them.
36633
36634 2007-03-23  Eric Blake  <ebb9@byu.net>
36635
36636         * lib/version-etc.c (version_etc_va): Update license wording to
36637         be more concise.  Recommended by Richard Stallman.
36638
36639 2007-03-22  Bruno Haible  <bruno@clisp.org>
36640
36641         * lib/poll.c (MSG_PEEK): New fallback definition.
36642
36643 2007-03-22  Bruno Haible  <bruno@clisp.org>
36644
36645         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36646         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36647         (main): Update.
36648         Fixes a compilation error on BeOS.
36649
36650 2007-03-22  Bruno Haible  <bruno@clisp.org>
36651
36652         * modules/frexpl-tests: New file.
36653         * tests/test-frexpl.c: New file.
36654
36655         * modules/frexpl: New file.
36656         * m4/frexpl.m4: New file.
36657         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36658         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36659         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36660         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36661         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36662         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36663
36664 2007-03-22  Bruno Haible  <bruno@clisp.org>
36665
36666         * lib/frexpl.c: Share code with lib/frexp.c.
36667         * modules/mathl (Files): Add lib/frexp.c.
36668         (Depends-on): Add isnanl-nolibm.
36669
36670 2007-03-22  Bruno Haible  <bruno@clisp.org>
36671
36672         * modules/printf-frexp (Files): Add m4/frexp.m4.
36673         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36674         only if the found frexp function actually works.
36675
36676 2007-03-22  Bruno Haible  <bruno@clisp.org>
36677
36678         * lib/frexp.c: Remove older implementation that uses divisions.
36679
36680 2007-03-21  Bruno Haible  <bruno@clisp.org>
36681
36682         * modules/frexp-tests: New file.
36683         * tests/test-frexp.c: New file.
36684
36685         * modules/frexp: New file.
36686         * lib/frexp.c: New file.
36687         * m4/frexp.m4: New file.
36688         * lib/math_.h (frexp): New declaration.
36689         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36690         REPLACE_FREXP.
36691         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36692
36693 2007-03-21  Bruno Haible  <bruno@clisp.org>
36694
36695         * modules/isnanl-tests: New file.
36696         * tests/test-isnanl.c: New file.
36697
36698         * modules/isnanl: New file.
36699         * lib/isnanl.h: New file.
36700         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36701         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36702         gl_FUNC_ISNANL_WORKS.
36703         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36704         New macros.
36705
36706 2007-03-21  Bruno Haible  <bruno@clisp.org>
36707
36708         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36709         lib/isnanl.h.
36710         (Include): Update.
36711         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36712         * lib/vasnprintf.c: Update.
36713         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36714         tests/test-isnanl.h, remove tests/test-isnanl.c.
36715         (Makefile.am): Update.
36716         * tests/test-isnanl-nolibm.c: New file.
36717         * tests/test-isnanl.h: New file.
36718         * tests/test-isnanl.c: Remove file.
36719
36720 2007-03-21  Jim Meyering  <jim@meyering.net>
36721
36722         When trying to open ".", treat ESTALE like EACCES.
36723         * lib/savewd.c (savewd_save): Resort to forking not just upon
36724         failure with EACCES, but also when errno is ESTALE.
36725
36726 2007-03-20  Bruno Haible  <bruno@clisp.org>
36727
36728         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36729         Needed on AIX 5.1. Reported by Matthew Woehlke.
36730
36731 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36732
36733         Suggestions by Bruno Haible:
36734         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36735         our own.
36736         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36737         * modules/acl (Depends-on): Add gettext.
36738
36739 2007-03-19  Bruno Haible  <bruno@clisp.org>
36740
36741         * modules/iconvme: Remove file.
36742         * lib/iconvme.h: Remove file.
36743         * lib/iconvme.c: Remove file.
36744         * m4/iconvme.m4: Remove file.
36745
36746 2007-03-19  Bruno Haible  <bruno@clisp.org>
36747
36748         * doc/relocatable-maint.texi: Break long shell script line.
36749         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36750
36751 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36752
36753         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36754         handle file_has_acl.
36755         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36756         * lib/acl.c: Move header inclusions and related macro defns into
36757         lib/acl-internal.h.
36758         (S_ISLNK): Remove defn, since that's now done for us.
36759         (file_has_acl): Move to lib/file-has-acl.c.
36760         Call acl_trivial if available.  This is the crucial part of the fix.
36761         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36762         shared within the library.  Rewrite a bit, partly to make it compatible
36763         with the GNU coding style.
36764         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36765         Remove unnecessary double-quotes.
36766         Don't test for acl_to_text; the build will catch that.
36767         Replace acl_entries if it doesn't exist and it is needed.
36768         Check for -lsec and acl_trivial (as used on Solaris 10).
36769         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36770         lib/file-has-acl.c.
36771         (Depends-on): Add sys_stat, for S_ISLNK.
36772
36773 2007-03-19  Ben Pfaff  <blp@gnu.org>
36774
36775         * doc/gnulib.texi: Fix typos.
36776         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36777
36778 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36779
36780         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36781         If size is zero here, buf must be zero.
36782
36783 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36784
36785         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36786         <bruno@clisp.org>.
36787
36788 2007-03-18  Bruno Haible  <bruno@clisp.org>
36789
36790         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36791         Suggested by Eric Blake.
36792
36793 2007-03-18  Ben Pfaff  <blp@gnu.org>
36794
36795         * doc/relocatable.texi: Recommend using as prefix a directory
36796         that does not exist and will never be created.  Based on
36797         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36798         and others.
36799
36800 2007-03-17  Bruno Haible  <bruno@clisp.org>
36801
36802         * lib/fchownat.c: Include lchown.h.
36803
36804 2007-03-17  Bruno Haible  <bruno@clisp.org>
36805
36806         Fix endless loop when the given allocated size was > INT_MAX.
36807         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36808         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36809         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36810         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36811         * lib/sprintf.c (sprintf): Likewise.
36812
36813 2007-03-17  Bruno Haible  <bruno@clisp.org>
36814
36815         * tests/test-argp-2.sh (func_compare): Output a context diff.
36816
36817 2007-03-17  Bruno Haible  <bruno@clisp.org>
36818
36819         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36820         locale's decimal-point character.
36821
36822 2007-03-17  Bruno Haible  <bruno@clisp.org>
36823
36824         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36825         before comparing it. Needed because on some platforms (e.g. x86) a
36826         'long double' occupies less bytes than sizeof (long double).
36827
36828 2007-03-17  Bruno Haible  <bruno@clisp.org>
36829
36830         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36831         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36832         * tests/test-getaddrinfo.c (simple): Likewise.
36833         * tests/test-read-file.c (main): Likewise.
36834
36835 2007-03-17  Bruno Haible  <bruno@clisp.org>
36836
36837         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36838
36839 2007-03-17  Bruno Haible  <bruno@clisp.org>
36840
36841         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36842         unused variable.
36843
36844 2007-03-17  Bruno Haible  <bruno@clisp.org>
36845
36846         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36847         * tests/test-c-strncasecmp.c: Likewise.
36848
36849 2007-03-17  Bruno Haible  <bruno@clisp.org>
36850
36851         * modules/stdlib (Depends-on): Add unistd.
36852         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36853         Needed for MacOS X 10.3.
36854
36855 2007-03-17  Bruno Haible  <bruno@clisp.org>
36856
36857         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36858
36859 2007-03-17  Bruno Haible  <bruno@clisp.org>
36860
36861         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36862
36863 2007-03-17  Bruno Haible  <bruno@clisp.org>
36864
36865         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36866         to reflect files copied from gnulib (with or without modifications).
36867         Suggested by Jim Meyering.
36868
36869 2007-03-17  Eric Blake  <ebb9@byu.net>
36870
36871         * NEWS: Document stdlib change from 2007-02-18.
36872
36873 2007-03-17  Jim Meyering  <jim@meyering.net>
36874
36875         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36876         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36877         someone uses a name containing shell meta-characters.
36878         Reported by Alfred M. Szmidt.
36879
36880         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36881
36882 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36883
36884         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36885         and copy gettext configuration files only if configure.ac contains
36886         a use of AM_GNU_GETTEXT_VERSION.
36887
36888 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36889
36890         * build-aux/bootstrap (gnulib_name): New variable.
36891         (gnulib_tool_options): Use it.
36892
36893 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36894
36895         * tests/test-des.c: Use new namespace.
36896
36897 2007-03-15  Bruno Haible  <bruno@clisp.org>
36898
36899         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36900         Reported by James Youngman <jay@gnu.org>.
36901
36902 2007-03-15  Bruno Haible  <bruno@clisp.org>
36903
36904         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36905         declared prototype. Needed with cc on OSF/1 5.1.
36906
36907 2007-03-15  Bruno Haible  <bruno@clisp.org>
36908
36909         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36910         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36911         (struct gl_list_implementation): Add dispose_fn argument to the
36912         'create_empty', 'create' methods.
36913         (struct gl_list_impl_base): Add field 'dispose_fn'.
36914         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36915         argument.
36916         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36917         dispose_fn argument.
36918         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36919         dispose_fn on the dropped values.
36920         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36921         dispose_fn argument.
36922         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36923         dropped values.
36924         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36925         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36926         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36927         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36928         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36929         argument.
36930         (gl_tree_list_free): Call dispose_fn on the dropped values.
36931         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36932         the dropped values.
36933         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36934         Add dispose_fn argument.
36935         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36936         Call dispose_fn on the dropped values.
36937         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36938         Add dispose_fn argument.
36939         (gl_sublist_create): Initialize the 'dispose_fn' field.
36940         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36941         * tests/test-array_list.c (main): Update.
36942         * tests/test-carray_list.c (main): Update.
36943         * tests/test-avltree_list.c (main): Update.
36944         * tests/test-rbtree_list.c (main): Update.
36945         * tests/test-avltreehash_list.c (main): Update.
36946         * tests/test-rbtreehash_list.c (main): Update.
36947         * tests/test-linked_list.c (main): Update.
36948         * tests/test-linkedhash_list.c (main): Update.
36949         * tests/test-array_oset.c (main): Update.
36950
36951 2007-03-15  Bruno Haible  <bruno@clisp.org>
36952
36953         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36954         (gl_oset_create_empty): Add dispose_fn argument.
36955         (struct gl_oset_implementation): Add dispose_fn argument to
36956         'create_empty' method.
36957         (struct gl_oset_impl_base): Add dispose_fn field.
36958         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36959         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36960         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36961         values.
36962         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36963         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36964         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36965         dropped value.
36966         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36967         dropped value.
36968         * tests/test-array_oset.c (main): Update.
36969         * tests/test-avltree_oset.c (main): Update.
36970         * tests/test-rbtree_oset.c (main): Update.
36971         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36972
36973 2007-03-13  Bruno Haible  <bruno@clisp.org>
36974
36975         * tests/test-stdbool.c (i): Update after last patch.
36976
36977 2007-03-12  Bruno Haible  <bruno@clisp.org>
36978
36979         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36980         the iswprint macro. Needed on Solaris 2.5.1.
36981
36982 2007-03-12  Bruno Haible  <bruno@clisp.org>
36983
36984         * tests/test-printf-frexp.c (main): Declare x as volatile.
36985
36986 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36987
36988         * doc/gnulib.texi (Build robot for gnulib): New section.
36989
36990 2007-03-12  Jim Meyering  <jim@meyering.net>
36991
36992         * build-aux/bootstrap: New file.
36993         * build-aux/bootstrap.conf: New file, from coreutils.
36994
36995 2007-03-11  Bruno Haible  <bruno@clisp.org>
36996
36997         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36998
36999 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37000
37001         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37002         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37003         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37004
37005 2007-03-11  Bruno Haible  <bruno@clisp.org>
37006
37007         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37008         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37009
37010 2007-03-11  Bruno Haible  <bruno@clisp.org>
37011
37012         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37013         formula. Needed for SunPRO C 5.0.
37014
37015 2007-03-11  Bruno Haible  <bruno@clisp.org>
37016
37017         * modules/long-options (Depends-on): Add getopt.
37018
37019 2007-03-11  Bruno Haible  <bruno@clisp.org>
37020
37021         * modules/modechange (Depends-on): Add stdbool.
37022
37023 2007-03-11  Bruno Haible  <bruno@clisp.org>
37024
37025         * modules/i-ring (Depends-on): Add stdbool.
37026
37027 2007-03-11  Bruno Haible  <bruno@clisp.org>
37028
37029         * modules/gc-des (Depends-on): Add stdbool.
37030
37031 2007-03-11  Bruno Haible  <bruno@clisp.org>
37032
37033         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37034
37035 2007-03-11  Bruno Haible  <bruno@clisp.org>
37036
37037         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37038
37039 2007-03-11  Bruno Haible  <bruno@clisp.org>
37040
37041         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37042
37043 2007-03-11  Bruno Haible  <bruno@clisp.org>
37044
37045         * lib/vasnprintf.c (sprintf): Undefine.
37046
37047 2007-03-11  Bruno Haible  <bruno@clisp.org>
37048
37049         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37050         initializers in SunPRO C and Compaq C compilers.
37051
37052 2007-03-11  Bruno Haible  <bruno@clisp.org>
37053
37054         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37055         decrementing code ANSI C compliant.
37056
37057 2007-03-11  Bruno Haible  <bruno@clisp.org>
37058
37059         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37060         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37061
37062 2007-03-11  Bruno Haible  <bruno@clisp.org>
37063
37064         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37065         <stdbool.h> substitute doesn't pass.
37066
37067 2007-03-11  Bruno Haible  <bruno@clisp.org>
37068
37069         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37070
37071 2007-03-11  Bruno Haible  <bruno@clisp.org>
37072
37073         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37074         script, for submission to autobuild.josefsson.org.
37075
37076 2007-03-10  Bruno Haible  <bruno@clisp.org>
37077
37078         * modules/canonicalize-lgpl-tests: New file.
37079         * tests/test-canonicalize-lgpl.sh: New file.
37080         * tests/test-canonicalize-lgpl.c: New file.
37081
37082         * modules/c-strcase-tests: New file.
37083         * tests/test-c-strcase.sh: New file.
37084         * tests/test-c-strcasecmp.c: New file.
37085         * tests/test-c-strncasecmp.c: New file.
37086
37087         * modules/atexit-tests: New file.
37088         * tests/test-atexit.sh: New file.
37089         * tests/test-atexit.c: New file.
37090
37091 2007-03-10  Bruno Haible  <bruno@clisp.org>
37092
37093         * tests/test-binary-io.sh: Use temporary filenames that are not so
37094         likely to clash with those of other tests (in a parallel make).
37095         * tests/test-binary-io.c: Likewise.
37096
37097 2007-03-10  Bruno Haible  <bruno@clisp.org>
37098
37099         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37100         fallback; use #error instead.
37101         Suggested by Simon Josefsson.
37102
37103 2007-03-10  Bruno Haible  <bruno@clisp.org>
37104
37105         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37106         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37107         first and the last.
37108
37109 2007-03-10  Bruno Haible  <bruno@clisp.org>
37110
37111         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37112
37113 2007-03-10  Bruno Haible  <bruno@clisp.org>
37114
37115         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37116         "make distcheck".
37117         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37118         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37119         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37120
37121 2007-03-10  Bruno Haible  <bruno@clisp.org>
37122
37123         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37124         variable.
37125         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37126         variable.
37127
37128 2007-03-09  Eric Blake  <ebb9@byu.net>
37129         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37130
37131         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37132         types are not being provided by gnulib.
37133         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37134         types are supported.
37135
37136 2007-03-10  Bruno Haible  <bruno@clisp.org>
37137
37138         * lib/stdio_.h (__attribute__): New macro.
37139         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37140         vsprintf): Specify __attribute__ __format__ for GCC.
37141         Suggested by Eric Blake.
37142
37143 2007-03-09  Bruno Haible  <bruno@clisp.org>
37144
37145         * modules/printf-posix-tests: New file.
37146         * tests/test-printf-posix.sh: New file.
37147         * tests/test-printf-posix.c: New file.
37148
37149         * modules/printf-posix: New file.
37150         * lib/printf.c: New file.
37151         * m4/printf-posix-rpl.m4: New file.
37152         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37153         REPLACE_PRINTF.
37154         * lib/stdio_.h (printf): New declaration.
37155         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37156         ____strfmon____): New macros.
37157         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37158         REPLACE_PRINTF.
37159
37160 2007-03-09  Bruno Haible  <bruno@clisp.org>
37161
37162         * tests/test-vasnprintf-posix2.sh: New file.
37163         * tests/test-vasnprintf-posix2.c: New file.
37164         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37165         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37166         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37167
37168         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37169         a locale dependent decimal point, rather than always '.'.
37170
37171 2007-03-09  Eric Blake  <ebb9@byu.net>
37172
37173         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37174         spite of platforms like Tandem/NSK that define it to -1.
37175
37176 2007-03-08  Bruno Haible  <bruno@clisp.org>
37177
37178         * modules/vprintf-posix-tests: New file.
37179         * tests/test-vprintf-posix.sh: New file.
37180         * tests/test-vprintf-posix.c: New file.
37181         * tests/test-printf-posix.h: New file.
37182
37183         * modules/vprintf-posix: New file.
37184         * lib/vprintf.c: New file.
37185         * m4/vprintf-posix.m4: New file.
37186         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37187         REPLACE_VPRINTF.
37188         * lib/stdio_.h (vprintf): New declaration.
37189         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37190         REPLACE_VPRINTF.
37191
37192 2007-03-08  Bruno Haible  <bruno@clisp.org>
37193
37194         * modules/fprintf-posix-tests: New file.
37195         * tests/test-fprintf-posix.sh: New file.
37196         * tests/test-fprintf-posix.c: New file.
37197
37198         * modules/fprintf-posix: New file.
37199         * lib/fprintf.c: New file.
37200         * m4/fprintf-posix.m4: New file.
37201         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37202         REPLACE_FPRINTF.
37203         * lib/stdio_.h (fprintf): New declaration.
37204         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37205         REPLACE_FPRINTF.
37206
37207 2007-03-08  Bruno Haible  <bruno@clisp.org>
37208
37209         * modules/vfprintf-posix-tests: New file.
37210         * tests/test-vfprintf-posix.sh: New file.
37211         * tests/test-vfprintf-posix.c: New file.
37212         * tests/test-fprintf-posix.h: New file.
37213         * tests/test-fprintf-posix.out: New file.
37214
37215         * modules/vfprintf-posix: New file.
37216         * lib/vfprintf.c: New file.
37217         * m4/vfprintf-posix.m4: New file.
37218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37219         REPLACE_VFPRINTF.
37220         * lib/stdio_.h (vfprintf): New declaration.
37221         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37222         REPLACE_VFPRINTF.
37223
37224 2007-03-08  Bruno Haible  <bruno@clisp.org>
37225
37226         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37227
37228 2007-03-08  Bruno Haible  <bruno@clisp.org>
37229
37230         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37231         instead of 'expr' invocations.
37232         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37233         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37234         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37235         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37236         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37237         Suggested by Paul Eggert.
37238
37239 2007-03-08  Bruno Haible  <bruno@clisp.org>
37240
37241         * modules/fseterr-tests: New file.
37242         * tests/test-fseterr.c: New file.
37243
37244         * modules/fseterr: New file.
37245         * lib/fseterr.h: New file.
37246         * lib/fseterr.c: New file.
37247
37248 2007-03-08  Bruno Haible  <bruno@clisp.org>
37249
37250         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37251         * lib/getopt_.h: Likewise.
37252         * lib/mbswidth.h: Likewise.
37253         * lib/setenv.h: Likewise.
37254         * lib/vasnprintf.h: Likewise.
37255         * lib/vasprintf.h: Likewise.
37256         * lib/verror.h: Likewise.
37257         * lib/xsetenv.h: Likewise.
37258         * lib/xvasprintf.h: Likewise.
37259
37260 2007-03-08  Jim Meyering  <jim@meyering.net>
37261
37262         * users.txt: Add parted.
37263
37264         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37265
37266 2007-03-07  Bruno Haible  <bruno@clisp.org>
37267
37268         * m4/printf.m4: Make the shell script snippets copy&pastable.
37269
37270 2007-03-02  Bruno Haible  <bruno@clisp.org>
37271
37272         * lib/netinet_in_.h: New file.
37273         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37274         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37275         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37276         (Depends-on): Add absolute-header.
37277         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37278         into netinet/in.h.
37279
37280 2007-03-03  Bruno Haible  <bruno@clisp.org>
37281
37282         * lib/sys_select_.h: New file.
37283         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37284         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37285         * modules/sys_select (Files): Add lib/sys_select_.h.
37286         (Depends-on): Add absolute-header.
37287         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37288         into sys/select.h.
37289
37290 2007-03-02  Bruno Haible  <bruno@clisp.org>
37291
37292         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37293         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37294         values.
37295         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37296         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37297         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37298         * modules/sys_socket (Depends-on): Add absolute-header.
37299         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37300         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37301         (Include): Remove requirement of inclusion of <sys/types.h>.
37302
37303 2007-03-02  Bruno Haible  <bruno@clisp.org>
37304
37305         * lib/byteswap_.h (bswap_32): Fix formula.
37306
37307 2007-03-06  Bruno Haible  <bruno@clisp.org>
37308
37309         * modules/sprintf-posix-tests: New file.
37310         * tests/test-sprintf-posix.c: New file.
37311
37312         * modules/sprintf-posix: New file.
37313         * lib/sprintf.c: New file.
37314         * m4/sprintf-posix.m4: New file.
37315         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37316         REPLACE_SPRINTF.
37317         * lib/stdio_.h (sprintf): New declaration.
37318         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37319         REPLACE_SPRINTF.
37320
37321 2007-03-06  Bruno Haible  <bruno@clisp.org>
37322
37323         * modules/vsprintf-posix-tests: New file.
37324         * tests/test-vsprintf-posix.c: New file.
37325         * tests/test-sprintf-posix.h: New file.
37326
37327         * modules/vsprintf-posix: New file.
37328         * lib/vsprintf.c: New file.
37329         * m4/vsprintf-posix.m4: New file.
37330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37331         REPLACE_VSPRINTF.
37332         * lib/stdio_.h (vsprintf): New declaration.
37333         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37334         REPLACE_VSPRINTF.
37335
37336 2007-03-06  Bruno Haible  <bruno@clisp.org>
37337
37338         * modules/vsnprintf (Depend-on): Remove minmax.
37339
37340 2007-03-06  Bruno Haible  <bruno@clisp.org>
37341
37342         * modules/snprintf-posix-tests: New file.
37343         * tests/test-snprintf-posix.c: New file.
37344
37345         * modules/snprintf-posix: New file.
37346         * m4/snprintf-posix.m4: New file.
37347         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37348         gl_FUNC_SNPRINTF.
37349         (gl_FUNC_SNPRINTF): Invoke it.
37350         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37351         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37352         is set.
37353         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37354
37355 2007-03-06  Bruno Haible  <bruno@clisp.org>
37356
37357         * modules/vsnprintf-posix-tests: New file.
37358         * tests/test-vsnprintf-posix.c: New file.
37359         * tests/test-snprintf-posix.h: New file.
37360
37361         * modules/vsnprintf-posix: New file.
37362         * m4/vsnprintf-posix.m4: New file.
37363         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37364         gl_FUNC_VSNPRINTF.
37365         (gl_FUNC_VSNPRINTF): Invoke it.
37366         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37367         * lib/stdio_.h (vsnprintf): Define as a replacement if
37368         REPLACE_VSNPRINTF is set.
37369         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37370
37371 2007-03-06  Bruno Haible  <bruno@clisp.org>
37372
37373         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37374         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37375
37376 2007-03-06  Bruno Haible  <bruno@clisp.org>
37377
37378         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37379         (asinl): Declare also if HAVE_DECL_ASINL is set.
37380         (atanl): Declare also if HAVE_DECL_ATANL is set.
37381         (ceill): Declare also if HAVE_DECL_CEILL is set.
37382         (cosl): Declare also if HAVE_DECL_COSL is set.
37383         (expl): Declare also if HAVE_DECL_EXPL is set.
37384         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37385         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37386         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37387         (logl): Declare also if HAVE_DECL_LOGL is set.
37388         (sinl): Declare also if HAVE_DECL_SINL is set.
37389         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37390         (tanl): Declare also if HAVE_DECL_TANL is set.
37391         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37392         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37393         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37394         declaration of frexpl, ldexpl.
37395         * modules/printf-frexpl (Depends-on): Add math.
37396         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37397
37398 2007-03-05  Bruno Haible  <bruno@clisp.org>
37399
37400         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37401         frexpl and ldexpl are declared.
37402         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37403
37404 2007-03-05  Bruno Haible  <bruno@clisp.org>
37405
37406         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37407         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37408
37409 2007-03-05  Bruno Haible  <bruno@clisp.org>
37410
37411         * lib/stdio_.h: Include <stddef.h>.
37412
37413 2007-03-05  Bruno Haible  <bruno@clisp.org>
37414
37415         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37416
37417 2007-03-05  Bruno Haible  <bruno@clisp.org>
37418
37419         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37420         NetBSD 4, from Ralf Wildenhues.
37421
37422 2007-03-04  Bruno Haible  <bruno@clisp.org>
37423
37424         * lib/vasprintf.h: Update #if logic for the case when the functions
37425         exist but are overridden.
37426
37427 2007-03-04  Bruno Haible  <bruno@clisp.org>
37428
37429         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37430         implementations: glibc-2.4 and MacOS X 10.3.
37431         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37432         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37433         * tests/test-vasprintf-posix.c (test_function): Likewise.
37434
37435 2007-03-04  Bruno Haible  <bruno@clisp.org>
37436
37437         * modules/vasprintf-posix-tests: New file.
37438         * tests/test-vasprintf-posix.c: New file.
37439
37440         * modules/vasprintf-posix: New file.
37441         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37442         defined.
37443         * m4/vasprintf-posix.m4: New file.
37444         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37445         gl_FUNC_VASPRINTF.
37446         (gl_FUNC_VASPRINTF): Invoke it.
37447         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37448         here.
37449         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37450
37451 2007-03-04  Bruno Haible  <bruno@clisp.org>
37452
37453         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37454         REPLACE_GETTIMEOFDAY.
37455         * modules/sys_time (Makefile.am): Likewise.
37456         * m4/sys_time_h.m4: Likewise.
37457         * m4/gettimeofday.m4: Likewise.
37458
37459 2007-03-04  Bruno Haible  <bruno@clisp.org>
37460
37461         * modules/vasnprintf-posix-tests: New file.
37462         * tests/test-vasnprintf-posix.c: New file.
37463
37464         * modules/vasnprintf-posix: New file.
37465         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37466         printf-frexpl.h.
37467         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37468         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37469         REPLACE_VASNPRINTF is defined.
37470         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37471         gl_FUNC_VASNPRINTF.
37472         (gl_FUNC_VASNPRINTF): Invoke it.
37473         * m4/vasnprintf-posix.m4: New file.
37474         * m4/printf.m4: New file.
37475
37476 2007-03-04  Bruno Haible  <bruno@clisp.org>
37477
37478         Compile progreloc.c only if --enable-relocatable is specified.
37479         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37480         if --enable-relocatable was specified.
37481         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37482         lib_SOURCES.
37483
37484 2007-03-04  Jim Meyering  <jim@meyering.net>
37485
37486         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37487         Use it consistently, rather than enumerating errno constants.
37488
37489 2007-03-04  Bruno Haible  <bruno@clisp.org>
37490
37491         * modules/xvasprintf-tests: New file.
37492         * tests/test-xvasprintf.c: New file.
37493
37494         * modules/vasprintf-tests: New file.
37495         * tests/test-vasprintf.c: New file.
37496
37497         * modules/vasnprintf-tests: New file.
37498         * tests/test-vasnprintf.c: New file.
37499
37500         * modules/vsnprintf-tests: New file.
37501         * tests/test-vsnprintf.c: New file.
37502
37503         * modules/snprintf-tests: New file.
37504         * tests/test-snprintf.c: New file.
37505
37506 2007-03-04  Bruno Haible  <bruno@clisp.org>
37507
37508         Compile relocatable.c only if --enable-relocatable is specified.
37509         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37510         gl_RELOCATABLE_LIBRARY.
37511         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37512         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37513         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37514         gl_RELOCATABLE_LIBRARY.
37515         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37516         (Makefile.am): Remove lib_SOURCES.
37517         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37518         gl_RELOCATABLE_LIBRARY.
37519         (Makefile.am): Remove lib_SOURCES.
37520         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37521         always.
37522         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37523         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37524
37525 2007-03-04  Bruno Haible  <bruno@clisp.org>
37526
37527         * modules/argmatch-tests: New file.
37528         * tests/test-argmatch.c: New file.
37529
37530         * tests/test-allocsa.c (main): Halve the number of loop runs.
37531
37532         * modules/alloca-opt-tests: New file.
37533         * tests/test-alloca-opt.c: New file.
37534
37535 2007-03-04  Jim Meyering  <jim@meyering.net>
37536
37537         Work around difference between Linux ACLs and Solaris 10 ZFS.
37538         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37539         for EINVAL.
37540
37541 2007-03-03  Bruno Haible  <bruno@clisp.org>
37542
37543         * modules/relocatable-prog (Depends-on): Add back progreloc's
37544         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37545
37546 2007-03-03  Bruno Haible  <bruno@clisp.org>
37547
37548         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37549         * modules/relocatable-lib: New file.
37550
37551 2007-03-03  Bruno Haible  <bruno@clisp.org>
37552
37553         * modules/relocatable-prog: Renamed from modules/relocatable.
37554         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37555
37556 2007-03-03  Bruno Haible  <bruno@clisp.org>
37557
37558         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37559         m4/relocatable-lib.m4.
37560         (Depends-on): Remove 'relocatable'.
37561         (configure.ac): Add gl_RELOCATABLE_NOP.
37562
37563 2007-03-03  Bruno Haible  <bruno@clisp.org>
37564
37565         * modules/relocatable-prog-wrapper: New file.
37566         * modules/relocatable (Depends-on): Add it. Remove all other
37567         dependencies except progname.
37568         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37569
37570         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37571         (gl_FUNC_STRERROR): Nop.
37572         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37573
37574         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37575         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37576
37577         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37578         (gl_FUNC_READLINK): Update.
37579
37580         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37581
37582 2007-03-03  Bruno Haible  <bruno@clisp.org>
37583
37584         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37585         * modules/xreadlink (Depends-on): Add unistd.
37586         * modules/xreadlink-with-size (Depends-on): Likewise.
37587
37588 2007-03-03  Bruno Haible  <bruno@clisp.org>
37589
37590         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37591         extracted from gt_FUNC_SETENV.
37592         (gt_FUNC_SETENV): Remove macro.
37593         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37594         remove gt_FUNC_SETENV.
37595
37596 2007-03-03  Bruno Haible  <bruno@clisp.org>
37597
37598         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37599         ENABLE_RELOCATABLE here.
37600         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37601
37602 2007-03-03  Bruno Haible  <bruno@clisp.org>
37603
37604         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37605         * tests/test-rbtreehash_list.c: Include progname.h.
37606         (main): Call set_program_name.
37607
37608         * modules/rbtree-oset-tests (Depends-on): Add progname.
37609         * tests/test-rbtree_oset.c: Include progname.h.
37610         (main): Call set_program_name.
37611
37612         * modules/rbtree-list-tests (Depends-on): Add progname.
37613         * tests/test-rbtree_list.c: Include progname.h.
37614         (main): Call set_program_name.
37615
37616         * modules/linked-list-tests (Depends-on): Add progname.
37617         * tests/test-linked_list.c: Include progname.h.
37618         (main): Call set_program_name.
37619
37620 2007-03-03  Bruno Haible  <bruno@clisp.org>
37621
37622         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37623         All uses of __restrict changed to _Restrict_.
37624         * lib/glob_.h (__restrict): Remove macro.
37625
37626 2007-03-02  Bruno Haible  <bruno@clisp.org>
37627
37628         * modules/gettext (configure.ac): Require gettext infrastructure
37629         from version 0.16.1.
37630
37631 2007-03-02  Bruno Haible  <bruno@clisp.org>
37632
37633         * modules/linkedhash-list-tests (Depends-on): Add progname.
37634         * tests/test-linkedhash_list.c: Include progname.h.
37635         (main): Call set_program_name.
37636
37637         * modules/carray-list-tests (Depends-on): Add progname.
37638         * tests/test-carray_list.c: Include progname.h.
37639         (main): Call set_program_name.
37640
37641         * modules/avltreehash-list-tests (Depends-on): Add progname.
37642         * tests/test-avltreehash_list.c: Include progname.h.
37643         (main): Call set_program_name.
37644
37645         * modules/avltree-oset-tests (Depends-on): Add progname.
37646         * tests/test-avltree_oset.c: Include progname.h.
37647         (main): Call set_program_name.
37648
37649         * modules/avltree-list-tests (Depends-on): Add progname.
37650         * tests/test-avltree_list.c: Include progname.h.
37651         (main): Call set_program_name.
37652
37653         * modules/array-oset-tests (Depends-on): Add progname.
37654         * tests/test-array_oset.c: Include progname.h.
37655         (main): Call set_program_name.
37656
37657         * modules/array-list-tests (Depends-on): Add progname.
37658         * tests/test-array_list.c: Include progname.h.
37659         (main): Call set_program_name.
37660
37661         * modules/argp-tests (Depends-on): Add progname.
37662         * tests/test-argp.c: Include argp.h first. Include progname.h.
37663         (main): Call set_program_name.
37664
37665 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37666
37667         * doc/gnulib-tool.texi (Initial import): Reword description of
37668         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37669         limited effect even if defined after the first system include.
37670
37671 2007-03-01  Bruno Haible  <bruno@clisp.org>
37672
37673         * build-aux/config.libpath: Update to libtool-1.5.22.
37674         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37675
37676 2007-03-01  Bruno Haible  <bruno@clisp.org>
37677
37678         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37679         foo_CFLAGS.
37680         Reported by Ralf Wildenhues.
37681
37682 2007-03-01  Bruno Haible  <bruno@clisp.org>
37683
37684         * build-aux/install-reloc: Remove object files left over by some
37685         compilers.
37686         Reported by Ralf Wildenhues.
37687
37688 2007-03-01  Bruno Haible  <bruno@clisp.org>
37689
37690         * build-aux/install-reloc: Break long lines.
37691
37692 2007-03-01  Bruno Haible  <bruno@clisp.org>
37693
37694         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37695         Reported by Ralf Wildenhues.
37696
37697 2007-03-01  Bruno Haible  <bruno@clisp.org>
37698
37699         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37700         include ordering constraints.
37701
37702 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37703
37704         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37705         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37706         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37707         as another example.
37708         * lib/time_.h: Fix misspelling.
37709         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37710         Require gl_HEADER_TIME_H_DEFAULTS.
37711         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37712         * m4/time_r.m4 (gl_TIME_R): Likewise.
37713         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37714
37715 2007-03-01  Bruno Haible  <bruno@clisp.org>
37716
37717         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37718         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37719
37720 2007-03-01  Jim Meyering  <jim@meyering.net>
37721
37722         * modules/xreadlink (Maintainer): Add my name.
37723         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37724
37725 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37726             Bruno Haible  <bruno@clisp.org>
37727
37728         * build-aux/install-reloc: Compile also c-ctype.c.
37729         * build-aux/relocatable.sh.in: New file.
37730         * doc/relocatable.texi: New file.
37731         * doc/relocatable-maint.texi: New file.
37732         * doc/gnulib.texi: Include relocatable-maint.texi.
37733         * lib/progreloc.c: Include unistd.h unconditionally.
37734         * lib/relocwrapper.c: Include unistd.h unconditionally.
37735         Include c-ctype.h.
37736         (add_dotbin): Use c_tolower.
37737         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37738         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37739         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37740         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37741         to m4/relocatable-lib.m4.
37742         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37743         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37744         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37745         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37746         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37747         * modules/relocatable: New file.
37748         * modules/relocatable-lib: New file.
37749         * modules/relocatable-script: New file.
37750
37751 2007-02-28  Bruno Haible  <bruno@clisp.org>
37752
37753         Import --enable-relocatable infrastructure.
37754         * build-aux/config.libpath: New file, from GNU gettext.
37755         * build-aux/install-reloc: New file, from GNU gettext.
37756         * build-aux/reloc-ldflags: New file, from GNU gettext.
37757         * lib/relocatable.h: New file, from GNU gettext.
37758         * lib/relocatable.c: New file, from GNU gettext.
37759         * lib/relocwrapper.c: New file, from GNU gettext.
37760         * m4/relocatable.m4: New file, from GNU gettext.
37761
37762 2007-02-28  Bruno Haible  <bruno@clisp.org>
37763
37764         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37765
37766         * modules/xreadlink: New file, from GNU gettext with modifications.
37767         * lib/xreadlink.c: New file, from GNU gettext.
37768         * lib/xreadlink.h: Add comments.
37769         (xreadlink): New declaration.
37770
37771         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37772         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37773         lib/xreadlink-with-size.c.
37774         (configure.ac): Remove gl_XREADLINK invocation.
37775         (Makefile.am): Augment lib_SOURCES.
37776         * m4/xreadlink.m4: Remove file.
37777         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37778         (xreadlink_with_size): Renamed from xreadink.
37779         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37780         * modules/canonicalize (Depends-on): Replace xreadlink with
37781         xreadlink-with-size.
37782         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37783
37784 2007-02-25  Jim Meyering  <jim@meyering.net>
37785
37786         * build-aux/announce-gen: When complaining about excess arguments,
37787         list them.
37788
37789 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37790
37791         * README: Document signed integer overflow situation more
37792         accurately.
37793
37794 2007-02-25  Bruno Haible  <bruno@clisp.org>
37795
37796         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37797         'a' or 'A' conversion.
37798
37799 2007-02-25  Bruno Haible  <bruno@clisp.org>
37800
37801         * modules/filename: Renamed from modules/pathname.
37802         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37803         lib/concatpath.c with lib/concat-filename.c.
37804         (Makefile.am): Update.
37805         (Include): Replace pathname.h with filename.h.
37806         * lib/filename.h: Renamed from lib/pathname.h.
37807         (concatenated_filename): Renamed from concatenated_pathname.
37808         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37809         (concatenated_filename): Renamed from concatenated_pathname.
37810         * lib/findprog.c: Include filename.h instead of pathname.h.
37811         (find_in_path): Update.
37812         * lib/javacomp.c: Include filename.h instead of pathname.h.
37813         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37814         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37815         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37816         is_oldgcj_14_13_usable, is_javac_usable): Update.
37817         * lib/javaexec.c: Include filename.h instead of pathname.h.
37818         (execute_java_class): Update.
37819         * modules/findprog: Update.
37820         * modules/javacomp: Update.
37821         * modules/javaexec: Update.
37822         * MODULES.html.sh (File system functions): Add 'filename', remove
37823         'pathname'.
37824
37825 2007-02-25  Bruno Haible  <bruno@clisp.org>
37826
37827         * modules/printf-frexpl-tests: New file.
37828         * tests/test-printf-frexpl.c: New file.
37829
37830         * modules/printf-frexpl: New file.
37831         * lib/printf-frexpl.h: New file.
37832         * lib/printf-frexpl.c: New file.
37833         * m4/printf-frexpl.m4: New file.
37834
37835 2007-02-25  Bruno Haible  <bruno@clisp.org>
37836
37837         * modules/printf-frexp-tests: New file.
37838         * tests/test-printf-frexp.c: New file.
37839
37840         * modules/printf-frexp: New file.
37841         * lib/printf-frexp.h: New file.
37842         * lib/printf-frexp.c: New file.
37843         * m4/printf-frexp.m4: New file.
37844
37845 2007-02-25  Bruno Haible  <bruno@clisp.org>
37846
37847         Assume automake >= 1.10 for the tests.
37848         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37849         * modules/arctwo-tests: Likewise.
37850         * modules/argp-tests: Likewise.
37851         * modules/avltree-list-tests: Likewise.
37852         * modules/avltree-oset-tests: Likewise.
37853         * modules/avltreehash-list-tests: Likewise.
37854         * modules/carray-list-tests: Likewise.
37855         * modules/crc-tests: Likewise.
37856         * modules/des-tests: Likewise.
37857         * modules/gc-arcfour-tests: Likewise.
37858         * modules/gc-arctwo-tests: Likewise.
37859         * modules/gc-des-tests: Likewise.
37860         * modules/gc-hmac-md5-tests: Likewise.
37861         * modules/gc-hmac-sha1-tests: Likewise.
37862         * modules/gc-md2-tests: Likewise.
37863         * modules/gc-md4-tests: Likewise.
37864         * modules/gc-md5-tests: Likewise.
37865         * modules/gc-pbkdf2-sha1-tests: Likewise.
37866         * modules/gc-rijndael-tests: Likewise.
37867         * modules/gc-sha1-tests: Likewise.
37868         * modules/gc-tests: Likewise.
37869         * modules/getaddrinfo-tests: Likewise.
37870         * modules/hmac-md5-tests: Likewise.
37871         * modules/hmac-sha1-tests: Likewise.
37872         * modules/linked-list-tests: Likewise.
37873         * modules/linkedhash-list-tests: Likewise.
37874         * modules/lock-tests: Likewise.
37875         * modules/md2-tests: Likewise.
37876         * modules/md4-tests: Likewise.
37877         * modules/md5-tests: Likewise.
37878         * modules/rbtree-list-tests: Likewise.
37879         * modules/rbtree-oset-tests: Likewise.
37880         * modules/rbtreehash-list-tests: Likewise.
37881         * modules/read-file-tests: Likewise.
37882         * modules/rijndael-tests: Likewise.
37883         * modules/stdint-tests: Likewise.
37884         * modules/tls-tests: Likewise.
37885
37886 2007-02-24  Bruno Haible  <bruno@clisp.org>
37887
37888         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37889         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37890         function; instead check whether isnan with a double argument links.
37891         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37892         function; instead check whether isnan with a 'long double' argument
37893         links.
37894         Reported by Eric Blake <ebb9@byu.net>.
37895
37896 2007-02-24  Bruno Haible  <bruno@clisp.org>
37897
37898         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37899         defined.
37900         * lib/isnanl.c: Remove all code. Just include isnan.c.
37901         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37902
37903 2007-02-25  Jim Meyering  <jim@meyering.net>
37904
37905         Avoid conflicting types for 'unsetenv' on FreeBSD.
37906         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37907         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37908         in stdlib.h.
37909
37910 2007-02-24  Bruno Haible  <bruno@clisp.org>
37911
37912         * modules/isnanl-nolibm-tests: New file.
37913         * tests/test-isnanl.c: New file.
37914
37915         * modules/isnanl-nolibm: New file.
37916         * lib/isnanl.h: New file.
37917         * lib/isnanl.c: New file.
37918         * m4/isnanl.m4: New file.
37919
37920 2007-02-24  Bruno Haible  <bruno@clisp.org>
37921
37922         * modules/isnan-nolibm-tests: New file.
37923         * tests/test-isnan.c: New file.
37924
37925         * modules/isnan-nolibm: New file.
37926         * lib/isnan.h: New file.
37927         * lib/isnan.c: New file.
37928         * m4/isnan.m4: New file.
37929
37930 2007-02-24  Bruno Haible  <bruno@clisp.org>
37931
37932         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37933         assume that an exponent fits in 20 bits.
37934
37935 2007-02-24  Jim Meyering  <jim@meyering.net>
37936
37937         * m4/regex.m4: Update the description of the configure-time option,
37938         --without-included-regex, to state accurately what the defaults are,
37939         and perhaps to give people an idea why using this option is risky.
37940
37941 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37942
37943         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37944         loops on small arguments.  This attempts to avoid the problem
37945         Bruno Haible reported for AIX 4.3.2 in
37946         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37947
37948 2007-02-23  Bruno Haible  <bruno@clisp.org>
37949
37950         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37951         Needed for help2man.
37952
37953 2007-02-23  Karl Berry  <karl@gnu.org>
37954
37955         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37956         exists, foo.h should be cvs-ignored, not committed.
37957
37958 2007-02-23  Eric Blake  <ebb9@byu.net>
37959
37960         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37961         * lib/stat-time.h (includes): Likewise.
37962         * lib/utimecmp.c (includes): Likewise.
37963         * lib/utimens.h (includes): Likewise.
37964         * lib/getdate.y (includes): Also include "timespec.h" for use
37965         internal to the module.
37966         * modules/utimens (Depends-on): Revert yesterday's patch.
37967         * modules/nanosleep (Depends-on): Add missing dependency.
37968
37969 2007-02-22  Bruno Haible  <bruno@clisp.org>
37970
37971         * lib/glob.c: Don't include getlogin_r.h.
37972
37973 2007-02-22  Jim Meyering  <jim@meyering.net>
37974
37975         * modules/utimens (Depends-on): Add timespec, required for
37976         utimens.h's inclusion of timespec.h.
37977
37978 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37979
37980         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37981         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37982         Schwab in
37983         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37984         I'll try to think of a better way to fix the Solaris problem.
37985
37986         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37987         like glibc; on Solaris 10, it fails with errno == EINVAL.
37988         POSIX says the behavior is unspecified if the first argument is NULL,
37989         so play it safe and never pass NULL to the system getcwd.
37990
37991 2007-02-21  Jim Meyering  <jim@meyering.net>
37992
37993         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37994         of gettimeofday.  It would conflict with the one now always
37995         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37996         an IRIX 6.5 build failure.
37997
37998 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37999
38000         Minor fixups to port to Solaris 10 with Sun C 5.8.
38001         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38002         * modules/getcwd (Depends-on): Add dirfd.
38003         * lib/putenv.c (putenv): #undef it.
38004         (rpl_putenv): New decl.
38005         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38006
38007 2007-02-20  Bruno Haible  <bruno@clisp.org>
38008
38009         * modules/stdio-tests: New file.
38010         * tests/test-stdio.c: New file.
38011
38012         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38013         (Depends-on): Add stdio.
38014         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38015         (Include): Use <stdio.h> instead of vsnprintf.h.
38016         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38017         HAVE_DECL_VSNPRINTF.
38018         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38019
38020         * modules/snprintf (Files): Remove lib/snprintf.h.
38021         (Depends-on): Add stdio.
38022         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38023         (Include): Use <stdio.h> instead of snprintf.h.
38024         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38025         HAVE_DECL_SNPRINTF.
38026         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38027         * lib/getaddrinfo.c: Likewise.
38028
38029         * modules/stdio: New file.
38030         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38031         * lib/snprintf.h: Remove file.
38032         * lib/vsnprintf.h: Remove file.
38033         * lib/.cppi-disable: Remove snprintf.h.
38034         * m4/stdio_h.m4: New file.
38035         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38036
38037 2007-02-20  Jim Meyering  <jim@meyering.net>
38038
38039         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38040         used by e.g., mingw.  From Bruno Haible.
38041
38042 2007-02-19  Bruno Haible  <bruno@clisp.org>
38043
38044         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38045         warnings.
38046         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38047
38048 2007-02-19  Bruno Haible  <bruno@clisp.org>
38049
38050         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38051         from mingw users.
38052
38053 2007-02-19  Bruno Haible  <bruno@clisp.org>
38054
38055         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38056         warnings.
38057         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38058
38059 2007-02-19  Jim Meyering  <jim@meyering.net>
38060
38061         Don't use FD after a successful "fdopendir (fd)".
38062         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38063         Reset it by calling dirfd on the just-obtained DIR*.
38064
38065         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38066         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38067
38068 2007-02-18  Bruno Haible  <bruno@clisp.org>
38069
38070         * lib/readlink.c: Include <unistd.h>.
38071         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38072         HAVE_READLINK.
38073         * modules/readlink (Depends-on): Add unistd.
38074         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38075         (Include): Add <unistd.h>.
38076
38077         * lib/getlogin_r.h: Remove file.
38078         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38079         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38080         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38081         HAVE_DECL_GETLOGIN_R.
38082         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38083         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38084         (Include): Use <unistd.h> instead of getlogin_r.h.
38085
38086         * lib/getcwd.h: Remove file.
38087         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38088         * lib/xgetcwd.c: Likewise.
38089         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38090         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38091         * modules/getcwd (Files): Remove lib/getcwd.h.
38092         (Depends-on): Add unistd.
38093         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38094         (Include): Use <unistd.h> instad of getcwd.h.
38095
38096         * lib/ftruncate.c: Include <unistd.h> first.
38097         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38098         Set HAVE_FTRUNCATE.
38099         * modules/ftruncate (Depends-on): Add unistd.
38100         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38101
38102         * lib/fchdir.c: Include <unistd.h> first.
38103         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38104         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38105         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38106         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38107         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38108
38109         * lib/dup2.c: Include <unistd.h> first.
38110         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38111         HAVE_DUP2.
38112         * modules/dup2 (Depends-on): Add unistd.
38113         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38114
38115         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38116         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38117         REPLACE_CHOWN. Don't define chown as a macro here.
38118         * modules/chown (Depends-on): Add unistd.
38119         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38120
38121         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38122         Add definition for GL_LINK_WARNING.
38123         (chown, dup2): New declarations.
38124         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38125         link warning.
38126         (ftruncate): New declaration.
38127         (getcwd): New declaration, taken from old getcwd.h.
38128         (getlogin_r): New declaration, taken from old getlogin_r.h.
38129         (readlink): New declaration.
38130         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38131         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38132         (gl_PREREQ_UNISTD): Remove macro.
38133         (gl_UNISTD_MODULE_INDICATOR): New macro.
38134         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38135         many new variables. Don't set UNISTD_H.
38136         * modules/unistd (Description): Change.
38137         (Depends-on): Add link-warning.
38138         (configure.ac): Update.
38139         (Makefile.am): Create unistd.h always. Substitute many new variables
38140         into it.
38141
38142 2007-02-18  Bruno Haible  <bruno@clisp.org>
38143
38144         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38145         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38146         HAVE_GETSUBOPT.
38147         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38148         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38149         * lib/getsubopt.h: Remove file.
38150         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38151         (Depends-on): Add stdlib.
38152         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38153         (Includes): Use <stdlib.h> instead of getsubopt.h.
38154         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38155         Set HAVE_GETSUBOPT.
38156         * lib/getsubopt.c: Don't include getsubopt.h.
38157
38158 2007-02-18  Bruno Haible  <bruno@clisp.org>
38159
38160         * modules/fchdir (Depends-on): Add dup2.
38161
38162 2007-02-18  Bruno Haible  <bruno@clisp.org>
38163
38164         * lib/stdlib_.h: Handle glibc's special invocation convention
38165         specially.
38166
38167 2007-02-18  Bruno Haible  <bruno@clisp.org>
38168
38169         * modules/stdlib-tests: New file.
38170         * tests/test-stdlib.c: New file.
38171
38172         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38173         (Depends-on): Add stdlib.
38174         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38175         (Includes): Use <stdlib.h> instead of mkstemp.h.
38176         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38177         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38178         * lib/mkstemp.c: Don't include mkstemp.h.
38179         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38180         * lib/stdlib--.h: Don't include mkstemp.h.
38181
38182         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38183         (Depends-on): Add stdlib.
38184         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38185         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38186         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38187         HAVE_MKDTEMP.
38188         * lib/mkdtemp.c: Don't include mkdtemp.h.
38189         * lib/clean-temp.c: Don't include mkdtemp.h.
38190
38191         * modules/exit (Files): Remove lib/exit.h.
38192         (Depends-on): Add stdlib.
38193         (Makefile.am): Remove lib_SOURCES.
38194         (Include): Use <stdlib.h> instead of exit.h.
38195         * lib/argmatch.c: Don't include exit.h.
38196         * lib/execute.c: Likewise.
38197         * lib/pagealign_alloc.c: Likewise.
38198         * lib/pipe.c: Likewise.
38199         * lib/wait-process.c: Likewise.
38200         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38201         * lib/exitfail.c: Likewise.
38202         * lib/savewd.c: Likewise.
38203         * lib/xsetenv.c: Likewise.
38204
38205         * modules/stdlib: New file.
38206         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38207         and extra comments about mkstemp().
38208         * lib/exit.h: Remove file.
38209         * lib/mkdtemp.h: Remove file.
38210         * lib/mkstemp.h: Remove file.
38211         * m4/stdlib_h.m4: New file.
38212         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38213
38214 2007-02-18  Bruno Haible  <bruno@clisp.org>
38215
38216         * modules/math-tests: New file.
38217         * tests/test-math.c: New file.
38218
38219         * modules/math: New file.
38220         * modules/mathl (Files): Remove lib/mathl.h.
38221         (Depends-on): Add math.
38222         (Makefile.am): Don't mention mathl.h.
38223         (Include): Use <math.h> instead of mathl.h.
38224         * lib/math_.h: New file.
38225         * lib/mathl.h: Remove file.
38226         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38227         mathl.h.
38228         * lib/asinl.c: Likewise.
38229         * lib/atanl.c: Likewise.
38230         * lib/ceill.c: Likewise.
38231         * lib/cosl.c: Likewise.
38232         * lib/expl.c: Likewise.
38233         * lib/floorl.c: Likewise.
38234         * lib/frexpl.c: Likewise.
38235         * lib/ldexpl.c: Likewise.
38236         * lib/logl.c: Likewise.
38237         * lib/sincosl.c: Likewise.
38238         * lib/sinl.c: Likewise.
38239         * lib/sqrtl.c: Likewise.
38240         * lib/tanl.c: Likewise.
38241         * lib/trigl.c: Likewise.
38242         * m4/math_h.m4: New file.
38243         * MODULES.html.sh (Mathematics): Add math.
38244
38245 2007-02-17  Bruno Haible  <bruno@clisp.org>
38246
38247         * modules/wctype-tests: New file.
38248         * tests/test-wctype.c: New file.
38249
38250         * modules/wchar-tests: New file.
38251         * tests/test-wchar.c: New file.
38252
38253         * modules/unistd-tests: New file.
38254         * tests/test-unistd.c: New file.
38255
38256         * modules/time-tests: New file.
38257         * tests/test-time.c: New file.
38258
38259         * modules/sysexits-tests: New file.
38260         * tests/test-sysexits.c: New file.
38261
38262         * modules/sys_time-tests: New file.
38263         * tests/test-sys_time.c: New file.
38264
38265         * modules/sys_stat-tests: New file.
38266         * tests/test-sys_stat.c: New file.
38267
38268         * modules/sys_socket-tests: New file.
38269         * tests/test-sys_socket.c: New file.
38270
38271         * modules/sys_select-tests: New file.
38272         * tests/test-sys_select.c: New file.
38273
38274         * modules/string-tests: New file.
38275         * tests/test-string.c: New file.
38276
38277         * modules/stdbool-tests: New file.
38278         * tests/test-stdbool.c: New file.
38279
38280         * modules/netinet_in-tests: New file.
38281         * tests/test-netinet_in.c: New file.
38282
38283         * modules/inttypes-tests: New file.
38284         * tests/test-inttypes.c: New file.
38285
38286         * modules/fcntl-tests: New file.
38287         * tests/test-fcntl.c: New file.
38288
38289         * modules/byteswap-tests: New file.
38290         * tests/test-byteswap.c: New file.
38291
38292         * modules/arpa_inet-tests: New file.
38293         * tests/test-arpa_inet.c: New file.
38294
38295 2007-02-17  Bruno Haible  <bruno@clisp.org>
38296
38297         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38298         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38299         if the corresponding module is not enabled. Emit link warnings if
38300         the function is used nevertheless.
38301         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38302         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38303         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38304         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38305         * modules/inttypes (Depends-on): Add link-warning.
38306         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38307         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38308         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38309         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38310         * modules/imaxdiv (configure.ac): Likewise.
38311         * modules/strtoimax (configure.ac): Likewise.
38312         * modules/strtoumax (configure.ac): Likewise.
38313
38314 2007-02-17  Bruno Haible  <bruno@clisp.org>
38315
38316         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38317         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38318         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38319         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38320
38321 2007-02-17  Bruno Haible  <bruno@clisp.org>
38322
38323         * modules/link-warning: New file.
38324         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38325         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38326         * modules/string (Depends-on): Add link-warning.
38327         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38328         string.h.
38329         * MODULES.html.sh (Support for building libraries and executables): Add
38330         link-warning.
38331
38332 2007-02-17  Bruno Haible  <bruno@clisp.org>
38333
38334         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38335         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38336         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38337         long lines.
38338
38339 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38340             Bruno Haible  <bruno@clisp.org>
38341
38342         * modules/tmpfile: New file.
38343         * lib/tmpfile.c: New file.
38344         * m4/tmpfile.m4: New file.
38345         * MODULES.html.sh (func_all_modules): New section "Input/output".
38346
38347 2007-02-15  Bruno Haible  <bruno@clisp.org>
38348
38349         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38350         (supports_delete_on_close): New function.
38351         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38352
38353 2007-02-14  Bruno Haible  <bruno@clisp.org>
38354
38355         * modules/mbspcasecmp-tests: New file.
38356         * tests/test-mbspcasecmp.sh: New file.
38357         * tests/test-mbspcasecmp.c: New file.
38358
38359         New module mbspcasecmp.
38360         * modules/mbspcasecmp: New file.
38361         * lib/mbspcasecmp.c: New file.
38362         * lib/string_.h (strncasecmp): Change warning message.
38363         (mbspcasecmp): New declaration.
38364         * m4/mbspcasecmp.m4: New file.
38365         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38366         GNULIB_MBSPCASECMP.
38367         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38368         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38369
38370 2007-02-14  Bruno Haible  <bruno@clisp.org>
38371
38372         * modules/mbsncasecmp-tests: New file.
38373         * tests/test-mbsncasecmp.sh: New file.
38374         * tests/test-mbsncasecmp.c: New file.
38375
38376         New module mbsncasecmp.
38377         * modules/mbsncasecmp: New file.
38378         * lib/mbsncasecmp.c: New file.
38379         * lib/string_.h (mbsncasecmp): New declaration.
38380         * m4/mbsncasecmp.m4: New file.
38381         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38382         GNULIB_MBSNCASECMP.
38383         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38384         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38385
38386 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38387
38388         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38389         Verify that it doesn't overlap with our flags.
38390         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38391         do not have the desired effect in multibyte locales; instead, use
38392         mbscasecmp.
38393         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38394         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38395         we don't require GNU fnmatch ourselves (if our users require it, they
38396         should do so explicitly).
38397
38398         Fix regex code so it doesn't rely on strcasecmp.
38399         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38400         Otherwise, include gnulib's langinfo.h.
38401         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38402         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38403         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38404         * modules/regex (FILES): Remove m4/codeset.m4.
38405         (Depends-on): Add localcharset.  Remove strcase.
38406
38407 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38408
38409         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38410         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38411
38412 2007-02-13  Bruno Haible  <bruno@clisp.org>
38413
38414         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38415         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38416
38417 2007-02-12  Bruno Haible  <bruno@clisp.org>
38418
38419         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38420         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38421         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38422         time warning rather than a link error.
38423
38424 2007-02-12  Bruno Haible  <bruno@clisp.org>
38425
38426         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38427         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38428         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38429
38430 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38431
38432         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38433         args, not 2.
38434
38435 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38436
38437         New module 'time', so that apps can include <time.h> as per
38438         POSIX and GNU instead of separate include files like time_r.h
38439         and timegm.h.  This implementation tries out a simpler approach
38440         for replacing decls in standard include files (as compared to
38441         the string module), somewhat as an experiment.
38442
38443         * config/srclist.txt: Comment out mktime.c for now.
38444         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38445         since it doesn't apply any more.  Use generic wording instead.
38446         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38447         'time'.
38448         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38449         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38450         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38451         Don't include <sys/types.h>; no longer needed since we assume C89.
38452         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38453         * lib/strftime.c: Likewise.
38454         * lib/time_r.c: Likewise.
38455         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38456         * lib/nanosleep.c: Include <time.h> first, to check interface.
38457         * lib/strptime.c: Likewise.
38458         * lib/time_r.c: Likewise.
38459         * lib/timegm.c: Likewise.
38460         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38461         needed.
38462         * lib/timegm.c: Don't include timegm.h; no longer needed.
38463         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38464         time.h now handles any problems in that area.
38465         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38466         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38467         that time.h defines struct timespec.
38468         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38469         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38470         handles that.
38471         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38472         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38473         needed.  Set REPLACE_LOCALTIME.
38474         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38475         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38476         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38477         nanosleep; time_h.m4 now does that.  Don't require
38478         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38479         module handles this now.
38480         * modules/getdate (Depends-on): Remove timespec.  Add time.
38481         * modules/nanosleep (Depends-on): Likewise.
38482         * modules/stat-time (Depends-on): Likewise.
38483         * modules/nanosleep (Include): Include time.h, not timespec.h.
38484         * modules/strptime (Files): Remove lib/strptime.h.
38485         (Depends-on): Add extensions, time.
38486         (Include): Include time.h, not strptime.h.
38487         * modules/time_r (Files): Remove lib/time_r.h.
38488         (Depends-on): Add time.
38489         (Include): Include time.h, not time_r.h.
38490         * modules/timegm: Likewise.
38491         * modules/timespec (Description): Now does timespec-related decls
38492         of our own, instead of struct timespec itself.
38493         (Depends-on): Add time; remove extensions.
38494         (Maintainer): Add self.
38495         * modules/utimecmp (Depends-on): Add time; remove timespec.
38496         * modules/utimens (Depends-on): Likewise.
38497         * modules/xnanosleep (Depends-on): Likewise.
38498
38499 2007-02-11  Bruno Haible  <bruno@clisp.org>
38500
38501         * lib/c-strstr.c: Include allocsa.h.
38502         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38503         * lib/c-strcasestr.c: Include allocsa.h.
38504         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38505         * lib/strcasestr.c: Include allocsa.h.
38506         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38507         * lib/mbsstr.c: Include allocsa.h.
38508         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38509         allocsa/freesa instead of malloc/free.
38510         * lib/mbscasestr.c: Include allocsa.h.
38511         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38512         allocsa/freesa instead of malloc/free.
38513         * modules/c-strstr (Depends-on): Add allocsa.
38514         * modules/c-strcasestr (Depends-on): Likewise.
38515         * modules/strcasestr (Depends-on): Likewise.
38516         * modules/mbsstr (Depends-on): Likewise.
38517         * modules/mbscasestr (Depends-on): Likewise.
38518
38519 2007-02-11  Bruno Haible  <bruno@clisp.org>
38520
38521         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38522
38523         * modules/mbsspn-tests: New file.
38524         * tests/test-mbsspn.sh: New file.
38525         * tests/test-mbsspn.c: New file.
38526
38527 2007-02-11  Bruno Haible  <bruno@clisp.org>
38528
38529         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38530
38531         * modules/mbspbrk-tests: New file.
38532         * tests/test-mbspbrk.sh: New file.
38533         * tests/test-mbspbrk.c: New file.
38534
38535 2007-02-11  Bruno Haible  <bruno@clisp.org>
38536
38537         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38538         unneeded cast.
38539
38540         * modules/mbscspn-tests: New file.
38541         * tests/test-mbscspn.sh: New file.
38542         * tests/test-mbscspn.c: New file.
38543
38544 2007-02-11  Bruno Haible  <bruno@clisp.org>
38545
38546         * modules/mbscasecmp-tests: New file.
38547         * tests/test-mbscasecmp.sh: New file.
38548         * tests/test-mbscasecmp.c: New file.
38549
38550 2007-02-11  Bruno Haible  <bruno@clisp.org>
38551
38552         Ensure O(n) worst-case complexity of mbscasestr.
38553         * lib/mbscasestr.c: Include stdbool.h.
38554         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38555         functions.
38556         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38557         the bookkeeping indicates that it's worth it.
38558         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38559
38560         * modules/mbscasestr-tests: New file.
38561         * tests/test-mbscasestr1.c: New file.
38562         * tests/test-mbscasestr2.sh: New file.
38563         * tests/test-mbscasestr2.c: New file.
38564         * tests/test-mbscasestr3.sh: New file.
38565         * tests/test-mbscasestr3.c: New file.
38566         * tests/test-mbscasestr4.sh: New file.
38567         * tests/test-mbscasestr4.c: New file.
38568         * m4/locale-tr.m4: New file.
38569
38570 2007-02-11  Bruno Haible  <bruno@clisp.org>
38571
38572         Ensure O(n) worst-case complexity of mbsstr.
38573         * lib/mbsstr.c: Include stdbool.h.
38574         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38575         functions.
38576         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38577         bookkeeping indicates that it's worth it.
38578         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38579
38580         * modules/mbsstr-tests: New file.
38581         * tests/test-mbsstr1.c: New file.
38582         * tests/test-mbsstr2.sh: New file.
38583         * tests/test-mbsstr2.c: New file.
38584         * tests/test-mbsstr3.sh: New file.
38585         * tests/test-mbsstr3.c: New file.
38586         * m4/locale-fr.m4: New file.
38587
38588 2007-02-11  Bruno Haible  <bruno@clisp.org>
38589
38590         * lib/mbsrchr.c (mbsrchr): Fix bug.
38591
38592         * modules/mbsrchr-tests: New file.
38593         * tests/test-mbsrchr.sh: New file.
38594         * tests/test-mbsrchr.c: New file.
38595
38596 2007-02-11  Bruno Haible  <bruno@clisp.org>
38597
38598         * lib/mbschr.c (mbschr): Fix bug.
38599
38600         * modules/mbschr-tests: New file.
38601         * tests/test-mbschr.sh: New file.
38602         * tests/test-mbschr.c: New file.
38603         * m4/locale-zh.m4: New file.
38604
38605 2007-02-11  Bruno Haible  <bruno@clisp.org>
38606
38607         Support for copying multibyte string iterators.
38608         * lib/mbiter.h: Include <string.h>.
38609         (mbiter_multi_copy): New function.
38610         (mbi_copy): New macro.
38611         * lib/mbuiter.h: Include <string.h>.
38612         (mbuiter_multi_copy): New function.
38613         (mbui_copy): New macro.
38614
38615 2007-02-11  Bruno Haible  <bruno@clisp.org>
38616
38617         New module mbslen.
38618         * modules/mbslen: New file.
38619         * lib/mbslen.c: New file.
38620         * lib/string_.h (mbslen): New declaration.
38621         * m4/mbslen.m4: New file.
38622         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38623         GNULIB_MBSLEN.
38624         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38625         * MODULES.html.sh (Internationalization functions): Add mbslen.
38626
38627 2007-02-11  Bruno Haible  <bruno@clisp.org>
38628
38629         Ensure O(n) worst-case complexity of strcasestr substitute.
38630         * lib/strcasestr.c: Include stdbool.h.
38631         (knuth_morris_pratt): New function.
38632         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38633         bookkeeping indicates that it's worth it.
38634         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38635
38636         * modules/strcasestr-tests: New file.
38637         * tests/test-strcasestr.c: New file.
38638
38639 2007-02-11  Bruno Haible  <bruno@clisp.org>
38640
38641         Ensure O(n) worst-case complexity of c_strcasestr.
38642         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38643         (knuth_morris_pratt): New function.
38644         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38645         the bookkeeping indicates that it's worth it.
38646         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38647
38648         * modules/c-strcasestr-tests: New file.
38649         * tests/test-c-strcasestr.c: New file.
38650
38651 2007-02-11  Bruno Haible  <bruno@clisp.org>
38652
38653         Ensure O(n) worst-case complexity of c_strstr.
38654         * lib/c-strstr.c: Include stdbool.h, string.h.
38655         (knuth_morris_pratt): New function.
38656         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38657         bookkeeping indicates that it's worth it.
38658         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38659
38660         * lib/c-strstr.c: Complete rewrite for maintainability.
38661
38662         * modules/c-strstr-tests: New file.
38663         * tests/test-c-strstr.c: New file.
38664
38665 2007-02-11  Bruno Haible  <bruno@clisp.org>
38666
38667         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38668         5.2.1 and earlier, whereby \055 was treated just like the range
38669         delimiter '-'.
38670         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38671
38672 2007-02-08  Bruno Haible  <bruno@clisp.org>
38673
38674         * modules/regex (Depends-on): Add stdbool.
38675         Reported by Dalibor Topic <robilad@kaffe.org>.
38676
38677 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38678
38679         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38680         Prefer returning from main to exiting from it.
38681         Remove unnecessary parens after sizeof.
38682
38683 2007-02-05  Bruno Haible  <bruno@clisp.org>
38684
38685         New module mbssep.
38686         * modules/mbssep: New file.
38687         * lib/mbssep.c: New file.
38688         * lib/string_.h (strsep): Add a conditional link warning.
38689         (mbssep): New declaration.
38690         * m4/mbssep.m4: New file.
38691         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38692         GNULIB_MBSSEP.
38693         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38694         * MODULES.html.sh (Internationalization functions): Add mbssep.
38695
38696 2007-02-05  Bruno Haible  <bruno@clisp.org>
38697
38698         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38699         Optimize search in case of 1 delimiter.
38700
38701 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38702
38703         * lib/acl.h: Include sys/types.h before sys/acl.h.
38704
38705 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38706
38707         Merge upstream fix for glibc bugzilla #3957:
38708
38709         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38710
38711         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38712         bit for RE_HAT_LISTS_NOT_NEWLINE.
38713         (build_charclass_op): Remove bogus comment.
38714
38715 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38716
38717         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38718
38719 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38720
38721         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38722         * lib/memmem.c [!defined _LIBC]: Include config.h.
38723
38724 2007-02-04  Bruno Haible  <bruno@clisp.org>
38725
38726         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38727         warning message.
38728
38729 2007-02-04  Bruno Haible  <bruno@clisp.org>
38730
38731         New module mbstok_r.
38732         * modules/mbstok_r: New file.
38733         * lib/mbstok_r.c: New file.
38734         * lib/string_.h (strtok_r): Change argument names to match the
38735         comments. Add a conditional link warning.
38736         (mbstok_r): New declaration.
38737         * m4/mbstok_r.m4: New file.
38738         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38739         GNULIB_MBSTOK_R.
38740         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38741         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38742
38743 2007-02-04  Bruno Haible  <bruno@clisp.org>
38744
38745         New module mbsspn.
38746         * modules/mbsspn: New file.
38747         * lib/mbsspn.c: New file.
38748         * lib/string_.h (strspn): Add a conditional link warning.
38749         (mbsspn): New declaration.
38750         * m4/mbsspn.m4: New file.
38751         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38752         GNULIB_MBSSPN.
38753         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38754         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38755
38756 2007-02-04  Bruno Haible  <bruno@clisp.org>
38757
38758         New module mbspbrk.
38759         * modules/mbspbrk: New file.
38760         * lib/mbspbrk.c: New file.
38761         * lib/string_.h (strpbrk): Add a conditional link warning.
38762         (mbspbrk): New declaration.
38763         * m4/mbspbrk.m4: New file.
38764         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38765         GNULIB_MBSPBRK.
38766         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38767         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38768
38769 2007-02-04  Bruno Haible  <bruno@clisp.org>
38770
38771         New module mbscspn.
38772         * modules/mbscspn: New file.
38773         * lib/mbscspn.c: New file.
38774         * lib/string_.h (strcspn): Add a conditional link warning.
38775         (mbscspn): New declaration.
38776         * m4/mbscspn.m4: New file.
38777         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38778         GNULIB_MBSCSPN.
38779         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38780         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38781
38782 2007-02-04  Bruno Haible  <bruno@clisp.org>
38783
38784         New module mbscasestr, reduced goal of strcasestr.
38785         * modules/mbscasestr: New file.
38786         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38787         (mbscasestr): Renamed from strcasestr.
38788         * lib/strcasestr.c: Don't include mbuiter.h.
38789         (strcasestr): Remove support for multibyte locales.
38790         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38791         Change the conditional link warning.
38792         (mbscasestr): New declaration.
38793         * m4/mbscasestr.m4: New file.
38794         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38795         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38796         REPLACE_STRCASESTR.
38797         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38798         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38799         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38800         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38801         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38802         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38803         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38804         (Depends-on): Remove mbuiter.
38805         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38806
38807 2007-02-04  Bruno Haible  <bruno@clisp.org>
38808
38809         Simplify handling of strncasecmp.
38810         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38811         the conditional link warning.
38812         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38813         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38814         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38815         * modules/strcase (configure.ac): Don't invoke
38816         gl_STRING_MODULE_INDICATOR.
38817         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38818
38819 2007-02-04  Bruno Haible  <bruno@clisp.org>
38820
38821         New module mbscasecmp, reduced goal of strcasecmp.
38822         * modules/mbscasecmp: New file.
38823         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38824         (mbscasecmp): Renamed from strcasecmp.
38825         * lib/strcasecmp.c: Don't include mbuiter.h.
38826         (strcasecmp): Remove support for multibyte locales.
38827         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38828         Change the conditional link warning.
38829         (mbscasecmp): New declaration.
38830         * m4/mbscasecmp.m4: New file.
38831         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38832         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38833         REPLACE_STRCASECMP.
38834         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38835         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38836         GNULIB_MBSCASECMP.
38837         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38838         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38839         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38840         (Depends-on): Remove mbuiter.
38841         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38842
38843 2007-02-04  Bruno Haible  <bruno@clisp.org>
38844
38845         New module mbsstr. Remove module strstr.
38846         * modules/mbsstr: New file.
38847         * modules/strstr: Remove file.
38848         * lib/mbsstr.c: Renamed from lib/strstr.c.
38849         (mbsstr): Renamed from strstr.
38850         * lib/string_.h (strstr): Remove declaration. Change the conditional
38851         link warning.
38852         (mbsstr): New declaration.
38853         * m4/mbsstr.m4: New file.
38854         * m4/strstr.m4: Remove file.
38855         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38856         REPLACE_STRSTR.
38857         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38858         Don't initialize GNULIB_STRSTR.
38859         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38860         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38861         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38862         (Support for systems lacking ANSI C 89): Remove strstr.
38863
38864 2007-02-04  Bruno Haible  <bruno@clisp.org>
38865
38866         New module mbsrchr.
38867         * modules/mbsrchr: New file.
38868         * lib/mbsrchr.c: New file.
38869         * lib/string_.h (strrchr): Add a conditional link warning.
38870         (mbsrchr): New declaration.
38871         * m4/mbsrchr.m4: New file.
38872         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38873         GNULIB_MBSRCHR.
38874         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38875         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38876
38877 2007-02-04  Bruno Haible  <bruno@clisp.org>
38878
38879         New module mbschr.
38880         * modules/mbschr: New file.
38881         * lib/mbschr.c: New file.
38882         * lib/string_.h (strchr): Add a conditional link warning.
38883         (mbschr): New declaration.
38884         * m4/mbschr.m4: New file.
38885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38886         GNULIB_MBSCHR.
38887         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38888         * MODULES.html.sh (Internationalization functions): Add mbschr.
38889
38890 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38891
38892         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38893
38894         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38895
38896 2007-02-04  Bruno Haible  <bruno@clisp.org>
38897
38898         New module description section 'configure.ac-early'.
38899         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38900         (func_get_autoconf_early_snippet): New function.
38901         (func_import, func_create_testdir): Use it. Remove special cases for
38902         modules 'extensions' and 'lock'.
38903         * modules/extensions (configure.ac-early): Require
38904         gl_USE_SYSTEM_EXTENSIONS.
38905         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38906
38907 2007-02-04  Bruno Haible  <bruno@clisp.org>
38908
38909         Make use of gcj-4.3's -fsource and -ftarget option.
38910         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38911         and if so try the options -fsource and -ftarget.
38912         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38913         source_version, ftarget_option, target_version arguments.
38914         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38915         (is_envjavac_oldgcj_14_14_usable): Renamed from
38916         is_envjavac_gcj_14_14_usable.
38917         (is_envjavac_oldgcj_14_13_usable): Renamed from
38918         is_envjavac_gcj_14_13_usable.
38919         (is_gcj_present): Update.
38920         (is_gcj_43, is_gcj43_usable): New functions.
38921         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38922         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38923         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38924         try the options -fsource and -ftarget.
38925
38926 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38927
38928         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38929         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38930         larger value.
38931
38932 2007-02-03  Jim Meyering  <jim@meyering.net>
38933
38934         Give tools a better chance to allocate space for very large buffers.
38935         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38936
38937         Make pwd and readlink work also when run with an unreadable parent dir
38938         on systems with openat support.
38939         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38940         provided getcwd function, even when we have openat support.
38941         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38942
38943 2007-02-02  Bruno Haible  <bruno@clisp.org>
38944
38945         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38946         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38947         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38948         portability problems if one of these functions is only used on specific
38949         platforms.
38950         Reported by Paul Eggert.
38951
38952 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38953
38954         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38955         is causing more trouble than it's curing.
38956         * lib/regex_internal.h (__mempcpy): Remove.
38957         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38958         (and make the code a tad smaller to boot).
38959         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38960
38961 2007-02-02  Jim Meyering  <jim@meyering.net>
38962
38963         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38964         section, not in the Makefile.am: one.
38965
38966 2007-02-02  Eric Blake  <ebb9@byu.net>
38967
38968         * lib/strchrnul.c: Always include config.h first.
38969
38970         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38971         gnulib strstr is not necessary here.
38972
38973 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38974
38975         * m4/socklen.m4: Fix typo.
38976
38977 2007-02-02  Eric Blake  <ebb9@byu.net>
38978
38979         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38980         * modules/netinet_in (Makefile.am): Likewise.
38981
38982 2007-02-01  Bruno Haible  <bruno@clisp.org>
38983
38984         * lib/string_.h (GL_LINK_WARNING): New macro.
38985         (strcasecmp, strstr, strcasestr): If provided by the system,
38986         conditionally define as a macro that leads to a warning instead of to
38987         an error.
38988         (strncasecmp): Conditionally define as a macro that leads to a warning.
38989
38990 2007-02-01  Karl Berry  <karl@gnu.org>
38991
38992         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38993
38994 2007-02-01  Bruno Haible  <bruno@clisp.org>
38995
38996         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38997         renamings.
38998
38999 2007-02-01  Eric Blake  <ebb9@byu.net>
39000
39001         * modules/regex (Depends-on): Revert dependence on mempcpy.
39002         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39003         module's definition of mempcpy.
39004         Reported by Paul Eggert.
39005
39006 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39007
39008         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39009         the symbol XYZ before redefining it.  This fixes a problem with
39010         programs that don't use XYZ, when compiled on systems that define
39011         XYZ to something else.
39012
39013 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39014
39015         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39016         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39017         writeable to group or other and (2) is intended to have a special
39018         mode bit that is set or cleared.  In such a case, the directory
39019         should be neither group- nor other-writeable until the special
39020         mode bits are right.
39021
39022 2007-01-31  Eric Blake  <ebb9@byu.net>
39023
39024         * modules/mountlist (Depends-on): Add strstr.
39025
39026         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39027         bug.
39028         * modules/string (Makefile.am): Remove redundant replacement.
39029         * modules/regex (Depends-on): Add mempcpy.
39030
39031 2007-01-31  Bruno Haible  <bruno@clisp.org>
39032
39033         New module description field 'Link'.
39034         * gnulib-tool (func_usage): Document --extract-link-directive.
39035         (sed_extract_prog): Recognize 'Link' directive.
39036         (func_get_link_directive): New function.
39037         (func_import): Show summary of link directives.
39038         Handle --extract-link-directive option.
39039         * modules/acl (Link): New section.
39040         * modules/clock-time (Link): New section.
39041         * modules/euidaccess (Link): New section.
39042         * modules/gettext (Link): New section.
39043         * modules/iconv (Link): New section.
39044         * modules/lock (Link): New section.
39045         * modules/nanosleep (Link): New section.
39046         * modules/readline (Link): New section.
39047
39048 2007-01-27  Bruno Haible  <bruno@clisp.org>
39049
39050         Enforce the use of gnulib modules for unportable <string.h> functions.
39051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39052         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39053         (gl_HEADER_STRING_H_BODY): Require it.
39054         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39055         the symbol XYZ to one that gives a link error.
39056         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39057         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39058         * modules/mempcpy (configure.ac): Likewise.
39059         * modules/memrchr (configure.ac): Likewise.
39060         * modules/stpcpy (configure.ac): Likewise.
39061         * modules/stpncpy (configure.ac): Likewise.
39062         * modules/strcase (configure.ac): Likewise.
39063         * modules/strcasestr (configure.ac): Likewise.
39064         * modules/strchrnul (configure.ac): Likewise.
39065         * modules/strdup (configure.ac): Likewise.
39066         * modules/strndup (configure.ac): Likewise.
39067         * modules/strnlen (configure.ac): Likewise.
39068         * modules/strpbrk (configure.ac): Likewise.
39069         * modules/strsep (configure.ac): Likewise.
39070         * modules/strstr (configure.ac): Likewise.
39071         * modules/strtok_r (configure.ac): Likewise.
39072
39073 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39074
39075         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39076
39077 2007-01-30  Jim Meyering  <jim@meyering.net>
39078
39079         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39080
39081 2007-01-29  Bruno Haible  <bruno@clisp.org>
39082
39083         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39084         * lib/execute.c: Likewise.
39085         * lib/pipe.c: Likewise.
39086         * lib/printf-args.h: Likewise.
39087         * lib/printf-args.c: Likewise.
39088         * lib/printf-parse.c: Likewise.
39089         * lib/vasnprintf.c: Likewise.
39090
39091 2007-01-29  Eric Blake  <ebb9@byu.net>
39092
39093         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39094         declaration.
39095
39096 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39097
39098         * lib/strptime.h (strptime): Use 'restrict' for args where
39099         POSIX requires this.
39100         * lib/strptime.c (strptime): Likewise.
39101         Change license notice from LGPL to GPL, since gnulib-tool will
39102         change this as needed.
39103         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39104         defined.
39105         Include "strptime.h" first, to check interface.
39106         Do not #undef _LIBC and _NL_CURRENT.
39107         Do not include <stdlib.h>; no longer needed.
39108         Include "time_r.h" and declare ptime_locale_status
39109         only if _LIBC is not defined.
39110         (__P): Remove unused macro.
39111         (match_string): Bring back glibc version, but use it only if _LIBC
39112         is defined.
39113         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39114         Remove unnecessary assertion and abort() call.
39115         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39116         * m4/strptime.m4: Fix serial number comment.
39117         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39118         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39119         (Depends-on): Add time_r.
39120
39121 2007-01-29  Bruno Haible  <bruno@clisp.org>
39122
39123         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39124         strptime.
39125         * modules/strptime (Depends-on): Add stdbool.
39126         * lib/strptime.h: Include <time.h> always. Add comments.
39127
39128 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39129
39130         * modules/strptime: New file.
39131         * lib/strptime.h: New file.
39132         * lib/strptime.c: New file.
39133         * m4/strptime.m4: New file.
39134
39135 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39136
39137         * MODULES.html.sh: New module mpsort.
39138         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39139
39140         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39141         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39142         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39143         All uses changed.
39144         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39145         All uses changed.
39146         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39147         to _Restrict_.
39148         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39149         the parameter matches the prototype.
39150
39151 2007-01-28  Jim Meyering  <jim@meyering.net>
39152
39153         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39154         sys/time.h here, reverting that part of the previous patch:
39155         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39156
39157 2007-01-28  Bruno Haible  <bruno@clisp.org>
39158
39159         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39160         value of $(SYS_TIME_H).
39161         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39162         remove it conditionally, too. [added by Jim Meyering]
39163         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39164         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39165         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39166         GETTIMEOFDAY_REPLACEMENT to 1.
39167
39168 2007-01-28  Bruno Haible  <bruno@clisp.org>
39169
39170         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39171         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39172         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39173         Set UNISTD_H instead of UNISTD_H2.
39174         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39175
39176 2007-01-28  Bruno Haible  <bruno@clisp.org>
39177
39178         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39179         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39180
39181 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39182
39183         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39184         (func_create_testdir): Ensure C locale for `grep' and `tr'
39185         character ranges.
39186         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39187         ACLOCAL_AMFLAGS parsing state machine.
39188
39189 2007-01-27  Bruno Haible  <bruno@clisp.org>
39190
39191         * modules/unistr/base: Update.
39192
39193 2007-01-27  Bruno Haible  <bruno@clisp.org>
39194
39195         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39196         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39197         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39198         modules/unistr/u32-mbtouc.
39199         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39200         * lib/unistr.h: Update.
39201         * lib/linebreak.c: Update.
39202         * modules/unistr/u32-mbtouc: Renamed from
39203         modules/unistr/u32-mbtouc-safe.
39204         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39205         * lib/unistr.h: Update.
39206         * lib/unistr/u32-to-u8.c: Update.
39207         * lib/unistr/u32-to-u16.c: Update.
39208
39209 2007-01-27  Bruno Haible  <bruno@clisp.org>
39210
39211         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39212         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39213         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39214         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39215         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39216         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39217         modules/unistr/u16-mbtouc.
39218         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39219         * lib/unistr.h: Update.
39220         * lib/linebreak.c: Update.
39221         * modules/linebreak: Update.
39222         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39223         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39224         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39225         * modules/unistr/u16-mbtouc: Renamed from
39226         modules/unistr/u16-mbtouc-safe.
39227         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39228         * lib/unistr.h: Update.
39229         * lib/unistr/u16-to-u8.c: Update.
39230         * modules/unistr/u16-to-u8: Update.
39231         * lib/unistr/u16-to-u32.c: Update.
39232         * modules/unistr/u16-to-u32: Update.
39233
39234 2007-01-27  Bruno Haible  <bruno@clisp.org>
39235
39236         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39237         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39238         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39239         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39240         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39241         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39242         modules/unistr/u8-mbtouc.
39243         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39244         * lib/unistr.h: Update.
39245         * lib/striconveh.c: Update.
39246         * modules/striconveh: Update.
39247         * lib/linebreak.c: Update.
39248         * modules/linebreak: Update.
39249         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39250         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39251         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39252         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39253         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39254         * lib/unistr.h: Update.
39255         * lib/striconveh.c: Update.
39256         * modules/striconveh: Update.
39257         * lib/unistr/u8-to-u16.c: Update.
39258         * modules/unistr/u8-to-u16: Update.
39259         * lib/unistr/u8-to-u32.c: Update.
39260         * modules/unistr/u8-to-u32: Update.
39261
39262 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39263
39264         Sync from Libtool.
39265         * lib/argz.c: Do not include strings.h nor memory.h, include
39266         string.h unconditionally.  Patch by Simon Josefsson.
39267
39268 2007-01-27  Bruno Haible  <bruno@clisp.org>
39269
39270         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39271         from gl_HEADER_STRING_H_BODY.
39272         (gl_HEADER_STRING_H_BODY): Require it.
39273         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39274         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39275         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39276         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39277         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39278         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39279         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39280         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39281         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39282         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39283         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39284         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39285         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39286         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39287         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39288
39289 2007-01-27  Bruno Haible  <bruno@clisp.org>
39290
39291         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39292         check_PROGRAMS into noinst_PROGRAMS.
39293         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39294         check_PROGRAMS in this case.
39295         (func_import): Set for_test to false.
39296         (func_create_testdir): Set for_test to true.
39297
39298 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39299             Bruno Haible  <bruno@clisp.org>
39300
39301         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39302         (Depends-on): Add string.
39303         (Includes): Use <string.h> instead of strcasestr.h.
39304         * modules/string (Makefile.am): Also substitute the value of
39305         REPLACE_STRCASESTR.
39306         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39307         assume strcasestr is declared in <string.h> not <strings.h>. Also
39308         set REPLACE_STRCASESTR.
39309         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39310         REPLACE_STRCASESTR.
39311         * lib/strcasestr.h: Remove file.
39312         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39313         * lib/string_.h (strcasestr): New declaration.
39314
39315 2007-01-27  Bruno Haible  <bruno@clisp.org>
39316
39317         * lib/string_.h: Use 'extern'.
39318
39319 2007-01-27  Jim Meyering  <jim@meyering.net>
39320
39321         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39322         of set-but-not-used local, "q".
39323
39324         * lib/mempcpy.c: Include <config.h> before <string.h>.
39325         This fixes a compilation error on HP-UX, due to the system's
39326         "restrict"-using mempcpy prototype.
39327
39328 2007-01-26  Bruno Haible  <bruno@clisp.org>
39329
39330         Small optimization.
39331         * lib/javacomp.c: Include c-strstr.h.
39332          (is_envjavac_gcj): Use c_strstr instead of strstr.
39333         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39334
39335 2007-01-26  Bruno Haible  <bruno@clisp.org>
39336
39337         * MODULES.html.sh (Unicode string functions): Add the new modules.
39338
39339         * modules/uniconv/u32-strconv-to-locale: New file.
39340         * lib/uniconv/u32-strconv-to-locale.c: New file.
39341
39342         * modules/uniconv/u16-strconv-to-locale: New file.
39343         * lib/uniconv/u16-strconv-to-locale.c: New file.
39344
39345         * modules/uniconv/u8-strconv-to-locale: New file.
39346         * lib/uniconv/u8-strconv-to-locale.c: New file.
39347
39348         * modules/uniconv/u32-strconv-from-locale: New file.
39349         * lib/uniconv/u32-strconv-from-locale.c: New file.
39350
39351         * modules/uniconv/u16-strconv-from-locale: New file.
39352         * lib/uniconv/u16-strconv-from-locale.c: New file.
39353
39354         * modules/uniconv/u8-strconv-from-locale: New file.
39355         * lib/uniconv/u8-strconv-from-locale.c: New file.
39356
39357         * modules/uniconv/u32-strconv-to-enc: New file.
39358         * lib/uniconv/u32-strconv-to-enc.c: New file.
39359         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39360         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39361
39362         * modules/uniconv/u16-strconv-to-enc: New file.
39363         * lib/uniconv/u16-strconv-to-enc.c: New file.
39364         * lib/uniconv/u-strconv-to-enc.h: New file.
39365         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39366         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39367
39368         * modules/uniconv/u8-strconv-to-enc: New file.
39369         * lib/uniconv/u8-strconv-to-enc.c: New file.
39370         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39371         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39372
39373         * modules/uniconv/u32-strconv-from-enc: New file.
39374         * lib/uniconv/u32-strconv-from-enc.c: New file.
39375         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39376         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39377
39378         * modules/uniconv/u16-strconv-from-enc: New file.
39379         * lib/uniconv/u16-strconv-from-enc.c: New file.
39380         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39381         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39382
39383         * modules/uniconv/u8-strconv-from-enc: New file.
39384         * lib/uniconv/u8-strconv-from-enc.c: New file.
39385         * lib/uniconv/u-strconv-from-enc.h: New file.
39386         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39387         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39388
39389         * modules/uniconv/u32-conv-from-enc: New file.
39390         * lib/uniconv/u32-conv-from-enc.c: New file.
39391         * modules/uniconv/u32-conv-from-enc-tests: New file.
39392         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39393
39394         * modules/uniconv/u16-conv-from-enc: New file.
39395         * lib/uniconv/u16-conv-from-enc.c: New file.
39396         * lib/uniconv/u-conv-from-enc.h: New file.
39397         * modules/uniconv/u16-conv-from-enc-tests: New file.
39398         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39399
39400         * modules/uniconv/u8-conv-from-enc: New file.
39401         * lib/uniconv/u8-conv-from-enc.c: New file.
39402         * modules/uniconv/u8-conv-from-enc-tests: New file.
39403         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39404
39405         * modules/uniconv/base: New file.
39406         * lib/uniconv.h: New file.
39407
39408 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39409
39410         * doc/gnulib-tool.texi (Initial import): Update to match current
39411         behavior with strdup module.
39412         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39413         * lib/memmem.h: Remove; all uses removed.  This is now done
39414         by <string.h>.
39415         * lib/mempcpy.h: Likewise.
39416         * lib/memrchr.h: Likewise.
39417         * lib/stpcpy.h: Likewise.
39418         * lib/stpncpy.h: Likewise.
39419         * lib/strcase.h: Likewise.
39420         * lib/strchrnul.h: Likewise.
39421         * lib/strdup.h: Likewise.
39422         * lib/strndup.h: Likewise.
39423         * lib/strnlen.h: Likewise.
39424         * lib/strpbrk.h: Likewise.
39425         * lib/strsep.h: Likewise.
39426         * lib/strstr.h: Likewise.
39427         * lib/strtok_r.h: Likewise.
39428         * lib/string_.h: New file.
39429         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39430         Rely on <string.h> instead.
39431         * lib/canon-host.c: Likewise.
39432         * lib/chdir-long.c: Likewise.
39433         * lib/concatpath.c: Likewise.
39434         * lib/exclude.c: Likewise.
39435         * lib/fchdir.c: Likewise.
39436         * lib/getaddrinfo.c: Likewise.
39437         * lib/getcwd.c: Likewise.
39438         * lib/getsubopt.c: Likewise.
39439         * lib/glob.c: Likewise.
39440         * lib/hard-locale.c: Likewise.
39441         * lib/iconvme.c: Likewise.
39442         * lib/javacomp.c: Likewise.
39443         * lib/mempcpy.c: Likewise.
39444         * lib/memrchr.c: Likewise.
39445         * lib/regex_internal.h: Likewise.
39446         * lib/stpncpy.c: Likewise.
39447         * lib/strcasecmp.c: Likewise.
39448         * lib/strchrnul.c: Likewise.
39449         * lib/strdup.c: Likewise.
39450         * lib/striconv.c: Likewise.
39451         * lib/striconveh.c: Likewise.
39452         * lib/striconveha.c: Likewise.
39453         * lib/strncasecmp.c: Likewise.
39454         * lib/strndup.c: Likewise.
39455         * lib/strnlen.c: Likewise.
39456         * lib/strsep.c: Likewise.
39457         * lib/strstr.c: Likewise.
39458         * lib/strtok_r.c: Likewise.
39459         * lib/userspec.c: Likewise.
39460         * lib/w32spawn.h: Likewise.
39461         * lib/xstrndup.c: Likewise.
39462         * lib/mountlist.c (strstr): Remove decl.
39463         * m4/string_h.m4: New file.
39464         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39465         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39466         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39467         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39468         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39469         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39470         Set REPLACE_STRCASECMP if necessary.
39471         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39472         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39473         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39474         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39475         HAVE_DECL_STRDUP if necessary.
39476         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39477         since gl_FUNC_STRNDUP does that now.
39478         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39479         Check for decl here...
39480         (gl_PREREQ_STRNLEN): ... not here.
39481         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39482         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39483         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39484         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39485         necessary.
39486         * modules/string: New file.
39487         * modules/memmem (Files): Remove special-purpose include file.
39488         (Depends-on): Add string.
39489         (Include): Include <string.h>, not the removed file.
39490         * modules/mempcpy: Likewise.
39491         * modules/memrchr: Likewise.
39492         * modules/stpcpy: Likewise.
39493         * modules/stpncpy: Likewise.
39494         * modules/strcase: Likewise.
39495         * modules/strchrnul: Likewise.
39496         * modules/strdup: Likewise.
39497         * modules/strndup: Likewise.
39498         * modules/strnlen: Likewise.
39499         * modules/strpbrk: Likewise.
39500         * modules/strsep: Likewise.
39501         * modules/strstr: Likewise.
39502         * modules/strtok_r: Likewise.
39503         * tests/test-dirname.c: Don't include "strdup.h", since
39504         <string.h> now suffices.
39505         * tests/test-memmem.c: Don't include "memmem.h", since
39506         <string.h> now suffices.
39507
39508 2007-01-25  Bruno Haible  <bruno@clisp.org>
39509
39510         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39511         *resultp is 0.
39512
39513         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39514         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39515         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39516         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39517
39518         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39519         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39520         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39521         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39522         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39523         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39524
39525 2007-01-24  Bruno Haible  <bruno@clisp.org>
39526
39527         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39528         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39529         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39530         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39531         gl_FUNC_FTS_CORE.
39532         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39533         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39534         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39535         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39536         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39537         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39538         gl_FUNC_FCHOWNAT.
39539         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39540         gl_FUNC_STRFTIME.
39541         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39542         Reported by Ralf Wildenhues.
39543
39544 2007-01-24  Bruno Haible  <bruno@clisp.org>
39545
39546         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39547         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39548         gl_GETADDRINFO.
39549         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39550         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39551         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39552
39553 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39554
39555         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39556         Don't use 'exit'; just return from 'main'.
39557         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39558
39559         * lib/fnmatch_.h: Readjust white space and comments to match
39560         glibc, to avoid spurious diffs.
39561
39562 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39563
39564         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39565         2004-12-01 change by Jakub Jelinek, since this code won't compile
39566         if !LIBC.  Problem reported by Bob Proulx.
39567
39568 2007-01-23  Bruno Haible  <bruno@clisp.org>
39569
39570         * lib/striconveh.c: Include c-strcaseeq.h.
39571         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39572         * modules/striconveh (Depends-on): Add c-strcaseeq.
39573
39574 2007-01-23  Bruno Haible  <bruno@clisp.org>
39575
39576         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39577
39578         * modules/c-strcaseeq: New file.
39579         * lib/c-strcaseeq.h: New file.
39580
39581         * modules/streq: New file.
39582         * lib/streq.h: New file.
39583
39584 2007-01-23  Bruno Haible  <bruno@clisp.org>
39585
39586         * modules/striconveha-tests: New file.
39587         * tests/test-striconveha.c: New file.
39588
39589         * lib/striconveha.h: Include <stdbool.h>.
39590         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39591         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39592         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39593         (mem_iconveha): New function.
39594         (str_iconveha_notranslit): Renamed from str_iconveha.
39595         (str_iconveha): New function.
39596         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39597         c-strcase.
39598
39599 2007-01-23  Bruno Haible  <bruno@clisp.org>
39600
39601         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39602         encodings without forgiving before trying any encoding with handler.
39603         (str_iconveha): Try all encodings without forgiving before trying any
39604         encoding with handler.
39605
39606 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39607
39608         Import the following changes from libc.
39609
39610         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39611
39612         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39613
39614         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39615
39616         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39617         normal_bracket label.
39618
39619         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39620
39621         [BZ #361]
39622         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39623         to normal_bracket after fetching the next character.
39624
39625 2007-01-22  Bruno Haible  <bruno@clisp.org>
39626
39627         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39628         argument.
39629         * lib/striconveh.c (iconv_carefully_1): New function.
39630         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39631         argument.
39632         (str_cd_iconveh): Update.
39633         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39634         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39635         * tests/test-striconveh.c (MAGIC): New macro.
39636         (new_offsets): New function.
39637         (main): Test call with and without offsets.
39638
39639 2007-01-22  Bruno Haible  <bruno@clisp.org>
39640
39641         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39642         * modules/sys_select (Makefile.am): Likewise.
39643         * modules/sys_socket (Makefile.am): Likewise.
39644         * modules/sys_time (Makefile.am): Likewise.
39645
39646 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39647
39648         * modules/gettimeofday (License): Change from GPL to LGPL, since
39649         gettimeofday is a library function.
39650
39651 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39652
39653         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39654
39655 2007-01-21  Bruno Haible  <bruno@clisp.org>
39656
39657         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39658
39659 2007-01-21  Bruno Haible  <bruno@clisp.org>
39660
39661         * modules/striconveha: New file.
39662         * lib/striconveha.h: New file.
39663         * lib/striconveha.c: New file.
39664         * MODULES.html.sh (Internationalization functions): Add striconveha.
39665         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39666         string.
39667         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39668
39669 2007-01-21  Bruno Haible  <bruno@clisp.org>
39670
39671         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39672         * lib/striconveh.c (str_iconveh): Likewise.
39673
39674 2007-01-21  Bruno Haible  <bruno@clisp.org>
39675
39676         * lib/striconveh.h (mem_iconveh): New declaration.
39677         * lib/striconveh.c (mem_iconveh): New function.
39678         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39679
39680 2007-01-21  Bruno Haible  <bruno@clisp.org>
39681
39682         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39683
39684         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39685         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39686         original result buffer.
39687         (str_cd_iconveh): Update.
39688         * tests/test-striconveh.c (main): Update.
39689
39690         * lib/striconv.h (mem_cd_iconv): Change specification.
39691         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39692         result buffer.
39693         (str_cd_iconv): Update.
39694         * tests/test-striconv.c (main): Update.
39695
39696 2007-01-21  Bruno Haible  <bruno@clisp.org>
39697
39698         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39699
39700 2007-01-20  Jim Meyering  <jim@meyering.net>
39701
39702         * lib/userspec.c (parse_with_separator): If a user or group string
39703         starts with "+", skip the corresponding name-to-ID look-up, since
39704         such a look-up must fail: user and group names may not include "+".
39705
39706 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39707
39708         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39709         since we now assume the sys_time module.
39710         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39711         check for sys/time.h; no longer needed.
39712         * modules/poll (Depends-on): Depend on sys_time.
39713
39714 2007-01-18  Bruno Haible  <bruno@clisp.org>
39715
39716         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39717         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39718
39719         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39720         gettimeofday.
39721
39722         * tests/test-gettimeofday.c: Include <time.h>.
39723         (dummy): Remove variable.
39724
39725         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39726         gl_HEADER_SYS_TIME_H.
39727         (gl_HEADER_SYS_TIME_H): New macro.
39728
39729         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39730         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39731         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39732         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39733         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39734         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39735         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39736         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39737         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39738         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39739         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39740
39741         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39742         last change; it caused a compilation error when cross-compiling to
39743         Cygwin.
39744
39745 2007-01-18  Jim Meyering  <jim@meyering.net>
39746
39747         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39748         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39749         than the race-prone "test -d sys || mkdir sys".
39750         (configure.ac): Use AC_PROG_MKDIR_P.
39751         * modules/sys_select: Likewise.
39752         * modules/sys_socket: Likewise.
39753         * modules/sys_time: Likewise.
39754
39755 2007-01-18  Eric Blake  <ebb9@byu.net>
39756
39757         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39758         replace gettimeofday.
39759         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39760         name, to avoid infinite recursion.
39761
39762 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39763
39764         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39765         module sys_time.
39766         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39767         assume timespec.h defines struct timeval.
39768         * lib/settime.c: Likewise.
39769         * lib/utimens.c: Likewise.
39770         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39771         since we now assume the gettimeofday module.
39772         * lib/tempname.c (__gen_tempname): Likewise.
39773         * lib/gettimeofday.h: Remove.
39774         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39775         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39776         Include <time.h>, for 'time()'.
39777         (localtime_buffer_addr): Also use this workaround if
39778         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39779         to simplify the uses.  All uses changed.
39780         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39781         that #undef is inside {}, and 'const' follows type name consistently.
39782         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39783         (gettimeofday): Do not use the maximum possible value for
39784         tv->tv_usec, since that might break usages other than ls.c.
39785         Instead, we'll leave ls.c alone.  This undoes today's patch
39786         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39787         we've never observed the problem but might as well keep the
39788         canary.
39789         * lib/nanosleep.c: Include timespec.h first, for interface check.
39790         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39791         now assume the sys_time module.
39792         * lib/tempname.c: Likewise.
39793         * lib/timespec.h: Likewise.
39794         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39795         needed.
39796         * lib/strftime.c: Likewise.
39797         * lib/timespec.h: Likewise.
39798         * lib/posixtm.c: Include posixtm.h first, for interface check.
39799         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39800         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39801         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39802         * lib/sys_time_.h: New file.
39803         * lib/timespec.h (struct timespec): Use long int, not long.
39804         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39805         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39806         Remove obsolescent call to AC_HEADER_TIME.
39807         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39808         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39809         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39810         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39811         Likewise.
39812         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39813         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39814         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39815         into the sys_time module.  Check for gettimeofday just once.
39816         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39817         for gettimeofday signature to just check the signature.  Merely
39818         compile it, since linking doesn't test signature.  Improve test for
39819         whether gettimeofday.o is actually needed.
39820         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39821         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39822         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39823         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39824         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39825         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39826         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39827         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39828         than worrying about sys/time.h.
39829         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39830         Don't bother worrying about TIME_WITH_SYS_TIME.
39831         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39832         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39833         * m4/sys_time_h.m4: New file.
39834         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39835         Don't include sys/time.h.  Return from main rather than exiting.
39836         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39837         all uses changed.
39838         * modules/gethrxtime (Depends-on): Add sys_time.
39839         * modules/gettime (Depends-on): Likewise.
39840         * modules/gettimeofday (Depends-on): Likewise.
39841         * modules/nanosleep (Depends-on): Likewise.
39842         * modules/settime (Depends-on): Likewise.
39843         * modules/tempname (Depends-on): Likewise.
39844         * modules/utimens (Depends-on): Likewise.
39845         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39846         (Include:) Change back to <sys/time.h>.
39847         (Maintainer:) Add self.
39848         * modules/sys_time: New file.
39849         * modules/tempname (Depends-on): Add gettimeofday.
39850         * tests/test-gettimeofday.c: Include <sys/time.h>
39851         rather than gettimeofday.h.
39852
39853 2007-01-17  Bruno Haible  <bruno@clisp.org>
39854
39855         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39856         the license default to GPL.
39857         (func_create_testdir): Don't complain if a module is LGPL and its
39858         tests module depends on GPLed modules.
39859
39860 2007-01-17  Bruno Haible  <bruno@clisp.org>
39861
39862         * lib/gettimeofday.c (gettimeofday): Add code for the case
39863         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39864         maximum possible value for tv->tv_usec, rather than the minimum one.
39865
39866 2005-10-08  Martin Lambers  <marlam@marlam.de>
39867 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39868 2007-01-16  Bruno Haible  <bruno@clisp.org>
39869
39870         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39871         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39872         gl_FUNC_GETTIMEOFDAY.
39873         (Include): Add gettimeofday.h.
39874         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39875         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39876         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39877         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39878         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39879         * lib/gettimeofday.h: New file.
39880         * lib/gettimeofday.c: Include <sys/timeb.h>.
39881         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39882         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39883         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39884         fall back on time().
39885
39886         * tests/test-gettimeofday.c: New file.
39887         * modules/gettimeofday-tests: New file.
39888
39889 2007-01-16  Eric Blake  <ebb9@byu.net>
39890
39891         * modules/fnmatch (Depends-on): Depend on wchar.
39892         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39893         * m4/fnmatch.m4: Likewise.
39894         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39895         * m4/mbchar.m4: Likewise.
39896         * modules/mbswidth (Depends-on): Depend on wchar.
39897         * lib/mbswidth.c: Assume <wchar.h>.
39898         * m4/mbswidth.m4: Likewise.
39899         * modules/quotearg (Depends-on): Depend on wchar.
39900         * lib/quotearg.c: Assume <wchar.h>.
39901         * m4/quotearg.m4: Likewise.
39902         * modules/regex (Depends-on): Depend on wchar.
39903         * lib/regex_internal.h: Assume <wchar.h>.
39904         * m4/regex.m4: Likewise.
39905         * modules/stdint (Depends-on): Depend on wchar.
39906         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39907         * m4/stdint.m4: Likewise.
39908         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39909         * modules/strftime (Depends-on): Depend on wchar.
39910         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39911         * modules/strtol (Depends-on): Depend on wchar.
39912         * lib/strtol.c: Assume <wchar.h>.
39913         * modules/wcwidth (Depends-on): Depend on wchar.
39914         * lib/wcwidth.h: Assume <wchar.h>.
39915         * m4/wcwidth.m4: Likewise.
39916
39917 2007-01-16  Bruno Haible  <bruno@clisp.org>
39918
39919         * modules/csharpexec-script: New, created from...
39920         * modules/csharpexec: ... this.
39921
39922 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39923
39924         * modules/javaexec-script: New, created from...
39925         * modules/javaexec: ... this.
39926
39927 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39928
39929         * modules/poll (Dependencies): Add sys_select.
39930
39931 2007-01-15  Jim Meyering  <jim@meyering.net>
39932
39933         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39934         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39935         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39936         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39937
39938 2007-01-15  Bruno Haible  <bruno@clisp.org>
39939
39940         * modules/striconveh: New file.
39941         * lib/striconveh.h: New file.
39942         * lib/striconveh.c: New file.
39943         * MODULES.html.sh (Internationalization functions): Add striconveh.
39944
39945         * modules/striconveh-tests: New file.
39946         * tests/test-striconveh.c: New file.
39947
39948 2007-01-15  Bruno Haible  <bruno@clisp.org>
39949
39950         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39951         not from GNU libiconv or GNU libc.
39952
39953 2007-01-15  Bruno Haible  <bruno@clisp.org>
39954
39955         * doc/gnulib-intro.texi (Copyright): Explain the different license
39956         terms for module descriptions, autoconf macros, tests, documentation.
39957
39958 2007-01-14  Bruno Haible  <bruno@clisp.org>
39959
39960         * modules/striconv-tests: New file.
39961         * tests/test-striconv.c: New file.
39962
39963 2007-01-14  Bruno Haible  <bruno@clisp.org>
39964
39965         * modules/iconv-tests: New file.
39966         * tests/test-iconv.c: New file.
39967
39968 2007-01-14  Bruno Haible  <bruno@clisp.org>
39969
39970         * gnulib-tool (func_get_license): For test modules, use the license of
39971         the main module.
39972
39973 2007-01-14  Bruno Haible  <bruno@clisp.org>
39974
39975         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39976         if iconv is found to exist.
39977
39978 2007-01-14  Bruno Haible  <bruno@clisp.org>
39979
39980         * modules/c-ctype-tests: New file.
39981         * tests/test-c-ctype.c: New file.
39982
39983 2007-01-14  Bruno Haible  <bruno@clisp.org>
39984
39985         * modules/binary-io-tests: New file.
39986         * tests/test-binary-io.sh: New file.
39987         * tests/test-binary-io.c: New file.
39988
39989 2007-01-14  Bruno Haible  <bruno@clisp.org>
39990
39991         * modules/array-oset-tests: New file.
39992         * tests/test-array_oset.c: New file.
39993
39994 2007-01-14  Bruno Haible  <bruno@clisp.org>
39995
39996         * modules/array-list-tests: New file.
39997         * tests/test-array_list.c: New file.
39998
39999 2007-01-14  Bruno Haible  <bruno@clisp.org>
40000
40001         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40002         and make.
40003         Reported by Simon Josefsson in
40004         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40005
40006 2007-01-14  Bruno Haible  <bruno@clisp.org>
40007
40008         * modules/allocsa-tests: New file.
40009         * tests/test-allocsa.c: New file.
40010
40011 2007-01-14  Bruno Haible  <bruno@clisp.org>
40012
40013         * modules/fchdir (Depends-on): Add absolute-header.
40014         * modules/unistd (Depends-on): Likewise.
40015
40016 2006-12-30  Bruno Haible  <bruno@clisp.org>
40017
40018         * modules/fchdir: New file.
40019         * modules/unistd (Files): Add lib/unistd_.h.
40020         (Makefile.am): Generate unistd.h from unistd_.h.
40021         * lib/fchdir.c: New file.
40022         * lib/dirent_.h: New file.
40023         * lib/unistd_.h: New file.
40024         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40025         * m4/fchdir.m4: New file.
40026         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40027         (gl_HEADER_UNISTD): Invoke it.
40028         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40029         function.
40030         * lib/backupfile.c (opendir, closedir): Undefine.
40031         * lib/chown.c (open, close): Undefine.
40032         * lib/clean-temp.c (open, close): Undefine.
40033         * lib/copy-file.c (open, close): Undefine.
40034         * lib/execute.c (open, close): Undefine.
40035         * lib/fsusage.c (open, close): Undefine.
40036         * lib/gc-gnulib.c (open, close): Undefine.
40037         * lib/getcwd.c (opendir, closedir): Undefine.
40038         * lib/glob.c (opendir, closedir): Undefine.
40039         * lib/javacomp.c (open, close): Undefine.
40040         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40041         * lib/openat-proc.c (open, close): Undefine.
40042         * lib/pagealign_alloc.c (open, close): Undefine.
40043         * lib/pipe.c (open, close): Undefine.
40044         * lib/progreloc.c (open, close): Undefine.
40045         * lib/savedir.c (opendir, closedir): Undefine.
40046         * lib/utime.c (open, close): Undefine.
40047         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40048
40049 2007-01-10  Bruno Haible  <bruno@clisp.org>
40050
40051         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40052
40053 2007-01-12  Eric Blake  <ebb9@byu.net>
40054
40055         Provide a robust <wchar.h>.  Further simplifications are now
40056         possible in other modules, but not included here.
40057         * modules/wchar: New module.
40058         * m4/wchar.m4: New file.
40059         * lib/wchar_.h: Likewise.
40060         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40061         of the new module.
40062         * MODULES.html.sh (Extended multibyte and wide character utilities):
40063         New section.
40064
40065 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40066
40067         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40068         to a reasonable default for memory allocation.
40069         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40070         file system that reports garbage st_size values for symlinks.
40071         Problem reported by Liyang Hu.
40072
40073 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40074
40075         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40076         Emacs .#* auto-save files).
40077
40078 2007-01-11  Bruno Haible  <bruno@clisp.org>
40079
40080         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40081         directory.
40082
40083 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40084
40085         Use @...@ consistently in lib/wctype_.h.
40086         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40087         on it being set to 1 or 0.
40088         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40089         go back to AC_SUBSTing it.
40090         * modules/wctype (Makefile.am): Undo previous change.
40091
40092 2007-01-10  Eric Blake  <ebb9@byu.net>
40093
40094         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40095         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40096         * modules/wctype (Makefile.am): Likewise.
40097         Reported by Chris McGuire.
40098
40099 2007-01-10  Jim Meyering  <jim@meyering.net>
40100
40101         fts.c: a small readability/maintainability improvement
40102         * lib/fts.c (fts_read): Make this code slightly more readable and
40103         maintainable by hoisting the "sp->fts_cur = p" assignments to
40104         immediately follow the statements that set P.  Derived from
40105         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40106
40107 2007-01-10  Eric Blake  <ebb9@byu.net>
40108
40109         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40110         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40111         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40112         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40113         Reported by Chris McGuire.
40114
40115 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40116
40117         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40118         in sed script.
40119
40120 2007-01-09  Bruno Haible  <bruno@clisp.org>
40121
40122         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40123         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40124         variables.
40125         (func_module): Use them.
40126
40127 2007-01-09  Bruno Haible  <bruno@clisp.org>
40128
40129         * modules/unistr/base: New file.
40130         * lib/unistr.h: New file.
40131
40132         * modules/unistr/u8-to-u16: New file.
40133         * lib/unistr/u8-to-u16.c: New file.
40134
40135         * modules/unistr/u8-to-u32: New file.
40136         * lib/unistr/u8-to-u32.c: New file.
40137
40138         * modules/unistr/u16-to-u8: New file.
40139         * lib/unistr/u16-to-u8.c: New file.
40140
40141         * modules/unistr/u16-to-u32: New file.
40142         * lib/unistr/u16-to-u32.c: New file.
40143
40144         * modules/unistr/u32-to-u8: New file.
40145         * lib/unistr/u32-to-u8.c: New file.
40146
40147         * modules/unistr/u32-to-u16: New file.
40148         * lib/unistr/u32-to-u16.c: New file.
40149
40150         * modules/unistr/u8-check: New file.
40151         * modules/unistr/u16-check: New file.
40152         * modules/unistr/u32-check: New file.
40153         * lib/unistr/u8-check.c: New file.
40154         * lib/unistr/u16-check.c: New file.
40155         * lib/unistr/u32-check.c: New file.
40156
40157         * modules/unistr/u8-chr: New file.
40158         * modules/unistr/u16-chr: New file.
40159         * modules/unistr/u32-chr: New file.
40160         * lib/unistr/u8-chr.c: New file.
40161         * lib/unistr/u16-chr.c: New file.
40162         * lib/unistr/u32-chr.c: New file.
40163
40164         * modules/unistr/u8-cmp: New file.
40165         * modules/unistr/u16-cmp: New file.
40166         * modules/unistr/u32-cmp: New file.
40167         * lib/unistr/u8-cmp.c: New file.
40168         * lib/unistr/u16-cmp.c: New file.
40169         * lib/unistr/u32-cmp.c: New file.
40170
40171         * modules/unistr/u8-cpy: New file.
40172         * modules/unistr/u16-cpy: New file.
40173         * modules/unistr/u32-cpy: New file.
40174         * lib/unistr/u8-cpy.c: New file.
40175         * lib/unistr/u16-cpy.c: New file.
40176         * lib/unistr/u32-cpy.c: New file.
40177         * lib/unistr/u-cpy.h: New file.
40178
40179         * modules/unistr/u8-cpy-alloc: New file.
40180         * modules/unistr/u16-cpy-alloc: New file.
40181         * modules/unistr/u32-cpy-alloc: New file.
40182         * lib/unistr/u8-cpy-alloc.c: New file.
40183         * lib/unistr/u16-cpy-alloc.c: New file.
40184         * lib/unistr/u32-cpy-alloc.c: New file.
40185         * lib/unistr/u-cpy-alloc.h: New file.
40186
40187         * modules/unistr/u8-endswith: New file.
40188         * modules/unistr/u16-endswith: New file.
40189         * modules/unistr/u32-endswith: New file.
40190         * lib/unistr/u8-endswith.c: New file.
40191         * lib/unistr/u16-endswith.c: New file.
40192         * lib/unistr/u32-endswith.c: New file.
40193         * lib/unistr/u-endswith.h: New file.
40194
40195         * modules/unistr/u8-mblen: New file.
40196         * modules/unistr/u16-mblen: New file.
40197         * modules/unistr/u32-mblen: New file.
40198         * lib/unistr/u8-mblen.c: New file.
40199         * lib/unistr/u16-mblen.c: New file.
40200         * lib/unistr/u32-mblen.c: New file.
40201
40202         * modules/unistr/u8-mbtouc: New file.
40203         * modules/unistr/u16-mbtouc: New file.
40204         * modules/unistr/u32-mbtouc: New file.
40205         * lib/unistr/u8-mbtouc.c: New file.
40206         * lib/unistr/u16-mbtouc.c: New file.
40207         * lib/unistr/u32-mbtouc.c: New file.
40208
40209         * modules/unistr/u8-mbtouc-safe: New file.
40210         * modules/unistr/u16-mbtouc-safe: New file.
40211         * modules/unistr/u32-mbtouc-safe: New file.
40212         * lib/unistr/u8-mbtouc-safe.c: New file.
40213         * lib/unistr/u16-mbtouc-safe.c: New file.
40214         * lib/unistr/u32-mbtouc-safe.c: New file.
40215
40216         * modules/unistr/u8-move: New file.
40217         * modules/unistr/u16-move: New file.
40218         * modules/unistr/u32-move: New file.
40219         * lib/unistr/u8-move.c: New file.
40220         * lib/unistr/u16-move.c: New file.
40221         * lib/unistr/u32-move.c: New file.
40222         * lib/unistr/u-move.h: New file.
40223
40224         * modules/unistr/u8-next: New file.
40225         * modules/unistr/u16-next: New file.
40226         * modules/unistr/u32-next: New file.
40227         * lib/unistr/u8-next.c: New file.
40228         * lib/unistr/u16-next.c: New file.
40229         * lib/unistr/u32-next.c: New file.
40230
40231         * modules/unistr/u8-prev: New file.
40232         * modules/unistr/u16-prev: New file.
40233         * modules/unistr/u32-prev: New file.
40234         * lib/unistr/u8-prev.c: New file.
40235         * lib/unistr/u16-prev.c: New file.
40236         * lib/unistr/u32-prev.c: New file.
40237
40238         * modules/unistr/u8-set: New file.
40239         * modules/unistr/u16-set: New file.
40240         * modules/unistr/u32-set: New file.
40241         * lib/unistr/u8-set.c: New file.
40242         * lib/unistr/u16-set.c: New file.
40243         * lib/unistr/u32-set.c: New file.
40244         * lib/unistr/u-set.h: New file.
40245
40246         * modules/unistr/u8-startswith: New file.
40247         * modules/unistr/u16-startswith: New file.
40248         * modules/unistr/u32-startswith: New file.
40249         * lib/unistr/u8-startswith.c: New file.
40250         * lib/unistr/u16-startswith.c: New file.
40251         * lib/unistr/u32-startswith.c: New file.
40252         * lib/unistr/u-startswith.h: New file.
40253
40254         * modules/unistr/u8-stpcpy: New file.
40255         * modules/unistr/u16-stpcpy: New file.
40256         * modules/unistr/u32-stpcpy: New file.
40257         * lib/unistr/u8-stpcpy.c: New file.
40258         * lib/unistr/u16-stpcpy.c: New file.
40259         * lib/unistr/u32-stpcpy.c: New file.
40260         * lib/unistr/u-stpcpy.h: New file.
40261
40262         * modules/unistr/u8-stpncpy: New file.
40263         * modules/unistr/u16-stpncpy: New file.
40264         * modules/unistr/u32-stpncpy: New file.
40265         * lib/unistr/u8-stpncpy.c: New file.
40266         * lib/unistr/u16-stpncpy.c: New file.
40267         * lib/unistr/u32-stpncpy.c: New file.
40268         * lib/unistr/u-stpncpy.h: New file.
40269
40270         * modules/unistr/u8-strcat: New file.
40271         * modules/unistr/u16-strcat: New file.
40272         * modules/unistr/u32-strcat: New file.
40273         * lib/unistr/u8-strcat.c: New file.
40274         * lib/unistr/u16-strcat.c: New file.
40275         * lib/unistr/u32-strcat.c: New file.
40276         * lib/unistr/u-strcat.h: New file.
40277
40278         * modules/unistr/u8-strchr: New file.
40279         * modules/unistr/u16-strchr: New file.
40280         * modules/unistr/u32-strchr: New file.
40281         * lib/unistr/u8-strchr.c: New file.
40282         * lib/unistr/u16-strchr.c: New file.
40283         * lib/unistr/u32-strchr.c: New file.
40284
40285         * modules/unistr/u8-strcmp: New file.
40286         * modules/unistr/u16-strcmp: New file.
40287         * modules/unistr/u32-strcmp: New file.
40288         * lib/unistr/u8-strcmp.c: New file.
40289         * lib/unistr/u16-strcmp.c: New file.
40290         * lib/unistr/u32-strcmp.c: New file.
40291
40292         * modules/unistr/u8-strcpy: New file.
40293         * modules/unistr/u16-strcpy: New file.
40294         * modules/unistr/u32-strcpy: New file.
40295         * lib/unistr/u8-strcpy.c: New file.
40296         * lib/unistr/u16-strcpy.c: New file.
40297         * lib/unistr/u32-strcpy.c: New file.
40298         * lib/unistr/u-strcpy.h: New file.
40299
40300         * modules/unistr/u8-strcspn: New file.
40301         * modules/unistr/u16-strcspn: New file.
40302         * modules/unistr/u32-strcspn: New file.
40303         * lib/unistr/u8-strcspn.c: New file.
40304         * lib/unistr/u16-strcspn.c: New file.
40305         * lib/unistr/u32-strcspn.c: New file.
40306         * lib/unistr/u-strcspn.h: New file.
40307
40308         * modules/unistr/u8-strdup: New file.
40309         * modules/unistr/u16-strdup: New file.
40310         * modules/unistr/u32-strdup: New file.
40311         * lib/unistr/u8-strdup.c: New file.
40312         * lib/unistr/u16-strdup.c: New file.
40313         * lib/unistr/u32-strdup.c: New file.
40314         * lib/unistr/u-strdup.h: New file.
40315
40316         * modules/unistr/u8-strlen: New file.
40317         * modules/unistr/u16-strlen: New file.
40318         * modules/unistr/u32-strlen: New file.
40319         * lib/unistr/u8-strlen.c: New file.
40320         * lib/unistr/u16-strlen.c: New file.
40321         * lib/unistr/u32-strlen.c: New file.
40322         * lib/unistr/u-strlen.h: New file.
40323
40324         * modules/unistr/u8-strmblen: New file.
40325         * modules/unistr/u16-strmblen: New file.
40326         * modules/unistr/u32-strmblen: New file.
40327         * lib/unistr/u8-strmblen.c: New file.
40328         * lib/unistr/u16-strmblen.c: New file.
40329         * lib/unistr/u32-strmblen.c: New file.
40330
40331         * modules/unistr/u8-strmbtouc: New file.
40332         * modules/unistr/u16-strmbtouc: New file.
40333         * modules/unistr/u32-strmbtouc: New file.
40334         * lib/unistr/u8-strmbtouc.c: New file.
40335         * lib/unistr/u16-strmbtouc.c: New file.
40336         * lib/unistr/u32-strmbtouc.c: New file.
40337
40338         * modules/unistr/u8-strncat: New file.
40339         * modules/unistr/u16-strncat: New file.
40340         * modules/unistr/u32-strncat: New file.
40341         * lib/unistr/u8-strncat.c: New file.
40342         * lib/unistr/u16-strncat.c: New file.
40343         * lib/unistr/u32-strncat.c: New file.
40344         * lib/unistr/u-strncat.h: New file.
40345
40346         * modules/unistr/u8-strncmp: New file.
40347         * modules/unistr/u16-strncmp: New file.
40348         * modules/unistr/u32-strncmp: New file.
40349         * lib/unistr/u8-strncmp.c: New file.
40350         * lib/unistr/u16-strncmp.c: New file.
40351         * lib/unistr/u32-strncmp.c: New file.
40352
40353         * modules/unistr/u8-strncpy: New file.
40354         * modules/unistr/u16-strncpy: New file.
40355         * modules/unistr/u32-strncpy: New file.
40356         * lib/unistr/u8-strncpy.c: New file.
40357         * lib/unistr/u16-strncpy.c: New file.
40358         * lib/unistr/u32-strncpy.c: New file.
40359         * lib/unistr/u-strncpy.h: New file.
40360
40361         * modules/unistr/u8-strnlen: New file.
40362         * modules/unistr/u16-strnlen: New file.
40363         * modules/unistr/u32-strnlen: New file.
40364         * lib/unistr/u8-strnlen.c: New file.
40365         * lib/unistr/u16-strnlen.c: New file.
40366         * lib/unistr/u32-strnlen.c: New file.
40367         * lib/unistr/u-strnlen.h: New file.
40368
40369         * modules/unistr/u8-strpbrk: New file.
40370         * modules/unistr/u16-strpbrk: New file.
40371         * modules/unistr/u32-strpbrk: New file.
40372         * lib/unistr/u8-strpbrk.c: New file.
40373         * lib/unistr/u16-strpbrk.c: New file.
40374         * lib/unistr/u32-strpbrk.c: New file.
40375         * lib/unistr/u-strpbrk.h: New file.
40376
40377         * modules/unistr/u8-strrchr: New file.
40378         * modules/unistr/u16-strrchr: New file.
40379         * modules/unistr/u32-strrchr: New file.
40380         * lib/unistr/u8-strrchr.c: New file.
40381         * lib/unistr/u16-strrchr.c: New file.
40382         * lib/unistr/u32-strrchr.c: New file.
40383
40384         * modules/unistr/u8-strspn: New file.
40385         * modules/unistr/u16-strspn: New file.
40386         * modules/unistr/u32-strspn: New file.
40387         * lib/unistr/u8-strspn.c: New file.
40388         * lib/unistr/u16-strspn.c: New file.
40389         * lib/unistr/u32-strspn.c: New file.
40390         * lib/unistr/u-strspn.h: New file.
40391
40392         * modules/unistr/u8-strstr: New file.
40393         * modules/unistr/u16-strstr: New file.
40394         * modules/unistr/u32-strstr: New file.
40395         * lib/unistr/u8-strstr.c: New file.
40396         * lib/unistr/u16-strstr.c: New file.
40397         * lib/unistr/u32-strstr.c: New file.
40398         * lib/unistr/u-strstr.h: New file.
40399
40400         * modules/unistr/u8-strtok: New file.
40401         * modules/unistr/u16-strtok: New file.
40402         * modules/unistr/u32-strtok: New file.
40403         * lib/unistr/u8-strtok.c: New file.
40404         * lib/unistr/u16-strtok.c: New file.
40405         * lib/unistr/u32-strtok.c: New file.
40406         * lib/unistr/u-strtok.h: New file.
40407
40408         * modules/unistr/u8-uctomb: New file.
40409         * modules/unistr/u16-uctomb: New file.
40410         * modules/unistr/u32-uctomb: New file.
40411         * lib/unistr/u8-uctomb.c: New file.
40412         * lib/unistr/u16-uctomb.c: New file.
40413         * lib/unistr/u32-uctomb.c: New file.
40414
40415         * MODULES.html.sh (Unicode string functions): Add the new modules.
40416
40417 2007-01-08  Bruno Haible  <bruno@clisp.org>
40418
40419         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40420         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40421         subdirectories.
40422
40423 2007-01-08  Karl Berry  <karl@gnu.org>
40424
40425         * doc/error.texi: mention that main() fns must set program_name
40426         when progname is used.
40427
40428 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40429
40430         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40431         WCTYPE_H is empty, for the benefit of builds from non-distclean
40432         directories.  Problem reported by Eric Blake in
40433         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40434
40435 2007-01-08  Bruno Haible  <bruno@clisp.org>
40436
40437         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40438         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40439         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40440         PROVIDE_CANONICALIZE_FILENAME_MODE.
40441         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40442
40443 2007-01-08  Bruno Haible  <bruno@clisp.org>
40444
40445         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40446         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40447         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40448         * lib/fts.c: Likewise.
40449         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40450
40451 2006-12-25  Bruno Haible  <bruno@clisp.org>
40452
40453         * modules/utf8-ucs4-safe: New file.
40454         * lib/utf8-ucs4-safe.h: New file.
40455         * lib/unistr/utf8-ucs4-safe.c: New file.
40456
40457         * modules/utf16-ucs4-safe: New file.
40458         * lib/utf16-ucs4-safe.h: New file.
40459         * lib/unistr/utf16-ucs4-safe.c: New file.
40460
40461         * MODULES.html.sh (Unicode string functions): Add the new modules.
40462
40463 2007-01-08  Bruno Haible  <bruno@clisp.org>
40464
40465         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40466         (Depends-on): Add unitypes.
40467         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40468         (u8_mbtouc_aux): Move out to separate file.
40469         (u8_mbtouc): Use ucs4_t, uint8_t types.
40470         * lib/unistr/utf8-ucs4.c: New file.
40471
40472         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40473         (Depends-on): Add unitypes.
40474         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40475         (u16_mbtouc_aux): Move out to separate file.
40476         (u16_mbtouc): Use ucs4_t, uint16_t types.
40477         * lib/unistr/utf16-ucs4.c: New file.
40478
40479         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40480         (Depends-on): Add unitypes.
40481         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40482         (u8_uctomb_aux): Move out to separate file.
40483         (u8_uctomb): Use ucs4_t, uint8_t types.
40484         * lib/unistr/ucs4-utf8.c: New file.
40485
40486         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40487         (Depends-on): Add unitypes.
40488         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40489         (u16_uctomb_aux): Move out to separate file.
40490         (u16_uctomb): Use ucs4_t, uint16_t types.
40491         * lib/unistr/ucs4-utf16.c: New file.
40492
40493 2006-12-25  Bruno Haible  <bruno@clisp.org>
40494
40495         * modules/unitypes: New file.
40496         * lib/unitypes.h: New file.
40497         * MODULES.html.sh (func_all_modules): New section "Unicode string
40498         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40499         this section. Add unitypes.
40500
40501 2007-01-08  Bruno Haible  <bruno@clisp.org>
40502
40503         Avoid variable names that conflict with those from libtool.
40504         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40505         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40506         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40507         library_names_spec to acl_library_names_spec, hardcode_* to
40508         acl_hardcode_*.
40509         Reported by Ralf Wildenhues.
40510
40511 2007-01-08  Bruno Haible  <bruno@clisp.org>
40512
40513         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40514         definition.
40515         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40516         definition.
40517         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40518         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40519         definition.
40520         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40521         definition.
40522         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40523         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40524         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40525         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40526         definition.
40527         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40528         definition.
40529         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40530         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40531         GC_USE_<algorithm>.
40532         * lib/gc-libgcrypt.c: Likewise.
40533         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40534         * modules/gc-arctwo (configure.ac): Likewise.
40535         * modules/gc-des (configure.ac): Likewise.
40536         * modules/gc-hmac-md5 (configure.ac): Likewise.
40537         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40538         * modules/gc-md2 (configure.ac): Likewise.
40539         * modules/gc-md4 (configure.ac): Likewise.
40540         * modules/gc-md5 (configure.ac): Likewise.
40541         * modules/gc-random (configure.ac): Likewise.
40542         * modules/gc-rijndael (configure.ac): Likewise.
40543         * modules/gc-sha1 (configure.ac): Likewise.
40544
40545 2007-01-08  Bruno Haible  <bruno@clisp.org>
40546
40547         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40548         macro definition.
40549         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40550         definition.
40551         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40552         definition.
40553         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40554         * modules/fcntl-safer (configure.ac): Likewise.
40555         * modules/fopen-safer (configure.ac): Likewise.
40556         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40557         GNULIB_FWRITEERROR macro definition.
40558
40559 2007-01-08  Bruno Haible  <bruno@clisp.org>
40560
40561         * m4/gnulib-common.m4: New file.
40562         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40563         (func_get_filelist): Add m4/gnulib-common.m4.
40564
40565 2007-01-08  Bruno Haible  <bruno@clisp.org>
40566
40567         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40568         command.
40569
40570 2007-01-08  Jim Meyering  <jim@meyering.net>
40571
40572         Use a more robust test for a "can't happen" condition.
40573         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40574         narrowed the st_size value.  Presuming the "can't happen" condition
40575         is true, that narrowing could conceivably convert an invalid st_size
40576         value into a valid one.  Instead, use a change based on Matthew
40577         Woehlke's original patch.
40578
40579         Slight readability improvement: use an assert-like macro
40580         in place of literal "abort ()" uses.
40581         * lib/fts.c (fts_assert): Define.
40582         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40583         Use this macro instead of a bare 'abort'.
40584
40585 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40586
40587         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40588         simply work around them.
40589         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40590         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40591         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40592         declaring.
40593         Don't bother to define as macros, since the standard doesn't require it.
40594         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40595         longer worry about IRIX 5.3.
40596         (HAVE_WCTYPE_CTMP_BUG): Remove.
40597
40598 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40599
40600         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40601         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40602         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40603         Problems reported by Georg Schwarz for IRIX 5.3.
40604
40605         * gnulib-tool (autoconf_minversion): Take the maximum version number
40606         found, not the minimum.  Problem reported by James Youngman.
40607
40608 2007-01-03  Karl Berry  <karl@gnu.org>
40609
40610         * doc/error.texi: new file, explaining interaction with progname.
40611         * doc/gnulib.texi: include it.  Update copyright.
40612
40613 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40614
40615         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40616         AC_CANONICAL_HOST, to improve autobuild outputs.
40617
40618 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40619             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40620
40621         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40622         sockets, server sockets, and other file descriptors.  Count errors
40623         to compute the return value.  Reorder the code a bit to be easier
40624         to follow.  Don't set event bits that were not requested (except
40625         POLLERR and POLLHUP).
40626
40627 2007-01-01  Bruno Haible  <bruno@clisp.org>
40628
40629         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40630
40631 2007-01-03  Jim Meyering  <jim@meyering.net>
40632
40633         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40634
40635 2007-01-02  Bruno Haible  <bruno@clisp.org>
40636
40637         * modules/settime (Include): Require timespec.h.
40638         * modules/nanosleep (Include): Likewise.
40639
40640 2007-01-01  Bruno Haible  <bruno@clisp.org>
40641
40642         * gnulib-tool (func_emit_copyright_notice): Bump year.
40643         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40644
40645 2007-01-01  Bruno Haible  <bruno@clisp.org>
40646
40647         Improve support for OpenBSD.
40648         * build-aux/config.rpath (libname_spec): Export.
40649         (library_names_spec): New variable. Export.
40650         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40651         library_names_spec from the config.rpath output. Locate shared library
40652         through the name pattern in library_names_spec.
40653
40654 2007-01-01  Eric Blake  <ebb9@byu.net>
40655
40656         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40657
40658 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40659
40660         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40661         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40662         assume the C locale, and avoid an "eval" that could cause trouble.
40663         Problem with SORT reported by Bob Proulx.
40664
40665         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40666         Define.  Trivial patch from Henning Nielsen Lund, originally
40667         sent to bug-grep@gnu.org today.
40668
40669 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40670
40671         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40672         struct stat.  Problem reported by Henning Nielsen Lund.
40673         * lib/acl.c: Include acl.h first, to check interface.  Don't
40674         bother to include sys/types.h and sys/stat.h again.
40675
40676 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40677
40678         Import the following change from libc; problem reported by
40679         Sven Verdoolaege.
40680
40681         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40682
40683         [BZ #1373]
40684         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40685
40686 2006-12-28  Jim Meyering  <jim@meyering.net>
40687
40688         * build-aux/announce-gen: Do not assume that the package
40689         builds any of tar.gz, tar.bz2, and .xdelta files.
40690         Suggestion from Simon Josefsson.
40691
40692 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40693
40694         * modules/announce-gen: New file.
40695
40696 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40697
40698         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40699         handles its gotchas now.
40700         * lib/mbswidth.c: Likewise.
40701         * lib/wcwidth.h: Likewise.
40702         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40703         and iswcntrl; the wctype module does this stuff now.
40704         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40706         * modules/mbchar (Depends-on): Add wctype.
40707         * modules/mbswidth (Depends-on): Likewise.
40708         * modules/wcwidth (Depends-on): Likewise.
40709
40710 2006-12-27  Eric Blake  <ebb9@byu.net>
40711
40712         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40713         module uses more than what <wctype.h> is required to provide.
40714
40715 2006-12-26  Eric Blake  <ebb9@byu.net>
40716
40717         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40718
40719 2006-12-26  Eric Blake  <ebb9@byu.net>
40720
40721         * modules/absolute-header: New module.
40722         * modules/fcntl (Depends-on): Depend on it.
40723         * modules/inttypes (Depends-on): Likewise.
40724         * modules/stdint (Depends-on): Likewise.
40725         * modules/sys_stat (Depends-on): Likewise.
40726         * modules/wctype (Depends-on): Likewise.
40727         * MODULES.html.sh (Support for building libraries and
40728         executables): Document it.
40729
40730 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40731
40732         * gnulib-tool (SED): Remove, undoing previous change.
40733         The problem was that it broke coreutils on Solaris, because
40734         "sed --posix" leaked into a makefile.
40735         (sed): New alias, if 'alias' and GNU sed.
40736
40737 2006-12-24  Jim Meyering  <jim@meyering.net>
40738
40739         Work around an fchownat bug in glibc-2.4:
40740         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40741         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40742         in spite of the -P option.
40743         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40744         New macros.
40745         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40746         * modules/openat (Files): Add lib/fchownat.c.
40747         * lib/openat.c (fchownat): Don't define here.  Move to...
40748         * lib/fchownat.c: ...this new file.
40749
40750 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40751
40752         Fix bug reported by Bruno Haible in
40753         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40754         where quotearg.c didn't compile on Mac OS X 10.2 because it
40755         lacks <wchar.h> and wint_t.
40756         * lib/wctype_.h (__wctype_wint_t): New type.
40757         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40758         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40759         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40760         Arg is now of type __wctype_wint_t, not wint_t.
40761         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40762         substitute HAVE_WINT_T.
40763         * modules/wctype (Files): Add m4/wint_t.m4.
40764         (wctype.h): Substitute HAVE_WINT_T.
40765
40766 2006-12-23  Bruno Haible  <bruno@clisp.org>
40767
40768         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40769
40770 2006-12-23  Bruno Haible  <bruno@clisp.org>
40771
40772         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40773         S_ISLNK.
40774         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40775         mingw.
40776
40777 2006-12-22  Bruno Haible  <bruno@clisp.org>
40778
40779         * lib/copy-file.c: Include acl.h.
40780         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40781         Close the file descriptors only after being done with copy_acl.
40782         * modules/copy-file (Depends-on): Add acl.
40783
40784 2006-12-22  Bruno Haible  <bruno@clisp.org>
40785
40786         * gnulib-tool (SED): New variable.
40787         Use $SED instead of sed everywhere.
40788
40789 2006-12-22  Bruno Haible  <bruno@clisp.org>
40790
40791         * modules/no-c++: New file.
40792         * m4/no-c++.m4: New file.
40793         * MODULES.html.sh (Support for building libraries and executables):
40794         Add no-c++.
40795
40796 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40797
40798         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40799         Include <limits.h>, and use its INT_MAX to rewrite the
40800         j loop so that it does not overflow 'int'.  Problem reported by
40801         Ralf Wildenhues in
40802         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40803         Play it safe by shifting left by 1 rather than multiplying by 2,
40804         as GCC is less likely to optimize this away when the value
40805         is signed (when it assumes overflow leads to undefined behavior).
40806         Also, don't assume time_t uses two's complement.
40807
40808 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40809
40810         * MODULES.html.sh: New module wctype.
40811         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40812         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40813         <wctype.h>, since the new wctype module should fix this.
40814         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40815         the wctype module should arrange for it.
40816         * lib/regex_internal.h: Likewise.
40817         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40818         since the wctype module should handle this now.
40819         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40820         * modules/fnmatch (Depends-on): Add wctype.
40821         * modules/quotearg (Depends-on): Likewise.
40822         * modules/regex (Depends-on): Likewise.
40823
40824 2006-12-19  Bruno Haible  <bruno@clisp.org>
40825
40826         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40827         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40828
40829 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40830
40831         * modules/savewd (Depends-on): Fix dependency on fcntl.
40832
40833 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40834
40835         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40836         conforms to C99, rather than relying on the user's environment
40837         setting of STDINT_H.
40838
40839 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40840         and Eric Blake  <ebb9@byu.net>
40841
40842         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40843         This is more consistent with the other defines here.
40844         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40845         Port to z/OS.  Problem reported by Paul Gilmartin.
40846         Change local vars to use gl_ prefix rather than ac_.
40847         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40848         with other defines.
40849         * modules/double-slash-root: New module.
40850         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40851         (Depends-on): Add double-slash-root.
40852         * MODULES.html.sh (File system functions): Mention new module.
40853
40854 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40855
40856         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40857         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40858         This is for the benefit of gzip, which doesn't do i18n.
40859
40860 2006-12-12  Jim Meyering  <jim@meyering.net>
40861
40862         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40863         Reported by Andreas Schwab <schwab@suse.de>.
40864
40865 2006-12-12  Bruno Haible  <bruno@clisp.org>
40866
40867         Merge these changes.
40868         2006-09-05  Bruno Haible  <bruno@clisp.org>
40869         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40870         iconv_alloc succeeded.
40871         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40872         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40873         test for " && dest " at the end - dest is always != NULL there. Call
40874         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40875         with 2xNULL arguments, also to flush the state storage. Handle the
40876         IRIX iconv behaviour. Realloc the final result, to throw away unused
40877         memory.
40878
40879 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40880
40881         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40882         and fchmodat unconditionally, since glibc 2.4 has them.
40883         Problem reported by Arkadiusz Miskiewicz.
40884
40885 2006-12-10  Bruno Haible  <bruno@clisp.org>
40886
40887         * gnulib-tool (func_import): Show the include files only for those
40888         modules that are copied and specified.
40889         Reported by Karl Berry.
40890
40891 2006-12-08  Jim Meyering  <jim@meyering.net>
40892
40893         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40894         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40895
40896         * build-aux/announce-gen: Add two new options, both optional:
40897         --bootstrap-tools=TOOL_LIST
40898               a comma-separated list of tools, e.g.,
40899               autoconf,automake,bison,gnulib
40900         --gnulib-snapshot-date=DATE
40901               if gnulib is in the bootstrap tool list,
40902               then report this as the snapshot date.
40903               If not specified, use the current date/time.
40904               If you specify a date here, be sure it's UTC.
40905
40906 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40907
40908         * tests/test-argp-2.sh: Fix test to match actual output.
40909         (func_compare): Fix sed script to be portable.
40910
40911 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40912
40913         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40914         workaround for this case.  It is not autoconfigured now; offhand
40915         it's hard to see how to autoconfigure it.
40916
40917 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40918
40919         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40920         a directory that is about to be chowned.  Such a directory's
40921         initial file permissions should permit the owner only and this
40922         should not be changed until after the chown, since the group and
40923         other bits would be incorrect if they granted permission before
40924         the chown.
40925
40926         Fix porting problem for iswctype reported by Georg Schwarz in:
40927         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40928         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40929         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40930         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40931         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40932
40933 2006-12-03  Jim Meyering  <jim@meyering.net>
40934
40935         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40936         p->fts_statp may not yet be defined.
40937         (fts_read): Instead, set it in the caller, once p->fts_statp is
40938         sure to be defined, and corresponds to a top-level directory.
40939         This bug made du -x fail.  Here's the coreutils test case:
40940         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40941         Reported by Mike Frysinger.
40942
40943 2006-12-01  Jim Meyering  <jim@meyering.net>
40944
40945         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40946         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40947         Reported by Simon Josefsson.
40948
40949 2006-11-30  Jim Meyering  <jim@meyering.net>
40950
40951         * m4/warning.m4: Use the all-permissive copyright notice
40952         recommended by RMS (rather than LGPL).
40953         * m4/vararrays.m4: Likewise.
40954         * m4/flexmember.m4: Likewise.
40955
40956 2006-11-29  Bruno Haible  <bruno@clisp.org>
40957
40958         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40959         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40960         using +=.
40961         Reported by Simon Josefsson <simon@josefsson.org>.
40962
40963 2006-11-28  James Youngman <jay@gnu.org>
40964
40965         * README: Advise users that they might find the bug-gnulib@gnu.org
40966         and autotools-announce@gnu.org mailing lists useful.
40967
40968 2006-11-28  Bruno Haible  <bruno@clisp.org>
40969
40970         * m4/ptrdiff_max.m4: Remove file.
40971
40972 2006-11-21  Bruno Haible  <bruno@clisp.org>
40973
40974         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40975         _AC_COMPUTE_INT.
40976         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40977         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40978         _AC_COMPUTE_INT.
40979         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40980         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40981         _AC_COMPUTE_INT.
40982         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40983
40984 2006-11-28  Jim Meyering  <jim@meyering.net>
40985
40986         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40987         warning from "gcc -Wshadow" about shadowing the builtin.
40988
40989 2006-11-27  Bruno Haible  <bruno@clisp.org>
40990
40991         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40992         _AC_COMPUTE_INT.
40993         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40994
40995 2006-11-27  Bruno Haible  <bruno@clisp.org>
40996             Paul Eggert  <eggert@cs.ucla.edu>
40997
40998         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40999
41000 2006-11-26  Bruno Haible  <bruno@clisp.org>
41001
41002         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41003         noinst_LTLIBRARIES.
41004
41005 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41006             Bruno Haible  <bruno@clisp.org>
41007
41008         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41009         if compiling with "gcc -ansi".
41010
41011 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41012
41013         Fix some incompatibilities with gcc -ansi -pedantic.
41014         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41015         if compiling pedantically with GCC, unless it's C99 or later.
41016         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41017         it mishandles gcc -ansi -pedantic as well.
41018         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41019         if gcc -pedantic.
41020         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41021         initializers for struct if -pedantic, unless it's C99 or later.
41022
41023 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41024
41025         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41026         Don't close an fd more than once. Identical atimes indicate
41027         success, not failure.
41028
41029 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41030
41031         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41032
41033 2006-11-23  Jim Meyering  <jim@meyering.net>
41034
41035         * build-aux/announce-gen: New file.  From coreutils.
41036
41037 2006-11-22  Jim Meyering  <jim@meyering.net>
41038
41039         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41040         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41041         (fts_read): Use a temporary to narrow the overused st_size member
41042         before using it in a switch statement.  Reported by Matthew Woehlke.
41043
41044         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41045         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41046
41047 2006-11-20  Bruno Haible  <bruno@clisp.org>
41048
41049         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41050         changequote instead of pairs of brackets.
41051         Reported by Andreas Schwab <schwab@suse.de>.
41052
41053 2006-11-21  Jim Meyering  <jim@meyering.net>
41054
41055         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41056         so as to remain compatible with older compilers.
41057         Patch from Michael Deutschmann.
41058
41059 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41060
41061         * MODULES.html.sh (File system functions): Add openat.
41062
41063         * lib/openat.h (rpl_fstatat): New macro, if
41064         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41065         (fstatat): Define to rpl_fstatat under the same conditions,
41066         unless COMPILING_FSTATAT.
41067         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41068         seems to have the bug.
41069         * lib/fstatat.c: New file.
41070         * modules/openat (Files): Add it.
41071
41072 2006-11-20  Bruno Haible  <bruno@clisp.org>
41073
41074         * Makefile: New file.
41075
41076 2006-11-20  Jim Meyering  <jim@meyering.net>
41077
41078         The beginnings of syntax-related checks for gnulib.
41079         * lib/Makefile: New file.
41080         * lib/t-idcache: New script.  Ensure that the two halves of
41081         idcache.c stay in sync.
41082
41083         * lib/idcache.c: Adjust comments in user- and group- portions to
41084         be more accurate, and to be consistent with one another.
41085
41086 2006-11-20  Jim Meyering  <jim@meyering.net>
41087
41088         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41089         continue using the flexible array member (thus, this module performs
41090         half as many malloc calls), with the addition that...
41091         (getgroup, getuser): Consistently record a non-match via an empty
41092         "name" string, and map an empty string match to a NULL return value.
41093         * modules/idcache (Depends-on): Re-add flexmember.
41094
41095         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41096         (getuidbyname, getgroup, getgidbyname): Likewise.
41097
41098         Use cleaner syntax: NULL rather than 0.
41099         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41100
41101 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41102
41103         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41104         It mishandled the case where the group was missing.
41105         Problem reported by Greg Schafer.
41106         * modules/idcache: Likewise.
41107
41108 2006-11-18  Jim Meyering  <jim@meyering.net>
41109
41110         * check-module (%exempt_header): Add exception for some
41111         conditionally-included headers.
41112
41113         * modules/i-ring (Depends-on): Add verify.
41114         (License): Change to LGPL.
41115
41116 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41117
41118         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41119         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41120         and inttostr.h.  Use snprintf rather than uinttostr, so that
41121         LGPLed code doesn't depend on GPLed.
41122
41123 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41124
41125         * modules/inline (License): Change from GPL to LGPL.
41126
41127 2006-11-17  Jim Meyering  <jim@meyering.net>
41128
41129         * modules/d-type (License): Switch to LGPL.
41130
41131 2006-11-15  Bruno Haible  <bruno@clisp.org>
41132
41133         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41134
41135 2006-11-15  Eric Blake  <ebb9@byu.net>
41136
41137         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41138         the module dependency.
41139
41140 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41141             Bruno Haible  <bruno@clisp.org>
41142
41143         * gnulib-tool (func_create_testdir): Add license consistency check.
41144
41145 2006-11-15  Eric Blake  <ebb9@byu.net>
41146
41147         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41148         random "(cached)" in configure output.
41149
41150 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41151
41152         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41153         test for conforming inttypes.h is both announced and cached.
41154
41155         * MODULES.html.sh (seen_modules, seen_files): New variables.
41156         (func_module): Rewrite to use a few less gnulib-tool and sed
41157         invocations.  Avoid a couple of quadratic algorithms for ...
41158         (missed_modules, missed_files): ... these, with ...
41159         (func_append, func_tmpdir): ... these new functions, from
41160         gnulib-tool.  Analogously, install traps for cleanup.
41161
41162         * tests/test-gc.c (main): Remove unused variables.
41163         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41164
41165 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41166
41167         * modules/inttostr (License): Change to LGPL.
41168
41169 2006-11-14  Eric Blake  <ebb9@byu.net>
41170
41171         * modules/tempname (License): Change to LGPL.
41172
41173 2006-11-14  Eric Blake  <ebb9@byu.net>
41174
41175         * doc/functions.texi (Function Portability): *printf functions on
41176         Cygwin now understand all POSIX size specifiers.
41177
41178 2006-11-14  Bruno Haible  <bruno@clisp.org>
41179
41180         * modules/c-ctype (License): Change to LGPL.
41181
41182 2006-11-12  Bruno Haible  <bruno@clisp.org>
41183
41184         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41185         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41186         for GNOME libraries, for which the include files are installed in
41187         subdirectories of $prefix/include.
41188
41189 2006-11-12  Bruno Haible  <bruno@clisp.org>
41190
41191         * m4/lib-link.m4: Require at least autoconf-2.54.
41192         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41193         name to underscores for the --with option.
41194
41195 2006-11-13  Bruno Haible  <bruno@clisp.org>
41196
41197         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41198         the tests directory.
41199         Reported by Ralf Wildenhues.
41200
41201 2006-11-13  Bruno Haible  <bruno@clisp.org>
41202
41203         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41204         (func_emit_initmacro_end): Undo the override here.
41205         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41206         Works around the famous automake error in coreutils.
41207
41208 2006-11-13  Eric Blake  <ebb9@byu.net>
41209
41210         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41211         element, not its node.
41212
41213 2006-11-12  Bruno Haible  <bruno@clisp.org>
41214
41215         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41216         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41217
41218 2006-11-12  Bruno Haible  <bruno@clisp.org>
41219
41220         * gnulib-tool: New option --local-symlink.
41221         (func_usage): Document it.
41222         (lsymbolic): New variable.
41223         (func_import, func_create_testdir): If --symlink was not specified,
41224         test whether --local-symlink was specified and the file comes from
41225         the local_gnulib_dir.
41226
41227 2006-11-12  Bruno Haible  <bruno@clisp.org>
41228
41229         * gnulib-tool (func_ln): New function.
41230         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41231
41232 2006-11-12  Bruno Haible  <bruno@clisp.org>
41233
41234         Finish support for source files in subdirectories.
41235         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41236         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41237         AUTOMAKE_OPTIONS.
41238         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41239
41240 2006-11-12  Bruno Haible  <bruno@clisp.org>
41241
41242         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41243         EXTRA_lib_SOURCES augmentation.
41244         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41245
41246 2006-11-12  Jim Meyering  <jim@meyering.net>
41247
41248         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41249         file descriptors.  This also averts a failure on systems with
41250         native openat support when a traversed directory lacks "x" access.
41251         * lib/fts_.h: Include "i-ring.h"
41252         (struct FTS) [fts_fd_ring]: New member.
41253         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41254         (FCHDIR): Add parentheses.
41255         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41256         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41257         When descending, rather than simply closing the previous
41258         fts_cwd_fd value, push that file descriptor onto the ring.
41259         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41260         (fts_open): Initialize the new fd_ring member.
41261         (fts_close): Clear the ring.
41262         (fts_safe_changedir): When possible, use our new fd_ring to skip
41263         the diropen and fstat and dev/ino comparison that would normally
41264         accompany a virtual `chdir ("..")'.
41265
41266         * modules/fts (Depends-on): Add i-ring.
41267         * modules/i-ring: New module.
41268         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41269         * m4/i-ring.m4: New file.
41270
41271 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41272
41273         * gnulib-tool (func_create_testdir): Fix replacement of
41274         `build-aux' in configure.ac.  Run autotools in gltests
41275         subdirectory.
41276         (func_create_testdir, func_create_megatestdir, test): There is
41277         no need for '--force' in most autotool invocations in a new
41278         tree.  Actually fail the whole test if any of the tools, or the
41279         configure or make stages fail.
41280
41281         Sync from Automake.
41282         * build-aux/gnupload: Revert last change.  Add pointer to upload
41283         instructions of the GNU Maintenance Instructions.
41284         Suggestion by Karl Berry.
41285
41286 2006-11-10  Jim Meyering  <jim@meyering.net>
41287
41288         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41289
41290 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41291
41292         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41293         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41294         (bind_textdomain_codeset) [! ENABLE_NLS]:
41295         Evaluate all the arguments.  That way, callers get compatible behavior
41296         if the arguments have side effects.  Also, it avoids some GCC
41297         diagnostics in some cases; Joel E. Denny reported problems when Bison
41298         was configured with --enable-gcc-warnigs.
41299
41300 2006-11-10  Jim Meyering  <jim@meyering.net>
41301
41302         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41303         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41304         account.
41305
41306 2006-11-10  Jim Meyering  <jim@meyering.net>
41307
41308         * modules/inline: New file/module.
41309         * modules/xalloc (Files): Remove m4/inline.m4.
41310         (Depends-on): Add inline, instead.
41311         * modules/oset: Likewise.
41312         * modules/list: Likewise.
41313
41314 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41315
41316         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41317         Problem reported by Matthew Woehlke.
41318
41319 2006-11-09  Bruno Haible  <bruno@clisp.org>
41320
41321         * lib/tempname.c (gen_tempname): Remove variant that invokes
41322         __gen_tempname.
41323         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41324         __gen_tempname.
41325
41326 2006-11-08  Bruno Haible  <bruno@clisp.org>
41327
41328         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41329         to 'yes' instead of 'cross-compiling'.
41330
41331 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41332
41333         * lib/quotearg.h (quotearg_free): New decl.
41334         * lib/quotearg.c (quotearg_free): New function.
41335         (slot0, nslots, slotvec0, slotvec):
41336         Now file-scope so that quotearg_free can get at them.
41337
41338 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41339
41340         Sync from Automake.
41341         * build-aux/gnupload: Add missing 'gnu' to example URL.
41342         Report by Karl Berry.
41343
41344 2006-11-08  Bruno Haible  <bruno@clisp.org>
41345
41346         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41347         Suggested by Paul Eggert.
41348
41349 2006-11-08  Jim Meyering  <jim@meyering.net>
41350
41351         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41352         It's already included if !_LIBC.
41353         (fts_safe_changedir): Add a comment.
41354
41355 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41356
41357         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41358         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41359         Matthew Woehlke.
41360
41361         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41362         definitions up, to avoid colliding with change below.
41363         (static_inline) [HAVE_INLINE]: New macro.
41364         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41365         Provide extern decls when !HAVE_INLINE.  Do not define unless
41366         static_inline is defined, either by us or by xmalloc.c.  Use
41367         static_inline rather than static inline.
41368         (XCALLOC): Optimize sizeof(T) = 1 case.
41369         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41370
41371 2006-11-07  Bruno Haible  <bruno@clisp.org>
41372
41373         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41374         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41375         AC_C_INLINE.
41376         * modules/xalloc (Files): Add m4/inline.m4.
41377
41378 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41379
41380         * README: Fix typo.
41381         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41382         (Miscellanous Notes): ...from this.
41383
41384 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41385
41386         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41387         Mention that offsetof should be used instead of sizeof.
41388         From Bruno Haible.
41389
41390 2006-11-07  Bruno Haible  <bruno@clisp.org>
41391
41392         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41393
41394 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41395
41396         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41397         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41398         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41399         (gl_tree_add_before, gl_tree_add_after):
41400         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41401         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41402         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41403         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41404         (gl_linked_add_after, gl_linked_add_at): Likewise.
41405         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41406         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41407         (gl_tree_add_before, gl_tree_add_after): Likewise.
41408         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41409         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41410         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41411
41412 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41413
41414         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41415
41416 2006-11-06  Bruno Haible  <bruno@clisp.org>
41417
41418         * m4/inline.m4: New file.
41419         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41420         * modules/list (Files): Add m4/inline.m4.
41421         * modules/oset (Files): Likewise.
41422
41423 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41424
41425         * lib/idcache.c: Include <stddef.h>, for offsetof.
41426         (struct userid.name): Change from char * to a flexible array member.
41427         All uses changed.
41428         * modules/idcache (Depends-on): Add flexmember.
41429
41430         * MODULES.html.sh (Core language properties): New module flexmember.
41431         * modules/flexmember, m4/flexmember.m4: New files.
41432
41433         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41434         inline functions that are identical with the old xnmalloc_inline,
41435         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41436         that we can avoid some unnecessary integer multiplications and
41437         divisions in the common case where the element size is known at
41438         compile time.
41439         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41440         needed.
41441         (xnboundedmalloc): Remove.
41442         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41443         arguments, for consistency with rest of this header.
41444         (xcharalloc): Rewrite using XNMALLOC.
41445         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41446         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41447         versions have been moved to lib/xalloc.h and renamed to be the
41448         non-*_inline versions.
41449         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41450         and xnrealloc functions, since those functions are now inline and
41451         now call us.
41452         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41453         renaming described above.
41454         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41455         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41456         captures the dependency in AC_C_INLINE.
41457
41458         New module canonicalize-lgpl, proposed by Charles Wilson in
41459         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41460         with a few small changes afterwards.
41461         * MODULES.html.sh (File system functions): New module
41462         canonicalize-lgpl.
41463         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41464         and canonicalize_file_name.
41465         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41466         * modules/canonicalize-lgpl: New files.
41467
41468 2006-11-05  Bruno Haible  <bruno@clisp.org>
41469
41470         * gnulib-tool (func_import, func_create_testdir): Create directories
41471         also for files in subdirectories of lib/.
41472
41473 2006-11-05  Bruno Haible  <bruno@clisp.org>
41474
41475         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41476         ANSI C compliant.
41477
41478 2006-11-03  Bruno Haible  <bruno@clisp.org>
41479
41480         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41481         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41482         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41483         (xnboundedmalloc): New inline function.
41484         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41485         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41486         xmalloc.
41487         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41488         xmalloc.
41489         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41490         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41491         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41492         xmalloc.
41493         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41494         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41495         xmalloc.
41496         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41497         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41498         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41499         xmalloc.
41500         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41501         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41502         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41503         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41504         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41505         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41506         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41507
41508 2006-11-03  Bruno Haible  <bruno@clisp.org>
41509
41510         * lib/c-ctype.h [C++]: Define functions without name mangling.
41511         * lib/fwriteerror.h [C++]: Likewise.
41512         * lib/gcd.h [C++]: Likewise.
41513         * lib/linebreak.h [C++]: Likewise.
41514
41515 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41516
41517         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41518         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41519         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41520         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41521         Check for functions and headers just once.
41522         Check for declaration of canonicalize_file_name.
41523         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41524
41525 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41526
41527         * gnulib-tool (func_import): Fix typo in actioncmd.
41528
41529 2006-11-02  Bruno Haible  <bruno@clisp.org>
41530
41531         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41532         newline sequence in the Makefile.am snippet as a space, like "make"
41533         does.
41534         Reported by Roger Persson <perrog@gmail.com>.
41535
41536 2006-11-01  Bruno Haible  <bruno@clisp.org>
41537
41538         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41539         already declared in <string.h>.
41540         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41541
41542 2006-11-01  Bruno Haible  <bruno@clisp.org>
41543
41544         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41545         * lib/strcase.h: Include <string.h>.
41546         (strcasecmp): Define to rpl_strcasecmp here.
41547
41548 2006-11-01  Bruno Haible  <bruno@clisp.org>
41549
41550         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41551
41552 2006-11-01  Eric Blake  <ebb9@byu.net>
41553
41554         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41555
41556         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41557
41558 2006-10-29  Bruno Haible  <bruno@clisp.org>
41559
41560         Make it compile in C++ mode.
41561         * lib/full-write.c (full_rw): Add a cast.
41562
41563 2006-11-01  Bruno Haible  <bruno@clisp.org>
41564
41565         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41566         be POSIX compliant.
41567         Reported by Roger Persson <perrog@gmail.com>.
41568
41569 2006-11-01  Eric Blake  <ebb9@byu.net>
41570
41571         * lib/getopt_.h: Fix comments.
41572
41573 2006-10-31  Eric Blake  <ebb9@byu.net>
41574
41575         * modules/tmpdir (Depends-on): Add sys_stat.
41576         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41577         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41578         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41579         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41580         tempname.
41581
41582 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41583
41584         Avoid some C++ diagnostics reported by Bruno Haible.
41585         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41586         xmalloc.
41587         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41588         (struct slotvec): Move to top level.
41589         (quotearg_n_options): Rewrite to avoid xmalloc.
41590         * lib/xalloc.h (xcharalloc): New function.
41591         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41592         [defined __cplusplus]: Add function template that provides result
41593         type propagation.  This part of the change is from Bruno Haible.
41594
41595 2006-10-29  Bruno Haible  <bruno@clisp.org>
41596
41597         Make it compile in C++ mode.
41598         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41599         * lib/strnlen1.c (strnlen1): Cast memchr result.
41600         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41601         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41602         (create_temp_dir): Rename local variable 'template'.
41603         (compile_csharp_using_sscli): Add cast.
41604         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41605         * lib/findprog.c (find_in_path): Likewise.
41606         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41607         * lib/wait-process.c (register_slave_subprocess): Likewise.
41608
41609 2006-10-22  Bruno Haible  <bruno@clisp.org>
41610
41611         * modules/tsearch: New file.
41612         * lib/tsearch.h: New file.
41613         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41614         * m4/tsearch.m4: New file.
41615         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41616
41617 2006-10-29  Eric Blake  <ebb9@byu.net>
41618
41619         * lib/arcfour.c: Assume config.h.
41620         * lib/arctwo.c: Likewise.
41621         * lib/base64.c: Likewise.
41622         * lib/check-version.c: Likewise.
41623         * lib/crc.c: Likewise.
41624         * lib/des.c: Likewise.
41625         * lib/gc-gnulib.c: Likewise.
41626         * lib/gc-libgcrypt.c: Likewise.
41627         * lib/gc-pbkdf2-sha1.c: Likewise.
41628         * lib/getaddrinfo.c: Likewise.
41629         * lib/getdelim.c: Likewise.
41630         * lib/getline.c: Likewise.
41631         * lib/hmac-md5.c: Likewise.
41632         * lib/hmac-sha1.c: Likewise.
41633         * lib/iconvme.c: Likewise.
41634         * lib/md2.c: Likewise.
41635         * lib/md4.c: Likewise.
41636         * lib/memxor.c: Likewise.
41637         * lib/read-file.c: Likewise.
41638         * lib/readline.c: Likewise.
41639         * lib/rijndael-alg-fst.c: Likewise.
41640         * lib/rijndael-api-fst.c: Likewise.
41641         * lib/xgetdomainname.c: Likewise.
41642
41643 2006-10-28  Eric Blake  <ebb9@byu.net>
41644
41645         * lib/xstrndup.c: Assume config.h.
41646
41647 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41648
41649         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41650         stat-macros.h is now for our own macros, whereas stat_h is for
41651         macros in the <sys/stat.h> name space.
41652         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41653         (STAT_MACROS_H): Remove.
41654         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41655         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41656         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41657         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41658         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41659         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41660         Move these macros to ...
41661         * lib/stat_.h: here.  Don't include stat-macros.h.
41662         * lib/canonicalize.c: Don't include stat-macros.h.
41663         * lib/chown.c: Likewise.
41664         * lib/euidaccess.c: Likewise.
41665         * lib/file-type.c: Likewise.
41666         * lib/filemode.c: Likewise.
41667         * lib/glob.c: Likewise.
41668         * lib/isapipe.c: Likewise.
41669         * lib/lchown.c: Likewise.
41670         * lib/lstat.c: Likewise.
41671         * lib/mkdir-p.c: Likewise.
41672         * lib/rmdir.c: Likewise.
41673         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41674         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41675         unless mkdir isn't declared, to speed up 'configure'.
41676         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41677         would define all the S_* symbols.
41678         * modules/canonicalize (Depends-on):
41679         Depend on sys_stat, not stat-macros.
41680         * modules/chown: Likewise.
41681         * modules/euidaccess: Likewise.
41682         * modules/filemode: Likewise.
41683         * modules/file-type: Likewise.
41684         * modules/glob: Likewise.
41685         * modules/isapipe: Likewise.
41686         * modules/lchown: Likewise.
41687         * modules/lstat: Likewise.
41688         * modules/mkancesdirs: Likewise.
41689         * modules/rmdir: Likewise.
41690         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41691         * modules/modechange: Likewise.
41692         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41693         (configure.ac): Remove gl_STAT_MACROS.
41694         * modules/sys_stat (Depends-on): Remove stat-macros.
41695
41696 2006-10-27  Bruno Haible  <bruno@clisp.org>
41697
41698         * m4/signed.m4: Remove file.
41699         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41700         invocation.
41701         * modules/vasnprintf (Files): Remove m4/signed.m4.
41702
41703 2006-10-27  Bruno Haible  <bruno@clisp.org>
41704
41705         Update to GNU gettext 0.16.
41706         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41707         m4/inttypes-h.m4, m4/signed.m4.
41708         * m4/gettext.m4: Update to GNU gettext 0.16.
41709         * m4/intl.m4: New file, from GNU gettext.
41710         * m4/intldir.m4: New file, from GNU gettext.
41711         * config/srclist.txt: Update
41712
41713 2006-10-27  Eric Blake  <ebb9@byu.net>
41714
41715         * MODULES.html.sh: Document tempname.
41716         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41717         dependencies.
41718         (Files): Move lib/tempname.c...
41719         * modules/tempname: ...to this new module.
41720         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41721         (gl_PREREQ_TEMPNAME): Move...
41722         * m4/tempname.m4: ...to this new file.
41723         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41724         * modules/sys_stat (Depends-on): Add stat-macros.
41725         * lib/stat_.h (includes): Pick up stat macros.
41726         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41727         if stat macros are broken.
41728         * lib/tempname.c (includes): No need to include "stat-macros.h".
41729         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41730         (direxists, __path_search) [!_LIBC]: Don't compile these in
41731         gnulib; the tmpdir module covers that.
41732         * lib/tempname.h: New file.
41733
41734 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41735
41736         * COPYING: Explain how gnulib-tool converts licence headers.
41737         Almost all wording by Eric Blake.
41738
41739 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41740
41741         * lib/mbchar.h (is_basic_table): Make read-only.
41742         * lib/mbchar.c (is_basic_table): Likewise.
41743         Reported by John Darrington.
41744
41745 2006-10-25  Bruno Haible  <bruno@clisp.org>
41746
41747         * lib/progname.h (set_program_name): Undefine before defining.
41748
41749 2006-10-25  Bruno Haible  <bruno@clisp.org>
41750
41751         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41752         false for non-gcc C++ compilers.
41753         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41754
41755 2006-10-24  Bruno Haible  <bruno@clisp.org>
41756
41757         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41758         iconv implementations like Irix iconv.
41759
41760 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41761
41762         * modules/vararrays: New file.
41763         * m4/vararrays.m4: New file, taken from diffutils.
41764         * MODULES.html.sh: New module vararrays.
41765
41766 2006-10-24  Karl Berry  <karl@gnu.org>
41767
41768         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41769         Don't call GNU Unix.
41770
41771 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41772
41773         * users.txt: Add Libtool.
41774
41775         Sync from Libtool:
41776
41777         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41778
41779         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41780         to gnulib's policy of including config.h unconditionally.
41781
41782 2006-10-24  Bruno Haible  <bruno@clisp.org>
41783
41784         * modules/wcwidth (Files): Add m4/wint_t.m4.
41785         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41786         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41787
41788 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41789
41790         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41791         to pacify GCC with some -W flags enabled.  Problem reported by
41792         Bruno Haible.
41793
41794 2006-10-24  Jim Meyering  <jim@meyering.net>
41795
41796         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41797         Reported by Karl Berry.
41798
41799 2006-10-23  Bruno Haible  <bruno@clisp.org>
41800
41801         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41802
41803 2006-10-24  Bruno Haible  <bruno@clisp.org>
41804
41805         * lib/gl_list.h: Use C comment style, not C++ comment style.
41806
41807 2006-10-23  Eric Blake  <ebb9@byu.net>
41808
41809         * lib/getaddrinfo.c (includes): Add missing include.
41810
41811 2006-10-23  Bruno Haible  <bruno@clisp.org>
41812             Paul Eggert  <eggert@cs.ucla.edu>
41813
41814         Ability to rename obstack_free.
41815         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41816         obstack_free.
41817         (obstack_free): Invoke the __obstack_free macro.
41818         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41819
41820 2006-10-23  Bruno Haible  <bruno@clisp.org>
41821             Paul Eggert  <eggert@cs.ucla.edu>
41822
41823         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41824         __argc, __argv from the declaration. (They are defined as macros on
41825         mingw.)
41826
41827 2006-10-22  Bruno Haible  <bruno@clisp.org>
41828
41829         * doc/gnulib-intro.texi: New file.
41830         * doc/gnulib.texi: Include it.
41831
41832 2006-10-21  Bruno Haible  <bruno@clisp.org>
41833
41834         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41835         "Introduction", "Miscellanous Notes", "Particular Modules".
41836
41837 2006-10-21  Bruno Haible  <bruno@clisp.org>
41838
41839         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41840         Change mostlyclean-local rule to avoid sh syntax error from bash
41841         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41842
41843 2006-10-23  Jim Meyering  <jim@meyering.net>
41844
41845         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41846         in place of snprintf.
41847
41848         * modules/inttostr (Files): Add lib/uinttostr.c.
41849         * lib/uinttostr.c (inttostr): New file/function.
41850         * lib/inttostr.h (uinttostr): Declare.
41851         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41852         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41853         Add uinttostr.
41854         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41855
41856 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41857
41858         * lib/canonicalize.c (ELOOP): Define if not already defined.
41859         Problem reported by Bruno Haible in
41860         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41861
41862 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41863
41864         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41865         Problem reported by Perry Smith and Ville Laurikari.
41866
41867         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41868         uses.
41869
41870 2006-10-19  Bruno Haible  <bruno@clisp.org>
41871
41872         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41873         for mingw.
41874
41875 2006-10-19  Bruno Haible  <bruno@clisp.org>
41876
41877         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41878         Needed for mingw.
41879
41880 2006-10-19  Bruno Haible  <bruno@clisp.org>
41881
41882         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41883
41884 2006-10-19  Bruno Haible  <bruno@clisp.org>
41885
41886         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41887         it.
41888
41889 2006-10-19  Bruno Haible  <bruno@clisp.org>
41890
41891         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41892         invocation.
41893
41894 2006-10-19  Bruno Haible  <bruno@clisp.org>
41895
41896         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41897         mountlist by default.
41898
41899 2006-10-16  Bruno Haible  <bruno@clisp.org>
41900
41901         * lib/c-strstr.c: Include c-strstr.h.
41902
41903 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41904
41905         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41906         in a slash.
41907
41908 2006-10-18  Bruno Haible  <bruno@clisp.org>
41909
41910         * lib/lock.h [C++]: Wrap definitions in extern "C".
41911
41912 2006-10-18  Bruno Haible  <bruno@clisp.org>
41913
41914         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41915         gl_LIBOBJS list.
41916
41917 2006-10-18  Bruno Haible  <bruno@clisp.org>
41918
41919         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41920
41921 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41922
41923         * lib/xstrtol.h: Include gettext.h.
41924         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41925         Problem reported by Eric Blake.
41926         * modules/xstrtol (Depends-on): Add gettext-h.
41927
41928 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41929
41930         * lib/strftime.c (advance): New macro.
41931         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41932         incomplete type, so you can't add 0 to it.  Problem and patch
41933         reported by Eelco Dolstra for dietlibc.
41934
41935 2006-10-18  Jim Meyering  <jim@meyering.net>
41936
41937         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41938         type for a local, and rename it: s/up/user_proc/.
41939
41940 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41941
41942         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41943         READ_UTMP_USER_PROCESS.
41944         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41945
41946 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41947
41948         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41949         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41950
41951 2006-10-17  Eric Blake  <ebb9@byu.net>
41952
41953         * lib/sigprocmask.c (sigprocmask): Fix typo.
41954
41955         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41956
41957         * modules/clean-temp (Makefile.am): Don't add to make output...
41958         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41959         config.h.
41960
41961 2006-10-17  Bruno Haible  <bruno@clisp.org>
41962
41963         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41964         differently if DEFAULT_TEXT_DOMAIN is set.
41965
41966 2006-10-16  Bruno Haible  <bruno@clisp.org>
41967
41968         * lib/clean-temp.c: Include fwriteerror.h.
41969
41970 2006-10-16  Bruno Haible  <bruno@clisp.org>
41971
41972         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41973
41974 2006-10-16  Bruno Haible  <bruno@clisp.org>
41975
41976         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41977         * lib/sigprocmask.h: Include <sys/types.h>.
41978         (sigset_t): Use the system's definition if present.
41979
41980 2006-10-17  Eric Blake  <ebb9@byu.net>
41981
41982         * lib/xvasprintf.c (includes): Assume config.h.
41983         * lib/xasprintf.c (includes): Likewise.
41984
41985 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41986
41987         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41988         at least as wide as intmax_t.
41989
41990 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41991
41992         (Imported from Automake.)
41993         * build-aux/gnupload: Update to version 1.1 of directive file.
41994
41995 2006-10-16  Eric Blake  <ebb9@byu.net>
41996
41997         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41998         match Automake 1.10a.
41999
42000 2006-10-14  Bruno Haible  <bruno@clisp.org>
42001
42002         * modules/sigprocmask: New file.
42003         * lib/sigprocmask.h: New file.
42004         * lib/sigprocmask.c: New file.
42005         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42006         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42007         request sigprocmask.o.
42008         (gl_PREREQ_SIGPROCMASK): New macro.
42009         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42010         (Depends-on): Add sigprocmask.
42011         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42012         gt_SIGNALBLOCKING. Test for 'raise' only once.
42013         * lib/fatal-signal.c: Include sigprocmask.h.
42014         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42015         unblock_fatal_signals): Define always.
42016         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42017         sigprocmask.
42018
42019 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42020
42021         Sync from Automake.
42022         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42023         which incorrectly sets the mode of an existing destination
42024         directory.  In some cases the unpatched install-sh could do the
42025         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42026         system.  We hope this is rare in practice, but it's clearly worth
42027         fixing.  Problem reported by Alex Unleashed in
42028         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42029         Also, don't bother to check for -m bugs unless we're using -m;
42030         suggested by Stepan Kasal.
42031
42032 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42033
42034         Sync from Automake.
42035         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42036         `-c' flag, so they appear at the same position as in %FASTDEP%
42037         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42038         which ignores unknown options only after the first non-option.
42039         Bug report against M4 by Nelson H. F. Beebe.
42040
42041 2006-10-13  Jim Meyering  <jim@meyering.net>
42042
42043         Fix a bug in yesterday's change.
42044         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42045         p->fts_statp->st_dev would be used uninitialized.
42046         Ensures that we always call fts_stat on the very first entry.
42047         Miklos Szeredi reported that find -xdev stopped working.
42048
42049 2006-10-12  Bruno Haible  <bruno@clisp.org>
42050
42051         * gnulib-tool (func_get_automake_snippet): Append an automatically
42052         computed EXTRA_DIST augmentation.
42053         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42054         * modules/alloca-opt (Makefile.am): Likewise.
42055         * modules/allocsa (Makefile.am): Likewise.
42056         * modules/arcfour (Makefile.am): Likewise.
42057         * modules/arctwo (Makefile.am): Likewise.
42058         * modules/argmatch (Makefile.am): Likewise.
42059         * modules/argz (Makefile.am): Likewise.
42060         * modules/atexit (Makefile.am): Likewise.
42061         * modules/backupfile (Makefile.am): Likewise.
42062         * modules/byteswap (Makefile.am): Likewise.
42063         * modules/c-strtod (Makefile.am): Likewise.
42064         * modules/c-strtold (Makefile.am): Likewise.
42065         * modules/calloc (Makefile.am): Likewise.
42066         * modules/canon-host (Makefile.am): Likewise.
42067         * modules/canonicalize (Makefile.am): Likewise.
42068         * modules/chdir-long (Makefile.am): Likewise.
42069         * modules/chdir-safer (Makefile.am): Likewise.
42070         * modules/check-version (Makefile.am): Likewise.
42071         * modules/chown (Makefile.am): Likewise.
42072         * modules/cloexec (Makefile.am): Likewise.
42073         * modules/close-stream (Makefile.am): Likewise.
42074         * modules/closeout (Makefile.am): Likewise.
42075         * modules/crc (Makefile.am): Likewise.
42076         * modules/csharpexec (Makefile.am): Likewise.
42077         * modules/cycle-check (Makefile.am): Likewise.
42078         * modules/des (Makefile.am): Likewise.
42079         * modules/dev-ino (Makefile.am): Likewise.
42080         * modules/dirfd (Makefile.am): Likewise.
42081         * modules/dirname (Makefile.am): Likewise.
42082         * modules/dup2 (Makefile.am): Likewise.
42083         * modules/eealloc (Makefile.am): Likewise.
42084         * modules/error (Makefile.am): Likewise.
42085         * modules/euidaccess (Makefile.am): Likewise.
42086         * modules/exclude (Makefile.am): Likewise.
42087         * modules/exitfail (Makefile.am): Likewise.
42088         * modules/fcntl-safer (Makefile.am): Likewise.
42089         * modules/fcntl (Makefile.am): Likewise.
42090         * modules/file-type (Makefile.am): Likewise.
42091         * modules/fileblocks (Makefile.am): Likewise.
42092         * modules/filemode (Makefile.am): Likewise.
42093         * modules/filenamecat (Makefile.am): Likewise.
42094         * modules/fnmatch (Makefile.am): Likewise.
42095         * modules/fopen-safer (Makefile.am): Likewise.
42096         * modules/fpending (Makefile.am): Likewise.
42097         * modules/fprintftime (Makefile.am): Likewise.
42098         * modules/free (Makefile.am): Likewise.
42099         * modules/fsusage (Makefile.am): Likewise.
42100         * modules/ftruncate (Makefile.am): Likewise.
42101         * modules/fts (Makefile.am): Likewise.
42102         * modules/gc-arcfour (Makefile.am): Likewise.
42103         * modules/gc-des (Makefile.am): Likewise.
42104         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42105         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42106         * modules/gc-md4 (Makefile.am): Likewise.
42107         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42108         * modules/gc-sha1 (Makefile.am): Likewise.
42109         * modules/gc (Makefile.am): Likewise.
42110         * modules/getaddrinfo (Makefile.am): Likewise.
42111         * modules/getcwd (Makefile.am): Likewise.
42112         * modules/getdelim (Makefile.am): Likewise.
42113         * modules/getdomainname (Makefile.am): Likewise.
42114         * modules/getgroups (Makefile.am): Likewise.
42115         * modules/gethostname (Makefile.am): Likewise.
42116         * modules/gethrxtime (Makefile.am): Likewise.
42117         * modules/getline (Makefile.am): Likewise.
42118         * modules/getloadavg (Makefile.am): Likewise.
42119         * modules/getlogin_r (Makefile.am): Likewise.
42120         * modules/getndelim2 (Makefile.am): Likewise.
42121         * modules/getopt (Makefile.am): Likewise.
42122         * modules/getpagesize (Makefile.am): Likewise.
42123         * modules/getpass-gnu (Makefile.am): Likewise.
42124         * modules/getpass (Makefile.am): Likewise.
42125         * modules/getsubopt (Makefile.am): Likewise.
42126         * modules/gettime (Makefile.am): Likewise.
42127         * modules/gettimeofday (Makefile.am): Likewise.
42128         * modules/getugroups (Makefile.am): Likewise.
42129         * modules/getusershell (Makefile.am): Likewise.
42130         * modules/glob (Makefile.am): Likewise.
42131         * modules/group-member (Makefile.am): Likewise.
42132         * modules/hard-locale (Makefile.am): Likewise.
42133         * modules/hash (Makefile.am): Likewise.
42134         * modules/hmac-md5 (Makefile.am): Likewise.
42135         * modules/hmac-sha1 (Makefile.am): Likewise.
42136         * modules/human (Makefile.am): Likewise.
42137         * modules/idcache (Makefile.am): Likewise.
42138         * modules/imaxabs (Makefile.am): Likewise.
42139         * modules/imaxdiv (Makefile.am): Likewise.
42140         * modules/inet_ntop (Makefile.am): Likewise.
42141         * modules/inet_pton (Makefile.am): Likewise.
42142         * modules/intprops (Makefile.am): Likewise.
42143         * modules/inttostr (Makefile.am): Likewise.
42144         * modules/inttypes (Makefile.am): Likewise.
42145         * modules/isapipe (Makefile.am): Likewise.
42146         * modules/javaversion (Makefile.am): Likewise.
42147         * modules/lchmod (Makefile.am): Likewise.
42148         * modules/lchown (Makefile.am): Likewise.
42149         * modules/localcharset (Makefile.am): Likewise.
42150         * modules/long-options (Makefile.am): Likewise.
42151         * modules/lstat (Makefile.am): Likewise.
42152         * modules/malloc (Makefile.am): Likewise.
42153         * modules/mathl (Makefile.am): Likewise.
42154         * modules/mbchar (Makefile.am): Likewise.
42155         * modules/md2 (Makefile.am): Likewise.
42156         * modules/md4 (Makefile.am): Likewise.
42157         * modules/md5 (Makefile.am): Likewise.
42158         * modules/memcasecmp (Makefile.am): Likewise.
42159         * modules/memchr (Makefile.am): Likewise.
42160         * modules/memcmp (Makefile.am): Likewise.
42161         * modules/memcoll (Makefile.am): Likewise.
42162         * modules/memcpy (Makefile.am): Likewise.
42163         * modules/memmem (Makefile.am): Likewise.
42164         * modules/memmove (Makefile.am): Likewise.
42165         * modules/mempcpy (Makefile.am): Likewise.
42166         * modules/memrchr (Makefile.am): Likewise.
42167         * modules/memset (Makefile.am): Likewise.
42168         * modules/memxor (Makefile.am): Likewise.
42169         * modules/mkancesdirs (Makefile.am): Likewise.
42170         * modules/mkdir-p (Makefile.am): Likewise.
42171         * modules/mkdir (Makefile.am): Likewise.
42172         * modules/mkdtemp (Makefile.am): Likewise.
42173         * modules/mkstemp (Makefile.am): Likewise.
42174         * modules/mktime (Makefile.am): Likewise.
42175         * modules/modechange (Makefile.am): Likewise.
42176         * modules/mountlist (Makefile.am): Likewise.
42177         * modules/nanosleep (Makefile.am): Likewise.
42178         * modules/obstack (Makefile.am): Likewise.
42179         * modules/openat (Makefile.am): Likewise.
42180         * modules/pagealign_alloc (Makefile.am): Likewise.
42181         * modules/pathmax (Makefile.am): Likewise.
42182         * modules/physmem (Makefile.am): Likewise.
42183         * modules/poll (Makefile.am): Likewise.
42184         * modules/posixtm (Makefile.am): Likewise.
42185         * modules/posixver (Makefile.am): Likewise.
42186         * modules/putenv (Makefile.am): Likewise.
42187         * modules/quote (Makefile.am): Likewise.
42188         * modules/quotearg (Makefile.am): Likewise.
42189         * modules/raise (Makefile.am): Likewise.
42190         * modules/read-file (Makefile.am): Likewise.
42191         * modules/readline (Makefile.am): Likewise.
42192         * modules/readlink (Makefile.am): Likewise.
42193         * modules/readtokens (Makefile.am): Likewise.
42194         * modules/readutmp (Makefile.am): Likewise.
42195         * modules/realloc (Makefile.am): Likewise.
42196         * modules/regex (Makefile.am): Likewise.
42197         * modules/rename-dest-slash (Makefile.am): Likewise.
42198         * modules/rename (Makefile.am): Likewise.
42199         * modules/rijndael (Makefile.am): Likewise.
42200         * modules/rmdir (Makefile.am): Likewise.
42201         * modules/rpmatch (Makefile.am): Likewise.
42202         * modules/safe-read (Makefile.am): Likewise.
42203         * modules/safe-write (Makefile.am): Likewise.
42204         * modules/same-inode (Makefile.am): Likewise.
42205         * modules/same (Makefile.am): Likewise.
42206         * modules/save-cwd (Makefile.am): Likewise.
42207         * modules/savedir (Makefile.am): Likewise.
42208         * modules/setenv (Makefile.am): Likewise.
42209         * modules/settime (Makefile.am): Likewise.
42210         * modules/sha1 (Makefile.am): Likewise.
42211         * modules/sig2str (Makefile.am): Likewise.
42212         * modules/snprintf (Makefile.am): Likewise.
42213         * modules/stat-macros (Makefile.am): Likewise.
42214         * modules/stat-time (Makefile.am): Likewise.
42215         * modules/stdbool (Makefile.am): Likewise.
42216         * modules/stdint (Makefile.am): Likewise.
42217         * modules/stdlib-safer (Makefile.am): Likewise.
42218         * modules/stpcpy (Makefile.am): Likewise.
42219         * modules/stpncpy (Makefile.am): Likewise.
42220         * modules/strcase (Makefile.am): Likewise.
42221         * modules/strcasestr (Makefile.am): Likewise.
42222         * modules/strchrnul (Makefile.am): Likewise.
42223         * modules/strcspn (Makefile.am): Likewise.
42224         * modules/strdup (Makefile.am): Likewise.
42225         * modules/strerror (Makefile.am): Likewise.
42226         * modules/strftime (Makefile.am): Likewise.
42227         * modules/strndup (Makefile.am): Likewise.
42228         * modules/strnlen (Makefile.am): Likewise.
42229         * modules/strpbrk (Makefile.am): Likewise.
42230         * modules/strsep (Makefile.am): Likewise.
42231         * modules/strstr (Makefile.am): Likewise.
42232         * modules/strtod (Makefile.am): Likewise.
42233         * modules/strtoimax (Makefile.am): Likewise.
42234         * modules/strtok_r (Makefile.am): Likewise.
42235         * modules/strtol (Makefile.am): Likewise.
42236         * modules/strtoll (Makefile.am): Likewise.
42237         * modules/strtoul (Makefile.am): Likewise.
42238         * modules/strtoull (Makefile.am): Likewise.
42239         * modules/strtoumax (Makefile.am): Likewise.
42240         * modules/strverscmp (Makefile.am): Likewise.
42241         * modules/sys_socket (Makefile.am): Likewise.
42242         * modules/sys_stat (Makefile.am): Likewise.
42243         * modules/sysexits (Makefile.am): Likewise.
42244         * modules/time_r (Makefile.am): Likewise.
42245         * modules/timegm (Makefile.am): Likewise.
42246         * modules/timespec (Makefile.am): Likewise.
42247         * modules/tmpfile-safer (Makefile.am): Likewise.
42248         * modules/trim (Makefile.am): Likewise.
42249         * modules/unistd-safer (Makefile.am): Likewise.
42250         * modules/unlinkdir (Makefile.am): Likewise.
42251         * modules/unlocked-io (Makefile.am): Likewise.
42252         * modules/userspec (Makefile.am): Likewise.
42253         * modules/utime (Makefile.am): Likewise.
42254         * modules/utimecmp (Makefile.am): Likewise.
42255         * modules/utimens (Makefile.am): Likewise.
42256         * modules/vasnprintf (Makefile.am): Likewise.
42257         * modules/vasprintf (Makefile.am): Likewise.
42258         * modules/vsnprintf (Makefile.am): Likewise.
42259         * modules/xalloc (Makefile.am): Likewise.
42260         * modules/xgetcwd (Makefile.am): Likewise.
42261         * modules/xnanosleep (Makefile.am): Likewise.
42262         * modules/xreadlink (Makefile.am): Likewise.
42263         * modules/xstrtod (Makefile.am): Likewise.
42264         * modules/xstrtol (Makefile.am): Likewise.
42265         * modules/xstrtold (Makefile.am): Likewise.
42266         * modules/yesno (Makefile.am): Likewise.
42267         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42268
42269 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42270
42271         * modules/error (Makefile.am): Distribute files through
42272         EXTRA_DIST, not lib_SOURCES.
42273
42274 2006-10-12  Eric Blake  <ebb9@byu.net>
42275
42276         * modules/error (Makefile.am): Distribute files in /lib.
42277         * modules/obstack (Makefile.am): Likewise.
42278
42279 2006-10-12  Bruno Haible  <bruno@clisp.org>
42280
42281         * modules/acl (Makefile.am): Distribute all files in lib/ through
42282         EXTRA_DIST.
42283         * modules/arcfour (Makefile.am): Likewise.
42284         * modules/arctwo (Makefile.am): Likewise.
42285         * modules/argmatch (Makefile.am): Likewise.
42286         * modules/argz (Makefile.am): Likewise.
42287         * modules/atexit (Makefile.am): Likewise.
42288         * modules/backupfile (Makefile.am): Likewise.
42289         * modules/c-strtod (Makefile.am): Likewise.
42290         * modules/c-strtold (Makefile.am): Likewise.
42291         * modules/calloc (Makefile.am): Likewise.
42292         * modules/canon-host (Makefile.am): Likewise.
42293         * modules/canonicalize (Makefile.am): Likewise.
42294         * modules/chdir-long (Makefile.am): Likewise.
42295         * modules/chdir-safer (Makefile.am): Likewise.
42296         * modules/check-version (Makefile.am): Likewise.
42297         * modules/chown (Makefile.am): Likewise.
42298         * modules/cloexec (Makefile.am): Likewise.
42299         * modules/close-stream (Makefile.am): Likewise.
42300         * modules/closeout (Makefile.am): Likewise.
42301         * modules/crc (Makefile.am): Likewise.
42302         * modules/cycle-check (Makefile.am): Likewise.
42303         * modules/des (Makefile.am): Likewise.
42304         * modules/dirfd (Makefile.am): Likewise.
42305         * modules/dirname (Makefile.am): Likewise.
42306         * modules/dup2 (Makefile.am): Likewise.
42307         * modules/euidaccess (Makefile.am): Likewise.
42308         * modules/exclude (Makefile.am): Likewise.
42309         * modules/exitfail (Makefile.am): Likewise.
42310         * modules/fcntl-safer (Makefile.am): Likewise.
42311         * modules/file-type (Makefile.am): Likewise.
42312         * modules/fileblocks (Makefile.am): Likewise.
42313         * modules/filemode (Makefile.am): Likewise.
42314         * modules/filenamecat (Makefile.am): Likewise.
42315         * modules/fnmatch (Makefile.am): Likewise.
42316         * modules/fopen-safer (Makefile.am): Likewise.
42317         * modules/fpending (Makefile.am): Likewise.
42318         * modules/fprintftime (Makefile.am): Likewise.
42319         * modules/free (Makefile.am): Likewise.
42320         * modules/fsusage (Makefile.am): Likewise.
42321         * modules/ftruncate (Makefile.am): Likewise.
42322         * modules/fts (Makefile.am): Likewise.
42323         * modules/gc (Makefile.am): Likewise.
42324         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42325         * modules/getaddrinfo (Makefile.am): Likewise.
42326         * modules/getcwd (Makefile.am): Likewise.
42327         * modules/getdelim (Makefile.am): Likewise.
42328         * modules/getdomainname (Makefile.am): Likewise.
42329         * modules/getgroups (Makefile.am): Likewise.
42330         * modules/gethostname (Makefile.am): Likewise.
42331         * modules/gethrxtime (Makefile.am): Likewise.
42332         * modules/getline (Makefile.am): Likewise.
42333         * modules/getloadavg (Makefile.am): Likewise.
42334         * modules/getlogin_r (Makefile.am): Likewise.
42335         * modules/getopt (Makefile.am): Likewise.
42336         * modules/getpass (Makefile.am): Likewise.
42337         * modules/getpass-gnu (Makefile.am): Likewise.
42338         * modules/getsubopt (Makefile.am): Likewise.
42339         * modules/gettime (Makefile.am): Likewise.
42340         * modules/gettimeofday (Makefile.am): Likewise.
42341         * modules/getugroups (Makefile.am): Likewise.
42342         * modules/getusershell (Makefile.am): Likewise.
42343         * modules/glob (Makefile.am): Likewise.
42344         * modules/group-member (Makefile.am): Likewise.
42345         * modules/hard-locale (Makefile.am): Likewise.
42346         * modules/hash (Makefile.am): Likewise.
42347         * modules/hmac-md5 (Makefile.am): Likewise.
42348         * modules/hmac-sha1 (Makefile.am): Likewise.
42349         * modules/human (Makefile.am): Likewise.
42350         * modules/idcache (Makefile.am): Likewise.
42351         * modules/imaxabs (Makefile.am): Likewise.
42352         * modules/imaxdiv (Makefile.am): Likewise.
42353         * modules/inet_ntop (Makefile.am): Likewise.
42354         * modules/inet_pton (Makefile.am): Likewise.
42355         * modules/inttostr (Makefile.am): Likewise.
42356         * modules/isapipe (Makefile.am): Likewise.
42357         * modules/lchown (Makefile.am): Likewise.
42358         * modules/long-options (Makefile.am): Likewise.
42359         * modules/lstat (Makefile.am): Likewise.
42360         * modules/malloc (Makefile.am): Likewise.
42361         * modules/mathl (Makefile.am): Likewise.
42362         * modules/mbchar (Makefile.am): Likewise.
42363         * modules/md2 (Makefile.am): Likewise.
42364         * modules/md4 (Makefile.am): Likewise.
42365         * modules/md5 (Makefile.am): Likewise.
42366         * modules/memcasecmp (Makefile.am): Likewise.
42367         * modules/memchr (Makefile.am): Likewise.
42368         * modules/memcmp (Makefile.am): Likewise.
42369         * modules/memcoll (Makefile.am): Likewise.
42370         * modules/memcpy (Makefile.am): Likewise.
42371         * modules/memmem (Makefile.am): Likewise.
42372         * modules/memmove (Makefile.am): Likewise.
42373         * modules/mempcpy (Makefile.am): Likewise.
42374         * modules/memrchr (Makefile.am): Likewise.
42375         * modules/memset (Makefile.am): Likewise.
42376         * modules/memxor (Makefile.am): Likewise.
42377         * modules/mkancesdirs (Makefile.am): Likewise.
42378         * modules/mkdir (Makefile.am): Likewise.
42379         * modules/mkdir-p (Makefile.am): Likewise.
42380         * modules/mkdtemp (Makefile.am): Likewise.
42381         * modules/mkstemp (Makefile.am): Likewise.
42382         * modules/mktime (Makefile.am): Likewise.
42383         * modules/modechange (Makefile.am): Likewise.
42384         * modules/mountlist (Makefile.am): Likewise.
42385         * modules/nanosleep (Makefile.am): Likewise.
42386         * modules/openat (Makefile.am): Likewise.
42387         * modules/pagealign_alloc (Makefile.am): Likewise.
42388         * modules/physmem (Makefile.am): Likewise.
42389         * modules/poll (Makefile.am): Likewise.
42390         * modules/posixtm (Makefile.am): Likewise.
42391         * modules/posixver (Makefile.am): Likewise.
42392         * modules/putenv (Makefile.am): Likewise.
42393         * modules/quote (Makefile.am): Likewise.
42394         * modules/quotearg (Makefile.am): Likewise.
42395         * modules/raise (Makefile.am): Likewise.
42396         * modules/read-file (Makefile.am): Likewise.
42397         * modules/readline (Makefile.am): Likewise.
42398         * modules/readlink (Makefile.am): Likewise.
42399         * modules/readtokens (Makefile.am): Likewise.
42400         * modules/readutmp (Makefile.am): Likewise.
42401         * modules/realloc (Makefile.am): Likewise.
42402         * modules/regex (Makefile.am): Likewise.
42403         * modules/rename (Makefile.am): Likewise.
42404         * modules/rename-dest-slash (Makefile.am): Likewise.
42405         * modules/rijndael (Makefile.am): Likewise.
42406         * modules/rmdir (Makefile.am): Likewise.
42407         * modules/rpmatch (Makefile.am): Likewise.
42408         * modules/safe-read (Makefile.am): Likewise.
42409         * modules/safe-write (Makefile.am): Likewise.
42410         * modules/same (Makefile.am): Likewise.
42411         * modules/save-cwd (Makefile.am): Likewise.
42412         * modules/savedir (Makefile.am): Likewise.
42413         * modules/setenv (Makefile.am): Likewise.
42414         * modules/settime (Makefile.am): Likewise.
42415         * modules/sha1 (Makefile.am): Likewise.
42416         * modules/sig2str (Makefile.am): Likewise.
42417         * modules/snprintf (Makefile.am): Likewise.
42418         * modules/stdlib-safer (Makefile.am): Likewise.
42419         * modules/stpcpy (Makefile.am): Likewise.
42420         * modules/stpncpy (Makefile.am): Likewise.
42421         * modules/strcase (Makefile.am): Likewise.
42422         * modules/strcasestr (Makefile.am): Likewise.
42423         * modules/strchrnul (Makefile.am): Likewise.
42424         * modules/strcspn (Makefile.am): Likewise.
42425         * modules/strdup (Makefile.am): Likewise.
42426         * modules/strerror (Makefile.am): Likewise.
42427         * modules/strftime (Makefile.am): Likewise.
42428         * modules/strndup (Makefile.am): Likewise.
42429         * modules/strnlen (Makefile.am): Likewise.
42430         * modules/strpbrk (Makefile.am): Likewise.
42431         * modules/strsep (Makefile.am): Likewise.
42432         * modules/strstr (Makefile.am): Likewise.
42433         * modules/strtod (Makefile.am): Likewise.
42434         * modules/strtoimax (Makefile.am): Likewise.
42435         * modules/strtok_r (Makefile.am): Likewise.
42436         * modules/strtol (Makefile.am): Likewise.
42437         * modules/strtoll (Makefile.am): Likewise.
42438         * modules/strtoul (Makefile.am): Likewise.
42439         * modules/strtoull (Makefile.am): Likewise.
42440         * modules/strtoumax (Makefile.am): Likewise.
42441         * modules/strverscmp (Makefile.am): Likewise.
42442         * modules/time_r (Makefile.am): Likewise.
42443         * modules/timegm (Makefile.am): Likewise.
42444         * modules/tmpfile-safer (Makefile.am): Likewise.
42445         * modules/unistd-safer (Makefile.am): Likewise.
42446         * modules/unlinkdir (Makefile.am): Likewise.
42447         * modules/userspec (Makefile.am): Likewise.
42448         * modules/utime (Makefile.am): Likewise.
42449         * modules/utimecmp (Makefile.am): Likewise.
42450         * modules/utimens (Makefile.am): Likewise.
42451         * modules/vasnprintf (Makefile.am): Likewise.
42452         * modules/vasprintf (Makefile.am): Likewise.
42453         * modules/vsnprintf (Makefile.am): Likewise.
42454         * modules/xalloc (Makefile.am): Likewise.
42455         * modules/xgetcwd (Makefile.am): Likewise.
42456         * modules/xnanosleep (Makefile.am): Likewise.
42457         * modules/xreadlink (Makefile.am): Likewise.
42458         * modules/xstrtod (Makefile.am): Likewise.
42459         * modules/xstrtol (Makefile.am): Likewise.
42460         * modules/xstrtold (Makefile.am): Likewise.
42461         * modules/yesno (Makefile.am): Likewise.
42462
42463 2006-10-12  Jim Meyering  <jim@meyering.net>
42464
42465         * m4/getloadavg.m4: Revert the change below.
42466
42467         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42468         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42469         fail with a symlink, which is what coreutils' ./bootstrap now
42470         creates by default.
42471
42472 2006-10-12  Bruno Haible  <bruno@clisp.org>
42473
42474         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42475         mingw.
42476         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42477         MSVC and mingw explicitly.
42478
42479 2006-10-11  Simon Josefsson  <jas@extundo.com>
42480             Bruno Haible  <bruno@clisp.org>
42481
42482         Add support for multiple gnulib-tool invocations in the scope of a
42483         single configure.ac file.
42484         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42485         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42486         with the same contents as the _LIBADD variable.
42487         (func_emit_initmacro_start, func_emit_initmacro_end,
42488         func_emit_initmacro_done): New functions.
42489         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42490         gl_LIBOBJS and gl_LTLIBOBJS.
42491
42492 2006-10-11  Bruno Haible  <bruno@clisp.org>
42493
42494         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42495         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42496         autoreconf. Instead, invoke autopoint explicitly but move back the
42497         *.m4 files from gnulib.
42498
42499 2006-10-11  Bruno Haible  <bruno@clisp.org>
42500
42501         * gnulib-tool (func_usage): Make module names after --create-testdir
42502         optional.
42503         (func_create_testdir): If no module was specified, use nearly all
42504         modules.
42505
42506 2006-10-12  Jim Meyering  <jim@meyering.net>
42507
42508         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42509         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42510         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42511         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42512         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42513         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42514         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42515         (fts_set_stat_required): New function.
42516         (fts_open): Defer the calls to fts_stat, if possible or requested.
42517         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42518         into fts_stat itself.
42519         (fts_read): Perform any required (deferred) fts_stat call.
42520         (fts_build): Likewise, for the directory we're about to open and read.
42521         In the readdir loop, carefully decide whether each entry will require
42522         an eventual call to fts_stat, using dirent.d_type info if available.
42523         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42524         a command line argument into this function.  Update all callers.
42525         Map a return value of FTS_DOT to FTS_D for a command line argument.
42526         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42527         Thanks to Miklos Szeredi for his tenacity and for the initial
42528         bug report about "find" failing on a FUSE-based file system.
42529
42530         * lib/fts.c (fts_open): Use consistent indentation.
42531
42532 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42533
42534         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42535         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42536         reported by Jim Meyering.  All uses of cache variables renamed
42537         to match Autoconf's.
42538         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42539         the other one.
42540
42541         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42542         Fix misspelling in diagnostic.
42543
42544 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42545
42546         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42547         defined.  Problem reported by Matthew Woehlke.
42548
42549         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42550         Add support for Tandem NonStop R series.
42551         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42552         Use new macro.
42553
42554         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42555         (has_trailing_slash): Omit size arg; all callers changed.
42556         Omit 'inline', since it doesn't help performance and we'd
42557         need to configure it.
42558         Don't count //, ///, etc. as having a trailing slash.
42559         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42560         (rpl_rename_dest_slash): On failure, use rename's errno rather
42561         than (in some cases) an incorrect or junk errno.
42562         Simplify code by removing need to compute length; this does
42563         cause it to make two passes instead of one over the file name,
42564         but it's worth it.
42565
42566         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42567         change, since Autoconf's version may no longer be appropriate now
42568         that we are using CVS Autoconf's version.  Add support for Tandem.
42569
42570 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42571             Bruno Haible  <bruno@clisp.org>
42572
42573         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42574         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42575         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42576         gl_AC_TYPE_LONG_LONG.
42577
42578         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42579         instead of HAVE_LONG_LONG.
42580         * lib/printf-args.c (printf_fetchargs): Likewise.
42581         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42582         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42583         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42584         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42585         gl_AC_TYPE_LONG_LONG.
42586
42587 2006-10-11  Bruno Haible  <bruno@clisp.org>
42588
42589         * m4/longlong.m4: Add comments.
42590         * m4/ulonglong.m4: Likewise.
42591
42592 2006-10-10  Bruno Haible  <bruno@clisp.org>
42593
42594         Make it possible to #define stpcpy, strdup to aliases.
42595         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42596         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42597
42598 2006-10-10  Bruno Haible  <bruno@clisp.org>
42599
42600         Make it possible to #define gcd to an alias.
42601         * lib/gcd.c: Include config.h.
42602
42603 2006-10-10  Bruno Haible  <bruno@clisp.org>
42604
42605         Make it possible to #define c_isascii to an alias.
42606         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42607         defined. Undefine the macros before defining them, to avoid gcc
42608         warnings.
42609         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42610         define NO_C_CTYPE_MACROS early.
42611
42612 2006-10-10  Bruno Haible  <bruno@clisp.org>
42613
42614         Make it possible to #define set_program_name to an alias.
42615         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42616         ENABLE_RELOCATABLE early.
42617
42618 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42619
42620         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42621         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42622         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42623         More generally, don't assume that 64-bit signed int is available
42624         if unsigned int is, and vice versa.
42625         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42626         unsigned symbols, not on their signed counterparts.
42627         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42628         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42629         (UINT64_C, UINTMAX_C):
42630         Likewise.
42631         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42632         unsigned counterparts.
42633         (Have_long_long, Unsigned): New macros.
42634         (Int): Renamed from INT.
42635         (strtoimax): Use the new macros.
42636         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42637         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42638         * modules/inttypes (inttypes.h): Substitute
42639         HAVE_UNSIGNED_LONG_LONG_INT.
42640         * modules/stdint (stdint.h): Likewise.
42641         (Files): Add m4/ulonglong.m4.
42642
42643 2006-10-10  Bruno Haible  <bruno@clisp.org>
42644
42645         Fix a gcc -Wshadow warning.
42646         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42647         to 'bucket'.
42648         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42649         gl_linked_indexof_from_to): Likewise.
42650         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42651         Likewise.
42652         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42653         Likewise.
42654         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42655         Reported by Eric Blake.
42656
42657 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42658
42659         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42660         for NetBSD.  Problem reported by Bruno Haible.
42661
42662 2006-10-09  Jim Meyering  <jim@meyering.net>
42663
42664         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42665         Patch from Bruno Haible.
42666
42667 2006-10-09  Jim Meyering  <jim@meyering.net>
42668
42669         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42670         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42671         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42672
42673 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42674
42675         Don't include <config.h> twice; this doesn't work in some cases,
42676         e.g., when config.h has "#define intmax_t long long int" and
42677         we include <config.h>, <inttypes.h>, <config.h> in that order.
42678         Problem reported by Matthew Woehlke in:
42679         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42680         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42681         * lib/fts-cycle.c: Don't include config.h.
42682         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42683         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42684         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42685         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42686         inttypes.h.
42687         * lib/xstrtoumax.c: Likewise.
42688         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42689         __strtol and the like, so that this module is more like its siblings.
42690         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42691         Remove; no longer needed now that we assume gnulib inttypes.h.
42692
42693 2006-10-08  Bruno Haible  <bruno@clisp.org>
42694
42695         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42696         option.
42697
42698 2006-10-07  Jim Meyering  <jim@meyering.net>
42699
42700         * modules/inttypes (inttypes.h): Revert what seems to have been
42701         an inadvertent part of today's change: use "|", not "/" in the
42702         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42703
42704 2006-10-07  Bruno Haible  <bruno@clisp.org>
42705
42706         * modules/sublist: New file.
42707
42708 2006-10-07  Bruno Haible  <bruno@clisp.org>
42709
42710         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42711         * modules/argz (argz.h): Likewise.
42712         * modules/arpa_inet (arpa/inet.h): Likewise.
42713         * modules/byteswap (byteswap.h): Likewise.
42714         * modules/configmake (configmake.h): Likewise.
42715         * modules/fcntl (fcntl.h): Likewise.
42716         * modules/fnmatch (fnmatch.h): Likewise.
42717         * modules/getopt (getopt.h): Likewise.
42718         * modules/glob (glob.h): Likewise.
42719         * modules/inttypes (inttypes.h): Likewise.
42720         * modules/netinet_in (netinet/in.h): Likewise.
42721         * modules/poll (poll.h): Likewise.
42722         * modules/stdbool (stdbool.h): Likewise.
42723         * modules/stdint (stdint.h): Likewise.
42724         * modules/sys_select (sys/select.h): Likewise.
42725         * modules/sys_socket (sys/socket.h): Likewise.
42726         * modules/sys_stat (sys/stat.h): Likewise.
42727         * modules/sysexits (sysexits.h): Likewise.
42728         * modules/unistd (unistd.h): Likewise.
42729         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42730         Add a "DO NOT EDIT" comment to the generated file.
42731         (func_import): Likewise for gnulib-comp.m4.
42732
42733 2006-10-07  Bruno Haible  <bruno@clisp.org>
42734
42735         * lib/gl_sublist.h: New file.
42736         * lib/gl_sublist.c: New file.
42737
42738 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42739
42740         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42741         name (relative to the original working directory) and the file
42742         name component (relative to the temporary working directory).  All
42743         callers changed.
42744         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42745         * lib/mkdir-p.c (make_dir_parents): Likewise.
42746         * lib/mkdir-p.h (make_dir_parents): Likewise.
42747
42748 2006-10-06  Eric Blake  <ebb9@byu.net>
42749
42750         Define several macros for use by the clean-temp module.
42751         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42752         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42753         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42754
42755         * lib/clean-temp.h (close_stream_temp): New declaration.
42756         * lib/clean-temp.c (includes): Pull in headers according to what
42757         other modules are in use.
42758         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42759
42760 2006-10-06  Bruno Haible  <bruno@clisp.org>
42761
42762         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42763         instead of fopen, fwriteerror.
42764
42765 2006-10-06  Bruno Haible  <bruno@clisp.org>
42766
42767         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42768         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42769         int.
42770         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42771         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42772         Return an error indicator.
42773         Suggested by Eric Blake.
42774
42775 2006-10-06  Bruno Haible  <bruno@clisp.org>
42776
42777         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42778         Reported by Eric Blake.
42779
42780 2006-10-06  Bruno Haible  <bruno@clisp.org>
42781
42782         * modules/closeout (Description): Mention stderr too.
42783
42784 2006-10-06  Bruno Haible  <bruno@clisp.org>
42785         and Paul Eggert  <eggert@cs.ucla.edu>
42786
42787         * lib/closeout.c (close_stdout): Also close stderr.
42788         * lib/closeout.h: Update comment.
42789
42790 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42791
42792         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42793         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42794         * lib/dirchownmod.c: Include lchown.h.
42795         * lib/lchown.c: Don't include files that lchown.h now includes.
42796         Don't declare chown, since lchown.h now does that.
42797         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42798         (lchown): Define to rpl_chown if lchown is declared but
42799         does not exist.  Declare using a prototype if lchown is not
42800         declared.  Add a copyright notice.
42801         * lib/mkstemp.h: Include <unistd.h>.
42802         * lib/openat.c: Include lchown.h.
42803
42804         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42805         we now test for that separately.
42806         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42807         rather than O_NOFOLLOW, when testing whether it's possible to
42808         avoid a race condition reliably.
42809         * lib/savewd.c (savewd_chdir): Likewise.
42810
42811         Remove macros that are no longer needed now that stdint.h is
42812         reliable.
42813         * lib/fsusage.c (UINTMAX_MAX): Remove.
42814         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42815         * lib/utimecmp.c (SIZE_MAX): Remove.
42816
42817         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42818
42819         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42820         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42821         O_NOATIME works.
42822
42823 2006-10-05  Bruno Haible  <bruno@clisp.org>
42824
42825         * lib/gl_list.h (gl_sortedlist_search_from_to,
42826         gl_sortedlist_indexof_from_to): New declarations.
42827         (gl_list_implementation): New fields sortedlist_search_from_to,
42828         sortedlist_indexof_from_to.
42829         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42830         inline functions.
42831         * lib/gl_list.c (gl_sortedlist_search_from_to,
42832         gl_sortedlist_indexof_from_to): New functions.
42833         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42834         function.
42835         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42836         (gl_array_sortedlist_search_from_to): New function.
42837         (gl_array_list_implementation): Update.
42838         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42839         function.
42840         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42841         (gl_carray_sortedlist_search_from_to): New function.
42842         (gl_carray_list_implementation): Update.
42843         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42844         gl_linked_sortedlist_indexof_from_to): New functions.
42845         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42846         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42847         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42848         gl_tree_sortedlist_indexof_from_to): New functions.
42849         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42850         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42851         Update.
42852         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42853         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42854         Update.
42855
42856 2006-10-05  Bruno Haible  <bruno@clisp.org>
42857
42858         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42859         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42860         (struct gl_list_implementation): Add fields search_from_to,
42861         indexof_from_to. Remove fields search, indexof.
42862         (gl_list_search): Use the search_from_to method.
42863         (gl_list_search_from, gl_list_search_from_to): New functions.
42864         (gl_list_indexof): Use the indexof_from_to method.
42865         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42866         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42867         (gl_list_search_from, gl_list_search_from_to): New functions.
42868         (gl_list_indexof): Use the indexof_from_to method.
42869         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42870         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42871         gl_array_indexof. Add start_index, end_index arguments.
42872         (gl_array_search_from_to): Renamed from gl_array_search. Add
42873         start_index, end_index arguments.
42874         (gl_array_remove, gl_array_list_implementation): Update.
42875         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42876         gl_carray_indexof. Add start_index, end_index arguments.
42877         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42878         start_index, end_index arguments.
42879         (gl_carray_remove, gl_carray_list_implementation): Update.
42880         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42881         gl_linked_search. Add start_index, end_index arguments.
42882         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42883         start_index, end_index arguments.
42884         (gl_linked_remove): Update.
42885         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42886         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42887         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42888         field to 'size_t'.
42889         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42890         gl_tree_search. Add start_index, end_index arguments.
42891         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42892         start_index, end_index arguments.
42893         (gl_tree_remove): Update.
42894         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42895         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42896         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42897         function.
42898         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42899         gl_tree_search. Add start_index, end_index arguments.
42900         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42901         start_index, end_index arguments.
42902         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42903         Update.
42904         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42905
42906 2006-10-05  Bruno Haible  <bruno@clisp.org>
42907
42908         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42909
42910         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42911         fwriteerror_temp): New declarations.
42912         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42913         (descriptors): New variable.
42914         (cleanup): First, close the descriptors.
42915         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42916         fclose_temp, fwriteerror_temp): New functions.
42917
42918 2006-10-04  Jim Meyering  <jim@meyering.net>
42919
42920         * lib/fts.c (fts_open): Tiny comment change.
42921
42922 2006-10-04  Bruno Haible  <bruno@clisp.org>
42923
42924         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42925         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42926         gl_LOCK_BODY.
42927         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42928         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42929         gl_LOCK_EARLY_BODY.
42930         (gl_LOCK): Require gl_LOCK_BODY.
42931
42932 2006-10-04  Bruno Haible  <bruno@clisp.org>
42933
42934         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42935         (gl_oset_search_atleast): New declaration.
42936         (struct gl_oset_implementation): Add field 'search_atleast'.
42937         (gl_oset_search_atleast): New inline function.
42938         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42939         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42940         (gl_array_oset_implementation): Update.
42941         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42942         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42943         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42944
42945 2006-10-04  Bruno Haible  <bruno@clisp.org>
42946
42947         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42948
42949 2006-10-03  Bruno Haible  <bruno@clisp.org>
42950
42951         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42952         from gl_avltreehash_list_implementation.
42953
42954 2006-10-03  Bruno Haible  <bruno@clisp.org>
42955
42956         * lib/gl_oset.c (gl_oset_add): Fix return type.
42957
42958 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42959
42960         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42961
42962 2006-10-02  Eric Blake  <ebb9@byu.net>
42963
42964         * modules/strnlen (Depends-on): Add extensions.
42965
42966 2006-10-02  Eric Blake  <ebb9@byu.net>
42967
42968         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42969         definition in 2.60+.
42970
42971 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42972
42973         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42974         checks.
42975
42976 2006-10-02  Bruno Haible  <bruno@clisp.org>
42977
42978         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42979         to the AUTOMAKE_OPTIONS.
42980         Reported by Jim Meyering.
42981
42982 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42983
42984         Work around bug in Solaris 10 /proc file system:
42985         /proc/self/fd/NNN/.. isn't the parent directory of
42986         the directory whose file descriptor is NNN.  This needs to
42987         be worked around at run time, not compile time, since a
42988         program might be built on Solaris 8, where things work, and
42989         run on Solaris 10.
42990         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42991         to use the following interface instead:
42992         (OPENAT_BUFFER_SIZE): New macro.
42993         (openat_proc_name): New function.
42994         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42995         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42996         Likewise.
42997         * lib/openat-proc.c: New file.
42998         * modules/openat (Files): Add lib/openat-proc.c.
42999         (Depends-on): Add same-inode, stdbool.
43000         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43001
43002 2006-09-29  Bruno Haible  <bruno@clisp.org>
43003
43004         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43005         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43006         argument. Set stdout_closed before testing for ferror, not after.
43007         (fwriteerror, fwriteerror_no_ebadf): New functions.
43008
43009 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43010
43011         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43012
43013 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43014
43015         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43016         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43017
43018 2006-09-28  Jim Meyering  <jim@meyering.net>
43019
43020         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43021         Include <unistd.h>.
43022
43023 2006-09-28  Bruno Haible  <bruno@clisp.org>
43024
43025         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43026         * modules/linkedhash-list (Depends-on): Likewise.
43027         * modules/rbtreehash-list (Depends-on): Likewise.
43028
43029 2006-09-28  Bruno Haible  <bruno@clisp.org>
43030
43031         * lib/strndup.h: Simplify the redefinition of strndup.
43032         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43033         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43034
43035 2006-09-28  Bruno Haible  <bruno@clisp.org>
43036
43037         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43038         * lib/gl_linkedhash_list.c: Likewise.
43039         * lib/gl_rbtreehash_list.c: Likewise.
43040
43041 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43042
43043         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43044         getaddrinfo.
43045
43046         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43047         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43048         it causes <stdio_ext.h> to cause a compile-time error.
43049         Problem reported by Nelson H. F. Beebe.
43050         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43051         of HAVE_DECL___PENDING.
43052
43053         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43054         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43055         declaration.
43056
43057 2006-09-27  Jim Meyering  <jim@meyering.net>
43058
43059         This file could end up with a definition for a function
43060         named __strndup, rather than rpl_strndup on a system with
43061         incomplete weak_alias support.
43062         * lib/strndup.c (strndup): Rename from __strndup.
43063         Remove #defines that used to map __strndup to strndup.
43064         Don't use K&R prototypes.
43065         Remove LIBC-related code, since this file is not sync'd with glibc.
43066         * lib/strndup.h: Revamp, accordingly.
43067         * m4/strndup.m4: Modernize.
43068
43069 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43070
43071         * modules/savewd (Depends-on): Add 'raise'.
43072         * lib/savewd.c: Include <signal.h>, for 'raise'.
43073
43074 2006-09-26  Jim Meyering  <jim@meyering.net>
43075
43076         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43077         when we detect Darwin 8.7.0's acl_get_file bug.
43078         Rearrange to perform the new (below) run-test while $LIBS
43079         contains any acl-related library.  Set USE_ACL at the end.
43080         (gl_ACL_GET_FILE): New function.
43081
43082 2006-09-26  Eric Blake  <ebb9@byu.net>
43083
43084         * lib/verror.c: Include <config.h> unconditionally.
43085
43086 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43087
43088         * modules/clock-time (Maintainer): Add self.
43089         * modules/getlogin_r (Depends-on): Add extensions.
43090
43091 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43092
43093         * modules/clock-time: New module.
43094         * modules/nanosleep (Depends-on): Add clock-time.
43095         * modules/gethrxtime (Depends-on): Likewise.
43096         * modules/gettime (Depends-on): Likewise.
43097         * modules/settime (Depends-on): Likewise.
43098
43099         * modules/fts-lgpl: Depend on openat.
43100         * modules/mkancesdirs: Depend on savewd.
43101         * modules/mkdir-p: Likewise.
43102
43103 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43104
43105         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43106
43107         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43108         `gl_have_arbitrary_file_name_length_limit' to
43109         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43110         actually works between configure runs.
43111
43112 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43113             Bruno Haible  <bruno@clisp.org>
43114
43115         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43116
43117 2006-09-25  Jim Meyering  <jim@meyering.net>
43118
43119         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43120         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43121
43122 2006-09-25  Eric Blake  <ebb9@byu.net>
43123
43124         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43125         exec's in 2006-09-18 patch when shuffling fds.
43126
43127 2006-09-25  Bruno Haible  <bruno@clisp.org>
43128
43129         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43130         Reported by Jim Meyering.
43131
43132 2006-09-24  Jim Meyering  <jim@meyering.net>
43133
43134         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43135         compare a pointer against a literal "0".  That caused failures with
43136         at least HP-UX's hpcc.
43137
43138 2006-09-22  Simon Josefsson  <jas@extundo.com>
43139
43140         * modules/gc-sha1:
43141         * modules/gc-md4:
43142         * modules/gc-hmac-sha1:
43143         * modules/gc-hmac-md5:
43144         * modules/gc-des:
43145         * modules/gc-arcfour: Distribute more files.
43146
43147 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43148
43149         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43150         (gl_linked_iterator_from_to): Initialize struct completely.
43151         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43152         (gl_tree_iterator_from_to): Likewise
43153         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43154         * lib/gl_array_list.c [lint] (gl_array_iterator)
43155         (gl_array_iterator_from_to): Likewise.
43156         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43157         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43158         (gl_carray_iterator_from_to): Likewise.
43159
43160         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43161         * lib/md4.c (md4_process_block): Remove unused variable.
43162         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43163         parentheses for clarity.
43164
43165 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43166
43167         * modules/bison-i18n (Depends-on): Add gettext.
43168
43169 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43170
43171         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43172         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43173         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43174         also add missing comma that caused broken test.
43175         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43176         stdlib.h, for `abort'.
43177         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43178         variables.
43179         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43180         include unistd.h if present, for `rmdir'.
43181         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43182         variables.
43183         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43184         in the process include standard headers for prototypes.
43185         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43186         gets declared on GNU/Linux.
43187         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43188         unistd.h, for `rmdir'.
43189         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43190
43191         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43192         always true.
43193         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43194
43195         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43196
43197 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43198
43199         * gnulib-tool (func_version): Create output all at once.  This
43200         may help avoid triggering unnecessary SIGPIPEs, and at any
43201         rate it doesn't hurt.
43202
43203 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43204             Bruno Haible  <bruno@clisp.org>
43205
43206         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43207         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43208         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43209
43210         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43211         (gl_FUNC_VASPRINTF): Invoke it.
43212
43213 2006-09-22  Bruno Haible  <bruno@clisp.org>
43214
43215         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43216         getloadavg.c as first argument.
43217
43218 2006-09-22  Bruno Haible  <bruno@clisp.org>
43219
43220         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43221         at the beginning of the gl_INIT macro.
43222         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43223         gl_GETLOADAVG.
43224
43225 2006-09-22  Bruno Haible  <bruno@clisp.org>
43226
43227         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43228         module.
43229         Suggested by Ralf Wildenhues.
43230
43231 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43232
43233         Import this patch from libc:
43234
43235         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43236
43237         * lib/regex_internal.c (re_string_reconstruct): Handle
43238         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43239         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43240         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43241         re_string_context_at.
43242
43243         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43244         now requires it.
43245         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43246         gl_REGEX now does it for us.
43247         (gl_REGEX): Add test taken from
43248         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43249
43250         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43251         Check that large offsets work.  Modernize Autoconf usages.
43252         Prefer "yes" to mean a good thing rather than a bad.
43253         Don't put "#define mkstemp" in config.h, as this might interfere
43254         with standard system headers that "#define mkstemp mkstemp64".
43255
43256         * modules/mkstemp (Depends-on): Add extensions, so that
43257         mkstemp is visible on some platforms.
43258         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43259         (Include): Change to "mkstemp.h" from <stdlib.h>.
43260         (Files): Add mkstemp.h.
43261
43262         * lib/mkstemp.h: New file, since some standard headers
43263         #define mkstemp.
43264         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43265         Include "mkstemp.h".
43266         Make the _LIBC code resemble glibc original more,
43267         e.g., use K&R style.
43268         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43269         (mkstemp): Remove, since mkstemp.h does this for us.
43270         * lib/stdlib--.h: Include mkstemp.h.
43271
43272         Import this patch from libc:
43273
43274         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43275
43276         * lib/tempname.c (__gen_tempname): Change attempts_min
43277         into a macro.  Use preprocessor to decide how to initialize
43278         attempts [Coverity CID 67].
43279
43280 2006-09-20  Bruno Haible  <bruno@clisp.org>
43281
43282         * lib/mkdtemp.c: Import from libc.
43283         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43284                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43285                 attempts_min into a macro.  Use preprocessor to decide how to
43286                 initialize attempts [Coverity CID 67].
43287         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43288                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43289                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43290
43291 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43292
43293         * gnulib-tool (func_exit): New function, to allow to pass the
43294         exit status portably through the trap.  Use everywhere.
43295         (--help, --version): Signal a write error.
43296         (trap): catch SIGPIPE, for write errors.
43297         Exit at the end of the trap, with the correct exit status.
43298
43299 2006-09-19  Karl Berry  <karl@gnu.org>
43300
43301         * doc/gnulib.texi: note about the license texinfo files.
43302
43303 2006-09-19  Eric Blake  <ebb9@byu.net>
43304
43305         * gnulib-tool: Avoid space-tab.
43306
43307 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43308
43309         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43310         that prevented coreutils 6.1 from building.  Problem reported
43311         by Petter Reinholdtsen.
43312
43313 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43314
43315         * gnulib-tool (avoidlist): Fix typo that broke options like
43316         --avoid=lock that are used by coreutils bootstrap.
43317
43318 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43319
43320         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43321         more systematically.
43322
43323 2006-09-18  Jim Meyering  <jim@meyering.net>
43324
43325         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43326
43327 2006-09-18  Bruno Haible  <bruno@clisp.org>
43328
43329         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43330
43331 2006-09-18  Bruno Haible  <bruno@clisp.org>
43332
43333         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43334         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43335         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43336         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43337         * m4/gettext.m4: Require autoconf >= 2.52.
43338         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43339         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43340         of gl_cv_header_inttypes_h.
43341
43342 2006-09-18  Bruno Haible  <bruno@clisp.org>
43343
43344         * lib/javaversion.c: Include configmake.h.
43345
43346 2006-09-18  Bruno Haible  <bruno@clisp.org>
43347
43348         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43349         avoid that the while loops be executed in a subshell.
43350
43351 2006-09-18  Bruno Haible  <bruno@clisp.org>
43352
43353         * MODULES.html.sh (func_module): Break long lines.
43354         Suggested by Bruce Korb <bkorb@gnu.org>.
43355
43356 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43357
43358         Speed up by a factor of 1.12.
43359         * gnulib-tool (nl): New variable.
43360         (func_import): Rewrite include directive extraction to only read each
43361         directive once.
43362
43363 2006-09-17  Bruno Haible  <bruno@clisp.org>
43364
43365         * modules/javaversion (Makefile.am): Remove DEFS setting.
43366         (Depends-on): Add configmake, for PKGDATADIR definition.
43367
43368 2006-09-17  Bruno Haible  <bruno@clisp.org>
43369
43370         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43371
43372 2006-09-17  Bruno Haible  <bruno@clisp.org>
43373
43374         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43375         (func_modules_transitive_closure, func_modules_add_dummy,
43376         func_modules_to_filelist, func_import, func_create_testdir,
43377         func_create_megatestdir, ...): Use it wherever possible.
43378         Suggested by Ralf Wildenhues.
43379
43380 2006-09-16  Karl Berry  <karl@gnu.org>
43381
43382         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43383         to avoid sectioning errors.
43384         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43385         [ifinfo]: blank line after @center-ed titles.
43386         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43387         Spell FSF address consistently with others.
43388         (These changes approved by rms.)
43389
43390 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43391
43392         Speed up by a factor of 1.61.
43393         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43394         already checked module names again.
43395
43396 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43397
43398         Speed up by a factor of 1.13.
43399         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43400         for new_files, and the input to func_add_or_update.
43401
43402 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43403
43404         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43405         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43406
43407 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43408
43409         * modules/mkancesdirs (Depends-on): Add fcntl.
43410         * modules/savewd: New file.
43411         * MODULES.html.sh (File system functions): Add savewd.
43412
43413         * modules/configmake (Makefile.am): Add support for the
43414         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43415
43416 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43417
43418         * m4/savewd.m4: New file.
43419
43420 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43421
43422         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43423         (dirchownmod): New arg FD.  All callers changed.
43424         Use FD rather than opening the directory ourself, as opening is
43425         now the caller's responsibility.
43426         * lib/dirchownmod.h: Likewise.
43427         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43428         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43429         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43430         (test_dir): Remove.
43431         (mkancesdirs): Return length of prefix of FILE that has already
43432         been made, or -2 if there is a child doing the work.  Redo
43433         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43434         ".", and treat ".." specially since it might stray back into
43435         already-created areas.  Use a subprocess if necessary.  New arg
43436         WD; all users changed.  MAKE_DIR function should now return 1
43437         if it creates a directory that is not readable.  Return -2 if
43438         a child process is spun off.
43439         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43440         Adjust signature to match code.
43441         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43442         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43443         all users changed.
43444         * lib/savewd.c, lib/savewd.h: New files.
43445
43446 2006-09-15  Jim Meyering  <jim@meyering.net>
43447
43448         * modules/rename-dest-slash: New module.
43449         * MODULES.html.sh (posix_compat): Add it here.
43450
43451         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43452
43453 2006-09-15  Jim Meyering  <jim@meyering.net>
43454
43455         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43456         file.
43457
43458         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43459
43460 2006-09-15  Jim Meyering  <jim@meyering.net>
43461
43462         * lib/rename-dest-slash.c (has_trailing_slash): Use
43463         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43464         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43465         test before testing whether SRC is a directory.
43466         Suggestions from Bruno Haible.
43467
43468         Avoid a warning about an unused variable.
43469         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43470         into the #ifdef block where it's used.
43471
43472         * lib/rename-dest-slash.c: New file.
43473
43474 2006-09-14  Bruno Haible  <bruno@clisp.org>
43475
43476         * lib/allocsa.c: Include <config.h> unconditionally.
43477         * lib/asnprintf.c: Likewise.
43478         * lib/asprintf.c: Likewise.
43479         * lib/c-strcasecmp.c: Likewise.
43480         * lib/c-strcasestr.c: Likewise.
43481         * lib/c-strncasecmp.c: Likewise.
43482         * lib/c-strstr.c: Likewise.
43483         * lib/classpath.c: Likewise.
43484         * lib/clean-temp.c: Likewise.
43485         * lib/concatpath.c: Likewise.
43486         * lib/copy-file.c: Likewise.
43487         * lib/csharpcomp.c: Likewise.
43488         * lib/csharpexec.c: Likewise.
43489         * lib/execute.c: Likewise.
43490         * lib/fatal-signal.c: Likewise.
43491         * lib/findprog.c: Likewise.
43492         * lib/fwriteerror.c: Likewise.
43493         * lib/gl_array_list.c: Likewise.
43494         * lib/gl_array_oset.c: Likewise.
43495         * lib/gl_avltree_list.c: Likewise.
43496         * lib/gl_avltree_oset.c: Likewise.
43497         * lib/gl_avltreehash_list.c: Likewise.
43498         * lib/gl_carray_list.c: Likewise.
43499         * lib/gl_linked_list.c: Likewise.
43500         * lib/gl_linkedhash_list.c: Likewise.
43501         * lib/gl_list.c: Likewise.
43502         * lib/gl_oset.c: Likewise.
43503         * lib/gl_rbtree_list.c: Likewise.
43504         * lib/gl_rbtree_oset.c: Likewise.
43505         * lib/gl_rbtreehash_list.c: Likewise.
43506         * lib/imaxabs.c: Likewise.
43507         * lib/imaxdiv.c: Likewise.
43508         * lib/javacomp.c: Likewise.
43509         * lib/javaexec.c: Likewise.
43510         * lib/javaversion.c: Likewise.
43511         * lib/linebreak.c: Likewise.
43512         * lib/localcharset.c: Likewise.
43513         * lib/lock.c: Likewise.
43514         * lib/mbchar.c: Likewise.
43515         * lib/mbswidth.c: Likewise.
43516         * lib/mkdtemp.c: Likewise.
43517         * lib/pipe.c: Likewise.
43518         * lib/printf-args.c: Likewise.
43519         * lib/printf-parse.c: Likewise.
43520         * lib/progname.c: Likewise.
43521         * lib/progreloc.c: Likewise.
43522         * lib/readlink.c: Likewise.
43523         * lib/sh-quote.c: Likewise.
43524         * lib/stpcpy.c: Likewise.
43525         * lib/stpncpy.c: Likewise.
43526         * lib/strcasecmp.c: Likewise.
43527         * lib/strcasestr.c: Likewise.
43528         * lib/strcspn.c: Likewise.
43529         * lib/striconv.c: Likewise.
43530         * lib/strncasecmp.c: Likewise.
43531         * lib/strnlen1.c: Likewise.
43532         * lib/strstr.c: Likewise.
43533         * lib/strtok_r.c: Likewise.
43534         * lib/tls.c: Likewise.
43535         * lib/tmpdir.c: Likewise.
43536         * lib/unicodeio.c: Likewise.
43537         * lib/unsetenv.c: Likewise.
43538         * lib/vasnprintf.c: Likewise.
43539         * lib/vasprintf.c: Likewise.
43540         * lib/wait-process.c: Likewise.
43541         * lib/xallocsa.c: Likewise.
43542         * lib/xsetenv.c: Likewise.
43543         * lib/xstriconv.c: Likewise.
43544
43545 2006-09-13  Simon Josefsson  <jas@extundo.com>
43546
43547         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43548         that internally, suggested by Ralf Wildenhues
43549         <Ralf.Wildenhues@gmx.de>.
43550
43551 2006-09-13  Simon Josefsson  <jas@extundo.com>
43552
43553         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43554         @LIBOBJS@.
43555         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43556
43557 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43558
43559         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43560         longer worry about uses that don't define HAVE_CONFIG_H.
43561         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43562         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43563         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43564         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43565         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43566         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43567         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43568         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43569         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43570         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43571         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43572         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43573         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43574         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43575         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43576         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43577         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43578         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43579         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43580         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43581         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43582         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43583         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43584         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43585         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43586         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43587         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43588         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43589         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43590         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43591         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43592         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43593         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43594         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43595         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43596         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43597         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43598         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43599         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43600         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43601         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43602         Likewise.
43603
43604 2006-09-13  Eric Blake  <ebb9@byu.net>
43605
43606         * lib/getopt.c: Fix typo in last commit.
43607
43608 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43609
43610         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43611         dgettext.
43612
43613 2006-09-12  Jim Meyering  <jim@meyering.net>
43614
43615         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43616         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43617         Reported by Nelson H. F. Beebe.
43618
43619 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43620
43621         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43622         program_invocation_name and program_invocation_short_name are
43623         initialized.
43624         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43625         and program_invocation_short_name to argp.h, so they are visible
43626         to user programs.
43627         * lib/argp.h: Likewise
43628
43629 2006-09-10  Bruno Haible  <bruno@clisp.org>
43630
43631         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43632         m4/inttypes_h.m4, m4/uintmax_t.m4.
43633
43634 2006-09-10  Bruno Haible  <bruno@clisp.org>
43635
43636         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43637         gl_AC_TYPE_UINTMAX_T.
43638
43639 2006-09-10  Bruno Haible  <bruno@clisp.org>
43640
43641         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43642
43643 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43644
43645         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43646         convention.  Text proposed by Bruno Haible.
43647         (struct argp_option): Document the use of N_() wrappers.
43648
43649         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43650         '\v', and translate the two parts separately, instead of feeding
43651         the whole string to gettext.  This allows to exclude
43652         '\v' from the strings visible to the translator by writing doc
43653         strings as N_("..") "\v" N_("..").
43654
43655 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43656
43657         * config/srclist.txt: Undo latest change; the bug was fixed.
43658
43659 2006-09-09  Bruno Haible  <bruno@clisp.org>
43660
43661         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43662         assignments if building a library without libtool.
43663         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43664         in func_emit_lib_Makefile_am.
43665         (func_import): When building a static library libfoo.a, arrange to
43666         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43667         (func_create_testdir): Likewise.
43668         * modules/gc (configure.ac, Makefile.am): If building statically,
43669         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43670         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43671         * modules/striconv (configure.ac, Makefile.am): Likewise.
43672         Based on a suggestion by Ralf Wildenhues.
43673
43674 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43675
43676         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43677         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43678         Also:
43679
43680         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43681         Add year_2050_test to catch glibc bug 2821
43682         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43683
43684         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43685         Prefer #ifdef to #if.
43686
43687         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43688         Return from 'main' instead of calling 'exit'.
43689
43690 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43691
43692         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43693         returned the maximum time_t value rather than (time_t) -1.
43694         Problem originally reported by William Bardwell
43695         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43696
43697         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43698         Moved to here ...
43699         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43700         ... from here.
43701
43702 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43703
43704         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43705         2821 is fixed.
43706
43707 2006-09-08  Jim Meyering  <jim@meyering.net>
43708
43709         Don't make generated files read-only.  That would bother too many
43710         people.  However, do retain the ability to work when targets are
43711         read-only: remove the destination and temporary files before writing
43712         them (when generated via sed or echo), or by using the -f option for
43713         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43714         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43715         * modules/byteswap, modules/configmake, modules/fcntl:
43716         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43717         * modules/localcharset, modules/netinet_in, modules/poll:
43718         * modules/stdbool, modules/stdint, modules/sys_select:
43719         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43720
43721 2006-09-08  Jim Meyering  <jim@meyering.net>
43722
43723         Avoid new build failure on FreeBSD 6.0.
43724         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43725         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43726         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43727
43728 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43729
43730         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43731
43732 2006-09-07  Jim Meyering  <jim@meyering.net>
43733
43734         Fix global typo in last change: use chmod u-w, not chmod u-x.
43735         Spotted by Paul Eggert and Bruce Korb.
43736         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43737         * modules/byteswap, modules/configmake, modules/fcntl:
43738         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43739         * modules/localcharset, modules/netinet_in, modules/poll:
43740         * modules/stdbool, modules/stdint, modules/sys_select:
43741         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43742
43743 2006-09-06  Jim Meyering  <jim@meyering.net>
43744
43745         Make generated files be read-only.
43746         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43747         Ensure that each generated file is now read-only.
43748         * modules/argz: Likewise.
43749         * modules/arpa_inet: Likewise.
43750         * modules/byteswap: Likewise.
43751         * modules/configmake: Likewise.
43752         * modules/fcntl: Likewise.
43753         * modules/fnmatch: Likewise.
43754         * modules/getopt: Likewise.
43755         * modules/glob: Likewise.
43756         * modules/inttypes: Likewise.
43757         * modules/netinet_in: Likewise.
43758         * modules/poll: Likewise.
43759         * modules/stdbool: Likewise.
43760         * modules/stdint: Likewise.
43761         * modules/sys_select: Likewise.
43762         * modules/sys_socket: Likewise.
43763         * modules/sys_stat: Likewise.
43764         * modules/sysexits: Likewise.
43765         * modules/localcharset: Same as above, but continue using temporary
43766         file named "t-$@" (why different?) rather than the "$@-t" used
43767         everywhere else.
43768
43769         * modules/sysexits (Makefile.am): Replace literal occurrences
43770         of "sysexit.h" more readable, and more consistent, "$@".
43771
43772 2006-09-06  Bruno Haible  <bruno@clisp.org>
43773
43774         * modules/striconv: New file.
43775         * modules/xstriconv: New file.
43776         * MODULES.html.sh (Internationalization functions): Add striconv,
43777         xstriconv.
43778
43779 2006-09-06  Bruno Haible  <bruno@clisp.org>
43780
43781         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43782         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43783         not using libtool correctly.
43784
43785 2006-09-06  Bruno Haible  <bruno@clisp.org>
43786
43787         * lib/striconv.h: New file.
43788         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43789         iconvstring.c.
43790         * lib/xstriconv.h: New file.
43791         * lib/xstriconv.c: New file.
43792
43793 2006-09-06  Bruno Haible  <bruno@clisp.org>
43794
43795         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43796         lib_..._LDFLAGS.
43797
43798 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43799
43800         * lib/argz_.h: Sync from Libtool.
43801
43802         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43803                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43804
43805         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43806
43807 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43808
43809         * modules/trim: New file.
43810
43811 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43812
43813         * lib/trim.h: New file.
43814         * lib/trim.c: New file.
43815
43816 2006-09-05  Bruno Haible  <bruno@clisp.org>
43817
43818         * MODULES.html.sh (String handling): Add trim.
43819
43820 2006-09-04  Karl Berry  <karl@gnu.org>
43821
43822         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43823         until next release.
43824
43825 2006-09-03  Bruno Haible  <bruno@clisp.org>
43826
43827         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43828         correctly.
43829
43830 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43831
43832         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43833         not gl_GETLOADAVG.  Omit unneeded semicolons.
43834         Problems reported by Ralf Wildenhues in
43835         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43836         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43837         at the end, which is the usual gnulib style.
43838
43839         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43840         of doing all the work ourselves.
43841         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43842         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43843
43844 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43845
43846         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43847         Problem reported by Ralf Wildenhues in
43848         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43849
43850         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43851         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43852
43853 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43854
43855         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43856         yesterday's patch by changing test -n to test -z.
43857
43858 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43859
43860         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43861         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43862         the former is now obsolescent.
43863
43864         * modules/chdir-long (Depends-on): Add fcntl.
43865
43866 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43867
43868         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43869         obsolescent, and programs should use gnulib instead.
43870         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43871         but with prefixes changed.
43872
43873 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43874
43875         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43876         or stdbool.h, because they might not exist while configuring.
43877
43878         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43879         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43880         does that for us.
43881         (O_DIRECTORY): Remove.
43882
43883 2006-08-31  Eric Blake  <ebb9@byu.net>
43884
43885         * gnulib-tool: Don't let emacs change spaces to TAB.
43886
43887 2006-08-31  Bruno Haible  <bruno@clisp.org>
43888
43889         * gnulib-tool: When calling func_import more than once, do it in a
43890         subshell.
43891         Reported by Eric Blake <ebb9@byu.net>.
43892
43893 2006-08-31  Bruno Haible  <bruno@clisp.org>
43894
43895         * gnulib-tool (nl): Remove variable.
43896         (sed_transform_lib_file): Use more robust test for config-h module.
43897         (func_import): Fix typo in 2006-08-25 patch.
43898
43899 2006-08-31  Bruno Haible  <bruno@clisp.org>
43900
43901         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43902         specified, augment Makefile.am variables instead of assigning them.
43903
43904 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43905
43906         Work around a bug in both the Linux and SunOS 64-bit kernels:
43907         nanosleep mishandles sleeps for longer than 2**31 seconds.
43908         Problem reported by Frank v Waveren in
43909         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43910         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43911         Check for nanosleep bug.
43912         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43913
43914 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43915
43916         Work around a bug in both the Linux and SunOS 64-bit kernels:
43917         nanosleep mishandles sleeps for longer than 2**31 seconds.
43918         Problem reported by Frank v Waveren in
43919         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43920         * lib/nanosleep.c (BILLION): New constant.
43921         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43922         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43923         implementation.
43924
43925 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43926
43927         * modules/nanosleep (Depends-on): Add gettime.
43928
43929 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43930         and Simon Josefsson  <jas@extundo.com>
43931         and Oskar Liljeblad  <oskar@osk.mine.nu>
43932
43933         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43934         * gnulib-tool (func_import): New license type 'unmodifiable license
43935         text'.
43936         * modules/fdl: Use it.  Longer description.
43937         * module/gpl, module/lgpl: New files.
43938
43939 2006-08-30  Jim Meyering  <jim@meyering.net>
43940
43941         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43942         shadowing the parameter.
43943
43944 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43945
43946         Sync from Libtool:
43947
43948         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43949
43950         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43951         sharing with gnulib.  Report by Eric Blake.
43952
43953 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43954
43955         * modules/isapipe: New file.
43956         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43957
43958 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43959
43960         * modules/configmake (Makefile.am): Add a comment, and omit
43961         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43962         by Bruno Haible.
43963
43964 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43965
43966         * m4/isapipe.m4: New file.
43967
43968 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43969
43970         * lib/isapipe.c, lib/isapipe.h: New files.
43971
43972 2006-08-29  Jim Meyering  <jim@meyering.net>
43973
43974         * modules/configmake (Makefile.am): Make configmake.h depend on
43975         Makefile.  Otherwise, a stale configmake.h could hang around.
43976
43977 2006-08-29  Eric Blake  <ebb9@byu.net>
43978
43979         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43980         resolution of upstream bug 3044.
43981
43982 2006-08-29  Bruno Haible  <bruno@clisp.org>
43983
43984         * modules/localcharset (Depends-on): Add configmake.
43985         (Makefile.am): Remove setting of LIBDIR through DEFS.
43986
43987 2006-08-29  Bruno Haible  <bruno@clisp.org>
43988
43989         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43990         defined.
43991
43992 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43993
43994         * modules/fcntl: New file.
43995         * modules/chdir-safer (Depends-on): Add fcntl.
43996         * modules/fts: Likewise.
43997         * modules/mkdir-p: Likewise.
43998
43999         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44000         This undoes the most recent change, since we're now addressing the
44001         problem in a different way.
44002
44003         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44004         into output, since the output might be called Makefile.am even
44005         if $makefile_name is something different.
44006         (func_import): Use $makefile_am rather than
44007         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44008         empty.
44009
44010         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44011
44012 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44013
44014         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44015         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44016         recent change to stdint.m4, since we're now addressing the problem in a
44017         different way.
44018
44019 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44020
44021         * m4/fcntl_h.m4: New file.
44022
44023 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44024
44025         * lib/fcntl_.h: New file.
44026         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44027         the fcntl module.
44028         * lib/dirchownmod.c: Likewise.
44029         * lib/fts.c: Likewise.
44030
44031         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44032         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44033         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44034         just before including <inttypes.h>, to avoid circular inclusion.
44035
44036 2006-08-28  Jim Meyering  <jim@meyering.net>
44037
44038         * doc/visibility.texi: Actually read and correct the grammar of the
44039         sentence affected by yesterday's change.
44040
44041 2006-08-28  Eric Blake  <ebb9@byu.net>
44042
44043         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44044         needs wrapper.
44045
44046 2006-08-28  Eric Blake  <ebb9@byu.net>
44047
44048         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44049
44050 2006-08-28  Eric Blake  <ebb9@byu.net>
44051
44052         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44053
44054 2006-08-28  Bruno Haible  <bruno@clisp.org>
44055
44056         * modules/c-strstr: New file, from GNU gettext.
44057         * MODULES.html.sh (String handling): Add c-strstr.
44058
44059 2006-08-28  Bruno Haible  <bruno@clisp.org>
44060
44061         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44062         macros.
44063         Reported by Eric Blake.
44064
44065 2006-08-28  Bruno Haible  <bruno@clisp.org>
44066
44067         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44068         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44069         * lib/vasprintf.c: Include errno.h, limits.h.
44070         (EOVERFLOW): New fallback definition.
44071         (vasprintf): Test here whether the string length is > INT_MAX.
44072         * lib/vsnprintf.c: Include errno.h, limits.h.
44073         (EOVERFLOW): New fallback definition.
44074         (vsnprintf): Fix bug when generated string was too long for the buffer.
44075         Test here whether the string length is > INT_MAX.
44076
44077 2006-08-28  Bruno Haible  <bruno@clisp.org>
44078
44079         * lib/inttypes_.h (SCNX*): Remove definitions.
44080         Reported by Eric Blake.
44081
44082 2006-08-28  Bruno Haible  <bruno@clisp.org>
44083
44084         * lib/c-strstr.h: New file, from GNU gettext.
44085         * lib/c-strstr.c: New file, from GNU gettext.
44086
44087 2006-08-28  Bruno Haible  <bruno@clisp.org>
44088
44089         * gnulib-tool: Reorder some statements.
44090
44091 2006-08-28  Bruno Haible  <bruno@clisp.org>
44092
44093         * gnulib-tool: New option --makefile-name.
44094         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44095         $makefile_name.
44096         (func_import): Write $makefile_name to the cache file, and read it from
44097         there unless explicitly specified. Use $makefile_name as file name
44098         instead of Makefile.am. Adjust the recommendations accordingly.
44099
44100 2006-08-28  Bruno Haible  <bruno@clisp.org>
44101
44102         * gnulib-tool (func_verify_module): Check against misapplying patch.
44103
44104 2006-08-28  Bruno Haible  <bruno@clisp.org>
44105
44106         * gnulib-tool (func_relativize, func_relconcat): New functions.
44107         Give an error if --local-dir is given with --update.
44108         Remove trailing slashes from $local_gnulib_dir.
44109         (func_import): Store the relativized $local_gnulib_dir in
44110         gnulib-cache.m4, and read it from there if not specified explicitly.
44111
44112 2006-08-28  Bruno Haible  <bruno@clisp.org>
44113
44114         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44115         is the current directory. Respect also $local_gnulib_dir.
44116
44117 2006-08-28  Bruno Haible  <bruno@clisp.org>
44118             Simon Josefsson  <jas@extundo.com>
44119
44120         BeOS portability.
44121         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44122
44123 2006-08-27  Jim Meyering  <jim@meyering.net>
44124
44125         * doc/visibility.texi: Remove duplicate word: "pointer".
44126
44127 2006-08-26  Bruno Haible  <bruno@clisp.org>
44128
44129         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44130         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44131         (Makefile.am): Create inttypes.h from inttypes_.h.
44132         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44133
44134         * modules/imaxabs: New file.
44135
44136         * modules/imaxdiv: New file.
44137
44138 2006-08-26  Bruno Haible  <bruno@clisp.org>
44139
44140         * m4/inttypes.m4: New file.
44141         * m4/_inttypes_h.m4: Remove file.
44142         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44143         PRI_MACROS_BROKEN.
44144         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44145
44146         * m4/imaxabs.m4: New file.
44147
44148         * m4/imaxdiv.m4: New file.
44149
44150 2006-08-26  Bruno Haible  <bruno@clisp.org>
44151
44152         * lib/inttypes_.h: New file.
44153         * lib/inttypes.h: Remove file.
44154         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44155
44156         * lib/imaxabs.c: New file.
44157
44158         * lib/imaxdiv.c: New file.
44159
44160 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44161
44162         New config-h module, so that "make" output needn't be cluttered
44163         by -DHAVE_CONFIG_H.
44164         * MODULES.html.sh (Support for building libraries and executables):
44165         Add config-h.
44166         * modules/config-h: New file.
44167         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44168         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44169         the config-h module is used.
44170
44171         New configmake module, so that "make" output needn't be cluttered
44172         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44173         * MODULES.html.sh (Support for building libraries and executables):
44174         Add configmake.
44175         * modules/configmake: New file.
44176
44177 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44178
44179         * m4/config-h.m4: New file.
44180
44181 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44182
44183         * config/srclist.txt: Add elisp-comp.
44184
44185 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44186
44187         * MODULES.html.sh (Support for building libraries and executables):
44188         Add elisp-comp.
44189         * build-aux/elisp-comp: New file.
44190         * modules/elisp-comp: New file.
44191
44192 2006-08-24  Bruno Haible  <bruno@clisp.org>
44193
44194         * gnulib-tool (func_create_testdir): Use non-default values of
44195         sourcebase and m4base.
44196
44197 2006-08-24  Bruno Haible  <bruno@clisp.org>
44198
44199         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44200         HTML structure.
44201
44202 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44203
44204         * modules/openat (Depends-on): Add lchown.
44205
44206 2006-08-23  Bruno Haible  <bruno@clisp.org>
44207
44208         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44209         of gl_LOCK_EARLY instead of gl_LOCK.
44210
44211 2006-08-23  Bruno Haible  <bruno@clisp.org>
44212
44213         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44214         on OSF/1 to no.
44215         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44216
44217 2006-08-23  Bruno Haible  <bruno@clisp.org>
44218
44219         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44220         as unusable.
44221
44222         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44223         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44224         (gl_LOCK): New macro.
44225
44226 2006-08-22  Simon Josefsson  <jas@extundo.com>
44227
44228         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44229         to md5 module.
44230
44231 2006-08-22  Simon Josefsson  <jas@extundo.com>
44232
44233         * MODULES.html.sh: Add "Support for maintaining and release
44234         projects".
44235
44236         * build-aux/gnupload: New file, from coreutils.
44237
44238 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44239
44240         Avoid the need for AC_LIBSOURCES in m4 macros.
44241         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44242         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44243         * modules/check-version (EXTRA_DIST): Add check-version.h.
44244         * modules/crc (EXTRA_DIST): Add crc.h.
44245         * modules/des (EXTRA_DIST): Add des.h.
44246         * modules/gc (EXTRA_DIST): Add gc.h.
44247         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44248         * modules/getline (EXTRA_DIST): Add getline.h.
44249         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44250         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44251         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44252         * modules/md2 (EXTRA_DIST): Add md2.h.
44253         * modules/md4 (EXTRA_DIST): Add md4.h.
44254         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44255         * modules/read-file (EXTRA_DIST): Add read-file.h.
44256         * modules/readline (EXTRA_DIST): Add readline.h.
44257         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44258         rijndael-api-fst.h.
44259
44260 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44261
44262         * m4/rijndael.m4 (gl_ARCFOUR):
44263         * m4/arctwo.m4 (gl_ARCTWO):
44264         * m4/check-version.m4 (gl_CHECK_VERSION):
44265         * m4/crc.m4 (gl_CRC):
44266         * m4/des.m4 (gl_DES):
44267         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44268         * m4/gc.m4 (gl_GC):
44269         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44270         * m4/getline.m4 (gl_FUNC_GETLINE):
44271         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44272         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44273         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44274         * m4/md2.m4 (gl_MD2):
44275         * m4/md4.m4 (gl_MD4):
44276         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44277         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44278         * m4/readline.m4 (gl_FUNC_READLINE):
44279         * m4/rijndael.m4 (gl_RIJNDAEL):
44280         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44281         to get the necessary .h files and whatnot.
44282
44283 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44284
44285         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44286         gnulib rather than the other way around.
44287         * config/srclistvars.sh (COREUTILS): Remove.
44288
44289 2006-08-22  Jim Meyering  <jim@meyering.net>
44290
44291         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44292
44293         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44294
44295 2006-08-22  Eric Blake  <ebb9@byu.net>
44296
44297         * modules/regexprops-generic: New file.
44298         * MODULES.html.sh (Support for building documentation): List it.
44299
44300 2006-08-22  Eric Blake  <ebb9@byu.net>
44301
44302         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44303         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44304         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44305         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44306
44307 2006-08-22  Bruno Haible  <bruno@clisp.org>
44308
44309         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44310         and lib_LTLIBRARIES like the other lib_* variables.
44311
44312 2006-08-22  Bruno Haible  <bruno@clisp.org>
44313
44314         * build-aux/x-to-1.in: New file, from GNU gettext.
44315
44316 2006-08-22  Bruno Haible  <bruno@clisp.org>
44317
44318         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44319         <utmpx.h> exists.
44320
44321 2006-08-22  Bruno Haible  <bruno@clisp.org>
44322
44323         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44324         <utmpx.h> exists.
44325
44326 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44327
44328         BeOS portability.
44329         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44330         exist.
44331         Problem reported by Bruno Haible.
44332
44333 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44334
44335         Avoid the need for AC_LIBSOURCES in m4 macros.
44336         * modules/acl (EXTRA_DIST): Add acl.h.
44337         * modules/argmatch (Files): Add m4/argmatch.m4.
44338         (configure.ac): Add gl_ARGMATCH.
44339         (EXTRA_DIST): Renamed from lib_SOURCES, for
44340         consistency with the other modules.  Remove argmatch.c.
44341         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44342         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44343         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44344         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44345         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44346         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44347         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44348         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44349         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44350         * modules/closeout (EXTRA_DIST): Add closeout.h.
44351         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44352         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44353         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44354         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44355         dirname.h; remove basename.c and stripslash.c.
44356         * modules/exclude (EXTRA_DIST): Add exclude.h.
44357         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44358         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44359         * modules/file-type (EXTRA_DIST): Add file-type.h.
44360         * modules/filemode (EXTRA_DIST): Add filemode.h.
44361         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44362         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44363         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44364         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44365         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44366         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44367         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44368         * modules/getdate (EXTRA_DIST): Add getdate.c.
44369         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44370         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44371         * modules/getpass (EXTRA_DIST): Add getpass.h.
44372         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44373         * modules/group-member (EXTRA_DIST): Add group-member.h.
44374         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44375         * modules/hash (EXTRA_DIST): Add hash.h.
44376         * modules/human (EXTRA_DIST): Add human.h.
44377         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44378         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44379         * modules/lchown (EXTRA_DIST): Add lchown.h.
44380         * modules/long-options (EXTRA_DIST): Add long-options.h.
44381         * modules/lstat (EXTRA_DIST): Add lstat.h.
44382         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44383         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44384         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44385         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44386         * modules/memxor (EXTRA_DIST): Add memxor.h.
44387         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44388         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44389         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44390         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44391         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44392         * modules/physmem (EXTRA_DIST): Add physmem.h.
44393         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44394         * modules/posixver (EXTRA_DIST): Add posixver.h.
44395         * modules/quote (EXTRA_DIST): Add quote.h.
44396         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44397         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44398         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44399         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44400         regex_internal.h regexec.c.
44401         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44402         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44403         * modules/same (EXTRA_DIST): Add same.h.
44404         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44405         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44406         * modules/savedir (EXTRA_DIST): Add savedir.h.
44407         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44408         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44409         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44410         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44411         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44412         * modules/strdup (EXTRA_DIST): Add strdup.h.
44413         * modules/strftime (EXTRA_DIST): Add strftime.h.
44414         * modules/strndup (EXTRA_DIST): Add strndup.h.
44415         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44416         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44417         * modules/time_r (EXTRA_DIST): Add time_r.h.
44418         * modules/timespec (EXTRA_DIST): Add timespec.h.
44419         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44420         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44421         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44422         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44423         * modules/userspec (EXTRA_DIST): Add userspec.h.
44424         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44425         * modules/utimens (EXTRA_DIST): Add utimens.h.
44426         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44427         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44428         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44429         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44430         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44431         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44432         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44433         * modules/yesno (EXTRA_DIST): Add yesno.h.
44434
44435 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44436
44437         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44438
44439         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44440         * m4/dev-ino.m4, same-inode.m4: Remove.
44441
44442         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44443         * m4/acl.m4 (AC_FUNC_ACL):
44444         * m4/backupfile.m4 (gl_BACKUPFILE):
44445         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44446         * m4/canon-host.m4 (gl_CANON_HOST):
44447         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44448         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44449         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44450         * m4/cloexec.m4 (gl_CLOEXEC):
44451         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44452         * m4/closeout.m4 (gl_CLOSEOUT):
44453         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44454         * m4/dirname.m4 (gl_DIRNAME):
44455         * m4/exclude.m4 (gl_EXCLUDE):
44456         * m4/exitfail.m4 (gl_EXITFAIL):
44457         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44458         * m4/file-type.m4 (gl_FILE_TYPE):
44459         * m4/filemode.m4 (gl_FILEMODE):
44460         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44461         * m4/fpending.m4 (gl_FUNC_FPENDING):
44462         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44463         * m4/fts.m4 (gl_FUNC_FTS):
44464         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44465         * m4/getdate.m4 (gl_GETDATE):
44466         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44467         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44468         * m4/getpass.m4 (gl_FUNC_GETPASS):
44469         * m4/gettime.m4 (gl_GETTIME):
44470         * m4/getugroups.m4 (gl_GETUGROUPS):
44471         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44472         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44473         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44474         * m4/hash.m4 (gl_HASH):
44475         * m4/idcache.m4 (gl_IDCACHE):
44476         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44477         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44478         * m4/long-options.m4 (gl_LONG_OPTIONS):
44479         * m4/lstat.m4 (gl_FUNC_LSTAT):
44480         * m4/md5.m4 (gl_MD5):
44481         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44482         * m4/memcoll.m4 (gl_MEMCOLL):
44483         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44484         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44485         * m4/memxor.m4 (gl_MEMXOR):
44486         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44487         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44488         * m4/modechange.m4 (gl_MODECHANGE):
44489         * m4/mountlist.m4 (gl_MOUNTLIST):
44490         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44491         * m4/openat.m4 (gl_FUNC_OPENAT):
44492         * m4/pathmax.m4 (gl_PATHMAX):
44493         * m4/physmem.m4 (gl_PHYSMEM):
44494         * m4/posixtm.m4 (gl_POSIXTM):
44495         * m4/posixver.m4 (gl_POSIXVER):
44496         * m4/quote.m4 (gl_QUOTE):
44497         * m4/quotearg.m4 (gl_QUOTEARG):
44498         * m4/readtokens.m4 (gl_READTOKENS):
44499         * m4/readutmp.m4 (gl_READUTMP):
44500         * m4/regex.m4 (gl_REGEX):
44501         * m4/safe-read.m4 (gl_SAFE_READ):
44502         * m4/safe-write.m4 (gl_SAFE_WRITE):
44503         * m4/same.m4 (gl_SAME):
44504         * m4/save-cwd.m4 (gl_SAVE_CWD):
44505         * m4/savedir.m4 (gl_SAVEDIR):
44506         * m4/settime.m4 (gl_SETTIME):
44507         * m4/sha1.m4 (gl_SHA1):
44508         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44509         * m4/stat-macros.m4 (gl_STAT_MACROS):
44510         * m4/stat-time.m4 (gl_STAT_TIME):
44511         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44512         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44513         * m4/strdup.m4 (gl_FUNC_STRDUP):
44514         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44515         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44516         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44517         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44518         * m4/time_r.m4 (gl_TIME_R):
44519         * m4/timespec.m4 (gl_TIMESPEC):
44520         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44521         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44522         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44523         * m4/userspec.m4 (gl_USERSPEC):
44524         * m4/utimecmp.m4 (gl_UTIMECMP):
44525         * m4/utimens.m4 (gl_UTIMENS):
44526         * m4/xalloc.m4 (gl_XALLOC):
44527         * m4/xgetcwd.m4 (gl_XGETCWD):
44528         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44529         * m4/xreadlink.m4 (gl_XREADLINK):
44530         * m4/xstrtod.m4 (gl_XSTRTOD):
44531         * m4/yesno.m4 (gl_YESNO):
44532         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44533         to get the necessary .h files and whatnot.
44534
44535 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44536             Bruno Haible  <bruno@clisp.org>
44537
44538         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44539         /bin/sh understanding of '!' conditional negation.
44540
44541 2006-08-21  Jim Meyering  <jim@meyering.net>
44542
44543         * modules/openat (Depends-on): Really alphabetize.
44544
44545         * modules/acl (Depends-on): Add error and quote.
44546
44547         * check-module (find_included_lib_files): Add at-func.c to the
44548         ok-to-include-more-than-once white list.
44549
44550         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44551
44552 2006-08-21  Bruno Haible  <bruno@clisp.org>
44553
44554         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44555         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44556         Reported by Martin Lambers <marlam@marlam.de>.
44557
44558 2006-08-21  Bruno Haible  <bruno@clisp.org>
44559
44560         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44561         specify an installation location, don't emit a noinst_LIBRARIES or
44562         noinst_LTLIBRARIES assignment.
44563
44564 2006-08-21  Bruno Haible  <bruno@clisp.org>
44565
44566         BeOS portability.
44567         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44568         BeOS has mbrtowc() but no <wctype.h>.
44569
44570 2006-08-21  Bruno Haible  <bruno@clisp.org>
44571
44572         BeOS portability.
44573         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44574         exist.
44575
44576 2006-08-21  Bruno Haible  <bruno@clisp.org>
44577
44578         BeOS portability.
44579         * lib/mbchar.h: Include <wctype.h> only if it exists.
44580
44581 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44582
44583         Remove files that are no longer needed by their respective modules.
44584         * m4/obstack.m4: Remove.
44585         * m4/strerror_r.m4: Remove.
44586         * m4/uint32_t.m4: Remove.
44587         * m4/uintptr_t.m4: Remove.
44588         * m4/ullong_max.m4: Remove.
44589         * m4/xstrtoimax.m4: Remove.
44590         * m4/xstrtoumax.m4: Remove.
44591
44592         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44593         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44594         dependencies now capture this.
44595
44596         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44597         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44598         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44599         * m4/human.m4 (gl_HUMAN): Likewise.
44600         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44601         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44602
44603         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44604
44605         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44606         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44607         stdint.
44608         * m4/human.m4 (gl_HUMAN): Likewise.
44609         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44610         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44611         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44612         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44613         * m4/xstrtol (gl_XSTRTOL): Likewise.
44614
44615         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44616         AC_TYPE_LONG_LONG_INT.
44617         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44618         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44619         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44620         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44621
44622         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44623         on stdbool.
44624
44625         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44626         (gl_PREREQ_XSTRTOUL): Remove.
44627
44628         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44629
44630         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44631         mode.
44632
44633 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44634
44635         Add and change modules to make it easier for coreutils to use
44636         gnulib-tool.
44637         * modules/backupfile (Files): Remove m4/d-ino.m4.
44638         (Depends-on): Add d-ino.
44639         * modules/cycle-check (Depends-on): Add stdint.
44640         (lib_SOURCES): Add cycle-check.h.
44641         * modules/d-ino: New module.
44642         * modules/d-type: New module.
44643         * modules/error (Files): Remove m4/strerror_r.m4.
44644         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44645         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44646         m4/inttypes_h.m4, m4/uintmax_t.m4.
44647         (Depends-on): Add stdint.
44648         (lib_SOURCES): Add fsusage.h.
44649         * modules/getcwd (Files): Remove d-ino.m4.
44650         (Depends-on): Add d-ino.
44651         * modules/getndelim2 (Depends-on): Add stdint.
44652         * modules/glob (Files): Remove m4/d-type.m4.
44653         (Depends-on): Add d-type.
44654         * modules/host-os: New module.
44655         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44656         m4/inttypes_h.m4, m4/uintmax_t.m4.
44657         * Depends-on: Add stdint.
44658         (lib_SOURCES): Add human.h.
44659         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44660         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44661         m4/uintmax_t.m4, m4/ulonglong.m4.
44662         (Depends-on): Add stdint.
44663         (EXTRA_DIST): Add inttostr.h.
44664         * modules/lchmod: New module.
44665         * modules/link-follow: New module.
44666         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44667         (Depends-on): Add lchmod.
44668         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44669         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44670         (Depends-on): Add stdint.
44671         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44672         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44673         (Depends-on): Add stdint.
44674         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44675         * modules/perl: New module.
44676         * modules/regex (Depends-on): Add stdint.
44677         * modules/rmdir-errno: New module.
44678         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44679         m4/intmax_t.m4.
44680         (Depends-on): Add stdint.
44681         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44682         m4/uintmax_t.m4.
44683         (Depends-on): Add stdint.
44684         * modules/unlink-busy: New module.
44685         * modules/utimecmp (Depends-on): Add stdint.
44686         * modules/uptime: New module.
44687         * modules/winsz-ioctl: New module.
44688         * modules/winsz-termios: New module.
44689         * modules/xnanosleep (Depends-on): Add nanosleep.
44690         * modules/ullong_max: Remove.
44691         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44692         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44693         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44694         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44695         (Depends-on): Add inttypes.
44696         (lib_SOURCES): Add xstrtol.h.
44697         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44698         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44699         * MODULES.html.sh: Move 'assert' into the assert section.
44700         Move 'dummy' into the linking section.
44701         Remove ullong_max.
44702         Add section for compatibility checks for POSIX:2001 functions,
44703         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44704         winsz-ioctl, and winsz-termios into it.
44705         Add lchmod.
44706         Add top-level Misc section and put host-os, perl, and uptime
44707         into it.
44708
44709 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44710
44711         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44712         now assume the stdint module.  Do not include inttypes.h.
44713         * lib/fsusage.h: Likewise.
44714         * lib/getndelim2.c: Likewise.
44715         * lib/human.h: Likewise.
44716         * lib/inttostr.h: Likewise.
44717         * lib/obstack.c: Likewise.
44718         * lib/regex_internal.h: Likewise.
44719         * lib/tempname.c: Likewise.
44720         * lib/utimecmp.c: Likewise.
44721         * lib/xstrtol.h: Likewise.
44722
44723         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44724
44725         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44726         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44727         * lib/xtime.h: Likewise.
44728
44729 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44730
44731         * modules/openat (Files): Add lib/fchmodat.c.
44732         Fixes problem reported by Jay Youngman.
44733
44734 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44735
44736         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44737         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44738
44739 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44740             Bruno Haible  <bruno@clisp.org>
44741
44742         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44743         and is a script that invokes bison. Tighten the code. Add comments.
44744
44745 2006-08-18  Jim Meyering  <jim@meyering.net>
44746
44747         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44748         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44749         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44750         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44751
44752 2006-08-18  Bruno Haible  <bruno@clisp.org>
44753
44754         * modules/bison-i18n: New file.
44755         * MODULES.html.sh (Internationalization functions): Add it.
44756
44757 2006-08-18  Bruno Haible  <bruno@clisp.org>
44758
44759         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44760         sys/statvfs.h. When getmntinfo was found, check its declaration and
44761         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44762
44763 2006-08-18  Bruno Haible  <bruno@clisp.org>
44764
44765         * m4/bison-i18n.m4: New file, from bison.
44766
44767 2006-08-18  Bruno Haible  <bruno@clisp.org>
44768
44769         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44770         (ME_DUMMY): Treat "kernfs" as a dummy.
44771         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44772
44773 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44774
44775         Update from coreutils.
44776
44777         2006-08-15  Jim Meyering  <jim@meyering.net>
44778
44779         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44780
44781         2006-01-17  Jim Meyering  <jim@meyering.net>
44782
44783         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44784
44785         2006-01-11  Jim Meyering  <jim@meyering.net>
44786
44787         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44788         Check for the lchmod function.
44789
44790 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44791
44792         Update from coreutils.
44793
44794         * lib/__fpending.h: Add copyright notice.
44795         * lib/fprintftime.h: Likewise.
44796         * lib/savedir.c: Use (C) in copyright notice.
44797         * lib/savedir.h: Likewise.
44798
44799         2006-08-15  Jim Meyering  <jim@meyering.net>
44800
44801         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44802         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44803         in support of the EXPECTED_ERRNO macro.
44804         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44805         definitions.  Instead, define the appropriate symbols and include
44806         "at-func.c".
44807         * lib/mkdirat.c (mkdirat): Likewise.
44808         * lib/fchmodat.c (fchmodat): Likewise.
44809         (ENOSYS): Remove definition.
44810         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44811         it.  Don't include "unistd--.h" -- it wasn't ever used.
44812
44813         2006-01-17  Jim Meyering  <jim@meyering.net>
44814
44815         Rewrite fts.c not to change the current working directory,
44816         by using openat, fstatat, fdopendir, etc..
44817
44818         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44819         (HAVE_OPENAT_SUPPORT): Define.
44820         [_LIBC] (fchdir): Don't undef or define; no longer used.
44821         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44822         Now, this `function' always succeeds, and consumes its file descriptor
44823         parameter -- so callers must not close such FDs.  Update callers.
44824         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44825         (diropen): Add parameter, SP.  Adjust all callers.
44826         Implement using diropen_fd, rather than open.
44827         (fts_open): Initialize new member, fts_cwd_fd.
44828         Remove fts_rft-setting code.
44829         (fts_close): Close fts_cwd_fd, if necessary.
44830         (__opendir2): Define in terms of opendir or opendirat,
44831         depending on whether the FST_NOCHDIR flag is set.
44832         (fts_build): Since fts_safe_changedir consumes its FD, and since
44833         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44834         and close the dup'd file descriptor upon failure.
44835         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44836         (fts_safe_changedir): Tweak semantics to reflect that this function
44837         now calls cwd_advance_fd and hence consumes its FD argument.
44838         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44839         [struct FTS] (fts_rft): Remove now-unused member.
44840         [struct FTS] (fts_cycle.state): Improve comment.
44841
44842         * lib/openat.c (openat_needs_fchdir): New function.
44843         * lib/openat.h (openat_needs_fchdir): Declare it.
44844
44845 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44846
44847         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44848         Problem and fix reported by Pádraig Brady in
44849         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44850
44851 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44852
44853         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44854
44855 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44856
44857         * lib/memcoll.c (memcoll): Optimize for the common case where the
44858         arguments are bytewise equal.
44859
44860 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44861
44862         * doc/regexprops-generic.texi: Add a copyright notice.
44863
44864 2006-08-15  Bruno Haible  <bruno@clisp.org>
44865
44866         * modules/tmpdir (License): Change to LGPL.
44867
44868 2006-08-15  Bruno Haible  <bruno@clisp.org>
44869
44870         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44871         module.
44872
44873 2006-08-14  Simon Josefsson  <jas@extundo.com>
44874
44875         * config/srclist.txt: Add gnupload.
44876
44877 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44878
44879         Change copyright notice from LGPL 2 to GPL 2, since that's the
44880         standard form used in the gnulib repository.
44881         * tests/test-lock.c: Likewise.
44882         * tests/test-stdint.c: Likewise.
44883         * tests/test-tls.c: Likewise.
44884
44885         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44886         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44887         Add copyright notice.
44888
44889         * check-module: Add copyright notice.  Output a copyright
44890         notice if "--version" is specified.
44891         * modules/COPYING: New file.
44892         * tests/test-getaddrinfo.c: Add copyright notice.
44893         * tests/test-verify.c: Likewise.
44894
44895 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44896
44897         Change copyright notice from LGPL 2 to GPL 2, since that's the
44898         standard form used in the gnulib repository.
44899         * lib/lock.c: LGPL -> GPL.
44900         * lib/lock.h: Likewise.
44901         * lib/strnlen1.c: Likewise.
44902         * lib/strnlen1.h: Likewise.
44903         * lib/tls.c: Likewise.
44904         * lib/tls.h: Likewise.
44905         * lib/tmpdir.c: Likewise.
44906
44907         * lib/TODO: Remove; this belongs only in coreutils.
44908
44909 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44910
44911         Add copyright notices to long-enough files that lack them, since
44912         otherwise the files aren't clearly free.  Use the same notice that
44913         getdate.texi already uses.
44914         * doc/alloca-opt.texi: Add copyright notice.
44915         * doc/alloca.texi: Likewise.
44916         * doc/ctime.texi: Likewise.
44917         * doc/functions.texi: Likewise.
44918         * doc/gcd.texi: Likewise.
44919         * doc/gnulib-tool.texi: Likewise.
44920         * doc/inet_ntoa.texi: Likewise.
44921         * doc/visibility.texi: Likewise.
44922
44923         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44924         * doc/quote.texi: Add copyright notice.
44925
44926         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44927         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44928         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44929         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44930         is now obsolete, and give a pointer to the Sun list.
44931         Add copyright notice.
44932
44933 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44934
44935         * config/srclistvars.sh: Add copyright notice.
44936
44937 2006-08-14  Eric Blake  <ebb9@byu.net>
44938
44939         Import the following change from libc:
44940
44941         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44942
44943         Upstream bug 2997.
44944         * lib/misc/error.c: Add space between program name and message if file
44945         name is missing.
44946
44947 2006-08-12  Karl Berry  <karl@gnu.org>
44948
44949         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44950         remove, these originate in gnulib now.
44951
44952 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44953
44954         * doc/Makefile (standards.info standards.html standards.dvi):
44955         Also depend on make-stds.texi.
44956
44957 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44958
44959         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44960         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44961
44962         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44963         in wchar_t.  Problem reported by Eric Blake.
44964
44965         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44966         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44967         Also, help the compiler to keep LEN in a register.
44968
44969 2006-08-11  Eric Blake  <ebb9@byu.net>
44970
44971         * users.txt: Sort.  Add tar.
44972
44973 2006-08-11  Bruno Haible  <bruno@clisp.org>
44974
44975         * users.txt: New file.
44976
44977 2006-08-11  Bruno Haible  <bruno@clisp.org>
44978
44979         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44980         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44981
44982 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44983
44984         * modules/snprintf (Depends-on): Remove minmax.
44985         (Maintainer): Add self and Bruno.
44986
44987 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44988
44989         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44990         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44991         (EOVERFLOW): Define if the system does not.
44992         Do not include "minmax.h"; it wasn't used.
44993         (snprintf): Don't assume size_t promotes to an unsigned type.
44994         Fix bug when generated string was too long for the buffer: the
44995         buffer's contents are supposed to be the initial prefix of the
44996         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44997         exceeds INT_MAX; do the check ourselves.
44998
44999         Import the following changes from libc:
45000
45001         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45002
45003         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45004         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45005         set wc to the byte which couldn't be converted.
45006         (re_string_reconstruct): Don't clear valid_raw_len before calling
45007         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45008         tip_context using re_string_context_at.
45009
45010         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45011
45012         * lib/posix/regex.h: g++ still cannot handled [restrict].
45013
45014         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45015
45016         * lib/posix/regex.h: Remove special handling for VMS.
45017
45018 2006-08-10  Jim Meyering  <jim@meyering.net>
45019
45020         * modules/same-inode: New module.
45021         * modules/dev-ino: New module.
45022         * modules/cycle-check: Depend on these modules, rather than simply
45023         including their .h files.
45024         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45025         required via m4/cycle-check.m4.
45026         * modules/same: Depend on new same-inode module, rather than
45027         including same-inode.h.
45028         * modules/chdir-safer: New file.
45029
45030         * modules/chown (Depends-on): Add stat-macros.
45031
45032 2006-08-10  Jim Meyering  <jim@meyering.net>
45033
45034         * m4/cycle-check.m4: New file.
45035         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45036         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45037
45038 2006-08-10  Eric Blake  <ebb9@byu.net>
45039
45040         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45041         in from original proposal.
45042
45043 2006-08-10  Eric Blake  <ebb9@byu.net>
45044         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45045
45046         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45047         namespace.
45048
45049 2006-08-10  Bruno Haible  <bruno@clisp.org>
45050
45051         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45052         as well.
45053
45054 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45055
45056         Sync from coreutils.
45057
45058         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45059
45060         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45061         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45062
45063 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45064
45065         * modules/restrict: Remove; no longer needed now that we assume
45066         Autoconf 2.59 or later.
45067         * MODULES.html.sh: Remove 'restrict'.
45068         * modules/argp (Depends-on): Remove 'restrict'.
45069         * modules/base64 (Depends-on): Likewise.
45070         * modules/gc (Depends-on): Likewise.
45071         * modules/getaddrinfo (Depends-on): Likewise.
45072         * modules/glob (Depends-on): Likewise.
45073         * modules/inet_ntop (Depends-on): Likewise.
45074         * modules/inet_pton (Depends-on): Likewise.
45075         * modules/memxor (Depends-on): Likewise.
45076         * modules/regex (Depends-on): Likewise.
45077         * modules/strtok_r (Depends-on): Likewise.
45078         * modules/time_r (Depends-on): Likewise.
45079
45080 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45081
45082         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45083         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45084         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45085         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45086         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45087         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45088         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45089         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45090
45091         Merge from coreutils.
45092         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45093         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45094         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45095         * m4/time_r.m4 (gl_TIME_R): Likewise.
45096
45097 2006-08-09  Karl Berry  <karl@gnu.org>
45098
45099         * config/srclist.txt: no more gettext-tools, per Bruno.
45100
45101 2006-08-08  Eric Blake  <ebb9@byu.net>
45102
45103         * modules/verror: New module.
45104         * MODULES.html.sh: Document it.
45105
45106 2006-08-08  Eric Blake  <ebb9@byu.net>
45107
45108         * lib/verror.h, lib/verror.c: New files.
45109
45110 2006-08-08  Eric Blake  <ebb9@byu.net>
45111
45112         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45113         verror_at_line output complies with GNU Coding Standards even when
45114         file is NULL.
45115
45116 2006-08-07  Bruno Haible  <bruno@clisp.org>
45117
45118         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45119         versions of AIX.
45120         Reported by Ralf Wildenhues.
45121
45122 2006-08-07  Bruno Haible  <bruno@clisp.org>
45123
45124         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45125         in an AC_DEFUN. Needed so that the autoconf snippets can use
45126         AC_REQUIRE.
45127
45128 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45129
45130         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45131         Initialize pkgdata_DATA.
45132         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45133         overriding it.
45134
45135 2006-08-06  Eric Blake  <ebb9@byu.net>
45136
45137         * lib/error.h: Fold in some upstream changes from glibc.
45138         * lib/error.c: Likewise.
45139
45140 2006-08-04  Bruno Haible  <bruno@clisp.org>
45141
45142         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45143         Make the mostlyclean-local rule depend on mostlyclean-generic.
45144         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45145
45146 2006-07-31  Bruno Haible  <bruno@clisp.org>
45147
45148         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45149         <stdlib.h>, <string.h>.
45150
45151 2006-07-30  Bruno Haible  <bruno@clisp.org>
45152
45153         * modules/readlink (License): Change to LGPL.
45154
45155 2006-07-30  Bruno Haible  <bruno@clisp.org>
45156
45157         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45158         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45159         set PKGDATADIR to point to it.
45160
45161 2006-07-30  Bruno Haible  <bruno@clisp.org>
45162
45163         * modules/csharpexec (configure.ac): Comment out macro invocation.
45164         * modules/javaexec (configure.ac): Likewise.
45165         * modules/javacomp-script (configure.ac): Likewise.
45166
45167         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45168
45169 2006-07-30  Bruno Haible  <bruno@clisp.org>
45170
45171         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45172         linked-list.
45173
45174 2006-07-30  Bruno Haible  <bruno@clisp.org>
45175
45176         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45177
45178 2006-07-30  Bruno Haible  <bruno@clisp.org>
45179
45180         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45181         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45182         get removed.
45183
45184 2006-07-29  Bruno Haible  <bruno@clisp.org>
45185
45186         Make it possible for gnulib-tool to work with locally modified or
45187         augmented gnulib repositories.
45188         * gnulib-tool (func_usage): Document --local-dir option.
45189         (local_gnulib_dir): New variable.
45190         Handle --local-dir option.
45191         (func_lookup_file): New function.
45192         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45193         (func_get_description, func_get_filelist, func_get_description,
45194         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45195         func_get_automake_snippet, func_get_include_directive,
45196         func_get_license, func_get_maintainer): Use func_lookup_file.
45197         (func_import, func_create_testdir): Use func_lookup_file.
45198
45199 2006-07-29  Bruno Haible  <bruno@clisp.org>
45200
45201         * modules/setenv (Depends-on): Add unistd.
45202
45203 2006-07-29  Bruno Haible  <bruno@clisp.org>
45204
45205         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45206
45207 2006-07-29  Bruno Haible  <bruno@clisp.org>
45208
45209         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45210
45211 2006-07-29  Bruno Haible  <bruno@clisp.org>
45212
45213         * gnulib-tool (import, update): If there is no Makefile.am, look at
45214         aclocal.m4, instead of bailing out.
45215
45216 2006-07-29  Bruno Haible  <bruno@clisp.org>
45217
45218         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45219         Categorize the options by when they are useful.
45220
45221 2006-07-29  Bruno Haible  <bruno@clisp.org>
45222
45223         * gnulib-tool (func_usage): Document option --no-libtool.
45224         Handle option --no-libtool.
45225         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45226         for changed semantics of $libtool variable.
45227         (func_import): Likewise. If libtool is not used, show this through
45228         an option --no-libtool.
45229         (func_create_testdir): Update.
45230
45231 2006-07-29  Bruno Haible  <bruno@clisp.org>
45232
45233         * gnulib-tool (func_import): Extend error message about missing
45234         --doc-base.
45235
45236 2006-07-29  Bruno Haible  <bruno@clisp.org>
45237
45238         * gnulib-tool (func_import): Don't create the $docbase directory if
45239         there is no file to store there.
45240
45241 2006-07-29  Bruno Haible  <bruno@clisp.org>
45242
45243         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45244         relevant, look for configure.ac there, not in the current directory.
45245         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45246
45247 2006-07-29  Bruno Haible  <bruno@clisp.org>
45248
45249         * gnulib-tool (SORT): New variable.
45250         (func_usage): Undocument --assume-autoconf option.
45251         Remove --assume-autoconf option handling.
45252         (autoconf_minversion): Determine from the contents of configure.ac.
45253         (func_import): Remove autoconf_minversion handling.
45254         Suggested by Eric Blake.
45255
45256 2006-07-29  Bruno Haible  <bruno@clisp.org>
45257
45258         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45259
45260 2006-07-29  Bruno Haible  <bruno@clisp.org>
45261
45262         * config/srclist.txt (*setenv.[ch]): Remove rules.
45263
45264 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45265
45266         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45267
45268 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45269
45270         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45271         arpa/inet.h.
45272
45273 2006-07-28  Simon Josefsson  <jas@extundo.com>
45274
45275         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45276         * modules/inet_pton (Depends-on): Likewise.
45277
45278 2006-07-28  Simon Josefsson  <jas@extundo.com>
45279
45280         * m4/netinet_in_h.m4: New file.
45281
45282 2006-07-28  Simon Josefsson  <jas@extundo.com>
45283
45284         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45285         #include's.
45286
45287 2006-07-28  Simon Josefsson  <jas@extundo.com>
45288
45289         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45290         #include's.
45291
45292 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45293
45294         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45295         setgid on directories only if they set these bits.
45296         * lib/modechange.h: Remove obsolete comment about masks.
45297
45298 2006-07-28  Eric Blake  <ebb9@byu.net>
45299
45300         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45301         macro expansion.
45302
45303 2006-07-28  Bruno Haible  <bruno@clisp.org>
45304
45305         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45306
45307 2006-07-28  Bruno Haible  <bruno@clisp.org>
45308
45309         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45310
45311 2006-07-28  Bruno Haible  <bruno@clisp.org>
45312
45313         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45314         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45315         Define fallbacks.
45316         Avoids link error on FreeBSD 4.x.
45317         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45318
45319         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45320         encoding.
45321         * lib/mbswidth.c (iswcntrl): Likewise.
45322
45323 2006-07-27  Bruno Haible  <bruno@clisp.org>
45324
45325         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45326         test.
45327
45328 2006-07-27  Bruno Haible  <bruno@clisp.org>
45329
45330         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45331         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45332         defined.
45333
45334 2006-07-26  Eric Blake  <ebb9@byu.net>
45335
45336         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45337
45338 2006-07-26  Eric Blake  <ebb9@byu.net>
45339
45340         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45341         like mingw that lack mkstemp.
45342         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45343         avoid compilation warning on mingw.
45344
45345 2006-07-26  Bruno Haible  <bruno@clisp.org>
45346
45347         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45348         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45349         INT_FAST*_MIN, INTPTR_MIN.
45350
45351 2006-07-25  Bruno Haible  <bruno@clisp.org>
45352
45353         * modules/version-etc (Depends-on): Add stdarg.
45354
45355 2006-07-25  Bruno Haible  <bruno@clisp.org>
45356
45357         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45358         complex commands.
45359
45360 2006-07-25  Bruno Haible  <bruno@clisp.org>
45361
45362         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45363         defined in <stdarg.h> or config.h.
45364
45365 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45366
45367         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45368         (gl_STDIO_SAFER): Remove.
45369
45370 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45371
45372         * MODULES.html.sh (File stream based Input/Output):
45373         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45374         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45375         * modules/fopen-safer, modules/tmpfile-safer: New files.
45376         * modules/stdio-safer: Remove.
45377
45378 2006-07-24  Bruno Haible  <bruno@clisp.org>
45379
45380         * modules/tmpdir: New file.
45381         * MODULES.html.sh (File system functions): Add it.
45382
45383 2006-07-24  Bruno Haible  <bruno@clisp.org>
45384
45385         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45386         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45387
45388 2006-07-24  Bruno Haible  <bruno@clisp.org>
45389
45390         * modules/clean-temp: New file.
45391
45392 2006-07-24  Bruno Haible  <bruno@clisp.org>
45393
45394         * m4/tmpdir.m4: New file, from GNU gettext.
45395
45396 2006-07-24  Bruno Haible  <bruno@clisp.org>
45397
45398         * lib/tmpdir.h: New file, from GNU gettext.
45399         * lib/tmpdir.c: New file, from GNU gettext.
45400
45401 2006-07-24  Bruno Haible  <bruno@clisp.org>
45402
45403         * lib/clean-temp.h: New file, from GNU gettext.
45404         * lib/clean-temp.c: New file, from GNU gettext.
45405
45406 2006-07-23  Eric Blake  <ebb9@byu.net>
45407
45408         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45409         (Depends-on): Add binary-io.
45410
45411 2006-07-23  Eric Blake  <ebb9@byu.net>
45412
45413         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45414
45415 2006-07-23  Eric Blake  <ebb9@byu.net>
45416
45417         * lib/tmpfile-safer.c: New file.
45418         * lib/stdio-safer.h (fopen_safer): Add prototype.
45419         * lib/stdio--.h (tmpfile): Make safer.
45420
45421 2006-07-23  Bruno Haible  <bruno@clisp.org>
45422
45423         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45424         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45425         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45426         gl_linked_remove_at): Use it.
45427
45428 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45429         and Simon Josefsson <jas@extundo.com>
45430
45431         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45432
45433         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45434
45435 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45436
45437         * modules/close-stream: New file.
45438         * modules/closeout (Description): Make it clear that it exits
45439         with a diagnostic on error.
45440         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45441         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45442
45443 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45444
45445         * m4/close-stream.m4: New file.
45446
45447 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45448
45449         * lib/close-stream.c, lib/close-stream.h: New files.
45450
45451 2006-07-22  Bruno Haible  <bruno@clisp.org>
45452
45453         Merge from GNU gettext 0.15.
45454
45455         2006-05-01  Bruno Haible  <bruno@clisp.org>
45456
45457                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45458
45459         2006-07-22  Bruno Haible  <bruno@clisp.org>
45460
45461                 * modules/javaversion: New file.
45462                 * MODULES.html.sh (Java): Add javaversion.
45463
45464         2006-03-12  Bruno Haible  <bruno@clisp.org>
45465
45466                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45467
45468         2005-12-04  Bruno Haible  <bruno@clisp.org>
45469
45470                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45471                 (untested).
45472
45473         2006-06-21  Bruno Haible  <bruno@clisp.org>
45474
45475                 Avoid warnings from recent versions of mcs.
45476                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45477                 -o, -L, -r any more. Use options documented since mcs-1.0
45478                 instead. Similarly for -g.
45479
45480         2005-12-04  Bruno Haible  <bruno@clisp.org>
45481
45482                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45483                 .resources, not .resource.
45484
45485         2005-07-09  Bruno Haible  <bruno@clisp.org>
45486
45487                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45488                 add a .dll suffix.
45489                 Reported by Mark Junker <mjscod@gmx.de>.
45490
45491         2006-07-22  Bruno Haible  <bruno@clisp.org>
45492
45493                 * modules/gettext: Upgrade to gettext-0.15.
45494                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45495                 m4/visibility.m4.
45496                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45497
45498 2006-07-22  Bruno Haible  <bruno@clisp.org>
45499
45500         Merge from GNU gettext 0.15.
45501
45502         2006-03-25  Bruno Haible  <bruno@clisp.org>
45503
45504                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45505
45506         2006-07-21  Bruno Haible  <bruno@clisp.org>
45507
45508                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45509                 "1.1".
45510
45511         2006-05-09  Bruno Haible  <bruno@clisp.org>
45512
45513                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45514                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45515                 for the conftestver execution.
45516
45517         2006-05-01  Bruno Haible  <bruno@clisp.org>
45518
45519                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45520                 optional target-version argument. Verify that the compiler
45521                 groks source of the specified source-version, or add -source
45522                 option as necessary. Verify that the compiler produces
45523                 bytecode in the specified target-version, or add -target and
45524                 -source options as necessary. Make the result of the test
45525                 available as variable CONF_JAVAC. Also log error output in
45526                 config.log.
45527
45528         2006-03-11  Bruno Haible  <bruno@clisp.org>
45529
45530                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45531
45532         2006-05-09  Bruno Haible  <bruno@clisp.org>
45533
45534                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45535                 CLASSPATH_SEPARATOR to a semicolon.
45536
45537         2006-03-12  Bruno Haible  <bruno@clisp.org>
45538
45539                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45540                 available as variable CONF_JAVA, for subsequent autoconf
45541                 tests. Also log error output in config.log.
45542
45543         2006-07-19  Bruno Haible  <bruno@clisp.org>
45544
45545                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45546                 that getline works on glibc2 systems. Needed to avoid trouble
45547                 in relocatable.c.
45548                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45549
45550         2005-12-04  Bruno Haible  <bruno@clisp.org>
45551
45552                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45553                 launcher (untested).
45554
45555         2005-12-04  Bruno Haible  <bruno@clisp.org>
45556
45557                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45558
45559         2006-07-22  Bruno Haible  <bruno@clisp.org>
45560
45561                 * gettext.m4: Update from GNU gettext-0.15.
45562                 * nls.m4: Likewise.
45563                 * po.m4: Likewise.
45564                 * inttypes-pri.m4: Likewise.
45565                 * inttypes-h.m4: Renamed from inttypes.m4.
45566                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45567
45568 2006-07-22  Bruno Haible  <bruno@clisp.org>
45569
45570         Merge from GNU gettext 0.15.
45571
45572         2005-07-05  Bruno Haible  <bruno@clisp.org>
45573
45574                 * printf-args.c (printf_fetchargs): Work around broken
45575                 definition of wint_t on mingw.
45576
45577         2005-02-12  Bruno Haible  <bruno@clisp.org>
45578
45579                 * xallocsa.h: Add extern "C" for C++.
45580
45581         2006-05-17  Bruno Haible  <bruno@clisp.org>
45582
45583                 Cygwin portability.
45584                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45585
45586         2006-04-30  Bruno Haible  <bruno@clisp.org>
45587
45588                 * progreloc.c: Include <mach-o/dyld.h> if available.
45589                 (find_executable): Use _NSGetExecutablePath when possible.
45590
45591         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45592
45593                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45594                 function.
45595
45596         2005-12-29  Bruno Haible  <bruno@clisp.org>
45597
45598                 * progreloc.c (set_program_name_and_installdir): Fix
45599                 compilation error.
45600
45601         2005-12-04  Bruno Haible  <bruno@clisp.org>
45602
45603                 Cygwin portability.
45604                 * progreloc.c: Include <windows.h> also on Cygwin.
45605                 (find_executable): Add support for Cygwin.
45606                 (set_program_name_and_installdir): Handle also platforms with
45607                 nonempty EXEEXT.
45608
45609         2006-07-11  Bruno Haible  <bruno@clisp.org>
45610
45611                 * javacomp.c: Fix a comment.
45612                 Reported by Jim Meyering.
45613
45614         2006-04-30  Bruno Haible  <bruno@clisp.org>
45615
45616                 * javacomp.h (compile_java_class): Add source_version,
45617                 target_version arguments.
45618                 * javacomp.c: Rewritten to choose only a compiler that
45619                 respects the specified source_version and target_version.
45620
45621         2006-06-27  Bruno Haible  <bruno@clisp.org>
45622
45623                 Assume correct S_ISDIR macro.
45624                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45625
45626         2006-07-22  Bruno Haible  <bruno@clisp.org>
45627
45628                 * javaversion.h: New file, from GNU gettext.
45629                 * javaversion.c: New file, from GNU gettext.
45630                 * javaversion.java: New file, from GNU gettext.
45631                 * javaversion.class: New file, from GNU gettext.
45632
45633         2006-05-17  Bruno Haible  <bruno@clisp.org>
45634
45635                 Cygwin portability.
45636                 * javaexec.c (execute_java_class): Test for jview program
45637                 also on Cygwin.
45638
45639         2006-04-09  Bruno Haible  <bruno@clisp.org>
45640
45641                 * fatal-signal.c: Don't include string.h.
45642                 (at_fatal_signal): Use a copying loop instead of memcpy.
45643
45644         2005-12-04  Bruno Haible  <bruno@clisp.org>
45645
45646                 * csharpexec.c: Add support for 'clix' launcher (untested).
45647                 (execute_csharp_using_sscli): New function.
45648                 (execute_csharp_program): Call it.
45649
45650         2006-06-21  Bruno Haible  <bruno@clisp.org>
45651
45652                 Avoid warnings from recent versions of mcs.
45653                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45654                 -o, -L, -r any more. Use options documented since mcs-1.0
45655                 instead. Similarly for -g.
45656
45657         2005-07-09  Bruno Haible  <bruno@clisp.org>
45658
45659                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45660                 add a .dll suffix.
45661                 Reported by Mark Junker <mjscod@gmx.de>.
45662
45663         2006-06-17  Bruno Haible  <bruno@clisp.org>
45664
45665                 * config.charset: Update for NetBSD 3.0.
45666
45667         2006-05-17  Bruno Haible  <bruno@clisp.org>
45668
45669                 Cygwin portability.
45670                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45671
45672         2006-05-16  Bruno Haible  <bruno@clisp.org>
45673
45674                 * localcharset.c [CYGWIN]: Include <windows.h>.
45675                 (get_charset_aliases): For Cygwin, return the same CPxxx
45676                 aliases list as under WIN32.
45677                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45678                 the environment variables. Fall back to GetACP().
45679
45680         2006-04-05  Bruno Haible  <bruno@clisp.org>
45681
45682                 * config.charset: Update Juan Manuel Guerrero's address.
45683
45684         2005-02-12  Bruno Haible  <bruno@clisp.org>
45685
45686                 * allocsa.h: Add extern "C" for C++.
45687
45688         2005-02-10  Bruno Haible  <bruno@clisp.org>
45689
45690                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45691                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45692
45693         2006-07-22  Bruno Haible  <bruno@clisp.org>
45694
45695                 * gettext.h: Update to GNU gettext-0.15.
45696
45697 2006-07-22  Bruno Haible  <bruno@clisp.org>
45698
45699         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45700         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45701         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45702
45703 2006-07-21  Eric Blake  <ebb9@byu.net>
45704
45705         * modules/stdlib-safer: New file.
45706         * MODULES.html.sh (File stream based Input/Output): Add
45707         stdlib-safer.
45708
45709 2006-07-21  Eric Blake  <ebb9@byu.net>
45710
45711         * lib/stdlib-safer.h: New file from coreutils, required by
45712         stdlib--.h.
45713
45714 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45715
45716         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45717
45718 2006-07-20  Bruno Haible  <bruno@clisp.org>
45719
45720         * gnulib-tool: Recognize new option --assume-autoconf.
45721         (autoconf_minversion): New variable.
45722         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45723
45724 2006-07-20  Bruno Haible  <bruno@clisp.org>
45725
45726         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45727
45728 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45729
45730         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45731         Reindent and repaginate.
45732
45733 2006-07-19  Derek Price  <derek@ximbiot.com>
45734
45735         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45736         Correct grammar.
45737
45738 2006-07-17  Bruno Haible  <bruno@clisp.org>
45739
45740         * modules/list: New file.
45741         * modules/array-list: New file.
45742         * modules/carray-list, modules/carray-list-tests: New files.
45743         * modules/linked-list, modules/linked-list-tests: New files.
45744         * modules/avltree-list, modules/avltree-list-tests: New files.
45745         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45746         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45747         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45748         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45749         * modules/oset: New file.
45750         * modules/array-oset: New file.
45751         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45752         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45753         * tests/test-carray_list.c: New file.
45754         * tests/test-linked_list.c: New file.
45755         * tests/test-avltree_list.c: New file.
45756         * tests/test-rbtree_list.c: New file.
45757         * tests/test-linkedhash_list.c: New file.
45758         * tests/test-avltreehash_list.c: New file.
45759         * tests/test-rbtreehash_list.c: New file.
45760         * tests/test-avltree_oset.c: New file.
45761         * tests/test-rbtree_oset.c: New file.
45762         * MODULES.html.sh (Container data structures): New section.
45763
45764 2006-07-17  Bruno Haible  <bruno@clisp.org>
45765
45766         * m4/gl_list.m4: New file.
45767
45768 2006-07-17  Bruno Haible  <bruno@clisp.org>
45769
45770         * lib/gl_list.h: New file.
45771         * lib/gl_list.c: New file.
45772         * lib/gl_array_list.h: New file.
45773         * lib/gl_array_list.c: New file.
45774         * lib/gl_carray_list.h: New file.
45775         * lib/gl_carray_list.c: New file.
45776         * lib/gl_linked_list.h: New file.
45777         * lib/gl_linked_list.c: New file.
45778         * lib/gl_anylinked_list1.h: New file.
45779         * lib/gl_anylinked_list2.h: New file.
45780         * lib/gl_avltree_list.h: New file.
45781         * lib/gl_avltree_list.c: New file.
45782         * lib/gl_anyavltree_list1.h: New file.
45783         * lib/gl_anyavltree_list2.h: New file.
45784         * lib/gl_rbtree_list.h: New file.
45785         * lib/gl_rbtree_list.c: New file.
45786         * lib/gl_anyrbtree_list1.h: New file.
45787         * lib/gl_anyrbtree_list2.h: New file.
45788         * lib/gl_anytree_list1.h: New file.
45789         * lib/gl_anytree_list2.h: New file.
45790         * lib/gl_linkedhash_list.h: New file.
45791         * lib/gl_linkedhash_list.c: New file.
45792         * lib/gl_anyhash_list1.h: New file.
45793         * lib/gl_anyhash_list2.h: New file.
45794         * lib/gl_avltreehash_list.h: New file.
45795         * lib/gl_avltreehash_list.c: New file.
45796         * lib/gl_rbtreehash_list.h: New file.
45797         * lib/gl_rbtreehash_list.c: New file.
45798         * lib/gl_anytreehash_list1.h: New file.
45799         * lib/gl_anytreehash_list2.h: New file.
45800
45801         * lib/gl_oset.h: New file.
45802         * lib/gl_oset.c: New file.
45803         * lib/gl_array_oset.h: New file.
45804         * lib/gl_array_oset.c: New file.
45805         * lib/gl_avltree_oset.h: New file.
45806         * lib/gl_avltree_oset.c: New file.
45807         * lib/gl_rbtree_oset.h: New file.
45808         * lib/gl_rbtree_oset.c: New file.
45809         * lib/gl_anytree_oset.h: New file.
45810
45811 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45812
45813         * m4/mkancesdirs.m4: New file.
45814         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45815         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45816         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45817         it.
45818
45819 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45820
45821         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45822         * lib/mkancesdirs.h: New files.
45823         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45824         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45825         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45826         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45827         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45828         callers changed.  Revamp internals significantly, by not
45829         attempting to create directories that are temporarily more
45830         permissive than the final results.  Do not attempt to use
45831         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45832         This removes some race conditions, fixes some bugs, and simplifies
45833         things.  Use new dirchownmod function to do owner and mode changes.
45834         * lib/mkdir-p.h: Likewise.
45835         * lib/modechange.c (octal_to_mode): New function.
45836         (struct mode_change): New member mentioned.
45837         (make_node_op_equals): New arg mentioned.  All callers changed.
45838         (mode_compile): Keep track of which mode bits the user has explicitly
45839         mentioned.
45840         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45841         New arg PMODE_BITS, to keep track of which mode bits the user
45842         mentioned; it treats S_ISUID and S_ISGID speciall.
45843         All callers changed.
45844         * lib/modechange.h: Likewise.
45845
45846 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45847
45848         * MODULES.html.sh: Add mkancestors.
45849         * modules/mkancesdirs: New module.
45850         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45851         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45852         The chdir-safer and afs files are now orphans; I'll remove them
45853         unless someone speaks up.
45854         Add lib/dirchownmod.c, lib/dirchownmod.h.
45855         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45856         Add lchown, mkancesdirs.
45857         (Maintainer): Add self.
45858
45859 2006-07-15  Karl Berry  <karl@gnu.org>
45860
45861         * gnulib-tool: help message wording/arrangement.
45862
45863 2006-07-14  Simon Josefsson  <jas@extundo.com>
45864
45865         * doc/gnulib.texi (Libtool and Windows): New section.
45866
45867 2006-07-12  Simon Josefsson  <jas@extundo.com>
45868
45869         * modules/gendocs (License): Fix license, approved by Karl.
45870
45871 2006-07-12  Eric Blake  <ebb9@byu.net>
45872
45873         * MODULES.html.sh: Add gendocs.
45874
45875 2006-07-11  Eric Blake  <ebb9@byu.net>
45876
45877         * modules/fdl: New module, to install doc/fdl.texi.
45878         * MODULES.html.sh: Add new section for documentation modules.
45879         * gnulib-tool: Avoid space-tab.
45880         (--doc-base): New option, to manage files from doc.
45881
45882 2006-07-11  Eric Blake  <ebb9@byu.net>
45883
45884         * m4/absolute-header.m4: Fix comments to match recent change.
45885
45886 2006-07-11  Eric Blake  <ebb9@byu.net>
45887
45888         * gnulib-tool: List --doc-base before --tests-base.
45889
45890 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45891
45892         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45893
45894 2006-07-11  Bruno Haible  <bruno@clisp.org>
45895
45896         * README: Mention where to put documentation.
45897
45898 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45899
45900         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45901
45902 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45903
45904         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45905         to stdint.m4.
45906
45907 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45908
45909         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45910         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45911         "no/such/file/stdint.h" when there is no such file, so that
45912         the resulting C code can be parsed by dodgy compilers.
45913         Problems reported by Bob Proulx.
45914
45915 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45916
45917         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45918         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45919         macros into the GNU _D_EXACT_NAMLEN.
45920         * lib/savedir.c:  Likewise.
45921         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45922
45923 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45924         and Paul Eggert  <eggert@cs.ucla.edu>
45925
45926         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45927         * m4/savedir.m4:
45928         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45929         macros into the GNU _D_EXACT_NAMLEN.
45930
45931 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45932
45933         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45934         around the absolute name, to work around a problem with the HP-UX
45935         11.23 native C compiler, reported by Bob Proulx.
45936
45937 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45938
45939         * doc/maintain.texi, make-stds.texi: Sync from
45940         <http://savannah.gnu.org/projects/gnustandards>.
45941
45942 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45943
45944         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45945
45946 2006-07-09  Jim Meyering  <jim@meyering.net>
45947
45948         * m4/glob.m4: Remove a doubled word in a comment.
45949
45950 2006-07-09  Jim Meyering  <jim@meyering.net>
45951
45952         * lib/argp-pv.c: Remove a doubled word in a comment.
45953         * lib/check-version.c (check_version): Likewise.
45954         * lib/javacomp.c (compile_java_class): Likewise.
45955
45956 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45957
45958         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45959         for the benefit of people using Autoconf 2.60.  If you want to
45960         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45961         (or m4/onceonly.m4, if pre-2.57) manually.
45962
45963 2006-07-08  Jim Meyering  <jim@meyering.net>
45964
45965         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45966         comment.
45967         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45968         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45969         comment.
45970
45971 2006-07-08  Jim Meyering  <jim@meyering.net>
45972
45973         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45974
45975 2006-07-07  Simon Josefsson  <jas@extundo.com>
45976
45977         * tests/test-crc.c: Change expected crc value, the test vector
45978         were probably computed using the old broken crc.c?
45979
45980 2006-07-06  Simon Josefsson  <jas@extundo.com>
45981
45982         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45983         now the canonical place for the M4 file).
45984
45985         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45986         from the sys_socket dependency now.
45987
45988         * modules/inet_pton (Files): Ditto.
45989
45990         * modules/inet_ntop (Files): Ditto.
45991
45992 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45993
45994         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45995         not gl_PREREQ_GETUSERSHELL.
45996
45997 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45998
45999         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46000         with only one argument, for Autoconf 2.60.
46001         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46002         expand to nothing, so add a shell command to avoid syntax error.
46003         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46004
46005 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46006
46007         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46008
46009 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46010
46011         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46012         no longer needed.  Check for isblank decl.
46013         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46014         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46015         of existence.
46016
46017 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46018
46019         * lib/getloadavg.c: Use __VMS, not VMS.
46020         * lib/getopt.c: Likewise.
46021         * lib/getpagesize.h: Likewise.
46022         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46023         and probably does not work.
46024
46025 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46026
46027         * lib/.cppi-disable: Add wcwidth.
46028         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46029         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46030         (ISGRAPH): Remove.  All uses changed to isgraph.
46031         (FOLD) [!defined _LIBC]: Remove special case.
46032         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46033         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46034         HAVE_ISBLANK.
46035         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46036         case.
46037
46038 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46039
46040         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46041         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46042         brackets.  Other minor changes to suppress some compiler
46043         warnings.
46044
46045 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46046         and Paul Eggert  <eggert@cs.ucla.edu>
46047
46048         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46049         of invoking obsolescent AC_HEADER_DIRENT macro.
46050         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46051         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46052         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46053         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46054         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46055         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46056         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46057         * m4/readdir.m4: Remove; no longer needed.
46058
46059 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46060         and Paul Eggert  <eggert@cs.ucla.edu>
46061
46062         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46063         Don't worry about this obsolete case any more.
46064         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46065         directories.
46066         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46067         worry about this obsolete case any more.
46068         * lib/fts.c: Likewise.
46069         * lib/getcwd.c: Likewise.
46070         * lib/glob.h: Likewise.
46071         * lib/savedir.c: Likewise.
46072
46073 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46074
46075         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46076         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46077         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46078         needed.
46079         All uses removed.
46080         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46081         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46082         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46083         needed.
46084         * m4/getdate.m4 (gl_GETDATE): Likewise.
46085         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46086         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46087         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46088         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46089         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46090         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46091         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46092         needed.
46093
46094 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46095
46096         * lib/memcasecmp.c: Include <limits.h>.
46097         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46098         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46099         Don't assume isdigit succeeds only on '0' through '9'.
46100
46101 2006-07-05  Eric Blake  <ebb9@byu.net>
46102
46103         * modules/getaddrinfo (Depends-on): Add snprintf.
46104
46105 2006-07-05  Eric Blake  <ebb9@byu.net>
46106
46107         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46108         to avoid 'header present but could not be compiled' on cygwin.
46109
46110 2006-07-05  Eric Blake  <ebb9@byu.net>
46111
46112         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46113         missing from netdb.h.
46114         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46115
46116 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46117
46118         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46119         no longer needed.
46120         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46121         * m4/getdate.m4 (gl_GETDATE): Likewise.
46122         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46123         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46124         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46125         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46126         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46127
46128 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46129
46130         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46131         All uses of is_space replaced by isspace.
46132         * lib/exit.h: Don't talk about STDC_HEADERS.
46133         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46134         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46135         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46136         replaced by isprint etc.
46137         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46138         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46139         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46140         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46141         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46142         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46143
46144 2006-07-05  Bruno Haible  <bruno@clisp.org>
46145
46146         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46147         the function exists, before testing against AIX.
46148         Reported by Martin Lambers <marlam@marlam.de>.
46149
46150 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46151
46152         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46153         From Mark D. Baushke.
46154
46155 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46156
46157         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46158         to the absolute name, not just one, to bypass Sun C 5.8's
46159         "warning: #include of /usr/include/... may be non-portable".
46160
46161 2006-07-04  Eric Blake  <ebb9@byu.net>
46162
46163         * modules/dirname-tests: New test module.
46164         * tests/test-dirname.c: New file, replacing dirname.c
46165         TEST_DIRNAME section that was recently deleted.
46166
46167 2006-07-04  Bruno Haible  <bruno@clisp.org>
46168
46169         Assume ANSI C header files and <ctype.h> functions.
46170         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46171         (mbsnwidth): Use isprint, iscntrl instead.
46172
46173 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46174
46175         Merge from coreutils.
46176         * MODULES.html.sh: Add xstrtold.
46177         * modules/xstrtold: New file.
46178         * modules/cycle-check (Files): Add lib/same-inode.h.
46179         * modules/dirname (Files): Add m4/double-slash-root.m4.
46180         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46181         * modules/mkdir-p (Files): Add lib/same-inode.h.
46182         * modules/same (Files): Add lib/same-inode.h.
46183
46184 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46185
46186         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46187         This is to keep the terminology clean; POSIX talks about
46188         "absolute pathnames", not "full pathnames", but the GNU
46189         Coding Standards say to use "path" for something else;
46190         so use "absolute" to keep both sides happy.
46191         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46192         Set gl_absolute_header, not gl_full_header_path.
46193         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46194         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46195         All uses changed.
46196
46197         Merge from coreutils.
46198
46199         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46200
46201         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46202         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46203         want to require the building of c-strtod.o.
46204         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46205         needs -lm directly.
46206         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46207
46208         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46209
46210         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46211         --as-needed option if available.  Problem reported by Albert Chin in
46212         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46213         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46214         cc merely issues a bunch of annoying warnings for --as-needed
46215         (this problem was reported by Bob Proulx).  Also, try linking with
46216         -lm to detect a bug in binutils 2.16 (this problem was reported
46217         by Ralf Wildenhues).
46218
46219         2006-06-18  Jim Meyering  <jim@meyering.net>
46220
46221         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46222         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46223         macro.
46224         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46225         also check for glibc-2.4's abort-inducing bug.
46226
46227         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46228         Low-probability clean-up should be to use rmdir to get rid of
46229         the just-created directory, not unlink.
46230
46231         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46232         configure fail, and request a bug report to inform us about it.
46233         Add a comment that, barring reports to the contrary, in 2007 we'll
46234         assume ftruncate is universally available.
46235
46236         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46237
46238         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46239
46240         2006-03-12  Jim Meyering  <jim@meyering.net>
46241
46242         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46243         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46244         * m4/same.m4 (gl_SAME): Likewise.
46245         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46246
46247         2006-03-11  Eric Blake  <ebb9@byu.net>
46248
46249         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46250         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46251         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46252         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46253
46254 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46255
46256         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46257         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46258         reported by Mark D. Baushke, one in
46259         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46260
46261         Merge from coreutils.
46262
46263         * lib/.cppi-disable: Add stdint_.h.
46264         * lib/.cvsignore: Add stdint.h.
46265
46266         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46267
46268         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46269         both double and long double versions.
46270         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46271         * lib/xstrtold.c: New file.
46272         * lib/xstrtod.h (xstrtold): New decl.
46273
46274         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46275
46276         * lib/filemode.c (setst): Remove.
46277         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46278         (arguably) clearer, and the generated code is a bit smaller on my
46279         Debian GNU/Linux stable x86 host.
46280
46281         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46282
46283         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46284         Assume that filemode.h includes sys/types.h and sys/stat.h.
46285         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46286         (ftypelet): Reorder to put common cases first, for efficiency.
46287         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46288         to do 'M'.
46289         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46290         of 10, for compatibility with FreeBSD.  All callers changed.
46291         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46292         types that can't be deduced solely from st_mode.  First arg is now a
46293         const pointer.
46294         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46295         (strmode): Renamed from mode_string.
46296         (filemodestring): New decl.
46297         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46298         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46299         needed.
46300         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46301
46302         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46303
46304         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46305         fsusage.h now does that.  Include fsusage.h first, to test interface.
46306         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46307         at most one method (the old code could have generated decls that
46308         didn't conform to C89, not that this was ever exercised).
46309         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46310
46311         2006-03-19  Jim Meyering  <jim@meyering.net>
46312
46313         Work even in a chroot where d_ino values for entries in "/"
46314         don't match the stat.st_ino values for the same names.
46315         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46316         number, iterate through all entries again, using lstat instead.
46317         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46318         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46319
46320         * lib/getcwd.c (__getcwd): Clarify a comment.
46321         Use memcpy in place of a call to strcpy.
46322
46323         2006-03-12  Jim Meyering  <jim@meyering.net>
46324
46325         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46326         matches that of the current directory (which we're about to chdir ".."
46327         out of), then save the dev-ino of the parent, instead.
46328
46329         * lib/same-inode.h (SAME_INODE): New file/macro.
46330         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46331         Include "same-inode.h", instead.
46332         * lib/same.c: Likewise.
46333         * lib/cycle-check.h: Include "same-inode.h".
46334         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46335         * lib/cycle-check.c (SAME_INODE): Remove definition.
46336         * lib/root-dev-ino.h: Include "same-inode.h".
46337
46338         2006-03-11  Eric Blake  <ebb9@byu.net>
46339
46340         * lib/same.c (same_name): s/base_name/last_component/
46341         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46342         * lib/filenamecat.c (file_name_concat): Likewise.
46343
46344         2006-03-11  Eric Blake  <ebb9@byu.net>,
46345                     Paul Eggert  <eggert@cs.ucla.edu>
46346
46347         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46348         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46349         drive prefix.
46350         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46351         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46352         (last_component): New method.
46353         * lib/dirname.c (dir_len): Determine when drive letters need a
46354         subsequent slash.  Preserve // when it is special.
46355         (dir_name): Don't append dot when drive letter is absolute.
46356         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46357         * lib/basename.c (base_name): New semantics - malloc the result.
46358         Preserve // when it is special.  Preserve relative files that look
46359         like drive letters.
46360         (base_len): Preserve // when it is special.
46361         (last_component): New method, similar to old base_name semantics.
46362         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46363         base_name.  Strip redundant slashes from ///.
46364
46365 2006-07-03  Jim Meyering  <jim@meyering.net>
46366
46367         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46368         macro is used before the first cycle_check call.
46369
46370 2006-07-03  Eric Blake  <ebb9@byu.net>
46371
46372         * modules/dirname (Depends-on): Add xstrndup.
46373
46374 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46375
46376         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46377         test cases, so that config.log is a bit easier to follow.
46378
46379 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46380
46381         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46382         both are 64 bits, since this seems to be the tradition, and this
46383         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46384         we ever run into a host that prefers long long to long in this
46385         case, we'll need another configure-time test.  Problem reported by
46386         Jim Meyering.
46387
46388 2006-07-02  Eric Blake  <ebb9@byu.net>
46389
46390         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46391
46392 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46393
46394         * modules/inttypes (Depends-on): No longer depends on stdint.
46395         * modules/stdint (Description): Say more about assumptions.
46396         Say that the fast types might differ.  Say macros are used.
46397         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46398         (Makefile.am): Revise list of substituted symbols to match
46399         new stdint.m4.
46400         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46401         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46402         * tests/test-stdint.c (verify_same_types)
46403         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46404         the code conforms to C99/C89.
46405         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46406         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46407
46408 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46409
46410         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46411         but fix a bug, by requiring at least 64 bits.
46412         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46413         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46414         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46415         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46416
46417         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46418         changes.  Make 2.59 a prerequisite.  Check and substitute for
46419         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46420         inttypes.h.  Do not use special include files; just use the
46421         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46422         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46423         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46424         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46425         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46426         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46427         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46428         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46429         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46430         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46431         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46432         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46433         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46434         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46435         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46436         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46437         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46438         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46439         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46440         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46441         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46442         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46443         not check for things that C99 does not require, e.g., int8_t.  If
46444         a test isn't needed unless <stdint.h> isn't working, and is
46445         unlikely to be needed for any other reason, then don't do it
46446         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46447         size_t, since we assume C89 freestanding at least.  Do not check
46448         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46449         the right thing even if the types are not defined.  Instead use:
46450         (gl_STDINT_TYPE_PROPERTIES): New macro.
46451         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46452         testing whether <sys/types.h> clashes, as Autoconf does this for
46453         us now.  All uses removed.
46454         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46455         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46456         (gl_CHECK_TYPE_SAME):
46457         Remove; no longer needed.
46458         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46459         exists, since we'll return 0 anyway in that case.
46460         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46461
46462 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46463
46464         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46465         possible collision with system files.
46466         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46467         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46468         WCHAR_MIN and WCHAR_MAX in this case.
46469         (<stddef.h>): Do not include; no longer needed.
46470         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46471         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46472         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46473         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46474         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46475         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46476         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46477         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46478         !defined(__c99))]: Include in this case too, since it's harmless
46479         now.
46480         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46481         dangerous to do so.
46482         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46483         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46484         (_STDINT_MIN, _STDINT_MAX): New macros.
46485         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46486         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46487         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46488         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46489         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46490         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46491         macros, not typedefs; this simplifies things quite a bit.
46492         Use long int for all types narrower than int64_t.
46493         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46494         Define in terms of long long int or int64_t or long int,
46495         not int64_t or int32_t.  This saves some compile-time testing.
46496         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46497         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46498         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46499         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46500         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46501         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46502         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46503         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46504         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46505         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46506         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46507         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46508         undef any previous version and define our own version, for
46509         simplicity and consistency with the new macros for types.
46510         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46511         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46512         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46513         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46514         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46515         @WINT_T_SUFFIX@ to keep things simple here.
46516         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46517         Simplify by assuming typical 8/16/32/64 host, since we're
46518         already doing that elsewhere anyway.
46519         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46520         and assume long long int is 64 bits if available.  This
46521         speeds up 'configure'.
46522
46523 2006-07-01  Eric Blake  <ebb9@byu.net>
46524
46525         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46526         Reported by Andreas Buening.
46527
46528 2006-07-01  Eric Blake  <ebb9@byu.net>
46529
46530         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46531
46532 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46533
46534         * lib/getaddrinfo.c: fixed typo
46535
46536 2006-06-29  Jim Meyering  <jim@meyering.net>
46537
46538         * modules/strftime (Maintainer): Add my name, since with the
46539         FPRINTFTIME changes strftime.c has forked from glibc.
46540
46541 2006-06-29  Eric Blake  <ebb9@byu.net>
46542
46543         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46544
46545 2006-06-29  Eric Blake  <ebb9@byu.net>
46546
46547         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46548
46549 2006-06-29  Eric Blake  <ebb9@byu.net>
46550
46551         * lib/stat_.h: New file.
46552
46553 2006-06-29  Eric Blake  <ebb9@byu.net>
46554
46555         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46556         unused static function.
46557
46558 2006-06-29  Eric Blake  <ebb9@byu.net>
46559
46560         * doc/functions.texi (Function Portability): Document missing lstat
46561         on mingw.
46562
46563 2006-06-29  Eric Blake  <ebb9@byu.net>
46564
46565         * MODULES.html.sh: Add sys_stat.
46566         * modules/sys_stat: New module.
46567         * modules/mkstemp (Depends-on): Add sys_stat.
46568
46569 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46570
46571         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46572
46573 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46574
46575         * m4/c-bs-a.m4: Removed.
46576
46577 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46578
46579         * lib/strftime.c: Assume strftime() exists.
46580
46581 2006-06-29  Derek Price  <derek@ximbiot.com>
46582
46583         * modules/c-bs-a: Removed - \a is C89.
46584         * MODULES.html.sh: Remove c-bs-a.
46585
46586 2006-06-29  Bruno Haible  <bruno@clisp.org>
46587
46588         * modules/wcwidth (License): Change to LGPL.
46589
46590 2006-06-28  Simon Josefsson  <jas@extundo.com>
46591
46592         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46593         on _WIN32.
46594
46595         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46596         getnameinfo.
46597
46598 2006-06-28  Simon Josefsson  <jas@extundo.com>
46599
46600         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46601
46602 2006-06-28  Simon Josefsson  <jas@extundo.com>
46603
46604         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46605         functions there.  It will succeed on Windows XP, but on Windows
46606         2000 and (presumably) earlier, it will fail, and use the internal
46607         re-implementation.
46608         (use_win32_p): New function.
46609         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46610         Support AI_NUMERICSERV to disable getservbyname.
46611         (getnameinfo): New function, only supports
46612         NI_NUMERICHOST|NI_NUMERICSERV for now.
46613
46614         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46615         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46616         getnameinfo.
46617
46618 2006-06-28  Eric Blake  <ebb9@byu.net>
46619
46620         * modules/wcwidth: New file.
46621         * modules/mbchar (Depends-on): Add wcwidth.
46622         * modules/mbswidth (Depends-on): Add wcwidth.
46623         * MODULES.html.sh: Add wcwidth.
46624
46625 2006-06-28  Eric Blake  <ebb9@byu.net>
46626
46627         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46628         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46629
46630 2006-06-28  Eric Blake  <ebb9@byu.net>
46631
46632         * lib/xvasprintf.h: Fix comments.
46633
46634 2006-06-28  Eric Blake  <ebb9@byu.net>
46635
46636         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46637         * lib/mbswidth.c (wcwidth): Move from here...
46638         * lib/wcwidth.h: ...to this new file.
46639
46640 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46641
46642         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46643
46644         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46645         it's obsolete.
46646         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46647
46648 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46649
46650         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46651         Autoconf 2.60 says this stuff was obsolete.
46652
46653 2006-06-28  Bruno Haible  <bruno@clisp.org>
46654
46655         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46656
46657 2006-06-28  Bruno Haible  <bruno@clisp.org>
46658
46659         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46660         gt_TYPE_WCHAR_T.
46661
46662 2006-06-28  Bruno Haible  <bruno@clisp.org>
46663
46664         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46665         declaration for wcwidth.
46666         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46667
46668 2006-06-28  Bruno Haible  <bruno@clisp.org>
46669
46670         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46671         (mkdir): Define using _mkdir.
46672
46673 2006-06-28  Bruno Haible  <bruno@clisp.org>
46674
46675         * lib/getaddrinfo.h: Fix POSIX URL.
46676         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46677         _WIN32.
46678         (use_win32_p): Make static.
46679         (getaddrinfo): Reject service name if it is empty or does not consist
46680         solely of decimal digits, or if its value is > 65535.
46681         (getnameinfo): Remove useless casts.
46682
46683 2006-06-27  Simon Josefsson  <jas@extundo.com>
46684
46685         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46686         Eggert and Martin Lambers.
46687
46688 2006-06-27  Simon Josefsson  <jas@extundo.com>
46689
46690         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46691         Eggert and Martin Lambers.
46692
46693 2006-06-27  Bruno Haible  <bruno@clisp.org>
46694
46695         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46696         result to 0, not to empty.
46697         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46698
46699 2006-06-27  Bruno Haible  <bruno@clisp.org>
46700
46701         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46702
46703 2006-06-26  Simon Josefsson  <jas@extundo.com>
46704
46705         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46706         present.
46707
46708 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46709
46710         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46711         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46712         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46713
46714 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46715
46716         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46717
46718 2006-06-26  Bruno Haible  <bruno@clisp.org>
46719
46720         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46721
46722 2006-06-26  Bruno Haible  <bruno@clisp.org>
46723
46724         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46725
46726 2006-06-26  Bruno Haible  <bruno@clisp.org>
46727
46728         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46729         SGI C compiler in pre-C99 mode.
46730         Suggested by Mark D. Baushke and Larry Jones.
46731
46732 2006-06-26  Bruno Haible  <bruno@clisp.org>
46733
46734         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46735         WCHAR_MAX.
46736         Reported by Mark D. Baushke and Larry Jones.
46737
46738 2006-06-26  Bruno Haible  <bruno@clisp.org>
46739
46740         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46741         in pre-C99 mode.
46742         Suggested by Mark D. Baushke and Larry Jones.
46743
46744 2006-06-23  Simon Josefsson  <jas@extundo.com>
46745             Bruno Haible  <bruno@clisp.org>
46746
46747         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46748         Emit mostlyclean-local rule.
46749         (func_emit_tests_Makefile_am): Likewise.
46750         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46751
46752 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46753
46754         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46755
46756 2006-06-23  Bruno Haible  <bruno@clisp.org>
46757
46758         * tests/test-stdint.c: Update to match ISO C 99 Technical
46759         Corrigendum 1.
46760
46761 2006-06-23  Bruno Haible  <bruno@clisp.org>
46762
46763         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46764
46765 2006-06-23  Bruno Haible  <bruno@clisp.org>
46766
46767         * lib/stdint_.h: Treat IRIX like OpenBSD.
46768
46769 2006-06-23  Bruno Haible  <bruno@clisp.org>
46770
46771         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46772         ISO C 99 Technical Corrigendum 1.
46773
46774 2006-06-22  Simon Josefsson  <jas@extundo.com>
46775
46776         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46777         MinGW.
46778
46779 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46780
46781         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46782         needed.  Some compiler complained about some of them.  Problem reported
46783         by Larry Jones in
46784         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46785
46786 2006-06-21  Simon Josefsson  <jas@extundo.com>
46787
46788         * tests/test-getaddrinfo.c: New file.
46789
46790         * modules/getaddrinfo-tests: New file.
46791
46792         * MODULES.html.sh: Add inet_pton.
46793
46794         * modules/inet_pton: New file.
46795
46796 2006-06-21  Simon Josefsson  <jas@extundo.com>
46797
46798         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46799         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46800         of using the (limited) gnulib implementation on Windows XP.
46801
46802         * m4/inet_pton.m4: New file.
46803
46804 2006-06-21  Simon Josefsson  <jas@extundo.com>
46805
46806         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46807         variable.
46808
46809         * lib/socket_.h: Don't define WINVER.
46810
46811         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46812         slightly modified to work in gnulib.
46813
46814 2006-06-21  Simon Josefsson  <jas@extundo.com>
46815
46816         * doc/gnulib.texi (Windows sockets): Add.
46817
46818 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46819
46820         * lib/read-file.c (fread_file): Start with buffer allocation of
46821         0 bytes rather than 1 byte; this simplifies the code.
46822         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46823         code to free buffer and save/restore errno.
46824         (internal_read_file): Remove unused local.
46825
46826 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46827
46828         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46829         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46830         Problem reported by Denis Excoffier in
46831         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46832
46833 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46834
46835         * modules/sys_socket, modules/socklen: Include sys/types since
46836         FreeBSD 4.x's sys/socket.h needs it.
46837
46838 2006-06-19  Simon Josefsson  <jas@extundo.com>
46839
46840         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46841
46842 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46843
46844         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46845
46846 2006-06-19  Bruno Haible  <bruno@clisp.org>
46847
46848         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46849         and FULL_PATH_INTTYPES_H in angle brackets.
46850         Reported by Mark D. Baushke <mdb@gnu.org>.
46851
46852 2006-06-17  Eric Blake  <ebb9@byu.net>
46853
46854         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46855         errno.
46856
46857 2006-06-17  Bruno Haible  <bruno@clisp.org>
46858
46859         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46860         <sys/inttypes.h>.
46861
46862 2006-06-17  Bruno Haible  <bruno@clisp.org>
46863
46864         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46865         whether errno is declared. Assume <errno.h> declares errno.
46866
46867 2006-06-17  Bruno Haible  <bruno@clisp.org>
46868
46869         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46870
46871 2006-06-17  Bruno Haible  <bruno@clisp.org>
46872
46873         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46874         problem on Solaris 2.5.1.
46875
46876 2006-06-16  Eric Blake  <ebb9@byu.net>
46877
46878         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46879         * lib/unicodeio.c [!defined errno]: Likewise.
46880         * lib/strtol.c [!defined errno]: Likewise.
46881         * lib/strtod.c [!defined errno]: Likewise.
46882
46883 2006-06-15  Eric Blake  <ebb9@byu.net>
46884
46885         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46886
46887 2006-06-15  Eric Blake  <ebb9@byu.net>
46888
46889         * config/srclist.txt (ssize_t.m4): Lose sync.
46890
46891 2006-06-15  Bruno Haible  <bruno@clisp.org>
46892
46893         * modules/stdint (Files): Include m4/full-header-path.m4,
46894         m4/size_max.m4, m4/wchar_t.m4.
46895         (Makefile.am): Many more substitutions.
46896         * modules/stdint-tests: New file.
46897         * tests/test-stdint.c: New file.
46898
46899 2006-06-15  Bruno Haible  <bruno@clisp.org>
46900
46901         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46902         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46903         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46904         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46905         gl_CHECK_TYPE_SAME): New macros.
46906
46907 2006-06-15  Bruno Haible  <bruno@clisp.org>
46908
46909         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46910
46911 2006-06-15  Bruno Haible  <bruno@clisp.org>
46912
46913         * lib/stdint_.h: Rewritten to be fully auto-configured.
46914         Fixes bug on HP-UX/IA64.
46915
46916 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46917
46918         * lib/getdate.y (__attribute__): Don't define if already defined.
46919         Problem reported by Larry Jones.
46920         * lib/utimens.c (__attribute__): Likewise.
46921
46922 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46923
46924         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46925         reported by Andreas Schwab.
46926
46927 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46928             Bruno Haible  <bruno@clisp.org>
46929
46930         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46931         check for the declaration of strnlen and a run test that exposes the
46932         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46933         rpl_strndup.
46934
46935 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46936             Bruno Haible  <bruno@clisp.org>
46937
46938         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46939
46940 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46941
46942         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46943         compile test, for Tru64 4.0D.
46944
46945 2006-05-28  Karl Berry  <karl@gnu.org>
46946
46947         * config/srclist.txt (printf-args.c): lose sync.
46948
46949 2006-05-26  Martin Lambers  <marlam@marlam.de>
46950
46951         * lib/getpass.c: Updates the test for the native W32 API, and adds
46952         missing includes, thus fixing compilation warnings.
46953
46954 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46955
46956         * lib/exclude.c (exclude_fnmatch): New function.
46957         (excluded_file_name): Call exclude_fnmatch.
46958         * lib/exclude.h (excluded_file_name): New prototype
46959
46960 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46961
46962         * lib/tempname.c (small_open, large_open): New macros.
46963         (__open, __open64) [!_LIBC]: Remove.
46964         (__gen_tempname): Use small_open and large_open instead of __open
46965         and __open64.  This fixes a portability bug on HP-UX 11.11i
46966         reported by Simon Wing-Tang in
46967         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46968
46969 2006-05-24  Bruno Haible  <bruno@clisp.org>
46970
46971         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46972         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46973         Reported by Thorsten Maerz <torte@netztorte.de> via
46974         Aaron Stone <aaron@serendipity.cx>.
46975
46976 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46977
46978         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46979         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46980         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46981         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46982         not really conditional on the cache.
46983         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46984
46985 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46986
46987         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46988         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46989         (my_usleep): Don't mishandle maximum value.
46990
46991 2006-05-19  Jim Meyering  <jim@meyering.net>
46992
46993         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46994
46995 2006-05-17  Bruno Haible  <bruno@clisp.org>
46996
46997         Cygwin portability.
46998         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46999
47000 2006-05-17  Bruno Haible  <bruno@clisp.org>
47001
47002         * lib/stdint_.h: Fix recognition of Cygwin.
47003
47004 2006-05-15  Bruno Haible  <bruno@clisp.org>
47005
47006         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47007         on libtool patch by Ralf Wildenhues.
47008
47009 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47010
47011         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47012         test for C99 conformance; (bool) 0.5 is an integer constant
47013         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47014         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47015
47016 2006-05-11  Simon Josefsson  <jas@extundo.com>
47017
47018         * m4/xvasprintf.m4: Fix obvious typo.
47019
47020 2006-05-11  Jim Meyering  <jim@meyering.net>
47021
47022         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47023         James Lemley.
47024
47025 2006-05-10  Simon Josefsson  <jas@extundo.com>
47026
47027         * lib/md4.c: Typo fix, update copyright years.
47028         (K1, K2): Don't use L because it turn computations into 64-bit on
47029         64-bit platforms.
47030
47031 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47032
47033         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47034         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47035         unwanted sign propagation, e.g., on hosts with 64-bit int.
47036         There still are some problems with reeelly weird theoretical hosts
47037         (e.g., 33-bit int) but it's not worth worrying about now.
47038         * lib/sha1.c (rol): Likewise.
47039         (K1, K2, K3, K4): Remove unnecessary L suffix.
47040
47041 2006-05-10  Bruno Haible  <bruno@clisp.org>
47042
47043         * lib/des.c: Cast to avoid warnings.
47044
47045 2006-05-09  Bruno Haible  <bruno@clisp.org>
47046
47047         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47048         (Depends-on): Depend also on xsize, stdarg.
47049         (configure.ac): Add gl_XVASPRINTF.
47050
47051 2006-05-09  Bruno Haible  <bruno@clisp.org>
47052
47053         * m4/xvasprintf.m4: New file.
47054
47055 2006-05-09  Bruno Haible  <bruno@clisp.org>
47056
47057         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47058         (EOVERFLOW): Define fallback value.
47059         (xstrcat): New function.
47060         (xvasprintf): Recognize the special case of a string concatenation.
47061
47062 2006-05-08  Eric Blake  <ebb9@byu.net>
47063
47064         * gnulib-tool (func_version): Base copyright year on CVS date.
47065         (func_emit_copyright_notice): New function.
47066         (func_emit_lib_Makefile_am): Use it.
47067         (func_emit_tests_Makefile_am): Likewise.
47068         (func_import): Likewise.
47069
47070 2006-05-08  Bruno Haible  <bruno@clisp.org>
47071
47072         * modules/stdarg: New file.
47073         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47074
47075 2006-05-08  Bruno Haible  <bruno@clisp.org>
47076
47077         * m4/stdarg.m4: New file, from GNU gettext.
47078
47079 2006-05-08  Bruno Haible  <bruno@clisp.org>
47080
47081         * config/srclist.txt (build-aux/config.rpath): different from latest
47082         release.
47083
47084 2006-05-08  Bruno Haible  <bruno@clisp.org>
47085
47086         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47087
47088 2006-05-05  Jim Meyering  <jim@meyering.net>
47089
47090         * m4/warning.m4: New file, derived from bison's file by the same name.
47091
47092 2006-05-03  Bruno Haible  <bruno@clisp.org>
47093
47094         * lib/stdint_.h: Shorter URL.
47095         * lib/inttypes.h: Likewise.
47096
47097 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47098
47099         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47100
47101 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47102
47103         * lib/verify.h: Document the internals better.  Most of this change
47104         was written by Bruno Haible.
47105
47106 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47107
47108         * doc/verify.texi: New file, partly based on a proposal by
47109         Bruno Haible.
47110
47111 2006-05-02  Bruno Haible  <bruno@clisp.org>
47112
47113         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47114         test from here...
47115         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47116
47117 2006-04-29  Bruno Haible  <bruno@clisp.org>
47118
47119         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47120         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47121
47122 2006-04-29  Bruno Haible  <bruno@clisp.org>
47123
47124         * gnulib-tool: Make --update option actually work.
47125
47126 2006-04-29  Bruno Haible  <bruno@clisp.org>
47127
47128         * doc/gcd.texi: New file.
47129         * doc/gnulib.texi: Include it.
47130
47131 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47132
47133         * lib/getdate.y (get_date): When adding relative date, start with the
47134         initial time, not with the result of the first mktime call.
47135
47136 2006-04-25  Bruno Haible  <bruno@clisp.org>
47137
47138         * gnulib-tool (func_import): Output the include directives in three
47139         blocks, sorted separately.
47140         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47141
47142 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47143
47144         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47145         to define main with arguments, for C++.  Reported by Eric Blake.
47146         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47147         Prefer 'int main ()' to 'int main (void)', for C++.
47148         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47149         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47150         for 'main', for C99 and C++.
47151
47152 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47153
47154         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47155         Don't assume that exit status -1 is valid.
47156         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47157         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47158         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47159         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47160         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47161         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47162         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47163         functions can be used without declaring them, or that you can
47164         exit with status -1.
47165         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47166
47167 2006-04-24  Karl Berry  <karl@gnu.org>
47168
47169         * config/srclist.txt (longdouble.m4): sync lost.
47170
47171 2006-04-24  Eric Blake  <ebb9@byu.net>
47172
47173         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47174
47175 2006-04-24  Bruno Haible  <bruno@clisp.org>
47176
47177         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47178         poll() implementation in AIX.
47179         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47180
47181 2006-04-24  Bruno Haible  <bruno@clisp.org>
47182
47183         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47184         assigned exactly once.
47185
47186 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47187             Bruno Haible  <bruno@clisp.org>
47188
47189         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47190         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47191         for AM_CPPFLAGS.
47192
47193 2006-04-23  Bruno Haible  <bruno@clisp.org>
47194
47195         * modules/copy-file: Depend on unistd.
47196         * modules/execute: Likewise.
47197         * modules/fatal-signal: Likewise.
47198         * modules/findprog: Likewise.
47199         * modules/mkdtemp : Likewise.
47200         * modules/pipe: Likewise.
47201         * modules/wait-process: Likewise.
47202
47203 2006-04-23  Bruno Haible  <bruno@clisp.org>
47204
47205         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47206         condition was already detected.
47207         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47208
47209 2006-04-23  Bruno Haible  <bruno@clisp.org>
47210
47211         * lib/copy-file.c: Include <unistd.h> unconditionally.
47212         * lib/execute.c: Likewise.
47213         * lib/fatal-signal.c: Likewise.
47214         * lib/findprog.c: Likewise.
47215         * lib/mkdtemp.c: Likewise.
47216         * lib/pipe.h: Likewise.
47217         * lib/pipe.c: Likewise.
47218         * lib/wait-process.h: Likewise.
47219
47220 2006-04-23  Bruno Haible  <bruno@clisp.org>
47221
47222         * gnulib-tool (func_usage): Fix --import description. Document
47223         --update.
47224         (func_import): Create temporary file in a temporary directory, if
47225         --dry-run is specified. Silence errors from 'grep' when there are no
47226         m4 files in $m4dir.
47227         (func_create_testdir): Silence errors from 'grep' when there are no
47228         m4 files in $m4dir.
47229         Reported by Karl Berry <karl@freefriends.org>.
47230
47231 2006-04-20  Bruno Haible  <bruno@clisp.org>
47232
47233         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47234         one argument, so that the code will be portable to Autoconf 2.60.
47235         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47236         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47237         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47238
47239 2006-04-19  Derek Price  <derek@ximbiot.com>
47240             Eric Blake  <ebb9@byu.net>
47241
47242         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47243         rather than "/full/path.h".  Update comment to match.  Shorten &
47244         generalize m4_translit call via AS_TR_CPP.
47245
47246 2006-04-19  Derek Price  <derek@ximbiot.com>
47247             Eric Blake  <ebb9@byu.net>
47248
47249         * lib/inttypes.h: Correct grammar in comment.
47250
47251 2006-04-18  Derek Price  <derek@ximbiot.com>
47252             Paul Eggert  <eggert@cs.ucla.edu>
47253
47254         * modules/inttypes: New file.
47255         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47256
47257 2006-04-18  Derek Price  <derek@ximbiot.com>
47258             Paul Eggert  <eggert@cs.ucla.edu>
47259
47260         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47261         New files.
47262
47263 2006-04-18  Derek Price  <derek@ximbiot.com>
47264             Paul Eggert  <eggert@cs.ucla.edu>
47265
47266         * lib/inttypes.h: New file.
47267         * lib/strtoimax.c: Assume <inttypes.h>.
47268
47269 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47270
47271         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47272         isn't mounted.  Problem reported by Kir Kolyshkin.
47273
47274 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47275
47276         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47277         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47278         Derek R. Price.
47279         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47280         implementation.
47281
47282 2006-04-12  Eric Blake  <ebb9@byu.net>
47283
47284         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47285         is now done automatically by the corresponding Autoconf macro.
47286
47287 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47288
47289         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47290         time_r.h.
47291
47292 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47293
47294         Merge regex changes from libc, removing some of our
47295         POSIX-conformance changes that were rejected and redoing them in a
47296         less-intrusive way.
47297
47298         * lib/regcomp.c (re_compile_internal, init_dfa):
47299         Length arg is now size_t, not Idx.  All uses changed.
47300         (peek_token): Forward decl now says internal_function.
47301         (__re_error_msgid, __re_error_msgid_idx):
47302         Now static rather than extern with attribute_hidden.
47303         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47304         For some reason libc prefers K&R style defns for external functions.
47305         (regerror) [!defined _LIBC]: Likewise.
47306         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47307         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47308         (build_range_exp, build_collating_symbol):
47309         Use K&R-style defn.
47310         (re_compile_fastmap): Use '\0' to memset, not 0.
47311         (utf8_sb_map): Make the calculations more obvious.
47312         (init_dfa, parse_bracket_exp, build_charclass_op):
47313         Call calloc and cast result, as glibc does.
47314         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47315         (build_range_exp, build_collating_symbol):
47316         Now internal functions.
47317
47318         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47319
47320         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47321         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47322         Don't depend on VMS; depend on __VMS instead, for POSIX
47323         namespace cleanness.
47324         (regoff_t): Define to ssize_t, not long int.
47325
47326         Remove the REG_ macros named below.  Instead, make the old names
47327         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47328         __USE_GNU_REGEX.
47329         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47330         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47331         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47332         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47333         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47334         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47335         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47336         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47337         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47338         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47339         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47340         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47341         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47342         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47343         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47344         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47345         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47346         (REG_NREGS):
47347         Remove.  All uses replaced by the old RE_* names.
47348         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47349         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47350         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47351         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47352         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47353         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47354         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47355         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47356         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47357         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47358         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47359         Don't bother having these macros be independent of each others'
47360         values, since they no longer exist in the POSIX name space.
47361
47362         Rename the following member names back to their old names,
47363         unless !__USE_GNU_REGEX.  All uses changed back.
47364         (buffer): Renamed from re_buffer.
47365         (allocated): Renamed from re_allocated.
47366         (used): Renamed from re_used.
47367         (syntax): Renamed from re_syntax.
47368         (fastmap): Renamed from re_fastmap.
47369         (translate): Renamed from re_translate.
47370         (can_be_null): Renamed from re_can_be_null.
47371         (regs_allocated): Renamed from re_regs_allocated.
47372         (fastmap_accurate): Renamed from re_fastmap_accurate.
47373         (no_sub): Renamed from re_no_sub.
47374         (not_bol): Renamed from re_not_bol.
47375         (not_eol): Renamed from re_not_eol.
47376         (newline_anchor): Renamed from re_newline_anchor.
47377         (num_regs): Renamed from rm_num_regs.
47378         (start): Renamed from rm_start.
47379         (end): Renamed from rm_end.
47380
47381         (free_state): Move up a bit.
47382
47383         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47384         #define to be empty.
47385         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47386         when that is what is intended.
47387         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47388         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47389         (MAX): New macro.
47390         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47391         All uses changed back to re_malloc, etc.  It's now the caller's
47392         responsibility to check for overflow; all callers changed.
47393         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47394         (re_x2nrealloc): Remove.
47395         (free_state): Remove decl.
47396
47397         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47398         (re_set_registers, re_exec):
47399         Use K&R-style defn.
47400
47401         2006-01-31  Roland McGrath  <roland@redhat.com>
47402
47403         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47404         Reported by Mike Frysinger <vapier@gentoo.org>.
47405
47406         2006-01-15  Andreas Jaeger  <aj@suse.de>
47407
47408         [BZ #1950]
47409         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47410         build_wcs_upper_buffer change.
47411         (build_wcs_upper_buffer): Change return type.
47412
47413         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47414
47415         * lib/regex_internal.h: Include <stdint.h> if available.
47416
47417         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47418
47419         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47420
47421         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47422
47423         * lib/regcomp.c: Adjust for changed secondary hash function.
47424
47425         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47426
47427         * lib/regex.h: Pretty printing.
47428         Clean up namespace a bit.
47429
47430         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47431
47432         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47433         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47434
47435         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47436                     Ulrich Drepper  <drepper@redhat.com>
47437
47438         [BZ #1302]
47439         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47440         changed.
47441         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47442
47443         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47444
47445         [BZ #281]
47446         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47447         * lib/regcomp.c: Remove unnecessary uses of
47448         unsigned RE_TRANSLATE_TYPE.
47449         * lib/regex_internal.h: Likewise.
47450         * lib/regex_internal.c: Likewise.
47451         * lib/regexec.c: Likewise.
47452         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47453
47454         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47455
47456         * lib/regexec.c (find_recover_state): Remove unnecessary
47457         initialization.
47458         (transit_state_bkref): Make DFA a const pointer.
47459         (get_subexp): Likewise.
47460         (check_arrival): Likewise.
47461         (update_cur_sifted_state): Likewise.
47462         (re_search_internal): Likewise.
47463         (prune_impossible_nodes): Likewise.
47464         (acquire_init_state_context): Likewise.
47465         (proceed_next_node): Likewise.
47466         (set_regs): Likewise.
47467         (free_fail_stack_return): Likewise.
47468         (check_arrival_expand_ecl): Mark DFA parameter as const.
47469         (check_arrival_expand_ecl_sub): Likewise.
47470         (check_subexp_limits): Likewise.
47471         (sub_epsilon_src_nodes):  Likewise.
47472         (add_epsilon_src_nodes):  Likewise.
47473         (merge_state_array): Likewise.
47474         (update_regs): Likewise.
47475         (build_trtable): Likewise.
47476         (sift_states_backward): Mark MCTX parameter as const.
47477         (build_sifted_states): Likewise.
47478         (update_cur_sifted_state): Likewise.
47479         (sift_states_mkref): Likewise.
47480         (check_arrival_expand_ecl): Mark eclosure as const.
47481         (check_dst_limits_calc_pos_1): Likewise.
47482         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47483         pointer.
47484
47485         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47486
47487         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47488         (transit_state_sb): Likewise.
47489         (transit_state_mb): Likewise.
47490         (sift_states_iter_mb): Likewise.
47491         (check_arrival_add_next_nodes): Likewise.
47492         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47493         [_LIBC] (re_search_2_stub): Use mempcpy.
47494
47495         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47496         mbrtowc for very simple UTF-8 case.
47497
47498         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47499         a pointer-to-const.
47500         (re_acquire_state_context): Likewise.
47501         * lib/regex_internal.h: Adjust prototypes.
47502
47503         * lib/regex.c: Prevent using C++ compilers.
47504
47505         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47506         (re_acquire_state_context): Likewise.
47507
47508 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47509
47510         * modules/regex (Depends-on): Add ssize_t.
47511
47512 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47513
47514         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47515         translation table.
47516
47517 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47518
47519         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47520
47521 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47522             Bruno Haible  <bruno@clisp.org>
47523
47524         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47525         <sys/types.h> and <inttypes.h>.
47526
47527 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47528
47529         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47530         `__error_t_defined', so argp.h will not typedef the former.
47531
47532 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47533
47534         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47535         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47536         glibc names.  Even if glibc is changed to conform to POSIX, the
47537         traditional names will be available anyway, since regex depends on
47538         the extensions module.  Also, fix a longstanding typo in the
47539         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47540         reported by Emanuele Giaquinta.  Also, change sense of cached
47541         variable, so that the message makes sense.
47542
47543 2006-03-24  Simon Josefsson  <jas@extundo.com>
47544
47545         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47546         including some doc fixes.
47547         (base64_encode_alloc): Fix +1 bug on allocation failures.
47548
47549 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47550
47551         * lib/base64.c (base64_encode): Do not read past end of array with
47552         unsanitized input on systems with CHAR_BIT > 8.
47553
47554 2006-03-24  Eric Blake  <ebb9@byu.net>
47555
47556         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47557
47558 2006-03-22  Karl Berry  <karl@gnu.org>
47559
47560         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47561         * config/srclistvars.sh (COREUTILS): new var.
47562
47563 2006-03-17  Jim Meyering  <jim@meyering.net>
47564
47565         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47566         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47567
47568 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47569
47570         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47571         no longer needs it.  Instead, check that regoff_t is as least
47572         as wide as ptrdiff_t.
47573
47574         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47575         so that our regex.h stays compatible with the installed regex.
47576         This is helpful for installers who configure --without-included-regex.
47577         Problem reported by Emanuele Giaquinta.
47578
47579 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47580
47581         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47582         Typedef to long int, not to off_, as POSIX will likely change
47583         in that direction.
47584
47585 2006-03-15  Eric Blake  <ebb9@byu.net>
47586
47587         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47588
47589 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47590
47591         * lib/argp-help.c (validate_uparams): Fix typo
47592         * lib/argp-parse.c (argp_default_options): Consistently begin help
47593         messages with a lowercase letter.
47594
47595 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47596
47597         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47598         overrun buffers and shouldn't be used (much as gets shouldn't be
47599         used).
47600         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47601
47602 2006-03-08  Simon Josefsson  <jas@extundo.com>
47603
47604         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47605         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47606
47607 2006-03-08  Simon Josefsson  <jas@extundo.com>
47608
47609         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47610         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47611
47612 2006-03-08  Simon Josefsson  <jas@extundo.com>
47613
47614         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47615         signal that configure disabled the device.
47616
47617 2006-03-08  Simon Josefsson  <jas@extundo.com>
47618
47619         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47620         languages.
47621
47622 2006-03-07  Simon Josefsson  <jas@extundo.com>
47623
47624         * modules/getopt (Depends-on): Add unistd.
47625
47626         * modules/unistd: New file.
47627
47628 2006-03-07  Simon Josefsson  <jas@extundo.com>
47629
47630         * modules/gc-random: New file.
47631
47632 2006-03-07  Simon Josefsson  <jas@extundo.com>
47633
47634         * m4/unistd_h.m4: New file.
47635
47636 2006-03-07  Simon Josefsson  <jas@extundo.com>
47637
47638         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47639         test to be side-effect free by storing the result in the cache
47640         variable gl_cv_lib_readline, and moving the assignment of
47641         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47642         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47643
47644 2006-03-07  Simon Josefsson  <jas@extundo.com>
47645
47646         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47647         error on missing devices (the functions will return an error).
47648
47649         * m4/gc.m4: Move random stuff to gc-random.m4
47650
47651 2006-03-07  Simon Josefsson  <jas@extundo.com>
47652
47653         * lib/unistd_.h: New file.
47654
47655 2006-03-07  Simon Josefsson  <jas@extundo.com>
47656
47657         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47658
47659 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47660
47661         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47662         Problem reported by Juan Manuel Guerrero.
47663
47664 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47665
47666         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47667         the unistd module.
47668         * lib/getlogin_r.c: Likewise.
47669         * lib/getlogin_r.h: Likewise.
47670         * lib/glob.c: Likewise.
47671         * lib/pagealign_alloc.c: Likewise.
47672         * lib/unistd_.h: Remove; no longer needed.
47673
47674 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47675
47676         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47677         Add unistd.
47678         * modules/c-stack (Depends-on): Add unistd.
47679         * modules/getlogin_r: Likewise.
47680         * modules/glob: Likewise.
47681         * modules/pagealign_alloc: Likewise.
47682         * modules/unistd (Files): Remove lib/unistd_.h.
47683         (EXTRA_DIST): Remove.
47684         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47685         need unistd_.h.
47686         (MOSTLYCLEANFILES): Remove unistd.h-t.
47687
47688 2006-03-03  Simon Josefsson  <jas@extundo.com>
47689
47690         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47691
47692 2006-03-03  Simon Josefsson  <jas@extundo.com>
47693
47694         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47695         libidn and bison.
47696
47697 2006-03-03  Simon Josefsson  <jas@extundo.com>
47698
47699         * build-aux/maint.mk: Add indent target.
47700
47701 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47702
47703         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47704         our replacement poll.h in any case, to avoid a differing
47705         declaration from a system header.  Seen on AIX.
47706
47707 2006-03-01  Simon Josefsson  <jas@extundo.com>
47708
47709         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47710         <kasal@ucw.cz>.
47711
47712 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47713
47714         * modules/gettime (Depends-on): Add extensions module.
47715         * modules/nanosleep (Depends-on): Likewise.
47716         * modules/settime (Depends-on): Likewise.
47717
47718 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47719
47720         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47721         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47722         pedantically.
47723         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47724         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47725
47726         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47727         not "==".  Reported by Ralf Wildenhues.
47728
47729 2006-03-01  Karl Berry  <karl@gnu.org>
47730
47731         * doc/Copyright/request-*: new files, synced from gnuorg.
47732
47733 2006-03-01  Karl Berry  <karl@gnu.org>
47734
47735         * config/srclist.txt (Copyright/*): new entries.
47736
47737 2006-02-28  Simon Josefsson  <jas@extundo.com>
47738
47739         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47740
47741 2006-02-27  Simon Josefsson  <jas@extundo.com>
47742
47743         * lib/base64.h: Indent #define's.  From Jim Meyering
47744         <jim@meyering.net>.
47745
47746 2006-02-27  Jim Meyering  <jim@meyering.net>
47747
47748         Revert the change of 2006-02-24, so these files can continue
47749         to be sync'd from gettext.
47750         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47751         of `config.h'.
47752
47753 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47754
47755         * modules/intprops: New file.
47756         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47757         Add intprops.
47758         * modules/getloadavg (Files): Remove lib/intprops.h.
47759         (Depends-on): Add intprops.
47760         * modules/human: Likewise.
47761         * modules/inttostr: Likewise.
47762         * modules/openat: Likewise.
47763         * modules/sig2str: Likewise.
47764         * modules/userspec: Likewise.
47765         * modules/utimecmp: Likewise.
47766         * modules/xnanosleep: Likewise.
47767         * modules/xstrtol: Likewise.
47768
47769 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47770
47771         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47772         * modules/lock-tests (TESTS): Use $(EXEEXT).
47773         * modules/tls-tests: Likewise.
47774         * modules/argp-tests: Likewise.
47775         (check_PROGRAMS): New var, replacing...
47776         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47777
47778 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47779
47780         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47781         `config.h'.
47782
47783 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47784
47785         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47786
47787 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47788
47789         Sync from coreutils.
47790         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47791         gl_CHDIR_SAFER.
47792
47793 2006-02-22  Jim Meyering  <jim@meyering.net>
47794
47795         Sync from coreutils.
47796         * m4/chdir-safer.m4: New file.
47797
47798 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47799
47800         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47801         AT_FDCWD exceeds INT_MAX.
47802         * lib/openat.h (AT_FDCWD): Likewise.
47803
47804 2006-02-17  Eric Blake  <address@hidden>
47805
47806         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47807
47808 2006-02-16  Simon Josefsson  <jas@extundo.com>
47809
47810         * modules/getaddrinfo (Depends-on): Add sys_socket.
47811
47812 2006-02-15  Simon Josefsson  <jas@extundo.com>
47813
47814         * build-aux/maint.mk: Add dsyntax-check rule.
47815
47816 2006-02-15  Eric Blake  <ebb9@byu.net>
47817
47818         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47819         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47820         'present but cannot compile' warnings on cygwin.
47821         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47822         use ws2tcpip.h if sys/socket.h works.
47823         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47824         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47825
47826 2006-02-14  Simon Josefsson  <jas@extundo.com>
47827
47828         * modules/maintainer-makefile (Files): Rename.
47829
47830         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47831         and (the local) Makefile.cfg to maint-cfg.mk.
47832
47833         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47834         to the latter.
47835
47836         * modules/maintainer-makefile: New module.
47837
47838         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47839         severaly stripped to make it possible to build it up from scratch
47840         with reliable tests.
47841
47842         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47843         fixes to permit overriding the default actions when configure and
47844         makefile are not available.
47845
47846 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47847
47848         Sync from coreutils.
47849         * modules/lstat (Depends-on): Don't depend on xalloc.
47850         (License): Change from GPL to LGPL, since this is now simply a
47851         replacement for a libc function.
47852
47853 2006-02-14  Jim Meyering  <jim@meyering.net>
47854
47855         Sync from coreutils.
47856
47857         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47858         failure on deficient systems, and simplify gnulib lgpl dependencies.
47859         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47860         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47861
47862         * lib/xalloc-die.c: Remove unused definition of N_.
47863
47864 2006-02-14  Jim Meyering  <jim@meyering.net>
47865
47866         Sync from coreutils.
47867         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47868         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47869         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47870         double-quote uses of that variable, to accommodate the rare case in
47871         which getmntent is available in none of the libraries checked.  This
47872         happens at least on FreeBSD 5.0.
47873
47874 2006-02-13  Simon Josefsson  <jas@extundo.com>
47875
47876         * gnulib-tool (Usage): Fix --import, from
47877         karl@freefriends.org (Karl Berry).
47878
47879 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47880
47881         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47882
47883 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47884
47885         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47886         "autoupdate" on 2005-12-12.
47887
47888 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47889
47890         * modules/closeout (Depends-on): Remove atexit.
47891
47892 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47893
47894         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47895         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47896
47897 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47898
47899         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47900         __EXTENSIONS__ if this causes compilation to fail.  Problem
47901         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47902         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47903
47904 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47905
47906         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47907         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47908         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47909         All uses changed.
47910
47911 2006-01-26  Simon Josefsson  <jas@extundo.com>
47912
47913         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47914         prototype is visible on mingw32.
47915
47916         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47917         for mingw32.
47918
47919         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47920         mingw32).
47921
47922 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47923
47924         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47925         attempt to open for write; this always fails, at least on POSIX
47926         hosts.  This reinstates the 2006-01-09 change, which was
47927         inadvertently removed.
47928
47929 2006-01-26  Bruno Haible  <bruno@clisp.org>
47930
47931         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47932         Reported by Paul Eggert.
47933
47934 2006-01-26  Bruno Haible  <bruno@clisp.org>
47935             Paul Eggert  <eggert@cs.ucla.edu>
47936
47937         * lib/stdbool_.h (_Bool)
47938         [(! (defined __cplusplus || defined __BEOS__)
47939           && !defined __GNUC__
47940           && !(defined __HP_cc || defined __xlc__
47941                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47942                || defined __sgi))]:
47943         #define to signed char in these cases too; this simplifies
47944         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47945         etc., separately) and makes it more conservative.
47946
47947 2006-01-25  Simon Josefsson  <jas@extundo.com>
47948
47949         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47950         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47951         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47952
47953 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47954
47955         * lib/argp-namefrob.h: Bugfix. Remove stray #
47956
47957 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47958
47959         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47960         so that we test the test.
47961         Check for yet another HP-UX cc bug involving *bool |= bool.
47962
47963 2006-01-25  Karl Berry  <karl@gnu.org>
47964
47965         * config/srclist.txt (vasnprintf.c): sync lost.
47966
47967 2006-01-25  Jim Meyering  <jim@meyering.net>
47968
47969         Sync from the stable (b5) branch of coreutils:
47970
47971         * lib/fts.c (fts_children): Don't let close() clobber errno from
47972         failed fchdir().
47973
47974         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47975         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47976         a dangling symlink.  That can also happen at least for ELOOP.
47977         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47978         FYI, this bug predates the inclusion of fts.c in coreutils.
47979
47980         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47981         in their own block, so pre-c99 compilers don't object.
47982
47983         Avoid the double-free (first in fts_read, second in fts_close) that
47984         would occur when an `active' directory is made inaccessible (e.g.,
47985         via chmod a-x) during a traversal.
47986         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47987         before returning.  Reproduce this failure by
47988         mkdir -p a/b; cd a; chmod a-x . b
47989         Reported by Stavros Passas.
47990
47991 2006-01-25  Jim Meyering  <jim@meyering.net>
47992
47993         * lib/fileblocks.c: Remove more useless parentheses.
47994         * lib/readutmp.h: Likewise.
47995
47996 2006-01-25  Bruno Haible  <bruno@clisp.org>
47997
47998         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47999         warnings.
48000         Reported by Paul Eggert.
48001
48002 2006-01-25  Bruno Haible  <bruno@clisp.org>
48003
48004         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48005         rid of a trap command. For Solaris sh.
48006         Reported by Mark D. Baushke <mdb@gnu.org>.
48007
48008 2006-01-24  Simon Josefsson  <jas@extundo.com>
48009
48010         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48011         Bruno.
48012
48013 2006-01-24  Karl Berry  <karl@gnu.org>
48014
48015         * config/srclist.txt (argp-namefrob.h): sync lost.
48016
48017 2006-01-24  Jim Meyering  <jim@meyering.net>
48018
48019         * modules/openat (Files): Add lib/intprops.h.
48020         From Mark D. Baushke.
48021
48022 2006-01-24  Jim Meyering  <jim@meyering.net>
48023
48024         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48025         Reported by Mark D. Baushke.
48026
48027 2006-01-24  Jim Meyering  <jim@meyering.net>
48028
48029         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48030
48031 2006-01-24  Bruno Haible  <bruno@clisp.org>
48032
48033         * modules/strnlen (Maintainer): Change from glibc to all.
48034
48035 2006-01-24  Bruno Haible  <bruno@clisp.org>
48036
48037         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48038         Patch by Paul Eggert.
48039
48040 2006-01-24  Bruno Haible  <bruno@clisp.org>
48041
48042         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48043         already has it.
48044         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48045         2005-11-26.
48046
48047         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48048         'signed char' to avoid problems with the built-in _Bool type.
48049         Reported by Paul Eggert on 2005-11-26.
48050
48051 2006-01-24  Bruno Haible  <bruno@clisp.org>
48052
48053         * gnulib-tool (func_import): Avoid constructing complicated sed
48054         expressions inside backquote.
48055         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48056
48057 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48058
48059         These changes imported from libc.
48060         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48061         test and two separate function calls.
48062         * lib/strndup.c (__strndup): Add libc_hidden_def.
48063
48064 2006-01-23  Simon Josefsson  <jas@extundo.com>
48065
48066         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48067         Remove the test_*_SOURCES variable: automake infers it by default.
48068         * modules/tls-tests: Likewise.
48069
48070 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48071
48072         Work around porting bugs reported by Dieter in
48073         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48074         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48075         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48076         Include "getopt.h" first, to check interface.
48077         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48078         !HAVE_DECL_GETENV.
48079         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48080         (__strndup): Revert to K&R-style function dfns, the glibc style.
48081         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48082         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48083         Include strnlen.h first, to get prototype properly.
48084         (strnlen): Renamed from __strnlen.
48085         Remove weak alias.
48086
48087 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48088
48089         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48090
48091 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48092
48093         * config/srclist.txt: Adjust to reflect glibc reorganization.
48094         This affects only comments.
48095
48096 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48097
48098          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48099          Reported by Bruce Korb <bkorb@gnu.org>.
48100
48101 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48102
48103         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48104         to pacify gcc -Wswitch-default.
48105
48106 2006-01-22  Bruno Haible  <bruno@clisp.org>
48107
48108         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48109         temporary buffer for sprintf, take into account the precision also
48110         for 'd', 'i', 'u', 'o', 'x', 'X'.
48111
48112 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48113
48114         * modules/argp-tests: New module
48115         * tests/test-argp.c: New file
48116         * tests/test-argp-2.sh: New file
48117
48118 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48119
48120         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48121         (__argp_base_name): Removed
48122         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48123         typo.
48124         (__argp_base_name): Provide macro definition or extern declaration
48125         depending on the configuration
48126
48127 2006-01-20  Simon Josefsson  <jas@extundo.com>
48128
48129         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48130
48131 2006-01-20  Simon Josefsson  <jas@extundo.com>
48132
48133         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48134
48135 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48136
48137         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48138         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48139         Suggested by Bruno Haible.
48140
48141 2006-01-20  Karl Berry  <karl@gnu.org>
48142
48143         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48144         until changes propagate, I guess.
48145
48146 2006-01-19  Simon Josefsson  <jas@extundo.com>
48147
48148         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48149
48150 2006-01-19  Simon Josefsson  <jas@extundo.com>
48151
48152         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48153
48154 2006-01-19  Simon Josefsson  <jas@extundo.com>
48155
48156         * gnulib-tool: Set check_PROGRAMS.
48157
48158         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48159         modules/des-tests, modules/gc-arcfour-tests,
48160         modules/gc-arctwo-tests, modules/gc-des-tests,
48161         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48162         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48163         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48164         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48165         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48166         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48167         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48168         test_*_SOURCES.
48169
48170 2006-01-18  Simon Josefsson  <jas@extundo.com>
48171
48172         * modules/socklen (Depends-on): Depend on sys_socket.
48173
48174 2006-01-18  Simon Josefsson  <jas@extundo.com>
48175
48176         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48177         modules/des-tests, modules/gc-arcfour-tests,
48178         modules/gc-arctwo-tests, modules/gc-des-tests,
48179         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48180         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48181         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48182         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48183         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48184         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48185         $(EXEEXT) to automake TESTS variable, for mingw32.
48186
48187 2006-01-17  Simon Josefsson  <jas@extundo.com>
48188
48189         * modules/socklen (Include): Need sys/socket.h.
48190
48191 2006-01-17  Bruno Haible  <bruno@clisp.org>
48192
48193         * modules/ssize_t (Include): Add <sys/types.h>.
48194
48195 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48196
48197         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48198         it's not portable and it doesn't work with cross-compiles.
48199         Problem reported by Bruno Haible.  Fix missing-$ typo in
48200         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48201         -zignore from being used with Sun's C compiler.
48202
48203 2006-01-12  Simon Josefsson  <jas@extundo.com>
48204
48205         * lib/base64.c: Fix warning, reported by Bruno Haible
48206         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48207
48208 2006-01-12  Bruno Haible  <bruno@clisp.org>
48209
48210         * modules/ldd: New file.
48211         * build-aux/ldd.sh.in: New file.
48212         * MODULES.html.sh (Support for building libraries and executables): Add
48213         ldd.
48214
48215 2006-01-12  Bruno Haible  <bruno@clisp.org>
48216
48217         * m4/ldd.m4: New file.
48218
48219 2006-01-12  Bruno Haible  <bruno@clisp.org>
48220
48221         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48222         endless loop while replacing $auxdir with build-aux.
48223
48224 2006-01-11  Simon Josefsson  <jas@extundo.com>
48225
48226         * lib/stdint_.h (SIZE_MAX): Add missing (.
48227
48228 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48229
48230         Sync from coreutils.
48231         * lib/md5.c: Fix commentary typos.
48232         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48233         * lib/md5.h (__attribute__): Remove; unused.
48234         * lib/sha1.c: Fix commentary to match md5 better.
48235         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48236         so that we don't need to worry about alignment.  All uses changed.
48237         This merges the 2005-10-28 md5 change into sha1.
48238
48239 2006-01-11  Jim Meyering  <jim@meyering.net>
48240
48241         Sync from coreutils.
48242         * lib/md5.c (OP): Fix spacing.
48243
48244 2006-01-11  Bruno Haible  <bruno@clisp.org>
48245
48246         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48247         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48248         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48249
48250 2006-01-11  Bruno Haible  <bruno@clisp.org>
48251
48252         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48253         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48254         the "early" section as well.
48255
48256 2006-01-11  Bruno Haible  <bruno@clisp.org>
48257
48258         Avoid "ar: no archive members specified" error on MacOS X.
48259         * gnulib-tool (func_modules_add_dummy): New function.
48260         (func_import, func_create_testdir): Invoke it.
48261
48262 2006-01-11  Bruno Haible  <bruno@clisp.org>
48263
48264         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48265         with $auxdir in AC_CONFIG_FILES statements.
48266
48267 2006-01-11  Bruno Haible  <bruno@clisp.org>
48268
48269         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48270         Initialize also noinst_HEADERS to empty.
48271
48272 2006-01-11  Bruno Haible  <bruno@clisp.org>
48273
48274         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48275         variables.
48276         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48277         autoreconf.
48278
48279 2006-01-11  Bruno Haible  <bruno@clisp.org>
48280
48281         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48282         overridable by the user.
48283         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48284
48285 2006-01-10  Simon Josefsson  <jas@extundo.com>
48286
48287         * modules/sys_socket: New file.
48288
48289 2006-01-10  Simon Josefsson  <jas@extundo.com>
48290
48291         * m4/sys_socket_h.m4: New file.
48292
48293 2006-01-10  Simon Josefsson  <jas@extundo.com>
48294
48295         * lib/socket_.h: New file.
48296
48297 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48298
48299         * modules/readutmp (Maintainer): Add myself.
48300
48301 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48302
48303         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48304         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48305         People who are still concerned with buggy memcmp implementations
48306         can invoke gl_FUNC_MEMCMP themselves.
48307
48308 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48309
48310         * lib/regex_internal.h (BITSET_WORD_BITS):
48311         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48312         preprocessor mishandles large unsigned values as if they were signed.
48313         Problem reported by Claudio Fontana in
48314         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48315
48316 2006-01-10  Jim Meyering  <jim@meyering.net>
48317
48318         Avoid the double-free (first in fts_read, second in fts_close) that
48319         would occur when an `active' directory is made inaccessible (e.g.,
48320         via chmod a-x) during a traversal.
48321         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48322         before returning.  Reproduce this failure by
48323         mkdir -p a/b; cd a; chmod a-x . b
48324         Reported by Stavros Passas.
48325
48326         Sync from coreutils.
48327         * lib/sha1.c: Tweak grammar in a comment.
48328
48329 2006-01-10  Jim Meyering  <jim@meyering.net>
48330
48331         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48332         Patch by Joerg Sonnenberger.
48333
48334 2006-01-10  Bruno Haible  <bruno@clisp.org>
48335
48336         * modules/readutmp: Depend on module free.
48337         * modules/strtok_r: Depend on module restrict.
48338
48339 2006-01-10  Bruno Haible  <bruno@clisp.org>
48340
48341         * modules/gettext (configure.ac): Add an invocation of
48342         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48343
48344 2006-01-10  Bruno Haible  <bruno@clisp.org>
48345
48346         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48347         Reported by Werner Lemberg <wl@gnu.org>.
48348
48349 2006-01-10  Bruno Haible  <bruno@clisp.org>
48350
48351         * lib/localcharset.c: Update from GNU gettext.
48352
48353 2006-01-10  Bruno Haible  <bruno@clisp.org>
48354
48355         * lib/argp.h (__const): Remove macro. Use const instead.
48356         * lib/argp-fmtstream.h (__const): Likewise.
48357         * lib/glob_.h (__const): Remove macro.
48358         * lib/glob-libc.h: Use const instead of __const.
48359
48360 2006-01-10  Bruno Haible  <bruno@clisp.org>
48361
48362         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48363         variable.
48364         Needed to avoid an automake error regarding the 'gettext' module.
48365
48366 2006-01-09  Simon Josefsson  <jas@extundo.com>
48367
48368         * modules/inet_ntop (Depends-on): Add restrict.
48369
48370 2006-01-09  Simon Josefsson  <jas@extundo.com>
48371
48372         * modules/gc-rijndael-tests (License): Put under LGPL.
48373
48374         * modules/gc-des-tests (License): Likewise.
48375
48376         * modules/gc-arcfour-tests (License): Likewise.
48377
48378         * modules/gc-arctwo-tests (License): Likewise.
48379
48380         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48381
48382         * modules/gc-hmac-sha1-tests (Files): Likewise.
48383
48384         * modules/gc-hmac-md5-tests (License): Likewise.
48385
48386         * modules/gc-sha1-tests (License): Likewise.
48387
48388         * modules/gc-md5-tests (License): Likewise.
48389
48390         * modules/gc-md4-tests (License): Likewise.
48391
48392         * modules/gc-md2-tests (License): Likewise.
48393
48394         * modules/gc-tests (License): Likewise.
48395
48396         * modules/des-tests (License): Likewise.
48397
48398         * modules/md4-tests (License): Likewise.
48399
48400         * modules/md2-tests (License): Likewise.
48401
48402 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48403
48404         Sync from coreutils:
48405
48406         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48407         * modules/lib-ignore: New file.
48408         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48409         chdir-safer.m4, lchmod.m4.
48410         * modules/openat: Add mkdirat.c, openat-priv.h.
48411
48412 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48413
48414         Sync from coreutils.
48415         * m4/lib-ignore.m4: New file.
48416         * m4/lchmod.m4: New file.
48417
48418 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48419
48420         Sync from coreutils.
48421         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48422         for write access: POSIX says that must fail.
48423         * lib/fts.c (diropen): Likewise.
48424         * lib/save-cwd.c (save_cwd): Likewise.
48425         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48426         well, for minor improvements on hosts that lack O_DIRECTORY.
48427         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48428         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48429         Fall back on chown if open failed with EACCES.
48430
48431         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48432         Report an error at compile-time if only a 1-second nominal clock
48433         resolution is found.
48434
48435         * lib/lchmod.h: New file.
48436         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48437         (make_dir_parents): Use lchown rather than chown, and
48438         lchmod rather than chmod.
48439
48440         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48441         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48442         "proc" reported by n0dalus.
48443
48444         * lib/mountlist.c: Include <limits.h>.
48445         (dev_from_mount_options)
48446         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48447         New function.  It no longer assumes "dev=" has the System V meaning
48448         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48449         (read_file_system_list)
48450         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48451         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48452         dev= in that case.
48453
48454         * lib/posixtm.h (PDS_PRE_2000): New macro.
48455         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48456         allow_century.  All usages changed.  Reject dates outside the range
48457         1969-1999 if PDS_PRE_2000 is used.
48458
48459 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48460
48461         Sync from coreutils.
48462         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48463         (Time of day items): Mention the possibility of leap seconds.
48464         Problem reported by Dr. David Alan Gilbert.
48465
48466 2006-01-09  Jim Meyering  <jim@meyering.net>
48467
48468         Sync from coreutils.
48469
48470         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48471
48472         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48473
48474         * lib/modechange.c (mode_compile): Reject an invalid mode string
48475         that starts with an octal digit.  From Andreas Gruenbacher.
48476
48477         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48478         and dup to open_safer and dup_safer, respectively.
48479         (openat_permissive): Fix typo in comment.
48480
48481         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48482         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48483         (_): Remove; no longer needed.
48484         (openat): Renamed from rpl_openat; no need for rpl_openat
48485         since openat.h renames openat for us.
48486         Replace most of the body with a call to openat_permissive,
48487         to avoid duplicate code.
48488         Port to (probably hypothetical) environments were mode_t is
48489         wider than int.
48490         (openat_permissive): Require mode arg, so that we can check
48491         types better.  Put it just after flags.  Change cwd failure
48492         indicator from pointer-to-bool to pointer-to-errno-value.
48493         All callers changed.
48494         Invoke openat_save_fail and/or openat_restore_fail if
48495         cwd_errno is null, so that openat can call us.
48496         (openat_permissive, fdopendir, fstatat, unlinkat):
48497         Simplify errno handling to avoid some duplicate code,
48498         as it's OK to set errno on success.
48499         * lib/openat.h: Revamp code so that function macros depend on
48500         __OPENAT_PREFIX only, not also on AT_FDCWD.
48501         (openat_ro): Remove.  Caller changed to use openat_permissive.
48502         (openat_permissive): Now a macro, if not a function.
48503         (openat_restore_fail, openat_save_fail): Now always functions,
48504         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48505
48506         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48507         and openat.c.
48508         * lib/mkdirat.c: Include openat-priv.h.
48509         Remove definitions of macros defined therein.
48510         * lib/openat.c: Likewise.
48511
48512         * lib/mkdirat.c (mkdirat): New file and function.
48513         * lib/openat.h (mkdirat): Declare.
48514
48515         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48516
48517         * lib/openat.h (openat_permissive): Declare.
48518         (openat_ro): Define.
48519
48520         * lib/openat.c (EXPECTED_ERRNO): New macro.
48521         (openat_permissive): New function -- used in remove.c rewrite.
48522         (all functions): Set errno just before returning, only if there
48523         was an actual failure.
48524         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48525
48526         Emulate openat-family functions using Linux's procfs, if possible.
48527         Idea and some code based on Ulrich Drepper's glibc changes.
48528
48529         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48530         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48531         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48532         before falling back on save_cwd and restore_cwd.
48533         (fdopendir, fstatat, unlinkat): Likewise.
48534
48535         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48536         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48537
48538         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48539         as second argument to va_arg.  Otherwise, some versions of gcc
48540         warn that `if this code is reached, the program will abort'.
48541
48542 2006-01-09  Jim Meyering  <jim@meyering.net>
48543
48544         Sync from coreutils.
48545         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48546         Require openat-priv.h.
48547
48548 2006-01-09  Bruno Haible  <bruno@clisp.org>
48549
48550         * modules/strnlen (Include): Use strnlen.h.
48551
48552 2006-01-09  Bruno Haible  <bruno@clisp.org>
48553
48554         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48555
48556 2006-01-09  Bruno Haible  <bruno@clisp.org>
48557
48558         * lib/sysexit_.h (EX_OK): New macro.
48559         Suggested by Martin Lambers <marlam@marlam.de>.
48560
48561 2006-01-09  Bruno Haible  <bruno@clisp.org>
48562
48563         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48564         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48565
48566 2006-01-09  Bruno Haible  <bruno@clisp.org>
48567
48568         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48569         numbers.
48570
48571 2006-01-09  Bruno Haible  <bruno@clisp.org>
48572
48573         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48574         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48575         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48576         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48577
48578 2006-01-09  Bruno Haible  <bruno@clisp.org>
48579
48580         * build-aux/javacomp.sh.in: New file, moved from lib/.
48581         * modules/javacomp-script (Files): Update.
48582         (configure.ac): Add AC_CONFIG_FILES invocation.
48583         (EXTRA_DIST): Remove variable.
48584
48585         * build-aux/javaexec.sh.in: New file, moved from lib/.
48586         * modules/javaexec (Files): Update.
48587         (configure.ac): Add AC_CONFIG_FILES invocation.
48588         (EXTRA_DIST): Remove javaexec.sh.in.
48589
48590         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48591         * modules/csharpcomp-script (Files): Update.
48592         (configure.ac): Add AC_CONFIG_FILES invocation.
48593         (EXTRA_DIST): Remove variable.
48594
48595         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48596         * modules/csharpexec (Files): Update.
48597         (configure.ac): Add AC_CONFIG_FILES invocation.
48598         (EXTRA_DIST): Remove csharpexec.sh.in.
48599
48600 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48601
48602         Sync from coreutils.
48603
48604         Add POSIX ACL support
48605         * lib/acl.h (copy_acl, set_acl): Add declarations.
48606         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48607         systems other than Linux.
48608         (chmod_or_fchmod): New function: use fchmod when possible,
48609         and chmod otherwise.
48610         (file_has_acl): Add a POSIX ACL implementation, with a
48611         Linux-specific subcase.
48612         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48613         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48614         acls are unsupported.
48615         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48616         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48617         are unsupported.
48618
48619 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48620
48621         Sync from coreutils.
48622         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48623
48624 2006-01-07  Bruno Haible  <bruno@clisp.org>
48625
48626         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48627         gl_EARLY.
48628
48629 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48630
48631         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48632         Problem reported for Mingw by Mark Junker.
48633
48634 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48635
48636         * README: Gnulib normally doesn't generate a tarball.
48637
48638 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48639
48640         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48641         long int, not int, for nanosecond counts, so that people who are
48642         used to POSIX struct timespec won't be surprised.  Reported by Jim
48643         Meyering.
48644
48645 2005-12-28  Bruno Haible  <bruno@clisp.org>
48646
48647         * build-aux/config.rpath: Update from GNU gettext.
48648
48649 2005-12-16  Jim Meyering  <jim@meyering.net>
48650
48651         * modules/fprintftime: New module.
48652         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48653
48654 2005-12-16  Jim Meyering  <jim@meyering.net>
48655
48656         * m4/fprintftime.m4: New file.
48657
48658 2005-12-16  Jim Meyering  <jim@meyering.net>
48659
48660         * lib/fprintftime.c, lib/fprintftime.h: New files.
48661
48662 2005-12-15  Simon Josefsson  <jas@extundo.com>
48663
48664         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48665         new m4/socklen.m4.
48666
48667 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48668
48669         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48670         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48671
48672 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48673
48674         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48675         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48676         struct uparams is valid. Fall back to the default values if it is
48677         not.
48678
48679 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48680
48681         * modules/argp (Files): Add argp-pin.c
48682         (Depends-on): dirname
48683         (lib_SOURCES): Add argp-pin.c
48684
48685 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48686
48687         * m4/argp.m4:  Check if program_invocation_name and
48688         program_invocation_short_name are declared and define appropriate
48689         macros if they are not.
48690
48691 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48692
48693         * lib/argp-help.c (__argp_base_name): New function
48694         (__argp_short_program_name): Rewrite using __argp_base_name
48695         * lib/argp-namefrob.h: Define program_invocation_name and
48696         program_invocation_short_name if requested
48697         (__argp_base_name): Add prototype
48698         * lib/argp-parse.c (argp_def): Use gettext wrappers
48699         (argp_default_parser): Use __argp_base_name
48700         * lib/argp-pin.c: New file. Defines program_invocation_name and
48701         program_invocation_short_name on systems that lack them.
48702
48703 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48704
48705         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48706         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48707         porting problem reported by Georg Schwarz in
48708         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48709
48710 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48711
48712         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48713         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48714         porting problem reported by Georg Schwarz in
48715         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48716
48717 2005-12-05  Bruno Haible  <bruno@clisp.org>
48718
48719         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48720         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48721         Reported by Mark Junker <mjscod@gmx.de>.
48722
48723 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48724
48725         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48726         Use implementation from Albert Chin, with some
48727         comments/corrections by Stepan Kasal and myself.
48728
48729 2005-12-02  Bruno Haible  <bruno@clisp.org>
48730
48731         * gnulib-tool (func_import): Accept GPLed build tool modules when
48732         --lgpl is given.
48733         * modules/csharpcomp-script: New file.
48734         * modules/csharpcomp: Depend on it.
48735         * modules/javacomp-script: New file.
48736         * modules/javacomp: Depend on it.
48737         Suggested by Simon Josefsson.
48738
48739 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48740
48741         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48742         statement, to work around an HP-UX 10.20 compiler bug reported by
48743         Peter O'Gorman.
48744
48745 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48746
48747         * modules/savedir (Depends-on): Add openat.
48748
48749 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48750
48751         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48752         (uintmax_t) [defined uintmax_t]: Do not declare.
48753         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48754         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48755         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48756         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48757         sake of portability to weird hosts that C allows (though we don't
48758         know of any practical examples).
48759
48760         * lib/savedir.h (fdsavedir): New decl.
48761         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48762         contains most of the former guts of savedir.
48763         (savedir): Use savedirstream.
48764         Include "openat.h".
48765
48766 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48767
48768         * modules/obstack (Files): Add m4/ulonglong.m4.
48769         Problem reported by Davide Angelocola.
48770
48771 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48772
48773         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48774         coreutils no longer futzes with rounding modes.
48775
48776 2005-11-14  Jim Meyering  <jim@meyering.net>
48777
48778         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48779         replacement of mkstemp.
48780
48781 2005-11-10  Simon Josefsson  <jas@extundo.com>
48782
48783         * lib/readline.c: Remove EOL.
48784
48785 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48786
48787         * modules/gethrxtime (Depends-on): Add gettime.
48788
48789 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48790
48791         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48792         or gettimeofday; no longer needed.
48793
48794 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48795
48796         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48797         time business.
48798         (gethrxtime) [! (HAVE_NANOUPTIME
48799         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48800         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48801         our own approximation.
48802
48803 2005-11-08  Eric Blake  <ebb9@byu.net>
48804
48805         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48806
48807 2005-11-08  Eric Blake  <ebb9@byu.net>
48808
48809         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48810
48811 2005-11-04  Bruno Haible  <bruno@clisp.org>
48812
48813         * gnulib-tool: Implement --update mode.
48814
48815 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48816
48817         Fix porting problem reported by Theodoros V. Kalamatianos.
48818         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48819         Don't assume that futimes failing means we must fail.
48820
48821 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48822
48823         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48824         variables to suggest the intended function of the PATH_MAX check.
48825
48826 2005-10-30  Kean Johnston  <jkj@sco.com>
48827
48828         Trivial changes to support SCO systems.
48829         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48830         as PATH_MAX.
48831         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48832         where __ptr is null when no I/O is pending.
48833
48834 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48835
48836         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48837         leave errno alone.  Problem reported by Dmitry V. Levin.
48838
48839 2005-10-28  Simon Josefsson  <jas@extundo.com>
48840
48841         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48842         Test more.
48843
48844         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48845
48846         * modules/md2, modules/md2-tests: New files.
48847
48848 2005-10-28  Simon Josefsson  <jas@extundo.com>
48849
48850         * m4/inet_ntop.m4: More tests.
48851
48852         * m4/gc-md2.m4, md2.m4: New file.
48853
48854 2005-10-28  Simon Josefsson  <jas@extundo.com>
48855
48856         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48857         "restrict" keywords, as per POSIX.  Protect the function
48858         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48859         Don't use K&R prototypes.  Check the sprintf return values.
48860         Re-define EAFNOSUPPORT if not present.  Indent.
48861
48862         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48863         suggested by Bruno Haible <bruno@clisp.org>.
48864
48865         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48866
48867         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48868
48869         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48870         libgcrypt).
48871
48872         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48873
48874         * lib/md2.h, lib/md2.c: New files.
48875
48876 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48877
48878         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48879         errno alone.  Problem reported by Frederic Jolliton.
48880
48881 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48882
48883         * modules/verify (License): Change from GPL to LGPL.  This is a
48884         tiny module and there are apparently near-equivalents that are
48885         under the BSD license.
48886
48887 2005-10-24  Simon Josefsson  <jas@extundo.com>
48888
48889         * modules/sha1: Relicense to LGPL.
48890
48891 2005-10-24  Simon Josefsson  <jas@extundo.com>
48892
48893         * lib/md4.h: Shrink buffer size, now that we changed the type.
48894
48895 2005-10-23  Simon Josefsson  <jas@extundo.com>
48896
48897         * gnulib-tool (func_import): Fix --tests-base.
48898
48899 2005-10-22  Simon Josefsson  <jas@extundo.com>
48900
48901         * modules/arcfour (Depends-on): Need stdint.
48902
48903 2005-10-22  Simon Josefsson  <jas@extundo.com>
48904
48905         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48906         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48907
48908 2005-10-22  Simon Josefsson  <jas@extundo.com>
48909
48910         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48911         suggested by Bruno Haible <bruno@clisp.org>.
48912
48913 2005-10-22  Simon Josefsson  <jas@extundo.com>
48914
48915         * lib/crc.h: Include stddef.h, for size_t.
48916
48917 2005-10-22  Simon Josefsson  <jas@extundo.com>
48918
48919         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48920         arcfour_context struct (simplify test vector testing in GNU
48921         Shishi).
48922
48923 2005-10-21  Simon Josefsson  <jas@extundo.com>
48924
48925         * modules/des, modules/des-tests: New files.
48926
48927         * modules/gc-des, modules/gc-des-tests: New files.
48928
48929         * tests/test-des.c, tests/test-gc-des.c: New file.
48930
48931 2005-10-21  Simon Josefsson  <jas@extundo.com>
48932
48933         * modules/arctwo, modules/arctwo-tests: New files.
48934
48935         * tests/test-arctwo.c: New file.
48936
48937         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48938
48939         * tests/test-gc-arctwo.c: New file.
48940
48941 2005-10-21  Simon Josefsson  <jas@extundo.com>
48942
48943         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48944         Bruno Haible <bruno@clisp.org>.
48945
48946         * m4/gc-des.m4: New file.
48947
48948 2005-10-21  Simon Josefsson  <jas@extundo.com>
48949
48950         * m4/arctwo.m4: New file.
48951
48952         * m4/gc-arctwo.m4: New file.
48953
48954 2005-10-21  Simon Josefsson  <jas@extundo.com>
48955
48956         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48957         block.
48958
48959 2005-10-21  Simon Josefsson  <jas@extundo.com>
48960
48961         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48962         <bruno@clisp.org>.
48963
48964         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48965
48966         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48967         Bruno Haible <bruno@clisp.org>.
48968
48969         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48970         <bruno@clisp.org>.
48971
48972 2005-10-21  Simon Josefsson  <jas@extundo.com>
48973
48974         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48975
48976 2005-10-21  Simon Josefsson  <jas@extundo.com>
48977
48978         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48979
48980 2005-10-21  Simon Josefsson  <jas@extundo.com>
48981
48982         * lib/des.h, lib/des.c: New files.
48983
48984         * lib/gc-gnulib.c: Support DES.c
48985
48986 2005-10-21  Simon Josefsson  <jas@extundo.com>
48987
48988         * lib/arctwo.h, lib/arctwo.c: New files.
48989
48990         * lib/gc-gnulib.c: Support ARCTWO.
48991
48992 2005-10-21  Simon Josefsson  <jas@extundo.com>
48993
48994         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48995         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48996
48997 2005-10-21  Simon Josefsson  <jas@extundo.com>
48998
48999         * gnulib-tool (func_import, func_create_testdir): Define automake
49000         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49001         Makefile.am snippet),
49002         suggested by Bruno Haible <bruno@clisp.org>.
49003
49004         * modules/gc (Makefile.am): Use it.
49005
49006 2005-10-21  Bruno Haible  <bruno@clisp.org>
49007
49008         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49009         patch.
49010
49011 2005-10-19  Simon Josefsson  <jas@extundo.com>
49012
49013         * tests/test-gc-rijndael.c: New file.
49014
49015         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49016
49017 2005-10-19  Simon Josefsson  <jas@extundo.com>
49018
49019         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49020         interface too.
49021
49022 2005-10-19  Simon Josefsson  <jas@extundo.com>
49023
49024         * tests/test-gc-arcfour.c: New file.
49025
49026         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49027
49028 2005-10-19  Simon Josefsson  <jas@extundo.com>
49029
49030         * modules/gc-md4, modules/gc-md4-tests: New file.
49031
49032         * tests/test-gc-md4.c: New file.
49033
49034 2005-10-19  Simon Josefsson  <jas@extundo.com>
49035
49036         * m4/gc-md4.m4: New file.
49037
49038 2005-10-19  Simon Josefsson  <jas@extundo.com>
49039
49040         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49041         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49042         <kasal@ucw.cz>.
49043
49044 2005-10-19  Simon Josefsson  <jas@extundo.com>
49045
49046         * m4/gc-arcfour.m4: New file.
49047
49048         * m4/gc-rijndael.m4: New file.
49049
49050 2005-10-19  Simon Josefsson  <jas@extundo.com>
49051
49052         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49053
49054 2005-10-19  Simon Josefsson  <jas@extundo.com>
49055
49056         * lib/gc-gnulib.c: Support ARCFOUR.
49057
49058 2005-10-19  Simon Josefsson  <jas@extundo.com>
49059
49060         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49061         support.
49062
49063         * lib/gc.h: Add ECB enum type.
49064
49065         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49066
49067 2005-10-18  Simon Josefsson  <jas@extundo.com>
49068
49069         * tests/test-md5.c: New file.
49070
49071         * modules/md5-tests: New file.
49072
49073 2005-10-18  Simon Josefsson  <jas@extundo.com>
49074
49075         * tests/test-md4.c: New file.
49076
49077         * modules/md4, modules/md4-tests: New files.
49078
49079 2005-10-18  Simon Josefsson  <jas@extundo.com>
49080
49081         * m4/md4.m4: New file.
49082
49083 2005-10-18  Simon Josefsson  <jas@extundo.com>
49084
49085         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49086
49087 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49088
49089         * gnulib-tool (func_create_testdir): Omit the second check whether
49090         BUILT_SOURCES in nonempty.
49091
49092 2005-10-17  Simon Josefsson  <jas@extundo.com>
49093
49094         * tests/test-rijndael.c: New file.
49095
49096 2005-10-17  Simon Josefsson  <jas@extundo.com>
49097
49098         * modules/sha1: Depend on stdint instead of md5.
49099
49100         * modules/md5: Depend on stdint, remove uint32_t.
49101
49102 2005-10-17  Simon Josefsson  <jas@extundo.com>
49103
49104         * modules/gc-sha1-tests: New file.
49105
49106         * tests/test-gc-sha1.c: New file.
49107
49108 2005-10-17  Simon Josefsson  <jas@extundo.com>
49109
49110         * m4/md5.m4: Remove call to uint32_t.m4.
49111
49112 2005-10-17  Simon Josefsson  <jas@extundo.com>
49113
49114         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49115
49116         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49117         md5.h.
49118
49119         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49120
49121         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49122
49123 2005-10-17  Simon Josefsson  <jas@extundo.com>
49124
49125         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49126
49127 2005-10-17  Simon Josefsson  <jas@extundo.com>
49128
49129         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49130
49131 2005-10-17  Simon Josefsson  <jas@extundo.com>
49132
49133         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49134
49135         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49136
49137 2005-10-17  Bruno Haible  <bruno@clisp.org>
49138
49139         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49140         that it can also be used in a test.
49141
49142 2005-10-16  Bruno Haible  <bruno@clisp.org>
49143
49144         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49145         TESTS_ENVIRONMENT, so that individual tests can augment it.
49146
49147         * gnulib-tool (func_create_testdir): Use an intermediate target for
49148         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49149         macros, like $(ALLOCA_H), which cannot be passed through the command
49150         line.
49151
49152 2005-10-15  Simon Josefsson  <jas@extundo.com>
49153
49154         * modules/rijndael-tests: New file.
49155
49156         * modules/rijndael: New file.
49157
49158 2005-10-15  Simon Josefsson  <jas@extundo.com>
49159
49160         * m4/rijndael.m4: New file.
49161
49162 2005-10-15  Simon Josefsson  <jas@extundo.com>
49163
49164         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49165
49166         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49167
49168 2005-10-14  Simon Josefsson  <jas@extundo.com>
49169
49170         * tests/test-arcfour.c: New file.
49171
49172         * modules/arcfour, modules/arcfour-tests: New files.
49173
49174 2005-10-14  Simon Josefsson  <jas@extundo.com>
49175
49176         * m4/arcfour.m4: New file.
49177
49178 2005-10-14  Simon Josefsson  <jas@extundo.com>
49179
49180         * lib/arcfour.h, lib/arcfour.c: New files.
49181
49182 2005-10-14  Roland McGrath  <roland@redhat.com>
49183
49184         Import from libc.  [BZ #1331]
49185         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49186         macro argument.
49187         Reported by Matej Vela <vela@debian.org>.
49188
49189 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49190
49191         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49192         include <wchar.h>; no longer needed.
49193
49194 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49195
49196         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49197
49198 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49199         and  Ulrich Drepper  <drepper@redhat.com>
49200
49201         Import from libc.
49202         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49203         instead of inline stream orientation test and two separate
49204         function calls.  Pay no attention to USE_IN_LIBIO.
49205
49206 2005-10-13  Simon Josefsson  <jas@extundo.com>
49207
49208         * modules/gc-hmac-md5-tests: New file.
49209
49210         * tests/test-gc-hmac-sha1.c: New file.
49211
49212         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49213
49214         * modules/gc-hmac-md5-tests: New file.
49215
49216         * tests/test-gc-md5.c: New file.
49217
49218         * modules/gc-md5-tests: New file.
49219
49220 2005-10-13  Simon Josefsson  <jas@extundo.com>
49221
49222         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49223         Move memory allocation outside of loop.
49224
49225 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49226
49227         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49228         intermediate directory is in a read-only file system.  Problem
49229         reported by Eric Blake.
49230
49231 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49232
49233         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49234
49235 2005-10-12  Simon Josefsson  <jas@extundo.com>
49236
49237         * tests/test-hmac-sha1.c: New file.
49238
49239         * modules/hmac-sha1-tests: New file.
49240
49241         * modules/hmac-sha1: New file.
49242
49243 2005-10-12  Simon Josefsson  <jas@extundo.com>
49244
49245         * modules/gc-sha1: New file.
49246
49247 2005-10-12  Simon Josefsson  <jas@extundo.com>
49248
49249         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49250
49251         * tests/test-gc-pbkdf2-sha1.c: New file.
49252
49253 2005-10-12  Simon Josefsson  <jas@extundo.com>
49254
49255         * modules/gc-md5, modules/gc-hmac-md5: New files.
49256
49257         * modules/gc (Files): Remove md5, memxor and hmac files.
49258
49259 2005-10-12  Simon Josefsson  <jas@extundo.com>
49260
49261         * m4/gc-pbkdf2-sha1.m4: New file.
49262
49263         * m4/gc-hmac-sha1.m4: New file.
49264
49265         * m4/gc-sha1: New file.
49266
49267         * m4/hmac-sha1.m4: New file.
49268
49269 2005-10-12  Simon Josefsson  <jas@extundo.com>
49270
49271         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49272
49273         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49274
49275 2005-10-12  Simon Josefsson  <jas@extundo.com>
49276
49277         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49278         suggested by Bruno Haible <bruno@clisp.org>.
49279
49280 2005-10-12  Simon Josefsson  <jas@extundo.com>
49281
49282         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49283
49284 2005-10-12  Simon Josefsson  <jas@extundo.com>
49285
49286         * lib/gc-pbkdf2-sha1.c: New file.
49287
49288         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49289
49290 2005-10-12  Simon Josefsson  <jas@extundo.com>
49291
49292         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49293
49294         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49295
49296 2005-10-12  Simon Josefsson  <jas@extundo.com>
49297
49298         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49299         GC_USE_HMAC_MD5, respectively.
49300
49301         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49302         (gc_md5): Fix typo.
49303
49304         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49305
49306         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49307
49308         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49309
49310 2005-10-12  Bruno Haible  <bruno@clisp.org>
49311
49312         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49313         Reported by Stepan Kasal <kasal@ucw.cz>.
49314
49315 2005-10-11  Simon Josefsson  <jas@extundo.com>
49316
49317         * tests/test-crc.c: New file.
49318
49319         * modules/crc, modules/crc-tests: New files.
49320
49321 2005-10-11  Simon Josefsson  <jas@extundo.com>
49322
49323         * m4/crc.m4: New file.
49324
49325 2005-10-11  Simon Josefsson  <jas@extundo.com>
49326
49327         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49328
49329         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49330
49331         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49332
49333 2005-10-11  Simon Josefsson  <jas@extundo.com>
49334
49335         * lib/crc.h, lib/crc.c: New files.
49336
49337         * lib/gc.h (gc_hash_buffer): Add doc.
49338
49339 2005-10-11  Bruno Haible  <bruno@clisp.org>
49340
49341         * modules/c-strcasestr: New file.
49342         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49343
49344 2005-10-11  Bruno Haible  <bruno@clisp.org>
49345
49346         * modules/c-strcase: New file.
49347         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49348
49349 2005-10-11  Bruno Haible  <bruno@clisp.org>
49350
49351         * lib/strcasecmp.c: Include limits.h.
49352         (strcasecmp): Avoid integer overflow on exotic platforms.
49353         * lib/strncasecmp.c: Include limits.h.
49354         (strncasecmp): Avoid integer overflow on exotic platforms.
49355         Reported by Paul Eggert.
49356
49357 2005-10-11  Bruno Haible  <bruno@clisp.org>
49358
49359         * lib/c-strcasestr.h: New file, from GNU gettext.
49360         * lib/c-strcasestr.c: New file, from GNU gettext.
49361
49362 2005-10-11  Bruno Haible  <bruno@clisp.org>
49363
49364         * lib/c-strcase.h: New file, from GNU gettext.
49365         * lib/c-strcasecmp.c: New file, from GNU gettext.
49366         * lib/c-strncasecmp.c: New file, from GNU gettext.
49367
49368 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49369
49370         * modules/mempcpy (License): GPL -> LGPL.
49371         * modules/strchrnul (License): Likewise.
49372         * modules/sysexits (License): Likewise.
49373
49374 2005-10-08  Simon Josefsson  <jas@extundo.com>
49375
49376         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49377
49378 2005-10-07  Simon Josefsson  <jas@extundo.com>
49379
49380         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49381
49382 2005-10-06  Simon Josefsson  <jas@extundo.com>
49383
49384         * tests/test-hmac-md5.c: New file.
49385
49386         * modules/hmac-md5-tests: New file.
49387
49388         * modules/hmac-md5: New file.
49389
49390 2005-10-06  Simon Josefsson  <jas@extundo.com>
49391
49392         * m4/hmac-md5.m4: New file.
49393
49394         * m4/memxor.m4: Require gl_C_RESTRICT.
49395
49396 2005-10-06  Simon Josefsson  <jas@extundo.com>
49397
49398         * lib/memxor.c (memxor): Avoid casts and warnings.
49399
49400 2005-10-06  Simon Josefsson  <jas@extundo.com>
49401
49402         * lib/hmac-md5.c: New file.
49403
49404         * lib/hmac.h: New file.
49405
49406 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49407
49408         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49409         promotes to int, not unsigned int, to catch the AIX 5.3
49410         compiler bug.
49411
49412 2005-10-05  Simon Josefsson  <jas@extundo.com>
49413
49414         * modules/memxor: New file.
49415
49416         * modules/iconv (Files): Move config.rpath to havelib, it is used
49417         there.
49418
49419         * modules/havelib (Files): Add config.rpath.
49420
49421 2005-10-05  Simon Josefsson  <jas@extundo.com>
49422
49423         * m4/memxor.m4: New file.
49424
49425 2005-10-05  Simon Josefsson  <jas@extundo.com>
49426
49427         * lib/memxor.c (memxor): Fix compiler error.
49428
49429         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49430         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49431
49432         * lib/memxor.h, lib/memxor.c: New files.
49433
49434         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49435         we assume all systems have it, suggested by Jim Meyering
49436         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49437         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49438         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49439         same reasons.
49440
49441 2005-10-05  Simon Josefsson  <jas@extundo.com>
49442
49443         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49444
49445 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49446
49447         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49448         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49449         needed, since the source code now assumes these .h files.
49450
49451 2005-10-05  Derek Price  <derek@ximbiot.com>
49452
49453         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49454
49455 2005-10-05  Bruno Haible  <bruno@clisp.org>
49456
49457         * modules/stdint (License): Change to LGPL.
49458
49459 2005-10-04  Simon Josefsson  <jas@extundo.com>
49460
49461         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49462         D. Baushke" <mdb@gnu.org>.
49463
49464 2005-10-04  Bruno Haible  <bruno@clisp.org>
49465
49466         * lib/verify.h (verify_true): Provide alternative definition for C++.
49467
49468 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49469
49470         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49471         (SSIZE_MAX): New macro, if not already defined.
49472         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49473         than 2 GiB.
49474
49475 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49476
49477         Sync from coreutils.
49478         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49479         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49480         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49481         ULLONG_MAX doesn't work with 2.7.2.1.
49482
49483 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49484
49485         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49486         From Ben Pfaff.
49487
49488         * modules/exclude (Depends-on): Depend on verify.
49489         * modules/strtoimax (Depends-on): Likewise.
49490         * modules/utimecmp (Depends-on): Likewise.
49491
49492 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49493
49494         * lib/exclude.c: Include verify.h.
49495         (verify): Remove.  All callers changed to use verify.h's version.
49496         * lib/strtoimax.c: Likewise.
49497         * lib/utimecmp.c: Likewis.e
49498
49499         Sync from coreutils.
49500         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49501         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49502         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49503         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49504         bother returning ENOSYS if settimeofday or stime fails; just let
49505         them return whatever errno they want to return.
49506         * lib/utimens.c: Include unistd.h, for dup2.
49507         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49508         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49509
49510 2005-10-02  Jim Meyering  <jim@meyering.net>
49511
49512         Sync from coreutils.
49513         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49514         from glibc-2.2.5 that fails for read-only files.
49515
49516 2005-10-02  Jim Meyering  <jim@meyering.net>
49517
49518         Sync from coreutils.
49519         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49520         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49521         `#if HAVE_CONFIG_H'.
49522         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49523         Remove AT_FDCWD test.
49524         Do not consume the fd unless successful.
49525         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49526         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49527         block, so that we don't even try to compile it if settimeofday is
49528         available.  This works around a compilation failure on OSF1 V5.1,
49529         due to stime requiring a `long int*' while tv_sec is `int'.
49530
49531 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49532
49533         Sync from coreutils.
49534         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49535         against `yes', rather than just testing for nonempty.
49536
49537 2005-10-01  Simon Josefsson  <jas@extundo.com>
49538
49539         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49540         and Darwin.
49541
49542         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49543         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49544         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49545         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49546         Check if struct addrinfo is declared.
49547
49548 2005-10-01  Simon Josefsson  <jas@extundo.com>
49549
49550         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49551         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49552         AI_* and EAI_* definitions.  Protect function declarations.
49553
49554 2005-10-01  Jim Meyering  <jim@meyering.net>
49555
49556         Sync from coreutils.
49557
49558         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49559         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49560         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49561         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49562         in the inet and nsl libraries.  Required on Solaris 5.7.
49563
49564 2005-10-01  Jim Meyering  <jim@meyering.net>
49565
49566         Sync from coreutils.
49567         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49568         in the inet and nsl libraries.  Required on Solaris 5.7.
49569
49570 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49571
49572         * lib/getdelim.c (getdelim): Remove unused variables.
49573
49574 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49575
49576         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49577         so that the code works even with ancient cpp.  Portability problem
49578         with GCC 2.7.2.1 reported by Thomas M.Ott.
49579
49580 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49581
49582         * modules/regex (Depends-on): Add strcase.
49583
49584         * modules/gethostname (Licence): Change from GPL to LGPL, since
49585         gethostname.c is a trivial implementation of a standard library
49586         function.
49587         * modules/poll (License): Change from GPL to LGPL, since it's
49588         derived from LGPL code.
49589
49590 2005-09-27  Jim Meyering  <jim@meyering.net>
49591
49592         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49593         HAVE_CONFIG_H.
49594
49595         * lib/intprops.h (signed_type_or_expr__): Define.
49596         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49597         for unsigned types.
49598
49599 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49600
49601         * lib/verify.h (verify_expr): Remove, replacing with:
49602         (verify_true): New macro that returns true instead of void.
49603         (verify_type__): Remove.
49604         (verify): Use verify_true rather than verify_type__.
49605
49606 2005-09-26  Bruno Haible  <bruno@clisp.org>
49607
49608         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49609         is necessary.
49610         (lib_SOURCES): Remove mbchar.c.
49611         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49612         (Files): Add m4/mbrtowc.m4.
49613         * modules/mbiter: Likewise.
49614         * modules/mbuiter: Likewise.
49615
49616 2005-09-26  Bruno Haible  <bruno@clisp.org>
49617
49618         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49619         compile mbchar.c if they are not both present.
49620         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49621         * m4/mbiter.m4 (gl_MBITER): Likewise.
49622         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49623         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49624         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49625
49626 2005-09-25  Jim Meyering  <jim@meyering.net>
49627
49628         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49629         also uses socklen_t.
49630
49631 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49632
49633         * lib/utimens.c (ENOSYS): Define if not already defined.
49634         (futimens): Support having a null PATH if the file descriptor
49635         is nonnegative.
49636
49637         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49638         Remove.
49639         (__attribute): Define to empty unless GCC 3.1 or later.
49640         This works around a core dump on OpenBSD 3.4, which has GCC
49641         2.95.3, which dumps core when given __attribute__(()).  It also
49642         simplifies other tests, since we really don't want to bother with
49643         worrying about which ancient version of GCC supported what.
49644         Original problem reported by Yoann Vandoorselaere, with part of
49645         the fix suggested by Derek Price.
49646
49647 2005-09-24  Jim Meyering  <jim@meyering.net>
49648
49649         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49650         so we can once again use a positive bitfield width of 1 -- now we
49651         don't have to explain why we were using a bitfield width of 2.
49652
49653 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49654
49655         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49656         and similarly for the other external symbols.  Problem reported
49657         by James Gallager.
49658
49659         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49660         bug reported by Jim Meyering.
49661
49662         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49663         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49664         not needed, since socklen is a prerequisite module.
49665
49666 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49667
49668         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49669         Problem reported by Eric Blake.
49670         (getaddrinfo): Initialize se so that it's not garbage.
49671         Redo internal storage allocation so that it doesn't make unportable
49672         assumptions about alignment.
49673         Fix a memory leak.
49674
49675         * lib/utimens.c (futimens): Use futimesat if available.
49676         Prefer it to futimes since it doesn't have the futimes bug.
49677
49678         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49679         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49680         Instead, declare a function that returns a pointer to an array,
49681         and use verify_type__ to declare the size of the array.
49682         Problem and germ of a solution reported by Bruno Haible.
49683         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49684         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49685
49686 2005-09-23  Jim Meyering  <jim@meyering.net>
49687
49688         Sync from coreutils.
49689         Correct build failure (socklen_t not defined) on at least
49690         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49691         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49692
49693 2005-09-23  Jim Meyering  <jim@meyering.net>
49694
49695         * modules/getaddrinfo (Depends-on): Add socklen.
49696
49697 2005-09-23  Bruno Haible  <bruno@clisp.org>
49698
49699         * tests/test-verify.c: New file.
49700
49701 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49702
49703         Sync from coreutils.
49704
49705         * modules/argmatch (Depends-on): Add verify.
49706         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49707         unistd-safer.
49708         * modules/save-cwd (Depends-on): Likewise.
49709
49710         * modules/openat (Files): Add lib/openat-die.c.
49711         (Depends-on): Remove error, exitfail.
49712         Add dirname.
49713
49714         * modules/verify: New file.
49715         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49716         with "verify" module.
49717
49718 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49719
49720         Sync from coreutils.
49721
49722         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49723         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49724         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49725         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49726         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49727         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49728         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49729         Don't bother checking for string.h, stdlib.h, unistd.h.
49730         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49731         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49732         module's job.
49733         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49734         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49735
49736         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49737         (gl_GETDATE): Use it.
49738
49739         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49740
49741 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49742
49743         Sync from coreutils.
49744
49745         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49746         stat-time.h.
49747         * lib/argmatch.h: Include verify.h
49748         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49749         (ARGMATCH_ASSERT): Remove; unused.
49750         * lib/canonicalize.c: Assume STDC_HEADERS.
49751         * lib/exclude.c: Include "strcase.h".
49752         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49753         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49754         and stdio-safer.h.
49755         (getusershell): Call fopen, not fopen_safer.
49756         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49757         Do not include unistd-safer.h.
49758         (save_cwd): Don't call fd_safer; no longer needed
49759         now that we include fcntl--.h.
49760
49761         * lib/getdate.y (relative_time): New type.
49762         (RELATIVE_TIME_0): New constant.
49763         (parser_control): Use relative_time instead of doing it ourselves.
49764         (%union): Add new relative_time rel member.
49765         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49766         Now typeless.
49767         (relunit, relunit_snumber): Now of type rel.
49768         (zone, rel, relunit, get_date): Adjust to above changes.
49769
49770         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49771         Do not include unistd-safer.h.
49772         (getloadavg): Don't call fd_safer; no longer needed
49773         now that we include fcntl--.h.
49774
49775         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49776         (make_dir_parents): Treat ENOSYS like EEXIST.
49777
49778         Improve quality of diagnostics on restore_cwd failure.
49779         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49780         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49781         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49782         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49783         each time through the loop.  Do not diagnose restore_cwd failure;
49784         that is the caller's job (and perhaps the caller does not care).
49785
49786         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49787         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49788         If the file already exists but is not a directory, don't bother
49789         to try to make its parents.
49790         Close potential file descriptor leak if we can't chdir("/") (!).
49791         Don't always return true if chdir($PWD) fails; return true only
49792         if the requested action was done successfully (except for the
49793         chdir($PWD)).
49794         Don't log final directory unless we actually made it.
49795         Refactor to avoid duplicate code to fix up permissions.
49796         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49797
49798         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49799         to make it a bit faster and (I hope) clearer.
49800         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49801         Fix bug in formats like %2N.
49802
49803         * lib/verify.h: New file.
49804
49805 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49806
49807         Sync from coreutils.
49808         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49809
49810 2005-09-22  Jim Meyering  <jim@meyering.net>
49811
49812         Sync from coreutils.
49813
49814         * m4/lstat.m4 (gl_FUNC_LSTAT):
49815         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49816         Remove obsolete comment.
49817         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49818         * m4/xstrtod.m4: Likewise.
49819
49820         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49821
49822 2005-09-22  Jim Meyering  <jim@meyering.net>
49823
49824         Sync from coreutils.
49825
49826         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49827
49828         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49829         the .tm_year member, since otherwise gcc-4.0 would now warn about
49830         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49831
49832         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49833         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49834
49835         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49836         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49837         when run in a time zone for which daylight savings time is in effect
49838         for the starting date.
49839
49840         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49841         stop us from restricting permissions of just-created absolute-named
49842         directories.
49843         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49844         to restore initial working directory.
49845         * lib/mkdir-p.c (make_dir_parents): New parameter:
49846         different_working_dir, to tell caller if/when we change the working
49847         directory and are unable to return to the initial one.
49848         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49849         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49850         `return false'.  This fixes a bug introduced on 2004-07-30.
49851
49852         * lib/openat.c (fdopendir): Be sure to close the supplied
49853         file descriptor before returning.  This makes our replacement
49854         implementation a little closer to Solaris's, where fdopendir
49855         ties the file descriptor to the returned DIR* pointer.
49856         * lib/openat.c (unlinkat): New function.
49857         * lib/openat.h (unlinkat): Add prototype.
49858         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49859         (openat_restore_fail): Rename from openat_restore_die.
49860         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49861
49862         Provide an alternative to exiting immediately upon save_cwd or
49863         restore_cwd failure.  Now, an application can arrange e.g.,
49864         to perform a longjump in that case.
49865         * lib/openat.c: Include dirname.h.
49866         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49867         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49868         and openat_restore_die rather than calling error directly.
49869         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49870
49871         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49872         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49873         define.
49874
49875         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49876         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49877                             int utc, int nanoseconds);
49878         Background:
49879         date should not have to allocate a megabyte of virtual memory to
49880         handle a format argument like +%1048575T.  When implemented with
49881         strftime, it must allocate such a buffer, use strftime to fill it
49882         in, print it, then free it.
49883         With fprintftime, it simply prints everything and exits.
49884         With no need for memory allocation, that's one fewer way to fail.
49885         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49886         optional field width, not before, so we accept %9:z, not %:9z.
49887         (my_strftime): Be sure to use L_('x') for literals.
49888
49889         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49890         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49891         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49892         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49893         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49894         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49895         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49896         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49897         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49898         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49899         * lib/xgethostname.c, lib/xreadlink.c:
49900         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49901
49902         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49903         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49904         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49905         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49906         and don't include <sys/file.h>).
49907
49908 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49909
49910         Sync from coreutils.
49911
49912         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49913         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49914         [!LDAV_DONE]: Avoid unused variable warning.
49915
49916 2005-09-21  Bruno Haible  <bruno@clisp.org>
49917
49918         * lib/unicodeio.h (unicode_to_mb): New declaration.
49919
49920 2005-09-20  Derek Price  <derek@ximbiot.com>
49921
49922         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49923         getaddrinfo.h.
49924
49925 2005-09-20  Bruno Haible  <bruno@clisp.org>
49926
49927         * gnulib-tool: Remove trailing slashes from the values specified for
49928         --source-base, --m4-base, --tests-base, --aux-dir.
49929         Suggested by Simon Josefsson <jas@extundo.com>.
49930
49931 2005-09-20  Bruno Haible  <bruno@clisp.org>
49932
49933         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49934         func_modules_to_filelist, func_import, func_create_testdir): Make all
49935         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49936         change when gnulib-tool is invoked in a different locale.
49937
49938 2005-09-19  Simon Josefsson  <jas@extundo.com>
49939
49940         * m4/socklen.m4: Fix typo.
49941
49942 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49943
49944         Use a consistent style for including <config.h>.
49945         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49946         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49947         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49948         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49949         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49950         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49951         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49952         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49953         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49954         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49955         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49956         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49957         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49958         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49959         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49960         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49961         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49962         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49963         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49964         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49965         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49966         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49967         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49968         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49969         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49970         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49971         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49972         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49973         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49974         lib/xstrtoumax.c, lib/yesno.c:
49975         Standardize inclusion of config.h.
49976         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49977         lib/inttostr.h:  Removed inclusion of config.h from header files.
49978         * lib/inttostr.c:  Adjusted in-tree users.
49979         * lib/timespec.h: Remove superfluous warning to include config.h.
49980         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49981         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49982         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49983         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49984         config.h with HAVE_CONFIG_H.
49985
49986 2005-09-19  Jim Meyering  <jim@meyering.net>
49987
49988         * modules/pathmax (License): Change to LGPL.
49989
49990 2005-09-19  Derek Price  <derek@ximbiot.com>
49991
49992         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49993
49994 2005-09-19  Bruno Haible  <bruno@clisp.org>
49995
49996         * gnulib-tool (import): Provide default for --tests-base.
49997
49998 2005-09-19  Bruno Haible  <bruno@clisp.org>
49999
50000         * doc/quote.texi: New file, extracted from gnulib.texi.
50001         * doc/ctime.texi: New file, extracted from gnulib.texi.
50002         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50003         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50004         * doc/gnulib.texi: Include them.
50005
50006 2005-09-18  Bruno Haible  <bruno@clisp.org>
50007
50008         Portability fix.
50009         * gnulib-tool (func_readlink): New function.
50010         (func_ln_if_changed): Use it.
50011
50012 2005-09-18  Bruno Haible  <bruno@clisp.org>
50013
50014         * gnulib-tool: Support --with-tests also with --import.
50015         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50016         (func_import): Use variables $testsbase and $inctests. Emit a
50017         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50018         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50019         SUBDIRS += $testsdir.
50020         (func_create_testdir): Update.
50021
50022 2005-09-18  Bruno Haible  <bruno@clisp.org>
50023
50024         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50025         instead of $dry_run.
50026         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50027         (func_ln_if_changed): Don't handle dry-run here.
50028         (func_import): In dry-run mode, detect more precisely which actions
50029         would be performed, and don't use "...ing" verbs.
50030
50031 2005-09-18  Bruno Haible  <bruno@clisp.org>
50032
50033         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50034         (func_import): Use join on two temporary files instead of three nested
50035         loops, in order to determine which files are new or old.
50036
50037 2005-09-18  Bruno Haible  <bruno@clisp.org>
50038
50039         * gnulib-tool (func_import): Comment out code that spits out the
50040         new files with --dry-run.
50041
50042 2005-09-18  Bruno Haible  <bruno@clisp.org>
50043
50044         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50045
50046 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50047
50048         * lib/stat-time.h: New file.
50049         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50050         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50051         in a different way.
50052         (timespec_cmp): New function.
50053         * lib/utimecmp.c: Include stat-time.h.
50054         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50055         members exist, not on the obsolescent ST_MTIM_NSEC.
50056         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50057
50058 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50059
50060         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50061
50062 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50063
50064         * MODULES.html.sh (File system functions): Add stat-time.
50065         * modules/stat-time: New file.
50066         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50067         is now done in a different way, by the stat-time module.
50068         * modules/utimecmp (Depends-on): Add stat-time.
50069
50070 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50071
50072         * m4/st_mtim.m4: Remove.  Superseded by...
50073         * m4/stat-time.m4: New file.
50074         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50075         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50076
50077 2005-09-15  Derek Price  <derek@ximbiot.com>
50078
50079         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50080
50081 2005-09-15  Derek Price  <derek@ximbiot.com>
50082
50083         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50084         * lib/regex_internal.c: Ditto, using this...
50085         (__GNUC_PREREQ): ...new macro.
50086         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50087         using...
50088         (__GNUC_PREREQ): ...this new macro.
50089
50090         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50091
50092 2005-09-15  Derek Price  <derek@ximbiot.com>
50093             Paul Eggert  <eggert@cs.ucla.edu>
50094
50095         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50096         changes, consolidating in...
50097         * lib/regex_internal.h: ...this file.
50098
50099 2005-09-13  Jim Meyering  <jim@meyering.net>
50100
50101         * lib/canon-host.c: Filter through gnu indent and reword comments
50102         slightly.
50103         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50104
50105 2005-09-13  Derek Price  <derek@ximbiot.com>
50106
50107         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50108         failure.
50109         Reported by Jim Meyering  <jim@meyering.net>.
50110
50111 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50112
50113         * lib/base64.c: Typo.
50114         (base64_encode): Put b64str in initialized data section.
50115
50116 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50117
50118         Merge glibc and coreutils changes into gnulib, plus a few
50119         extra fixes.
50120         * lib/md5.c: Use #error rather than a string.
50121         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50122         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50123         (__attribute__): Define to empty for non recent-GCC.
50124         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50125         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50126         Renamed from their non-__ counterparts, with new macros replacing
50127         them if not _LIBC.  Add __THROW attribute.
50128         (rol): Remove.
50129         (struct md5_ctx): Align buffer if using GCC.
50130         * lib/sha1.h (struct sha1_ctx): Likewise.
50131         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50132         The old name was backwards.
50133         (NOTSWAP): Remove; not used.
50134         (rol): New macro, moved here from md5.h.
50135         (sha1_process_block): Remove a FIXME that doesn't make sense.
50136
50137 2005-09-12  Derek Price  <derek@ximbiot.com>
50138
50139         Return usable errors from canon-host.
50140         * lib/canon-host.h: New file.
50141         * lib/canon-host.c (canon_host): Wrap...
50142         (canon_host_r): ...this new function, which now relies exclusively on
50143         getaddrinfo.
50144         (ch_strerror): New function.
50145         (last_cherror): New global.
50146         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50147         interface.
50148         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50149         void *.
50150         (freeaddrinfo): Free ai->ai_canonname when set.
50151
50152 2005-09-12  Derek Price  <derek@ximbiot.com>
50153
50154         Make canon-host require getaddrinfo.
50155         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50156         AC_LIBSOURCE canon-host.h.  Call...
50157         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50158         gl_GETADDRINFO.
50159         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50160
50161 2005-09-12  Derek Price  <derek@ximbiot.com>
50162
50163         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50164         LGPL.
50165         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50166
50167 2005-09-12  Derek Price  <derek@ximbiot.com>
50168
50169         * lib/gai_strerror.c: Include config.h when available.  Include
50170         getaddrinfo.h before other headers to test interface.
50171         Reported by Larry Jones <lawrence.jones@ugs.com>.
50172
50173 2005-09-12  Derek Price  <derek@ximbiot.com>
50174             Paul Eggert  <eggert@cs.ucla.edu>
50175
50176         * modules/glob (Files): Add glob-libc.h.
50177
50178 2005-09-12  Derek Price  <derek@ximbiot.com>
50179             Paul Eggert  <eggert@cs.ucla.edu>
50180
50181         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50182         glob_.h, glob-libc.h.
50183         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50184
50185 2005-09-12  Derek Price  <derek@ximbiot.com>
50186             Paul Eggert  <eggert@cs.ucla.edu>
50187
50188         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50189         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50190         protecting things that should be done only in gnulib contexts.
50191         * lib/glob_.h: New file, containing only the glob things needed for
50192         gnulib.
50193         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50194         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50195         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50196         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50197         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50198         and to respect the namespace rules better.
50199
50200 2005-09-08  Simon Josefsson  <jas@extundo.com>
50201
50202         * modules/socklen: New file.
50203
50204 2005-09-08  Simon Josefsson  <jas@extundo.com>
50205
50206         * m4/socklen.m4: New file.
50207
50208 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50209
50210         * modules/utimens (Files): Add m4/utimbuf.m4, since
50211         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50212         Reported by Sergey Poznyakoff.
50213
50214 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50215
50216         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50217         definitions, since that's the preferred style in glibc.
50218         Fix a minor spacing issue, and update copyright notice to match
50219         glibc's.
50220
50221 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50222
50223         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50224
50225 2005-09-06  Simon Josefsson  <jas@extundo.com>
50226
50227         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50228         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50229
50230 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50231
50232         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50233         warning.
50234
50235 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50236
50237         * config/srclist.txt: Add glibc bug 1302.
50238
50239 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50240
50241         Change bitset word type from unsigned int to unsigned long int,
50242         as this has better performance on typical 64-bit hosts.
50243         Port bitset code to hosts with unusual word sizes.
50244         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50245         (build_collating_symbol):
50246         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50247         argument is a bitset.  This is merely a style issue, but it makes
50248         it clearer that an entire array is expected.
50249         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50250         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50251         Port to the case where bitset_word is not the same as unsigned int.
50252         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50253         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50254         Likewise.
50255         * lib/regexec.c (check_dst_limits_calc_pos_1,
50256         check_subexp_matching_top):
50257         (build_trtable, group_nodes_into_DFAstates):
50258         Likewise.
50259         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50260         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50261         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50262         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50263         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50264         * lib/regcomp.c (optimize_subexps, lower_subexp):
50265         Work even if bitset_word has holes in its bitwise representation.
50266         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50267         * lib/regexec.c (check_dst_limits_calc_pos_1,
50268         check_subexp_matching_top):
50269         Likewise.
50270         * lib/regex_internal.c (re_string_reconstruct):
50271         Don't assume UCHAR_MAX == 255.
50272         * lib/regex_internal.h (bitset_set_all): Likewise.
50273         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50274         All uses changed.
50275         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50276         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50277         All uses changed.
50278         (BITSET_WORD_MAX): New macro.
50279         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50280         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50281         (bitset_empty, bitset_copy):
50282         Prefer sizeof (bitset) to multiplying it out ourselves.
50283         (bitset_not_merge): Remove; unused.
50284         (bitset_contain): Return bool, not unsigned int with one bit on.
50285         All callers changed.
50286         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50287         alignment than re_node_set; do this by defining a new internal
50288         type struct dests_alloc and using it to allocate memory.
50289
50290 2005-09-05  Bruno Haible  <bruno@clisp.org>
50291
50292         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50293         links.
50294
50295 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50296
50297         * modules/size_max (Makefile.am): Add size_max.h
50298
50299 2005-09-04  Derek Price  <derek@ximbiot.com>
50300
50301         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50302
50303 2005-09-03  Simon Josefsson  <jas@extundo.com>
50304
50305         * gnulib-tool: Fix typo.
50306
50307 2005-09-03  Simon Josefsson  <jas@extundo.com>
50308
50309         * config/srclist.txt: Add glibc bug 1293.
50310
50311 2005-09-03  Derek Price  <derek@ximbiot.com>
50312
50313         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50314         From Larry Jones <lawrence.jones@ugs.com>.
50315
50316 2005-09-02  Simon Josefsson  <jas@extundo.com>
50317
50318         * modules/socklen: New file.
50319
50320 2005-09-02  Simon Josefsson  <jas@extundo.com>
50321
50322         * modules/havelib: New module.
50323
50324         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50325         Use havelib.
50326
50327 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50328
50329         Check for arithmetic overflow when calculating sizes, to prevent
50330         some buffer-overflow issues.  These patches are conservative, in the
50331         sense that when I couldn't determine whether an overflow was possible,
50332         I inserted a run-time check.
50333         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50334         macros.
50335         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50336         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50337         (re_xnrealloc, re_x2nrealloc): New inline functions.
50338         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50339         parse_bracket_exp):
50340         (build_equiv_class, build_charclass): Check for arithmetic overflow
50341         in size expression calculations.
50342         * lib/regex_internal.c (re_string_realloc_buffers):
50343         (build_wcs_upper_buffer, re_node_set_add_intersect):
50344         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50345         (re_dfa_add_node, register_state): Likewise.
50346         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50347         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50348         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50349         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50350
50351 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50352
50353         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50354         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50355
50356 2005-09-02  Bruno Haible  <bruno@clisp.org>
50357
50358         Support for lib vs. lib64 distinction on biarch platforms.
50359         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50360         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50361         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50362
50363 2005-09-02  Bruno Haible  <bruno@clisp.org>
50364
50365         * gnulib-tool (import): In the other first-use case, provide defaults
50366         as well.
50367
50368 2005-09-02  Bruno Haible  <bruno@clisp.org>
50369
50370         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50371         patches not yet found in the latest gettext release.
50372
50373 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50374
50375         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50376         to avoid a collision with bits/local_lim.h in glibc.
50377         All uses changed.  Problem reported by Dmitry V. Levin in
50378         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50379
50380         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50381         bugs in int versus size_t comparisons.
50382         (re_string_context_at): Fix bug where the code assumed that
50383         Idx is signed.
50384
50385         Use bool where appropriate.
50386         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50387         All callers changed.
50388         (calc_eclosure_iter): Likewise, for ROOT arg.
50389         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50390         (build_charclass_op): Likewise, for NON_MATCH arg.
50391         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50392         (re_string_construct_common): Likewise, for ICASE arg.
50393         * lib/regexec.c (re_search_2_stub, re_search_stub):
50394         Likewise, for RET_LEN arg.
50395         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50396         (set_regs): Likewise, for FL_BACKTRACK arg.
50397         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50398         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50399         (calc_eclosure_iter, parse_bracket_exp):
50400         Use bool for internal variables that are booleans.
50401         * lib/regexec.c (re_search_internal, check_matching,
50402         proceed_next_node):
50403         (set_regs, build_sifted_states, sift_states_bkref):
50404         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50405         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50406         (find_collation_sequence_value):
50407         Likewise.
50408         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50409         (re_node_set_compare):
50410         Return bool, not int. All callers changed.
50411         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50412         (build_trtable, check_node_accept): Likewise.
50413         * lib/regex_internal.h: Include stdbool.h.
50414
50415         Fix bugs uncovered when converting to bool.
50416         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50417         failure instead of charging ahead blindly.
50418         * lib/regex_internal.c (register_state): Likewise.
50419         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50420         for freeing internal storage.
50421         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50422         bitset pieces used as boolean, to avoid undefined behavior
50423         on hosts that do int overflow checking.
50424
50425 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50426
50427         * config/srclist.txt: Add glibc bugs 1285-1287.
50428
50429 2005-09-01  Jim Meyering  <jim@meyering.net>
50430
50431         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50432         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50433         Require gl_STAT_MACROS, too.
50434
50435 2005-09-01  Bruno Haible  <bruno@clisp.org>
50436
50437         * gnulib-tool (import): In the first-use case, provide defaults.
50438
50439 2005-09-01  Bruno Haible  <bruno@clisp.org>
50440
50441         * gnulib-tool (func_import): Remove the .tmp files.
50442
50443 2005-09-01  Bruno Haible  <bruno@clisp.org>
50444
50445         * gnulib-tool (func_import): Fix handling of symbolic links.
50446
50447 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50448
50449         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50450         old glibc regex code mishandles strings longer than 2**31 bytes.
50451         This patch fixes this when the regex code is used in gnulib
50452         (i.e., outside glibc).
50453
50454         This patch should not affect the use of the regex code inside
50455         glibc.  No doubt this problem also needs to be handled for glibc
50456         as well, but the result will be an incompatible change to the
50457         glibc ABI, and the old ABI will have to be supported too.  That
50458         can be the the subject for another patch.
50459
50460         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50461         governing whether the rest of this patch is active.  By default,
50462         the macro is disabled and the patch has no effect.
50463         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50464         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50465         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50466         (re_match_2, re_set_registers): Use the new types.
50467         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50468         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50469         New macros.
50470         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50471         (re_string_context_at, bin_tree_t, re_dfastate_t):
50472         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50473         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50474         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50475         (re_string_char_size_at, re_string_wchar_at):
50476         (re_string_elem_size_at):
50477         Use the new types and macros to port to 64-bit hosts.
50478         Use unsigned types for internal values, so that the code
50479         mostly works even for arrays larger than SSIZE_MAX.
50480         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50481         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50482         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50483         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50484         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50485         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50486         (calc_inveclosure, parse_dup_op, build_range_exp):
50487         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50488         (fetch_number, create_token_tree, mark_opt_subexp):
50489         Likewise.
50490         * lib/regex_internal.c (re_string_construct_common,
50491         create_ci_newstate):
50492         (create_cd_newstate, re_string_allocate, re_string_construct):
50493         (re_string_realloc_buffers, build_wcs_upper_buffer):
50494         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50495         (re_string_reconstruct, re_string_peek_byte_case):
50496         (re_string_fetch_byte_case, re_string_context_at):
50497         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50498         (re_node_set_init_copy, re_node_set_add_intersect):
50499         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50500         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50501         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50502         (re_acquire_state, re_acquire_state_context, register_state):
50503         Likewise.
50504         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50505         search_cur_bkref_entry):
50506         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50507         (re_search_internal, re_search_2_stub, re_search_stub)
50508         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50509         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50510         (update_cur_sifted_state, check_dst_limits):
50511         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50512         (check_subexp_limits, sift_states_bkref, merge_state_array):
50513         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50514         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50515         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50516         (expand_bkref_cache, check_node_accept_bytes):
50517         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50518         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50519         (acquire_init_state_context, check_halt_node_context):
50520         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50521         (sift_states_backward, clean_state_log_if_needed):
50522         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50523         (find_recover_state, transit_state_sb, transit_state_mb):
50524         (transit_state_bkref, build_trtable, match_ctx_clean):
50525         Likewise.
50526         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50527         to work around an assumption that REG_MISSING is negative.
50528
50529         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50530         (seek_collating_symbol_entry) [defined _LIBC]:
50531         (lookup_collation_sequence_value) [defined _LIBC]:
50532         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50533         Use prototypes rather than old-style function definitions.
50534         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50535         (transit_state_sb) [0]:
50536         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50537
50538         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50539         rm_eo.
50540
50541         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50542         (optimize_subexps, lower_subexp):
50543         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50544         since the signed shift might overflow.  Use 1u<<31 instead.
50545         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50546         Likewise.
50547         * lib/regexec.c (check_dst_limits_calc_pos_1,
50548         check_subexp_matching_top): Likewise.
50549
50550         * lib/regcomp.c (optimize_subexps, lower_subexp):
50551         Use CHAR_BIT rather than 8, for clarity.
50552         * lib/regexec.c (check_dst_limits_calc_pos_1):
50553         (check_subexp_matching_top): Likewise.
50554         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50555         have to worry about portability issues when shifting it left.
50556         Remove no-longer-needed test for table_size > 0.
50557         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50558         in a word, as the resulting behavior is undefined.
50559         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50560         in one case, a <= should have been an <, and in another case the
50561         whole test was missing.
50562         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50563         the standard name CHAR_BIT.
50564         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50565         this is not true on one's complement and signed-magnitude hosts.
50566
50567         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50568         next_last_offset.
50569         (struct re_dfa_t): Remove unused member states_alloc.
50570         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50571
50572 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50573
50574         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50575         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50576         and large-file glibc and in 32-bit large-file Solaris.
50577
50578 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50579
50580         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50581         lengths fit in regoff_t; this isn't true if regoff_t is the same
50582         width as size_t.
50583         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50584         (= START + RANGE) instead of RANGE.  This avoids overflow
50585         problems when regoff_t is the same width as size_t.
50586         All callers changed.
50587         (re_search_2_stub): Check for overflow when adding the
50588         sizes of the two strings.
50589         (re_search_stub): Check for overflow when adding START
50590         to RANGE; if it occurs, substitute the extreme value.
50591
50592 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50593
50594         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50595
50596 2005-08-31  Jim Meyering  <jim@meyering.net>
50597
50598         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50599         a pointer-to-const.
50600         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50601         (register_state): Likewise.
50602         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50603         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50604         (group_nodes_into_DFAstates): Likewise.
50605
50606 2005-08-31  Jim Meyering  <jim@meyering.net>
50607
50608         * check-module: Add a FIXME comment.
50609
50610 2005-08-31  Eric Blake  <ebb9@byu.net>
50611
50612         * modules/unistd-safer (Files): Add unistd--.h.
50613         * modules/stdio-safer (Files): Add stdio--.h.
50614
50615 2005-08-31  Derek Price  <derek@ximbiot.com>
50616
50617         * lib/getdelim.c (getdelim): Return EOF on EOF.
50618         Reported by Larry Jones <lawrence.jones@ugs.com>.
50619
50620 2005-08-31  Bruno Haible  <bruno@clisp.org>
50621
50622         Avoid unnecessary diffs in the generated lib/Makefile.am.
50623         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50624         the generated files.
50625         (func_import): Don't set cmd.
50626
50627 2005-08-31  Bruno Haible  <bruno@clisp.org>
50628
50629         * lib/strstr.c: Include <stddef.h>, for NULL.
50630         * lib/strcasestr.c: Likewise.
50631         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50632
50633 2005-08-31  Bruno Haible  <bruno@clisp.org>
50634
50635         * gnulib-tool: New option --macro-prefix.
50636         (func_import): Use macro_prefix.
50637         (import): Handle option --macro-prefix.
50638
50639 2005-08-31  Bruno Haible  <bruno@clisp.org>
50640
50641         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50642         Also use new variables cached_lgpl, cached_libtool.
50643
50644 2005-08-31  Bruno Haible  <bruno@clisp.org>
50645
50646         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50647         always instantiating them.
50648
50649 2005-08-31  Bruno Haible  <bruno@clisp.org>
50650
50651         * gnulib-tool (func_import): Read the previous cached settings
50652         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50653         earlier added by gnulib but are now dropped. Warn when a gnulib file
50654         overwrites a non-gnulib file.
50655
50656 2005-08-31  Bruno Haible  <bruno@clisp.org>
50657
50658         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50659         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50660         projects that don't keep autogenerated files in CVS. Put into
50661         actioncmd only the specified modules, not the transitive closure.
50662
50663 2005-08-31  Bruno Haible  <bruno@clisp.org>
50664
50665         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50666         Create directories that shall be filled.
50667         (import): Don't look for gl_* macros in configure.ac. Recurse across
50668         all directories containing a gnulib-cache.m4 files, if meaningful.
50669
50670 2005-08-31  Bruno Haible  <bruno@clisp.org>
50671
50672         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50673         (import): Set seen_libtool when we see gl_LIBTOOL.
50674
50675 2005-08-31  Bruno Haible  <bruno@clisp.org>
50676
50677         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50678         declaration macro definitions from generated gnulib.m4.
50679
50680 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50681
50682         * lib/iconvme.h: Add prototype for iconv_alloc.
50683
50684 2005-08-29  Simon Josefsson  <jas@extundo.com>
50685
50686         * lib/iconvme.c: Fix errno.
50687
50688 2005-08-29  Bruno Haible  <bruno@clisp.org>
50689
50690         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50691         that it works when the directory contains spaces.
50692
50693 2005-08-29  Bruno Haible  <bruno@clisp.org>
50694
50695         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50696
50697 2005-08-29  Bruno Haible  <bruno@clisp.org>
50698
50699         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50700         Emit more advice.
50701
50702 2005-08-29  Bruno Haible  <bruno@clisp.org>
50703         and Stepan Kasal  <kasal@ucw.cz>
50704
50705         * check-module: If more parameters are given, check each of them
50706         separately; add more exceptions, as noted by Jim Meyering.
50707         (check_module): New procedure.
50708         (%exempt_header): Now contains all exceptions.
50709
50710 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50711
50712         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50713
50714 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50715
50716         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50717
50718 2005-08-28  Bruno Haible  <bruno@clisp.org>
50719
50720         * m4/gnulib-tool.m4: New file.
50721
50722 2005-08-27  Jim Meyering  <jim@meyering.net>
50723
50724         * modules/unistd-safer (Files): Add pipe-safer.c.
50725         * modules/fcntl-safer (Files): Add creat-safer.c.
50726
50727 2005-08-27  Jim Meyering  <jim@meyering.net>
50728
50729         * m4/stdlib-safer.m4: New file.  From coreutils.
50730         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50731         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50732         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50733         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50734         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50735
50736 2005-08-27  Jim Meyering  <jim@meyering.net>
50737
50738         * lib/fopen-safer.c: Merge minor changes from coreutils.
50739         * lib/dup-safer.c: Likewise.
50740         * lib/fd-safer.c: Likewise.
50741
50742         Merge from coreutils.
50743         * lib/stdio--.h: New file.
50744         * lib/stdlib--.h: New file.
50745         * lib/mkstemp-safer.c: New file.
50746
50747         GNU tar needs these.
50748         * lib/pipe-safer.c: New file.
50749         * lib/creat-safer.c: New file.
50750         * lib/fcntl--.h (creat): Define to creat_safer.
50751         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50752         * lib/unistd--.h (pipe): Define to pipe_safer.
50753         * lib/unistd-safer.h: Declare pipe_safer.
50754
50755 2005-08-26  Simon Josefsson  <jas@extundo.com>
50756
50757         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50758         Haible <bruno@clisp.org>.
50759
50760 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50761
50762         * lib/regex_internal.h: Remove all references to
50763         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50764         or better.
50765         (bitset_not, bitset_merge, bitset_not_merge):
50766         (bitset_mask, re_string_allocate, re_string_construct):
50767         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50768         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50769         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50770         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50771         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50772         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50773         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50774         (re_acquire_state_context):
50775         Remove unnecessary forward decls.
50776         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50777         Put __attribute at function definition,
50778         now that the function decl has been removed.
50779         * lib/regex_internal.c (re_string_peek_byte_case):
50780         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50781         Likewise.
50782
50783 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50784
50785         * m4/regex.m4: Add AC_PREREQ(2.50).
50786         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50787
50788 2005-08-25  Simon Josefsson  <jas@extundo.com>
50789
50790         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50791         __fsetlocking.
50792
50793 2005-08-25  Simon Josefsson  <jas@extundo.com>
50794
50795         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50796         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50797         GLIBC specific code.
50798
50799 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50800
50801         Make regex safe for g++.  This fixes one real bug (an "err"
50802         that should have been "*err").  g++ problem reported by
50803         Sam Steingold.
50804         * lib/regex_internal.h (re_calloc): New macro, consistent with
50805         re_malloc etc.  All callers of calloc changed to use re_calloc.
50806         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50807         not int.  All callers changed.
50808         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50809         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50810         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50811         (find_recover_state): Change "err" to "*err"; this fixes what
50812         appears to be a real bug.
50813         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50814         versus int.
50815
50816 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50817
50818         * modules/regex (Depends-on): Add malloc, since the code
50819         assumes that !malloc(0) means failure.
50820
50821 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50822
50823         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50824
50825         alloca modernization/simplification for regex.
50826         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50827         needs to be at the start of the file, and can be moved into
50828         regex_internal.h and simplified.
50829         * lib/regex_internal.h: Include <alloca.h>.
50830         (__libc_use_alloca) [!defined _LIBC]: New macro.
50831         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50832         now works outside glibc.
50833
50834 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50835
50836         * config/srclist.txt: Add glibc bugs 1241, 1245.
50837
50838 2005-08-25  Jim Meyering  <jim@meyering.net>
50839
50840         * lib/open-safer.c: Include <config.h>.
50841         Otherwise, we'd lose LARGEFILE support in any file using
50842         e.g. "fcntl--.h"
50843
50844 2005-08-25  Bruno Haible  <bruno@clisp.org>
50845
50846         * m4/minmax.m4: Require autoconf 2.52.
50847         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50848         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50849         alternatives of translit over the alphabet.
50850         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50851
50852 2005-08-24  Simon Josefsson  <jas@extundo.com>
50853
50854         * tests/test-getpass.c: New file.
50855
50856 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50857
50858         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50859         for GNU regex features.
50860
50861 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50862
50863         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50864         * lib/regex.h (regerror): Likewise.
50865
50866         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50867         requires this.  (The code never needed it.)
50868
50869         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50870         All uses of recently-renamed identifiers changed to use the new,
50871         POSIX-compliant names.  The code will build and run just fine
50872         without these changes, but it's better to eat our own dog food
50873         and use the standard-conforming names.
50874
50875         * lib/regex.h: Fix a multitude of POSIX name space violations.
50876         These changes have an effect only for programs that define
50877         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50878         do not change anything for programs compiled in the normal way.
50879         Also, there is no effect on the ABI.
50880
50881         (_REGEX_SOURCE): New macro.
50882         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50883         defined and _GNU_SOURCE is not; this fixes a name space violation.
50884
50885         Rename the following macros to obey POSIX requirements.
50886         The old names are still visible as macros if _REGEX_SOURCE is defined.
50887         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50888         RE_BACKSLASH_ESCAPE_IN_LISTS.
50889         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50890         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50891         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50892         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50893         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50894         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50895         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50896         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50897         (REG_INTERVALS): renamed from RE_INTERVALS.
50898         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50899         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50900         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50901         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50902         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50903         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50904         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50905         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50906         RE_UNMATCHED_RIGHT_PAREN_ORD.
50907         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50908         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50909         (REG_DEBUG): renamed from RE_DEBUG.
50910         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50911         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50912         unusual, since we can't clash with the POSIX REG_ICASE.
50913         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50914         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50915         (REG_NO_SUB): renamed from RE_NO_SUB.
50916         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50917         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50918         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50919         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50920         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50921         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50922         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50923         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50924         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50925         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50926         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50927         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50928         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50929         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50930         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50931         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50932         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50933         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50934         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50935         (REG_FIXED): Renamed from REGS_FIXED.
50936         (REG_NREGS): Renamed from RE_NREGS.
50937
50938         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50939         of other REG_* macros, since POSIX says the user is allowed to
50940         #undef these macros selectively.
50941
50942         (reg_errcode_t): Update comment stating what other tables need
50943         to be consistent.
50944
50945         Rename the following enum values to obey POSIX requirements.
50946         The old names are still visible as macros.
50947         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50948         is not defined, since GNU is supposed to be a superset of POSIX as
50949         much as possible, and since we want reg_errcode_t to be a signed
50950         type for implementation consistency.
50951         (_REG_NOERROR): Renamed from REG_NOERROR.
50952         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50953         (_REG_BADPAT): Renamed from REG_BADPAT.
50954         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50955         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50956         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50957         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50958         (_REG_EBRACK): Renamed from REG_EBRACK.
50959         (_REG_EPAREN): Renamed from REG_EPAREN.
50960         (_REG_EBRACE): Renamed from REG_EBRACE.
50961         (_REG_BADBR): Renamed from REG_BADBR.
50962         (_REG_ERANGE): Renamed from REG_ERANGE.
50963         (_REG_ESPACE): Renamed from REG_ESPACE.
50964         (_REG_BADRPT): Renamed from REG_BADRPT.
50965         (_REG_EEND): Renamed from REG_EEND.
50966         (_REG_ESIZE): Renamed from REG_ESIZE.
50967         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50968         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50969         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50970         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50971         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50972
50973         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50974         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50975         changed.  But support the old name if the new one is not defined
50976         and if _REGEX_SOURCE.
50977
50978         Change the following member names in struct re_pattern_buffer.
50979         The old names are still supported if !_REGEX_SOURCE.
50980         The new names are always supported, regardless of _REGEX_SOURCE.
50981         (re_buffer): Renamed from buffer.
50982         (re_allocated): Renamed from allocated.
50983         (re_used): Renamed from used.
50984         (re_syntax): Renamed from syntax.
50985         (re_fastmap): Renamed from fastmap.
50986         (re_translate): Renamed from translate.
50987         (re_can_be_null): Renamed from can_be_null.
50988         (re_regs_allocated): Renamed from regs_allocated.
50989         (re_fastmap_accurate): Renamed from fastmap_accurate.
50990         (re_no_sub): Renamed from no_sub.
50991         (re_not_bol): Renamed from not_bol.
50992         (re_not_eol): Renamed from not_eol.
50993         (re_newline_anchor): Renamed from newline_anchor.
50994
50995         Change the following member names in struct re_registers.
50996         The old names are still supported if !_REGEX_SOURCE.
50997         The new names are always supported, regardless of _REGEX_SOURCE.
50998         (rm_num_regs): Renamed from num_regs.
50999         (rm_start): Renamed from start.
51000         (rm_end): Renamed from end.
51001
51002         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51003         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51004         Prepend __ to parameter names.
51005
51006         Undo yesterday's changes.
51007
51008 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51009
51010         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51011         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51012         lib/regex.c.
51013
51014 2005-08-24  Jim Meyering  <jim@meyering.net>
51015
51016         Sync from coreutils.
51017         * m4/fcntl-safer.m4: New file.
51018
51019         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51020         and object files for this module.
51021
51022 2005-08-24  Jim Meyering  <jim@meyering.net>
51023
51024         Sync from coreutils.
51025         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51026
51027 2005-08-24  Jim Meyering  <jim@meyering.net>
51028
51029         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51030         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51031
51032 2005-08-24  Jim Meyering  <jim@meyering.net>
51033
51034         * modules/fcntl-safer: New module.
51035         * modules/fts (Depends-on): Add fcntl-safer.
51036         * MODULES.html.sh (File descriptor based Input/Output):
51037         Add fcntl-safer.
51038
51039 2005-08-24  Bruno Haible  <bruno@clisp.org>
51040
51041         Support for unit test modules.
51042         * modules/README: Mention tests modules.
51043         * modules/TEMPLATE-TESTS: New file.
51044         * gnulib-tool: New options --extract-tests-module, --with-tests and
51045         --tests-base (unused for the moment).
51046         (testsbase, inctests): New variables.
51047         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51048         (func_verify_module): Exclude TEMPLATE-TESTS.
51049         (func_verify_nontests_module, func_verify_tests_module): New functions.
51050         (func_get_dependencies): Add implicit dependency for tests modules.
51051         (func_get_tests_module): New function.
51052         (func_modules_transitive_closure): When --with-tests was specified,
51053         include the unit tests as well, unless explicitly avoided.
51054         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51055         (func_emit_tests_Makefile_am): New function.
51056         (func_create_testdir): When --with-tests was specified, emit a
51057         tests/ directory.
51058         * MODULES.html.sh (Future developments): Update.
51059
51060 2005-08-24  Bruno Haible  <bruno@clisp.org>
51061
51062         * modules/tls-tests: New file.
51063         * tests/test-tls.c: New file, from GNU gettext.
51064
51065 2005-08-24  Bruno Haible  <bruno@clisp.org>
51066
51067         * modules/lock-tests: New file.
51068         * tests/test-lock.c: New file, from GNU gettext.
51069
51070 2005-08-24  Bruno Haible  <bruno@clisp.org>
51071
51072         * lib/lock.h: Add multiple inclusion guard.
51073         * lib/tls.h: Add multiple inclusion guard.
51074
51075 2005-08-24  Bruno Haible  <bruno@clisp.org>
51076
51077         * gnulib-tool: Add support for the --aux-dir option to
51078         --create-testdir, --create-megatestdir, --test, --megatest.
51079         (func_create_testdir, func_create_megatestdir): Optionally emit a
51080         AC_CONFIG_AUX_DIR directive.
51081         (create-testdir, create-megatestdir, test, megatest): Provide a
51082         default value for $auxdir.
51083
51084 2005-08-24  Bruno Haible  <bruno@clisp.org>
51085
51086         * gnulib-tool (import): Use compound statement instead of subshell
51087         where possible.
51088
51089 2005-08-24  Bruno Haible  <bruno@clisp.org>
51090
51091         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51092
51093 2005-08-24  Bruno Haible  <bruno@clisp.org>
51094
51095         * gnulib-tool (func_version): Update.
51096
51097 2005-08-24  Bruno Haible  <bruno@clisp.org>
51098
51099         * gnulib-tool (func_import, func_create_testdir,
51100         func_create_megatestdir): Quote all autoconf macro arguments.
51101
51102 2005-08-24  Bruno Haible  <bruno@clisp.org>
51103
51104         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51105         option --force, because --force causes the aclocal.m4 of each
51106         subdirectory to be newer than the corresponding config.h.in.
51107
51108 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51109
51110         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51111         All contents moved to gl_REGEX.
51112         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51113         assume that it does.
51114
51115 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51116
51117         * lib/regex.h (REG_NOSYS)
51118         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51119         Define, since POSIX requires it as of 2001.
51120         (_REG_ENOSYS)
51121         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51122         New private symbol, used to keep the enum signed in all cases.
51123         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51124         Youngman in
51125         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51126
51127         * lib/regex_internal.c (re_string_skip_chars, register_state):
51128         (calc_state_hash):
51129         Remove forward decls; no longer needed now that we use prototypes.
51130         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51131         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51132         (clean_state_log_if_needed): Likewise.
51133
51134 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51135
51136         * config/srclist.txt: Add glibc bugs 1231-1233.
51137
51138 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51139
51140         Fix problems reported by Sam Steingold in
51141         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51142         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51143         assumed that reg_errcode_t is a signed type, which is not
51144         necessarily true if _XOPEN_SOURCE is not defined.
51145         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51146         since some compilers warn about it otherwise.
51147
51148 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51149
51150         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51151         (init_word_char, create_initial_state, duplicate_node_closure):
51152         (fetch_token, peek_token_bracket, build_range_exp):
51153         (build_collating_symbol): Remove forward decls; no longer needed
51154         now that we use prototypes.
51155
51156         * lib/regcomp.c:
51157         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51158         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51159         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51160         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51161         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51162         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51163         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51164         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51165         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51166         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51167         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51168         (build_charclass, build_charclass_op, fetch_number, create_tree):
51169         (create_token_tree, mark_opt_subexp, duplicate_tree):
51170         Use prototypes rather than old-style definitions.
51171
51172         * lib/regex_internal.c:
51173         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51174         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51175         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51176         (re_string_reconstruct, re_string_peek_byte_case):
51177         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51178         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51179         (re_node_set_init_copy, re_node_set_add_intersect):
51180         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51181         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51182         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51183         (re_acquire_state, re_acquire_state_context, register_state):
51184         (create_ci_newstate, create_cd_newstate, free_state):
51185         Likewise.
51186         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51187         re_search_2):
51188         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51189         (re_search_internal, prune_impossible_nodes):
51190         (acquire_init_state_context, check_matching, static):
51191         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51192         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51193         (update_regs, sift_states_backward, build_sifted_states):
51194         (clean_state_log_if_needed, merge_state_array):
51195         (update_cur_sifted_state, add_epsilon_src_nodes):
51196         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51197         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51198         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51199         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51200         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51201         (check_arrival, check_arrival_add_next_nodes):
51202         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51203         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51204         (check_node_accept_bytes, check_node_accept, extend_buffers):
51205         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51206         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51207         (sift_ctx_init):
51208         Likewise.
51209
51210         * lib/regex_internal.h:
51211         (re_string_allocate, re_string_construct, re_string_reconstruct):
51212         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51213         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51214         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51215         (re_string_context_at, re_string_peek_byte_case):
51216         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51217         is defined, since we now use prototypes always.
51218
51219         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51220         C89 or better.  All uses removed.
51221
51222 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51223
51224         * config/srclist.txt: Add glibc bugs 1220-1227.
51225
51226 2005-08-20  Jim Meyering  <jim@meyering.net>
51227
51228         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51229         of unused local, dfa.
51230
51231 2005-08-20  Bruno Haible  <bruno@clisp.org>
51232
51233         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51234
51235 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51236
51237         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51238         (re_node_set_insert_last, re_dfa_add_node):
51239         Rename local variables to avoid GCC shadowing warnings.
51240
51241 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51242
51243         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51244         [defined lint]: Suppress bogus uninitialized-variable warnings.
51245
51246         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51247         and let the caller return REG_ESPACE if out of space.  This
51248         removes an uninitialied-variable warning with GCC 4.0.1, and also
51249         avoids taking the address of a local variable.  All callers
51250         changed.
51251
51252 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51253
51254         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51255         $LIBCSRC/posix/regexec.c.
51256         Add glibc bug 1217 for regcomp.c.
51257
51258 2005-08-19  Jim Meyering  <jim@meyering.net>
51259
51260         * lib/regexec.c (proceed_next_node): Redo local variables to
51261         avoid GCC shadowing warnings.
51262
51263 2005-08-18  Bruno Haible  <bruno@clisp.org>
51264
51265         * lib/strstr.c (strstr): Fix return value in multibyte case.
51266         * lib/strcasestr.c (strcasestr): Likewise.
51267
51268 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51269
51270         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51271
51272 2005-08-17  Jim Meyering  <jim@meyering.net>
51273
51274         Make the %s format (seconds since the epoch) work for a negative
51275         number and when used with a zero-padded field width, e.g. %015s.
51276
51277         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51278         label so that it precedes the code to set `digits'.  Otherwise,
51279         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51280         print `00-22'.  Now, it prints `-0022', as it should.
51281
51282 2005-08-17  Bruno Haible  <bruno@clisp.org>
51283
51284         * modules/strstr (Files): Add m4/mbrtowc.m4.
51285         (Depends-on): Add mbuiter.
51286
51287 2005-08-17  Bruno Haible  <bruno@clisp.org>
51288
51289         * modules/strcasestr: New file.
51290         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51291         strcasestr.
51292
51293 2005-08-17  Bruno Haible  <bruno@clisp.org>
51294
51295         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51296
51297 2005-08-17  Bruno Haible  <bruno@clisp.org>
51298
51299         * modules/mbuiter: New file.
51300         * MODULES.html.sh (Extended multibyte and wide character utilities):
51301         Add mbuiter.
51302
51303 2005-08-17  Bruno Haible  <bruno@clisp.org>
51304
51305         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51306         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51307
51308 2005-08-17  Bruno Haible  <bruno@clisp.org>
51309
51310         * m4/strcasestr.m4: New file.
51311
51312 2005-08-17  Bruno Haible  <bruno@clisp.org>
51313
51314         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51315         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51316
51317 2005-08-17  Bruno Haible  <bruno@clisp.org>
51318
51319         * lib/strcasestr.h: New file.
51320         * lib/strcasestr.c: New file.
51321
51322 2005-08-17  Bruno Haible  <bruno@clisp.org>
51323
51324         * lib/strcasecmp.c: Use mbuiter.h.
51325
51326 2005-08-17  Bruno Haible  <bruno@clisp.org>
51327
51328         * lib/mbuiter.h: New file.
51329
51330 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51331
51332         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51333         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51334         and gl_GETOPT are both invoked via different paths (as happens
51335         with GNU tar CVS because it uses both argp and getopt), the former
51336         wins.
51337
51338 2005-08-16  Bruno Haible  <bruno@clisp.org>
51339
51340         * modules/tls: New file.
51341         * MODULES.html.sh (Multithreading): Add tls.
51342
51343 2005-08-16  Bruno Haible  <bruno@clisp.org>
51344
51345         * modules/strnlen1: New file.
51346         * MODULES.html.sh (String handling): Add strnlen1.
51347
51348 2005-08-16  Bruno Haible  <bruno@clisp.org>
51349
51350         * modules/strcase (Files): Add m4/mbrtowc.m4.
51351         (Depends-on): Add strnlen1, mbchar.
51352
51353 2005-08-16  Bruno Haible  <bruno@clisp.org>
51354
51355         * modules/mbiter: New file.
51356         * MODULES.html.sh (Extended multibyte and wide character utilities):
51357         Add mbiter.
51358
51359 2005-08-16  Bruno Haible  <bruno@clisp.org>
51360
51361         * modules/mbfile: New file.
51362         * MODULES.html.sh (Extended multibyte and wide character utilities):
51363         Add mbfile.
51364
51365 2005-08-16  Bruno Haible  <bruno@clisp.org>
51366
51367         * modules/mbchar: New file.
51368         * MODULES.html.sh (Extended multibyte and wide character utilities):
51369         New section.
51370
51371 2005-08-16  Bruno Haible  <bruno@clisp.org>
51372
51373         * m4/tls.m4: New file, from GNU gettext.
51374
51375 2005-08-16  Bruno Haible  <bruno@clisp.org>
51376
51377         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51378         always.
51379         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51380
51381 2005-08-16  Bruno Haible  <bruno@clisp.org>
51382
51383         * m4/mbiter.m4: New file.
51384
51385 2005-08-16  Bruno Haible  <bruno@clisp.org>
51386
51387         * m4/mbfile.m4: New file.
51388
51389 2005-08-16  Bruno Haible  <bruno@clisp.org>
51390
51391         * m4/mbchar.m4: New file.
51392
51393 2005-08-16  Bruno Haible  <bruno@clisp.org>
51394
51395         * lib/tls.h: New file, from GNU gettext.
51396         * lib/tls.c: New file, from GNU gettext.
51397
51398 2005-08-16  Bruno Haible  <bruno@clisp.org>
51399
51400         * lib/strnlen1.h: New file.
51401         * lib/strnlen1.c: New file.
51402
51403 2005-08-16  Bruno Haible  <bruno@clisp.org>
51404
51405         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51406         (mbi_init): Update.
51407         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51408         NUL byte, not after it.
51409
51410 2005-08-16  Bruno Haible  <bruno@clisp.org>
51411
51412         * lib/strcase.h (strcasecmp): Add note in comments.
51413         * lib/strncasecmp.c: Use code from strcasecmp.c.
51414         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51415         (strcasecmp): Work correctly in multibyte locales.
51416
51417 2005-08-16  Bruno Haible  <bruno@clisp.org>
51418
51419         * lib/mbiter.h: New file.
51420
51421 2005-08-16  Bruno Haible  <bruno@clisp.org>
51422
51423         * lib/mbfile.h: New file.
51424
51425 2005-08-16  Bruno Haible  <bruno@clisp.org>
51426
51427         * lib/mbchar.h: New file.
51428         * lib/mbchar.c: New file.
51429
51430 2005-08-16  Bruno Haible  <bruno@clisp.org>
51431
51432         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51433         the valid ones. Makes the comparison operations transitive:
51434         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51435         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51436
51437 2005-08-15  Simon Josefsson  <jas@extundo.com>
51438
51439         * modules/ssize_t (License): Change to 'unlimited'.
51440
51441         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51442
51443 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51444
51445         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51446         Add comments for each pending glibc patch.
51447
51448 2005-08-15  Bruno Haible  <bruno@clisp.org>
51449
51450         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51451         __cplusplus is defined.
51452
51453 2005-08-14  Jim Meyering  <jim@meyering.net>
51454
51455         Sync from coreutils.
51456
51457         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51458         Use the hash-table-based cycle-detection code not just when
51459         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51460         Reported by James Youngman in
51461         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51462         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51463         FTS_TIGHT_CYCLE_CHECK.
51464         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51465         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51466         once again.
51467         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51468         * lib/fts.c (fd_safer): Remove decl.
51469         Include fcntl--.h rather than unistd-safer.h
51470         (fts_safe_changedir): Don't call fd_safer; no longer needed
51471         now that we include fcntl--.h.
51472
51473 2005-08-12  Simon Josefsson  <jas@extundo.com>
51474
51475         * modules/getndelim2: Use ssize_t module.
51476         * modules/getnline: Likewise.
51477         * modules/safe-read: Likewise.
51478         * modules/xreadlink: Likewise.
51479
51480         * modules/ssize_t: New file.
51481
51482 2005-08-12  Simon Josefsson  <jas@extundo.com>
51483
51484         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51485
51486 2005-08-12  Simon Josefsson  <jas@extundo.com>
51487
51488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51489         ssize_t.
51490
51491 2005-08-12  Simon Josefsson  <jas@extundo.com>
51492
51493         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51494         readline, getdelim and check_version.
51495         (Support for systems lacking ISO C 99: Sizes of integer types):
51496         Add size_max.
51497
51498 2005-08-12  Bruno Haible  <bruno@clisp.org>
51499
51500         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51501
51502 2005-08-11  Simon Josefsson  <jas@extundo.com>
51503
51504         * modules/readline: New file.
51505
51506         * modules/strnlen (Files): Add strnlen.h.
51507
51508 2005-08-11  Simon Josefsson  <jas@extundo.com>
51509
51510         * m4/readline.m4: New file.
51511
51512 2005-08-11  Simon Josefsson  <jas@extundo.com>
51513
51514         * lib/readline.h, readline.c: New file.
51515
51516 2005-08-11  Simon Josefsson  <jas@extundo.com>
51517
51518         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51519         gl_AVOID.
51520
51521 2005-08-11  Bruno Haible  <bruno@clisp.org>
51522
51523         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51524
51525 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51526
51527         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51528
51529 2005-08-10  Simon Josefsson  <jas@extundo.com>
51530
51531         * tests/test-iconvme.c: New file.
51532
51533 2005-08-10  Simon Josefsson  <jas@extundo.com>
51534
51535         * m4/strnlen.m4: New file.
51536
51537         * m4/strndup.m4: Don't check for strnlen declaration, done in
51538         strnlen.m4.
51539
51540 2005-08-10  Simon Josefsson  <jas@extundo.com>
51541
51542         * lib/strndup.c: Use strnlen.h.
51543
51544         * lib/strnlen.h: New file.
51545
51546 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51547
51548         * README: Typos.
51549
51550 2005-08-02  Simon Josefsson  <jas@extundo.com>
51551
51552         * modules/readline: New file.
51553
51554 2005-08-02  Simon Josefsson  <jas@extundo.com>
51555
51556         * modules/getdelim: New file.
51557
51558         * modules/getline: Rewrite, don't use getndelim2.
51559
51560 2005-08-02  Simon Josefsson  <jas@extundo.com>
51561
51562         * m4/getline.m4: Separate out getdelim stuff into separate module.
51563
51564         * m4/getdelim.m4: New file.
51565
51566 2005-08-02  Simon Josefsson  <jas@extundo.com>
51567
51568         * lib/getline.h, getline.c: Rewrite.
51569
51570         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51571
51572 2005-07-31  Bruno Haible  <bruno@clisp.org>
51573
51574         * lib/lock.h (gl_lock_initializer): New macro.
51575         (gl_lock_define_initialized): Use it.
51576         (gl_rwlock_initializer): New macro.
51577         (gl_rwlock_define_initialized): Use it.
51578         (gl_recursive_lock_initializer): New macro.
51579         (gl_recursive_lock_define_initialized): Use it.
51580
51581 2005-07-30  Karl Berry  <karl@gnu.org>
51582
51583         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51584         Report from Ben Pfaff, regarding getopt.
51585
51586 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51587
51588         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51589         normal way.
51590         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51591         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51592         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51593         (gl_GETOPT): Use the new macros.  Most of the implementation
51594         is moved to the new macros.  This is for programs like Emacs
51595         that don't want all the functionality of gl_GETOPT.
51596
51597 2005-07-26  Bruno Haible  <bruno@clisp.org>
51598
51599         * m4/lock.m4: Update from GNU gettext.
51600
51601 2005-07-26  Bruno Haible  <bruno@clisp.org>
51602
51603         * lib/lock.h: Update from GNU gettext.
51604         * lib/lock.c: Update from GNU gettext.
51605
51606 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51607
51608         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51609         obsolescent AC_TRY_RUN.  Include the default includes files, for
51610         'exit'.
51611
51612 2005-07-24  Bruno Haible  <bruno@clisp.org>
51613
51614         * modules/visibility: New file.
51615         * MODULES.html.sh (Misc): Add visibility.
51616
51617 2005-07-24  Bruno Haible  <bruno@clisp.org>
51618
51619         * m4/visibility.m4: New file.
51620
51621 2005-07-24  Bruno Haible  <bruno@clisp.org>
51622
51623         * doc/visibility.texi: New file.
51624
51625 2005-07-22  Bruno Haible  <bruno@clisp.org>
51626
51627         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51628         $(ALLOCA_H), redundant through BUILT_SOURCES.
51629         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51630         redundant through BUILT_SOURCES.
51631         * modules/byteswap (Makefile.am): Remove explicit dependency on
51632         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51633         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51634         $(FNMATCH_H), redundant through BUILT_SOURCES.
51635         * modules/getopt (Makefile.am): Remove explicit dependency on
51636         $(GETOPT_H), redundant through BUILT_SOURCES.
51637         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51638         redundant through BUILT_SOURCES.
51639         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51640         redundant through BUILT_SOURCES.
51641         * modules/stdbool (Makefile.am): Remove explicit dependency on
51642         $(STDBOOL_H), redundant through BUILT_SOURCES.
51643         * modules/stdint (Makefile.am): Remove explicit dependency on
51644         $(STDINT_H), redundant through BUILT_SOURCES.
51645         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51646         Remove explicit dependency on $(SYSEXITS_H).
51647         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51648
51649 2005-07-18  Simon Josefsson  <jas@extundo.com>
51650
51651         * lib/check-version.c (check_version): Accept identical versions too.
51652
51653 2005-07-18  Bruno Haible  <bruno@clisp.org>
51654
51655         * modules/lock: New file.
51656         * MODULES.html.sh (Multithreading): New section.
51657
51658 2005-07-18  Bruno Haible  <bruno@clisp.org>
51659
51660         * m4/lock.m4: New file, from GNU gettext.
51661
51662 2005-07-18  Bruno Haible  <bruno@clisp.org>
51663
51664         * lib/lock.h: New file, from GNU gettext.
51665         * lib/lock.c: New file, from GNU gettext.
51666
51667 2005-07-18  Bruno Haible  <bruno@clisp.org>
51668
51669         * lib/lock.h (gl_once_t): New type.
51670         (gl_once_define, gl_once): New macros.
51671         * lib/lock.c (fresh_once): New variable.
51672         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51673         functions.
51674
51675 2005-07-16  Simon Josefsson  <jas@extundo.com>
51676
51677         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51678         workaround, suggested by Bruno.
51679
51680 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51681
51682         * modules/xalloc (Depends-on): Add xalloc-die.
51683         * modules/xvasprintf (Depends-on): Add xalloc-die.
51684
51685 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51686
51687         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51688         with a minor change.
51689
51690 2005-07-15  Bruno Haible  <bruno@clisp.org>
51691
51692         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51693         When using lib/poll.c, define poll as rpl_poll.
51694
51695 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51696
51697         * modules/argp (Depends-on): Remove unlocked-io.
51698
51699 2005-07-14  Derek Price  <derek@ximbiot.com>
51700
51701         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51702         for glob symlink bug.
51703
51704 2005-07-14  Bruno Haible  <bruno@clisp.org>
51705
51706         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51707         Instead, test for *_unlocked function declarations directly.
51708
51709 2005-07-11  Simon Josefsson  <jas@extundo.com>
51710
51711         * modules/size_max: New file.
51712
51713         * modules/xsize: Depend on size_max module for size_max.m4.
51714
51715 2005-07-11  Simon Josefsson  <jas@extundo.com>
51716
51717         * lib/size_max.h: New file.
51718
51719 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51720
51721         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51722         copyright symbol and the year.
51723         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51724         (version_etc_va): Use parameterized copyright notice.
51725         Reword to conform to the current GNU coding standards.
51726
51727 2005-07-11  Karl Berry  <karl@gnu.org>
51728
51729         * doc/gnulib.texi (Quoting): new node.
51730         (Initial import): more info, from Patrice.
51731
51732 2005-07-11  Bruno Haible  <bruno@clisp.org>
51733
51734         * gnulib-tool (func_usage): Document option --avoid.
51735         (Command line options): Handle --avoid.
51736         (func_acceptable): New function.
51737         (func_modules_transitive_closure): Use it.
51738
51739 2005-07-11  Bruno Haible  <bruno@clisp.org>
51740
51741         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51742         Reported by Jim Meyering.
51743
51744 2005-07-10  Bruno Haible  <bruno@clisp.org>
51745
51746         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51747         Needed when size_t is smaller than 'unsigned int'.
51748         Reported by Paul Eggert.
51749
51750 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51751
51752         * modules/argp (Depends-on): Add unlocked-io
51753
51754 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51755
51756         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51757         block of defines.
51758
51759 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51760
51761         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51762         fix now.
51763
51764 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51765         and Paul Eggert  <eggert@cs.ucla.edu>
51766
51767         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51768         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51769
51770 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51771
51772         * modules/regex (Files): Add lib/regex_internal.c,
51773         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51774         (Depends-on): Add extensions.
51775         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51776
51777 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51778
51779         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51780         pathconf.
51781         * m4/same.m4 (gl_SAME): Likewise.
51782         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51783
51784         * m4/regex.m4: Adjust to new libc regex implementation.
51785         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51786         all the .c and .h parts of (the new) regex.
51787         Quote the m4 stuff better.
51788         Check for RE_ICASE bug of old gnulib.
51789         Check for REG_STARTEND of recent libc.
51790         Rename local variables from jm_* to gl_*.
51791         Quote operand of "test -f".
51792         Say "recent enough" version of libc, not "version 2".
51793         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51794         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51795         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51796         Remove check for btowc, isascii.
51797         Require AM_LANGINFO_CODESET.
51798
51799 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51800
51801         * lib/regex.c, regex.h: Sync from libc.
51802         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51803         * lib/regexec.c:
51804         New files, synced from libc, except that regex_internal.h
51805         currently has a small porting fix.
51806
51807 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51808
51809         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51810         regex_internal.c, regexec.c.
51811         Add regex_internal.h too, but as a comment, since the libc version
51812         is currently broken in gnulib mode.
51813
51814 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51815
51816         Support programs like Emacs that use gnulib but not gettext.
51817         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51818         * modules/gettext-h: New file.
51819         * modules/gettext (Files): Remove lib/gettext.h.
51820         (Depends-on): Add gettext-h.
51821         (Makefile.am): Remove lib_SOURCES.
51822         * modules/argmatch, modules/c-stack, modules/closeout:
51823         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51824         * modules/execute, modules/file-type, modules/getaddrinfo:
51825         * modules/getopt, modules/human, modules/javacomp:
51826         * modules/javaexec, modules/mkdir-p, modules/obstack:
51827         * modules/openat, modules/pagealign_alloc, modules/pipe:
51828         * modules/quotearg, modules/regex, modules/rpmatch:
51829         * modules/unicodeio, modules/userspec, modules/version-etc:
51830         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51831         * modules/xsetenv:
51832         Depend on gettext-h, not gettext.
51833
51834 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51835
51836         * gnulib-tool (func_import): Add support for 'public domain' license.
51837         * modules/alloca, modules/atexit, modules/memmove:
51838         Now public domain, not GPL.
51839         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51840         * modules/realloc, modules/strerror, modules/strtod:
51841         Now LGPL, not GPL.
51842
51843 2005-07-05  Bruno Haible  <bruno@clisp.org>
51844
51845         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51846         autoconf CVS. Needed for mingw.
51847
51848 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51849
51850         Remove the dependency of the strftime module on the tzset module.
51851         * modules/strftime (Depends-on): Remove dependency on tzset.
51852
51853 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51854
51855         Remove the dependency of the strftime module on the tzset module.
51856         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51857         gl_FUNC_TZSET_CLOBBER.
51858
51859 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51860
51861         Remove the dependency of the strftime module on the tzset module.
51862         * lib/strftime.c (my_strftime)
51863         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51864         Copy the input structure, to work around some of the bug with
51865         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51866         Solaris releases, you should also use the tzset module, but we won't
51867         require it as a dependency any more since we don't want LGPLed code
51868         to depend on GPLed code.
51869
51870 2005-07-02  Jim Meyering  <jim@meyering.net>
51871
51872         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51873         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51874         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51875         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51876
51877 2005-07-02  Jim Meyering  <jim@meyering.net>
51878
51879         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51880
51881 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51882
51883         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51884         declares only 'struct timespec;' (!).
51885
51886 2005-07-01  Jim Meyering  <jim@meyering.net>
51887
51888         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51889         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51890         * lib/save-cwd.c, tempname.c:
51891         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51892         and don't include <sys/file.h>).
51893
51894 2005-06-29  Jim Meyering  <jim@meyering.net>
51895
51896         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51897         type name.  Use the variable name instead.
51898         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51899         Likewise.
51900
51901 2005-06-28  Simon Josefsson  <jas@extundo.com>
51902
51903         * modules/check-version (Files): Add check-version.m4.
51904
51905 2005-06-28  Simon Josefsson  <jas@extundo.com>
51906
51907         * m4/check-version.m4: New file, suggested by Jim Meyering
51908         <jim@meyering.net>.
51909
51910 2005-06-28  Simon Josefsson  <jas@extundo.com>
51911
51912         * lib/check-version.h, lib/check-version.c: New files.
51913
51914 2005-06-28  Simon Josefsson  <jas@extundo.com>
51915
51916         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51917         collision with global variable.  Better indentation.  Don't
51918         increment buffer pointer beyond buffer end.  Based on comments
51919         from Paul Eggert <eggert@cs.ucla.edu>.
51920
51921         * lib/base64.h: Indent.
51922
51923 2005-06-28  Simon Josefsson  <jas@extundo.com>
51924
51925         * doc/gnulib.texi (Library version handling): New section.
51926
51927 2005-06-28  Jim Meyering  <jim@meyering.net>
51928
51929         * check-module (find_included_lib_files): Hard-code another
51930         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51931         but modules/fts-lgpl (correctly) does not list those files.
51932
51933         * modules/canonicalize (Files): Add lib/pathmax.h.
51934
51935 2005-06-25  Simon Josefsson  <jas@extundo.com>
51936
51937         * modules/check-version: New file.
51938
51939 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51940
51941         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51942         initializer of struct addrinfo, as an indication that we don't
51943         care how many members the structure has.
51944
51945 2005-06-24  Derek Price  <derek@ximbiot.com>
51946         and Bruno Haible  <bruno@clisp.org>
51947
51948         Remove stat module & update lstat.
51949         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51950         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51951         * m4/stat.m4: Remove this file.
51952
51953 2005-06-24  Derek Price  <derek@ximbiot.com>
51954         and Bruno Haible  <bruno@clisp.org>
51955
51956         Remove stat module & update lstat.
51957         * lib/stat.c: Remove this file...
51958         (slash_aware_lstat): ...moving this content and its support...
51959         * lib/lstat.c (rpl_lstat): ...into here.
51960         * lib/lstat.h: New file.
51961
51962 2005-06-24  Derek Price  <derek@ximbiot.com>
51963         and Bruno Haible  <bruno@clisp.org>
51964
51965         Remove stat module & update lstat.
51966         * config/srclist.txt (libc sources): Remove stat.
51967
51968 2005-06-24  Derek Price  <derek@ximbiot.com>
51969         and Bruno Haible  <bruno@clisp.org>
51970
51971         Remove stat module & update lstat.
51972         * MODULES.html.sh (stat): Remove.
51973         * MODULES.html: Regenerated.
51974         * modules/lstat (Description): Correct function name.
51975         (Files): Add "lstat.h".
51976         (Depends-on): Remove stat, add xalloc, stat-macros.
51977         * modules/stat: Remove this file.
51978         (Include): Add "lstat.h", remove <sys/stat.h>.
51979
51980 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51981
51982         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51983         (ranged_convert): Don't save conversion in a temporary struct.
51984         This causes a warning with GCC 4.0.0, and anyway in the typical
51985         case it's not worth the extra 100 bytes or so of code.
51986         (ranged_convert, __mktime_internal): When calling a function via a
51987         pointer P, use P () rather than (*P) (), as we now assume C89 or
51988         better.
51989
51990 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51991
51992         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51993         "who -r" failed to give output.  Problem reported by Tim Waugh.
51994
51995         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51996         (xcalloc): Use it to avoid needless tests.
51997         Problem reported by Jim Meyering.
51998
51999 2005-06-20  Derek Price  <derek@ximbiot.com>
52000
52001         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52002         unnecessary for Autoconfs > 2.59c.
52003
52004 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52005
52006         * lib/argp.h (__option_is_short): Check upper limit of
52007         __key. Isprint() requires its argument to have the value
52008         of an unsigned char or EOF.
52009
52010 2005-06-16  Jim Meyering  <jim@meyering.net>
52011
52012         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52013         when either N or S is zero.
52014
52015 2005-06-16  Derek Price  <derek@ximbiot.com>
52016
52017         * m4/bison.m4: Declare YACC & YFLAGS precious.
52018
52019 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52020
52021         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52022         multibyte string or pattern, fall back on unibyte matching.
52023         Problem reported by James Youngman.
52024
52025 2005-06-08  Bruno Haible  <bruno@clisp.org>
52026
52027         * modules/csharpcomp: New file.
52028         * MODULES.html.sh (C#): Add csharpcomp.
52029
52030 2005-06-08  Bruno Haible  <bruno@clisp.org>
52031
52032         * m4/csharpcomp.m4: New file, from GNU gettext.
52033
52034 2005-06-08  Bruno Haible  <bruno@clisp.org>
52035
52036         * lib/csharpcomp.h: New file, from GNU gettext.
52037         * lib/csharpcomp.c: New file, from GNU gettext.
52038         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52039
52040 2005-06-08  Bruno Haible  <bruno@clisp.org>
52041
52042         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52043         warning on mingw.
52044
52045 2005-06-07  Derek Price  <derek@ximbiot.com>
52046
52047         Sync from CVS.
52048         * lib/glob_.h: Indent nested #ifdef.
52049
52050 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52051
52052         Sync from coreutils.
52053         Use "file name" when talking about file names, instead of "filename"
52054         or "path", as per the GNU coding standards.
52055         * lib/mkdir-p.c: Renamed from makepath.c.
52056         (make_dir_parents): Renamed from make_path.  All callers changed.
52057         * lib/mkdir-p.h: Likewise.  All includers changed.
52058         * lib/filenamecat.c: Renamed from path-concat.c.
52059         (file_name_concat): Renamed from path_concat.  All callers changed.
52060         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52061         * lib/filenamecat.h: Likewise.  All includers changed.
52062         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52063         in comments or local variable names.
52064         * lib/basename.c: Likewise.
52065         * lib/canonicalize.c, canonicalize.h: Likewise.
52066         * lib/dirname.c, dirname.h: Likewise.
52067         * lib/euidaccess.c: Likewise.
52068         * lib/exclude.c: Likewise
52069         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52070         * lib/fsusage.c, fsuage.h: Likewise.
52071         * lib/fts.c, fts_.h: Likewise.
52072         * lib/getcwd.c: Likewise.
52073         * lib/getloadavg.c: Likewise.
52074         * lib/mkstemp.c: Likewise.
52075         * lib/mountlist.c, mountlist.h: Likewise.
52076         * lib/openat.c, openat.h: Likewise.
52077         * lib/readlink-stub.c: Likewise.
52078         * lib/readutmp.c, readutmp.h: Likewise.
52079         * lib/rename.c: Likewise.
52080         * lib/rmdir.c: Likewise.
52081         * lib/same.c: Likewise.
52082         * lib/savedir.c: Likewise.
52083         * lib/stripslash.c: Likewise.
52084         * lib/tempname.c: Likewise.
52085         * lib/xreadlink.c: Likewise.
52086         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52087         All uses changed.
52088         * lib/exclude.h: Likewise.
52089
52090         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52091         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52092         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52093         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52094         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52095         files have been getting away with it for years (MORE/BSD 4.3
52096         is extinct now).
52097         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52098         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52099
52100         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52101         Define to 256, not 255, as per modern POSIX.
52102
52103 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52104
52105         Sync from coreutils.
52106         Use "file name" when talking about file names, instead of "filename"
52107         or "path", as per the GNU coding standards.
52108         * MODULES.html.sh: mkdir-p renamed from makepath.
52109         filenamecat renamed from path-concat.
52110         * modules/filenamecat: Renamed from modules/path-concat.
52111         (Files): filenamecat.h and filenamecat.c renamed from
52112         path-concat.h and path-concat.c.
52113         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52114         (Include): filenamecat.h, not path-concat.h.
52115         * modules/mkdir-p: Renamed from modules/makepath.
52116         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52117         makepath.c.
52118         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52119         (Include): mkdir-p.h, not makepath.h.
52120
52121 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52122
52123         Sync from coreutils.
52124         * m4/mkdir-p.m4: Renamed from makepath.m4.
52125         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52126         Rename files from makepath.c to mkdir-p.c, and from
52127         makepath.h to mkdir-p.h.
52128         * m4/filenamecat.m4: Renamed from path-concat.m4.
52129         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52130         Rename files from path-concat.c to filenamecat.c,
52131         and from path-concat.h to filenamecat.h.
52132         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52133         "file name" in local variables or comments.
52134         * m4/rename.m4: Likewise.
52135
52136 2005-06-01  Bruno Haible  <bruno@clisp.org>
52137
52138         * modules/csharpexec: New file.
52139         * MODULES.html.sh (C#): New section.
52140
52141 2005-06-01  Bruno Haible  <bruno@clisp.org>
52142
52143         * m4/csharp.m4: New file, from GNU gettext.
52144         * m4/csharpexec.m4: New file, from GNU gettext.
52145
52146 2005-06-01  Bruno Haible  <bruno@clisp.org>
52147
52148         * lib/csharpexec.h: New file, from GNU gettext.
52149         * lib/csharpexec.c: New file, from GNU gettext.
52150         * lib/csharpexec.sh.in: New file, from GNU gettext.
52151
52152 2005-05-31  Derek Price  <derek@ximbiot.com>
52153             Paul Eggert  <eggert@cs.ucla.edu>
52154
52155         Sync from cvs.
52156         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52157
52158 2005-05-31  Derek Price  <derek@ximbiot.com>
52159             Paul Eggert  <eggert@cs.ucla.edu>
52160
52161         Sync from cvs.
52162         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52163
52164 2005-05-29  Derek Price  <derek@ximbiot.com>
52165
52166         * config/srclist.txt (glob_.h, glob.c): Add these files.
52167
52168 2005-05-29  Derek Price  <derek@ximbiot.com>
52169
52170         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52171         * modules/glob: New file.
52172         * modules/getlogin_r: Add link to POSIX spec in description.
52173
52174 2005-05-29  Derek Price  <derek@ximbiot.com>
52175             Paul Eggert  <eggert@cs.ucla.edu>
52176
52177         * m4/glob.m4: New file.
52178
52179 2005-05-29  Derek Price  <derek@ximbiot.com>
52180             Paul Eggert  <eggert@cs.ucla.edu>
52181
52182         * lib/glob_.h, lib/glob.c: New files.
52183
52184 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52185
52186         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52187         * modules/fts-lgpl (Depends-on): Remove gettext.
52188
52189 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52190
52191         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52192         and don't require gt_INTTYPES_PRI.
52193
52194 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52195
52196         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52197
52198         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52199         the configuration hassle isn't worth it.
52200         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52201         (LONGEST_MODIFIER, PRIuMAX): Remove.
52202
52203 2005-05-27  Bruno Haible  <bruno@clisp.org>
52204
52205         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52206
52207 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52208
52209         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52210         _POSIX_PTHREAD_SEMANTICS for Solaris.
52211
52212 2005-05-25  Derek Price  <derek@ximbiot.com>
52213
52214         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52215
52216 2005-05-25  Derek Price  <derek@ximbiot.com>
52217             Paul Eggert  <eggert@cs.ucla.edu>
52218
52219         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52220         * lib/getlogin_r.c, getlogin_r.h: New files.
52221
52222 2005-05-25  Bruno Haible  <bruno@clisp.org>
52223             Derek Price  <derek@ximbiot.com>
52224
52225         * lib/getlogin_r.h: Simplify API documentation.
52226
52227 2005-05-23  Derek Price  <derek@ximbiot.com>
52228
52229         * modules/minmax (Files): Add m4/minmax.m4.
52230         (configure.ac): Add gl_MINMAX.
52231
52232 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52233
52234         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52235         so that unistd-safer.h (GPL'ed code) need not be included.
52236
52237 2005-05-22  Bruno Haible  <bruno@clisp.org>
52238
52239         * m4/minmax.m4: New file.
52240         Based on a patch by Derek Price <derek@ximbiot.com>.
52241
52242 2005-05-22  Bruno Haible  <bruno@clisp.org>
52243
52244         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52245         (INT64_MIN): Fix definition.
52246         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52247
52248         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52249         NEED_SIGNED_INT_TYPES.
52250
52251         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52252         HAVE_SYSTEM_INTTYPES.
52253
52254 2005-05-22  Bruno Haible  <bruno@clisp.org>
52255
52256         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52257         Also include <sys/param.h> if it defines MIN, MAX.
52258         Based on a patch by Derek Price <derek@ximbiot.com>.
52259
52260 2005-05-21  Jim Meyering  <jim@meyering.net>
52261
52262         * modules/fts (Files): Add m4/inttypes-pri.m4.
52263         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52264
52265 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52266
52267         New fts module.
52268         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52269         (setup_dir, free_dir): New functions.
52270         (enter_dir, leave_dir): Define trivial
52271         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52272         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52273         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52274         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52275         Move to fts-cycle.c.
52276         (fts_open): Use setup_dir.
52277         (fts_close): Use free_dir.
52278         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52279         This adds a label and some gotos, but the alternatives were messier.
52280         Check for memory allocation failure when entering a dir.
52281         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52282         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52283         (FTS): New member fts_cycle, that is a union that contains the
52284         old active_dir_ht and cycle_state.  All uses changed to mention
52285         fts_cycle.ht and fts_cycle.state.
52286         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52287         fts.c, with the following changes:
52288         (setup_dir, free_dir): New functions.
52289         (enter_dir): Now returns bool.  Return true if successful, false
52290         if memory exhausted.  All callers changed.
52291         Do not bother partly cleaning up on
52292         memory allocation failure; that is free_dir's job.
52293         However, free ad if hash_insert fails, to avoid memory leak.
52294         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52295         fts->fts_options to see which union member to use.
52296
52297 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52298
52299         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52300         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52301
52302 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52303
52304         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52305
52306 2005-05-20  Jim Meyering  <jim@meyering.net>
52307
52308         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52309         Now a macro, to pacify GCC.
52310
52311 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52312
52313         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52314         of -1.
52315
52316 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52317
52318         * lib/chown.c (rpl_chown): Return -1 on failure.
52319
52320 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52321
52322         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52323         Don't check for stddef.h.
52324         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52325         don't use its results.
52326         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52327         since we include them unconditionally.  Don't require
52328         AM_STDBOOL_H, since stdbool is a prerequisite.
52329         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52330         since we assume C89 or better.
52331         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52332         as we don't use their results.
52333         Don't check for fchdir, memmove, memset, strrchr, as we use
52334         them unconditionally.
52335         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52336         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52337
52338 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52339
52340         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52341         Include <stddef.h> unconditionally, since we assume C89 now.
52342         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52343         * lib/fts.c: Include fts_.h first, to check interface.
52344         Do not include intprops.h; no longer needed.
52345         Include cycle-check.h and hash.h, since fts_.h no longer does.
52346         Remove unnecessary casts of closedir to void.
52347         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52348         decide whether to decrement nlinks.
52349         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52350         (FTS): Use struct hash_table * instead of Hash_table, so that
52351         we no longer need to include hash.h here.
52352
52353 2005-05-18  Jim Meyering  <jim@meyering.net>
52354
52355         * modules/dirfd (License): Change to LGPL.  Most of the code
52356         is already in the public domain.
52357
52358 2005-05-18  Jim Meyering  <jim@meyering.net>
52359
52360         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52361         Reported by Yoann Vandoorselaere.
52362
52363 2005-05-17  Jim Meyering  <jim@meyering.net>
52364
52365         * m4/fts.m4: New file, from coreutils.
52366
52367 2005-05-17  Jim Meyering  <jim@meyering.net>
52368
52369         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52370
52371 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52372
52373         Sync from coreutils.
52374         * m4/unlinkdir.m4: New file.
52375
52376 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52377
52378         Sync from coreutils.
52379         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52380         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52381         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52382         White space changes only.
52383         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52384         special.
52385         * lib/yesno.c: Include getline.h, not ctype.h.
52386         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52387         Use getline to remove arbitrary restriction on response length.
52388
52389 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52390
52391         * config/srclist-update: Spell out "Street" in FSF postal
52392         mail address; this is the style the FSF seems to prefer.
52393
52394         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52395         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52396         this updates FSF postal mail address.
52397
52398         Sync from coreutils.
52399         * modules/unlinkdir: New file.
52400         * modules/yesno (Depends-on): Add getline.
52401         * MODULES.html.sh (File system functions): Add unlinkdir.
52402
52403 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52404
52405         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52406         lib/strsep.h:
52407         Change the initial comment to refer to GPL, not LGPL.
52408         gnulib-tool will change it to LGPL as needed.
52409
52410         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52411         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52412         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52413         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52414         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52415         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52416         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52417         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52418         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52419         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52420         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52421         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52422         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52423         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52424         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52425         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52426         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52427         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52428         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52429         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52430         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52431         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52432         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52433         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52434         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52435         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52436         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52437         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52438         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52439         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52440         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52441         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52442         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52443         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52444         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52445         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52446         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52447         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52448         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52449         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52450         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52451         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52452         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52453         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52454         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52455         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52456         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52457         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52458         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52459         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52460         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52461         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52462         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52463         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52464         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52465         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52466         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52467         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52468         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52469         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52470         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52471         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52472         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52473         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52474         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52475         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52476         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52477         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52478         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52479         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52480         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52481         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52482         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52483         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52484         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52485         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52486         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52487         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52488         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52489         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52490         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52491         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52492         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52493         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52494         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52495         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52496         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52497         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52498         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52499         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52500         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52501         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52502         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52503         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52504         lib/yesno.c, lib/yesno.h:
52505         Update FSF postal mail address.
52506
52507 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52508
52509         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52510         tests/test-memmem.c, tests/test-stpncpy.c:
52511         Update FSF postal mail address.
52512
52513 2005-05-13  Bruno Haible  <bruno@clisp.org>
52514
52515         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52516         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52517         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52518         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52519         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52520         Add support for 64-bit integers in the MSVC compiler.
52521
52522 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52523
52524         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52525
52526 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52527
52528         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52529
52530 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52531
52532         * doc/getdate.texi (General date syntax): Don't say that date
52533         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52534         Problem reported by Nic Ferrier.
52535
52536 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52537
52538         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52539         specified in ai_socktype. Fix invalid ai_protocol
52540         check. ai_protocol is usually set to 0 or depending on
52541         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52542         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52543         ai_socktype / ai_protocol in the returned addrinfo structure.
52544
52545 2005-05-10  Simon Josefsson  <jas@extundo.com>
52546
52547         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52548         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52549
52550 2005-05-10  Karl Berry  <karl@gnu.org>
52551
52552         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52553         (from http://www.gnu.org/licenses).
52554         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52555         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52556         fdl.texi suffices.
52557
52558 2005-05-10  Karl Berry  <karl@gnu.org>
52559
52560         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52561         (COPYING.DOC): remove.
52562
52563         * config/srclist-update: new FSF address.
52564
52565 2005-05-10  Derek Price  <derek@ximbiot.com>
52566
52567         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52568         possible.
52569
52570 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52571             Bruno Haible  <bruno@clisp.org>
52572
52573         * modules/inet_ntop: New file.
52574         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52575         inet_ntop.
52576
52577 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52578             Bruno Haible  <bruno@clisp.org>
52579
52580         * m4/inet_ntop.m4: New file.
52581
52582 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52583             Bruno Haible  <bruno@clisp.org>
52584
52585         * lib/inet_ntop.h: New file.
52586         * lib/inet_ntop.c: New file, from glibc with modifications.
52587
52588 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52589
52590         * modules/time_r (License): Change to LGPL.
52591         * modules/extensions (License): Change to LGPL.  Actually,
52592         the license is more permissive than that, but currently gnulib-tool
52593         doesn't know how to handle more-permissive licenses.
52594
52595         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52596         Problem reported by Dave Love.
52597
52598 2005-05-08  Jim Meyering  <jim@meyering.net>
52599
52600         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52601         blank.
52602
52603 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52604
52605         * modules/argmatch (Depends-on): Add stdbool.
52606         * modules/backupfile (Depends-on): Likewise.
52607         * modules/chdir-long (Depends-on): Likewise.
52608         * modules/closeout (Depends-on): Likewise.
52609         * modules/cycle-check (Depends-on): Likewise.
52610         * modules/dirname (Depends-on): Likewise.
52611         * modules/fnmatch (Depends-on): Likewise.
52612         * modules/fsusage (Depends-on): Likewise.
52613         * modules/fwriteerror (Depends-on): Likewise.
52614         * modules/getcwd (Depends-on): Likewise.
52615         * modules/getloadavg (Depends-on): Likewise.
52616         * modules/hard-locale (Depends-on): Likewise.
52617         * modules/makepath (Depends-on): Likewise.
52618         * modules/mountlist (Depends-on): Likewise.
52619         * modules/nanosleep (Depends-on): Likewise.
52620         * modules/posixtm (Depends-on): Likewise.
52621         * modules/quotearg (Depends-on): Likewise.
52622         * modules/readtokens (Depends-on): Likewise.
52623         * modules/readtokens0 (Depends-on): Likewise.
52624         * modules/readutmp (Depends-on): Likewise.
52625         * modules/save-cwd (Depends-on): Likewise.
52626         * modules/strftime (Depends-on): Likewise.
52627         * modules/userspec (Depends-on): Likewise.
52628         * modules/utimecmp (Depends-on): Likewise.
52629         * modules/xgetcwd (Depends-on): Likewise.
52630         * modules/xnanosleep (Depends-on): Likewise.
52631         * modules/xstrtod (Depends-on): Likewise.
52632         * modules/yesno (Depends-on): Likewise.
52633
52634 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52635
52636         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52637         needless checks.
52638
52639 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52640
52641         Merge from coreutils.  Among other things,
52642         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52643         * lib/fd-safer.c: New file.
52644         * lib/fcntl-safer.h, open-safer.c: Remove.
52645         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52646         * lib/dup-safer.c: Include unistd-safer.h first.
52647         Don't include errno.h.
52648         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52649         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52650         * lib/file-type.c: Rely on file-type.h change.
52651         * lib/getloadavg.c: Include unistd-safer.h.
52652         (getloadavg): Use safer open.
52653         * lib/getusershell.c: Include "stdio-safer.h".
52654         (getusershell): Use safer fopen.
52655         * lib/long-options.c (long_options): Use NULL rather than 0.
52656         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52657         'free'.
52658         * lib/modechange.c: Likewise.
52659         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52660         (MODE_DONE): New constant.
52661         (struct mode_change): Remove 'next' member.
52662         (make_node_op_equals): New function; like the old one of the
52663         same name, except it allocates an array.
52664         (mode_compile, mode_create_from_ref): Use it.
52665         (mode_compile): Allocate result as an array, not a linked list.
52666         Parse octal string ourself, so that we catch mistakes like "+0".
52667         (mode_adjust): Arg is an array, not a linked list.
52668         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52669         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52670         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52671         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52672         Remove.  This is now stat-macros.h's job.
52673         (talloc): Remove.  All callers replaced by xalloc, so that
52674         our invokers don't have to worry about reporting memory failures.
52675         (make_node_op_equals): Remove.
52676         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52677         New constants.
52678         (struct mode_change): Moved here from modechange.h.
52679         (mode_append_entry): Remove.
52680         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52681         apps to have incorrect behavior.  Use simpler algorithm for head
52682         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52683         Detect more invalid usages rather than having somewhat-random behavior.
52684         Don't insert an "a=" action, as that leads to incorrect behavior.
52685         (mode_compile, mode_create_from_ref): Return NULL on error instead
52686         of an enum, since now there's only one way to have an error.  All
52687         callers changed.
52688         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52689         at the correct time.  Simplify calculation of "+u" and its ilk.
52690         Don't mishandle "+X".
52691         (mode_free): Remove "register" and localize decls.
52692         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52693         (struct mode_change): Move to modechange.c; callers don't
52694         need to see this stuff.
52695         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52696         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52697         (mode_change, mode_adjust): Reflect the new signatures noted above.
52698         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52699         that might redefine system include files.
52700         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52701         (my_usleep): Use NULL rather than (void *) 0.
52702         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52703         Use siginterrupt to specify that system calls should be interrupted.
52704         (rpl_nanosleep): Move initialization of suspended closer to call of
52705         my_usleep.
52706         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52707         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52708         (desirable_utmp_entry): New function.
52709         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52710         using x2nrealloc, to simplify logic.
52711         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52712         size calculation.  Do not assume utmp file is a regular file.
52713         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52714         (READ_UTMP_CHECK_PIDS): New constant.
52715         * lib/save-cwd.c: Include unistd-safer.h.
52716         (save_cwd): Use fd_safer.
52717         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52718         [!_LIBC] Include "stat-macros.h" instead.
52719         * lib/unistd-safer.h (fd_safer): New decl.
52720
52721 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52722
52723         * modules/getloadavg (Depends-on): Add unistd-safer.
52724         * modules/getusershell (Depends-on): Add stdio-safer.
52725         * modules/lstat (Depends-on): Remove xalloc.
52726         * modules/mkstemp (Depends-on): Add stat-macros.
52727         * modules/modechange (Depends-on): Remove xstrtol.
52728         Add stat-macros, xalloc.
52729         * modules/save-cwd (Depends-on): Add unistd-safer.
52730         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52731         * modules/unistd-safer (Files): Add lib/fd-safer.c
52732         (Makefile.am): Remove lib_SOURCES.
52733
52734         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52735         Remove fcntl-safer; unistd-safer supersedes it.
52736
52737 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52738
52739         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52740         AC_HEADER_STAT.
52741         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52742         (gl_PREREQ_CHOWN): Remove.
52743         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52744         it.  Don't require AC_HEADER_STAT.
52745         (gl_PREREQ_LSTAT): Remove.
52746         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52747         Don't require AC_HEADER_STAT.
52748         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52749         (gl_PREREQ_RMDIR): Remove.
52750         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52751         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52752         the stat-macros module a prerequisite.
52753         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52754         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52755         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52756         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52757         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52758         variable names.
52759         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52760         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52761         variable prefixes.
52762         * m4/fcntl-safer.m4: Remove.
52763         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52764         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52765         Invoke gl_PREREQ_FD_SAFER.
52766         (gl_PREREQ_FD_SAFER): New macro.
52767         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52768         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52769         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52770         Remove duplicate call to AC_LIBOBJ(readutmp).
52771         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52772
52773         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52774         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52775
52776 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52777
52778         * MODULES.html.sh (Misc): Add byteswap.
52779
52780 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52781
52782         * modules/getcwd (Depends-on): Add extensions.
52783         * modules/openat (Depends-on): Likewise.
52784
52785 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52786
52787         * modules/byteswap: New file.
52788
52789 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52790
52791         * m4/byteswap.m4: New file.
52792
52793 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52794
52795         * lib/byteswap_.h: New file.
52796
52797 2005-04-25  Karl Berry  <karl@gnu.org>
52798
52799         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52800
52801 2005-04-25  Albert Chin  <china@thewrittenword.com>
52802
52803         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52804         Toolkit C bug.
52805
52806 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52807
52808         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52809         (func_ln_if_changed) Remove forcibly for no error message
52810         in case file does not exist.
52811
52812 2005-04-19  Simon Josefsson  <jas@extundo.com>
52813
52814         * gnulib-tool (Options): Make --symlink mean --symbolic.
52815
52816 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52817
52818         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52819
52820 2005-04-16  Simon Josefsson  <jas@extundo.com>
52821
52822         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52823
52824 2005-04-15  Simon Josefsson  <jas@extundo.com>
52825
52826         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52827
52828 2005-04-15  Simon Josefsson  <jas@extundo.com>
52829
52830         * gnulib-tool: Rename --symlink to --symbolic.
52831
52832 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52833
52834         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52835         symbolic links to files instead of copying/moving.  Add --aux-dir,
52836         specifying directory relative --dir where auxiliary build tools
52837         are placed.
52838
52839 2005-04-14  Bruno Haible  <bruno@clisp.org>
52840
52841         * modules/allocsa (License): Change to LGPL.
52842         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52843
52844 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52845
52846         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52847         that "UTC +1 second" continues to work.  Problem reported
52848         by Dmitry V. Levin.
52849         (relunit_snumber): New rule.
52850         (relunit): Use it.
52851
52852 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52853
52854         * lib/getdate.y (universal_time_zone_table): New constant.
52855         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52856         universal_time_zone_table.
52857         (lookup_zone): Prefer universal_time_zone_table to
52858         local_time_zone_table, so that "GMT" time stamps are allowed in
52859         London during the summer.  Problem reported by Ian Abbott.
52860
52861 2005-04-12  Jim Meyering  <jim@meyering.net>
52862
52863         * lib/human.c (humblock): Set *options even when returning due to
52864         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52865         warning from gcc-4.
52866
52867 2005-04-09  Jim Meyering  <jim@meyering.net>
52868
52869         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52870         -Wuninitialized: initialize tm0.tm_year.
52871
52872 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52873
52874         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52875         count, since there's no maximum.  All uses changed.
52876         Add member dsts_seen.
52877         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52878         not being INT_MAX.
52879         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52880         Use pc_rels_seen to decide whther a date is absolute.
52881
52882         * lib/getdate.y (number): Don't overwrite year.
52883         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52884         check.
52885
52886 2005-04-02  Simon Josefsson  <jas@extundo.com>
52887
52888         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52889         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52890
52891 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52892
52893         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52894         where no absolute path name can be longer than PATH_MAX.
52895
52896 2005-03-27  Jim Meyering  <jim@meyering.net>
52897
52898         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52899
52900 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52901
52902         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52903         "one's complement" -> "ones' complement" in comment, as per Knuth.
52904         "value of type" -> "type or expression" in comment.
52905         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52906
52907 2005-03-26  Jim Meyering  <jim@meyering.net>
52908
52909         Comment nits.
52910         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52911         Correct typos: s/or/of/.
52912
52913 2005-03-26  Jim Meyering  <jim@meyering.net>
52914
52915         * modules/check-include-files: Move to ../ and rename to...
52916         * check-module: ...this.
52917
52918 2005-03-25  Jim Meyering  <jim@meyering.net>
52919
52920         * modules/xvasprintf (Files): Add xalloc.h.
52921
52922 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52923
52924         * modules/gettext (Files): config/config.rpath ->
52925         build-aux/config.rpath
52926         * modules/iconv (Files): Likewise.
52927         Problem reported by Oskar Liljeblad.
52928
52929 2005-03-23  Jim Meyering  <jim@meyering.net>
52930
52931         * modules/check-include-files: New script to check for
52932         missing dependencies, multiple includes, etc.
52933
52934         * modules/c-strtold (Depends-on): Add xalloc.
52935         * modules/c-strtod (Depends-on): Add xalloc.
52936         * modules/hash (Depends-on): Add xalloc.
52937         (Files): Remove lib/xalloc.h.
52938
52939         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52940         * modules/userspec (Files): Add lib/inttostr.h.
52941
52942 2005-03-23  Jim Meyering  <jim@meyering.net>
52943
52944         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52945
52946 2005-03-22  Jim Meyering  <jim@meyering.net>
52947
52948         * modules/stat-macros: New module.
52949         * modules/canonicalize, modules/euidaccess, modules/file-type,
52950         * modules/filemode, modules/lchown, modules/makepath,
52951         * modules/rmdir, modules/stat: Depend on new stat-macros module
52952         rather than listing lib/stat-macros.h manually.
52953         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52954
52955 2005-03-22  Jim Meyering  <jim@meyering.net>
52956
52957         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52958
52959 2005-03-22  Bruno Haible  <bruno@clisp.org>
52960
52961         * config/srclist.txt: Replace target directory 'config' with
52962         'build-aux'.
52963         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52964         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52965         ../build-aux/.
52966
52967 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52968
52969         * modules/chdir-long (Depends-on): Add mempcpy.
52970
52971         * modules/acl, modules/backupfile, modules/c-strtod,
52972         modules/c-strtold, modules/canon-host, modules/canonicalize,
52973         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52974         modules/exclude, modules/exitfail, modules/file-type,
52975         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52976         modules/getdate, modules/getline, modules/getpagesize,
52977         modules/getpass, modules/getugroups, modules/group-member,
52978         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52979         modules/inttostr, modules/long-options, modules/makepath,
52980         modules/md5, modules/memcasecmp, modules/memcoll,
52981         modules/modechange, modules/mountlist, modules/path-concat,
52982         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52983         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52984         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52985         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52986         modules/strftime, modules/strndup, modules/strverscmp,
52987         modules/timespec, modules/unlocked-io, modules/userspec,
52988         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52989         modules/yesno:
52990         Remove lib_SOURCES line from Makefile.am section, as this is now
52991         done automatically by the corresponding Autoconf macro.
52992
52993 2005-03-21  Jim Meyering  <jim@meyering.net>
52994
52995         Changes imported from coreutils.
52996
52997         * lib/cycle-check.c: Don't include xalloc.h.
52998
52999         * lib/path-concat.c: Don't include assert.h.
53000         (path_concat): Remove assertion that would have triggered
53001         for ABASE starting with more than one slash.
53002         Reported by Andreas Schwab.
53003
53004         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53005         properly when ABASE is an absolute file name.
53006         Correct the description of this function.
53007         Include <assert.h>.
53008         Add an assertion and a test driver.
53009         This fixes a bug introduced on 2004-07-02.
53010         Andreas Schwab reported the resulting failure of cp --parents:
53011         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53012
53013 2005-03-21  Jim Meyering  <jim@meyering.net>
53014
53015         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53016         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53017
53018 2005-03-21  Jim Meyering  <jim@meyering.net>
53019         and  Paul Eggert  <eggert@cs.ucla.edu>
53020
53021         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53022         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53023         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53024         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53025         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53026         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53027         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53028         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53029         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53030         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53031         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53032         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53033         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53034         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53035         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53036         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53037         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53038         for these modules.
53039
53040 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53041
53042         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53043         (which shouldn't happen), generate nothing instead of returning 0
53044         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53045
53046 2005-03-16  Bruno Haible  <bruno@clisp.org>
53047
53048         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53049         HAVE_LONGLONG_64BIT.
53050
53051 2005-03-16  Bruno Haible  <bruno@clisp.org>
53052
53053         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53054         HAVE_LONGLONG_64BIT.
53055
53056 2005-03-16  Bruno Haible  <bruno@clisp.org>
53057
53058         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53059         HAVE_LONGLONG_64BIT.
53060
53061 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53062
53063         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53064         reliably distinguish strftime failure from empty output on POSIX
53065         hosts.
53066
53067 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53068
53069         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53070         (iconv_string): Don't guess a size-zero buffer, as that might cause
53071         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53072         result would be 'too large', where 'too large' is (heuristically)
53073         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53074         overflow concerns.  This will prevent some unwanted malloc failures
53075         when the inputs are very large.
53076
53077 2005-03-15  Karl Berry  <karl@gnu.org>
53078
53079         * config/srclist.txt (config.rpath): from gettext.
53080         * config/config.rpath: update.
53081
53082 2005-03-15  Bruno Haible  <bruno@clisp.org>
53083
53084         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53085         to 'negate'.
53086
53087         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53088         variable.
53089
53090         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53091         results.
53092
53093 2005-03-14  Simon Josefsson  <jas@extundo.com>
53094
53095         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53096         <fx@gnu.org>.
53097
53098 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53099
53100         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53101         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53102         intprops.h.
53103         * lib/strtol.c: Likewise.
53104
53105 2005-03-14  Jim Meyering  <jim@meyering.net>
53106
53107         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53108         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53109         to be nonzero so that we (and caller) can detect the difference
53110         between a valid zero-length expansion and an error return, even
53111         when the underlying strftime fails before writing anything into
53112         that location.
53113
53114 2005-03-14  Bruno Haible  <bruno@clisp.org>
53115
53116         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53117         Update from GNU gettext 0.14.3.
53118
53119 2005-03-10  Jim Meyering  <jim@meyering.net>
53120
53121         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53122
53123 2005-03-10  Jim Meyering  <jim@meyering.net>
53124
53125         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53126         so that this module works on systems without fchdir.
53127
53128 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53129
53130         Factor int-properties macros into a single file, except for
53131         glibc-related files.
53132         * lib/intprops.h: New file.
53133         * lib/getloadavg.c: Include it instead of limits.h.
53134         (INT_STRLEN_BOUND): Remove.
53135         * lib/human.c: Include intprops.h.
53136         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53137         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53138         302/1000.
53139         * lib/inttostr.h: Include intprops.h instead of limits.h.
53140         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53141         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53142         for consistency with intprops.h.
53143         (time_t_is_integer, twos_complement_arithmetic): Use them.
53144         * lib/sig2str.h: Include <signal.h>, intprops.h.
53145         (INT_STRLEN_BOUND): Remove.
53146         * lib/strftime.c (TYPE_SIGNED): Remove.
53147         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53148         * lib/strtol.c: Adjust comments to match intprops.h.
53149         * lib/userspec.c: Include intprops.h.
53150         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53151         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53152         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53153         instead of rolling our own expressions.
53154         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53155
53156         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53157         instead of int.
53158         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53159         the right thing even if adding 1900 would overflow.  Similarly
53160         for tm_mon + 1 and tm_yday + 1.
53161         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53162         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53163         (DO_SIGNED_NUMBER): New macro.
53164         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53165
53166 2005-03-07  Bruno Haible  <bruno@clisp.org>
53167
53168         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53169
53170 2005-03-07  Bruno Haible  <bruno@clisp.org>
53171
53172         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53173
53174 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53175
53176         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53177         (func_import): Only replace files via --import when they have actually
53178         changed.
53179
53180 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53181
53182         * m4/mmap-anon.m4: New file.
53183         * m4/pagealign_alloc.m4: New file.
53184
53185 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53186             Bruno Haible  <bruno@clisp.org>
53187
53188         * modules/pagealign_alloc: New file.
53189         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53190
53191 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53192             Bruno Haible  <bruno@clisp.org>
53193
53194         * lib/pagealign_alloc.h: New file.
53195         * lib/pagealign_alloc.c: New file.
53196
53197 2005-03-03  Bruno Haible  <bruno@clisp.org>
53198
53199         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53200         Use an all-permissive copyright notice, recommended by RMS.
53201
53202 2005-03-02  Bruno Haible  <bruno@clisp.org>
53203
53204         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53205         of AIX, the replacement has to be done only after <string.h> is
53206         included, therefore not in config.h. stpncpy.h does the replacement,
53207         and stpncpy.c uses it.
53208
53209 2005-03-02  Bruno Haible  <bruno@clisp.org>
53210
53211         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53212         stpncpy.c uses it.
53213
53214 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53215
53216         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53217         The workaround isn't strictly needed for POSIX conformance, and
53218         it's too much of a pain to configure and maintain.  We'll ask
53219         people to fix their kernels instead.
53220         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53221         (NANOSLEEP_BUG_WORKAROUND): Remove.
53222         (xnanosleep): Remove the workaround.
53223
53224 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53225
53226         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53227         Reported by Derek Price.
53228         (Include): Add "timespec.h".
53229
53230         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53231
53232 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53233
53234         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53235         to detect nanosleep bug.
53236
53237 2005-03-01  Bruno Haible  <bruno@clisp.org>
53238
53239         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53240
53241 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53242
53243         * modules/gethrxtime: New file.
53244         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53245         (Depends-on): Add gethrxtime.
53246         (configure.ac): Add gl_XNANOSLEEP.
53247         (Makefile.am): Remove lib_SOURCES line.
53248
53249 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53250
53251         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53252         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53253
53254 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53255
53256         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53257         * lib/timespec.h (gettime): Return void, since it always
53258         succeeds now.  All uses changed.
53259         * lib/gettime.c (gettime) Likewise.
53260         [HAVE_NANOTIME]: Prefer nanotime.
53261         Assume gettimeofday succeeds, as POSIX requires.
53262         Assime time () succeeds, since other code already does.
53263         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53264         (timespec_subtract): Remove.
53265         (NANOSLEEP_BUG_WORKAROUND): New constant.
53266         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53267         things considerably.  Use it only on GNU/Linux hosts, since the
53268         workaround shouldn't be needed elsewhere.
53269
53270 2005-02-24  Bruno Haible  <bruno@clisp.org>
53271
53272         * modules/gettext (Files): Add m4/glibc2.m4.
53273
53274 2005-02-24  Bruno Haible  <bruno@clisp.org>
53275
53276         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53277         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53278         * m4/progtest.m4:
53279         Update from GNU gettext 0.14.2.
53280         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53281
53282 2005-02-24  Bruno Haible  <bruno@clisp.org>
53283
53284         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53285         * lib/config.charset: Update from GNU gettext 0.14.2.
53286
53287 2005-02-24  Bruno Haible  <bruno@clisp.org>
53288
53289         * lib/gettext.h: Update from GNU gettext 0.14.2.
53290
53291 2005-02-23  Simon Josefsson  <jas@extundo.com>
53292
53293         * m4/iconvme.m4: New file.
53294
53295 2005-02-23  Jim Meyering  <jim@meyering.net>
53296
53297         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53298         change.
53299         Thanks to Bruno Haible for catching it.
53300
53301 2005-02-22  Simon Josefsson  <jas@extundo.com>
53302
53303         * modules/iconvme: New file.
53304
53305         * MODULES.html.sh: Add iconvme.
53306
53307 2005-02-22  Simon Josefsson  <jas@extundo.com>
53308
53309         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53310
53311 2005-02-22  Simon Josefsson  <jas@extundo.com>
53312
53313         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53314
53315 2005-02-22  Jim Meyering  <jim@meyering.net>
53316
53317         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53318         s/ifndef/ifdef/.
53319
53320 2005-02-20  Neil Conway  <neilc@samurai.com>
53321
53322         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53323         returned by OSX/Darwin if the specified buffer is not large
53324         enough for the hostname.
53325
53326 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53327
53328         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53329         pass it to _help, otherwise the latter coredumps trying to
53330         dereference state.root_argp.
53331
53332 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53333
53334         * modules/chdir-long (Depends-on): Add memrchr.
53335         * modules/memrchr (Files): Add lib/memrchr.h.
53336         (Include): "memrchr.h".
53337
53338 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53339
53340         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53341
53342 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53343
53344         * lib/memrchr.h: New file.
53345         * lib/chdir-long.c: Include it.
53346         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53347         Don't bother including stddef.h.
53348
53349 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53350
53351         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53352         inclusion.
53353         Include <sys/types.h>, for dev_t.
53354         (ME_DUMMY, ME_REMOTE): Move from here....
53355         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53356         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53357         Dmitry V. Levin.
53358         Include mountlist.h first, to test the interface.
53359
53360 2005-01-29  Bruno Haible  <bruno@clisp.org>
53361
53362         * lib/progname.c (program_name): Initialize.
53363         Needed when linking statically on MacOS X.
53364
53365 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53366
53367         Sync from coreutils.
53368         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53369         (Depends-on): Add c-strtod.
53370         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53371
53372 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53373
53374         Sync from coreutils.
53375         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53376
53377         Remove files that are specific to coreutils.
53378         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53379
53380 2005-01-28  Bruno Haible  <bruno@clisp.org>
53381
53382         * modules/javacomp: New file.
53383         * MODULES.html.sh (Java): Add javacomp.
53384
53385 2005-01-28  Bruno Haible  <bruno@clisp.org>
53386
53387         * m4/javacomp.m4: New file, from GNU gettext.
53388
53389 2005-01-28  Bruno Haible  <bruno@clisp.org>
53390
53391         * lib/javacomp.sh.in: New file, from GNU gettext.
53392         * lib/javacomp.h: New file, from GNU gettext.
53393         * lib/javacomp.c: New file, from GNU gettext.
53394
53395 2005-01-26  Simon Josefsson  <jas@extundo.com>
53396
53397         * lib/gai_strerror.c: Use GPL in header.
53398
53399 2005-01-26  Bruno Haible  <bruno@clisp.org>
53400
53401         * modules/javaexec: New file.
53402         * MODULES.html.sh (Java): Add javaexec.
53403
53404 2005-01-26  Bruno Haible  <bruno@clisp.org>
53405
53406         * m4/javaexec.m4: New file, from GNU gettext.
53407
53408 2005-01-26  Bruno Haible  <bruno@clisp.org>
53409
53410         * lib/javaexec.sh.in: New file, from GNU gettext.
53411         * lib/javaexec.h: New file, from GNU gettext.
53412         * lib/javaexec.c: New file, from GNU gettext.
53413
53414 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53415
53416         * modules/lchown (Depends-on): Remove lchown.h
53417
53418 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53419
53420         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53421         must be defined if the header file was not found, in order
53422         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53423
53424 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53425
53426         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53427         initializers for struct pentry_state.
53428         (__argp_error): Check return value of __asprintf
53429         (__argp_failure): Translate error message
53430
53431         * lib/argp-parse.c: Removed braces around the expansion of N_()
53432
53433 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53434
53435         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53436         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53437         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53438         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53439         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53440         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53441         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53442         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53443         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53444         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53445         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53446         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53447         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53448         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53449         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53450         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53451         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53452         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53453         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53454         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53455         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53456         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53457         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53458         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53459         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53460         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53461         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53462         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53463         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53464         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53465         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53466         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53467         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53468         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53469         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53470         Use an all-permissive copyright notice, recommended by RMS.
53471
53472 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53473
53474         * modules/chdir-long (Depends-on): Remove mempcpy.
53475
53476 2005-01-21  Jim Meyering  <jim@meyering.net>
53477
53478         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53479         same value as for Solaris 9.
53480
53481         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53482         component length.  This included changing the parameter to be
53483         of type `char *' rather than `char const *'.
53484         * lib/chdir-long.h (chdir_long): Update prototype.
53485
53486         * lib/openat.c (fdopendir, fstatat): New functions.
53487         * lib/openat.h: Include headers required for use of DIR and struct
53488         stat.
53489         [AT_SYMLINK_NOFOLLOW]: Define.
53490         (fdopendir, fstatat): Add prototypes.
53491
53492 2005-01-21  Bruno Haible  <bruno@clisp.org>
53493
53494         * modules/classpath: New file.
53495         * MODULES.html.sh (Java): Add classpath.
53496
53497 2005-01-21  Bruno Haible  <bruno@clisp.org>
53498
53499         * lib/classpath.h: New file, from GNU gettext.
53500         * lib/classpath.c: New file, from GNU gettext.
53501
53502 2005-01-20  Simon Josefsson  <jas@extundo.com>
53503
53504         * modules/version-etc-fsf: New file.
53505
53506 2005-01-20  Simon Josefsson  <jas@extundo.com>
53507
53508         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53509         * lib/version-etc.c: Remove version_etc_copyright.
53510         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53511         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53512
53513 2005-01-20  Simon Josefsson  <jas@extundo.com>
53514
53515         * lib/base64.h (isbase64): Add.
53516
53517         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53518         using a unsigned prototype, don't inline.
53519         (base64_decode): Use it.
53520
53521 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53522
53523         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53524         it.
53525
53526 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53527
53528         * lib/save-cwd.c (save_cwd): Remove code to support the case
53529         where fchdir is missing or flaky.
53530
53531 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53532
53533         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53534
53535 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53536
53537         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53538         AC_LIBSOURCES now does this.
53539         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53540         with new ullong_max module.
53541
53542 2005-01-19  Bruno Haible  <bruno@clisp.org>
53543
53544         * modules/sh-quote: New file.
53545         * MODULES.html.sh (Executing programs): Add sh-quote.
53546
53547 2005-01-19  Bruno Haible  <bruno@clisp.org>
53548
53549         * lib/sh-quote.h: New file, from GNU gettext.
53550         * lib/sh-quote.c: New file, from GNU gettext.
53551
53552 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53553
53554         Merge from coreutils.
53555         * m4/ullong_max.m4: New file.
53556         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53557         (gl_MACROS): Assume localeconv exists.
53558
53559 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53560
53561         Merge changes from coreutils, as described below in several
53562         changelogs dated today.
53563
53564         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53565         (O_DIRECTORY): Remove; not needed here, since "." must be
53566         a directory.  All uses removed.
53567         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53568         universal on Suns, and we also need to test for IRIX.
53569         Revamp code to use 'if' rather than '#if'.
53570         Avoid unnecessary comparison of cwd->desc to 0.
53571
53572         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53573         for known valid error numbers rather than observed invalid ones.
53574
53575 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53576
53577         * modules/ullong_max: New file.
53578
53579         * modules/chdir-long, modules/openat: New files.
53580         * modules/save-cwd (Depends-on): Depend on chdir-long.
53581         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53582
53583 2005-01-18  Jim Meyering  <jim@meyering.net>
53584
53585         Merge from coreutils.
53586         * m4/chdir-long.m4, m4/openat.m4: New files.
53587         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53588         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53589         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53590         is sane and DOES follow symlinks.  Besides, testing 20 different
53591         systems found no broken chown implementations.
53592         Prompted by a change in rsync's copy of this macro.
53593         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53594
53595         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53596
53597         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53598         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53599         NULL-means-set-to-current-time semantics.
53600         Remove temporary file immediately, rather than waiting
53601         for configure's at-exit trap code to do it.
53602
53603 2005-01-18  Jim Meyering  <jim@meyering.net>
53604
53605         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53606
53607         * lib/utimens.c (futimens): Account for the fact that futimes
53608         can also fail with errno == ENOSYS or errno == ENOENT.
53609         Patch from Dmitry V. Levin.
53610
53611         Change the name of the robust chdir function from chdir to chdir_long.
53612         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53613         (restore_cwd): Use chdir_long, not chdir.
53614         * lib/chdir-long.c: Renamed from chdir.c.
53615         * lib/chdir-long.h: Renamed from chdir.h.
53616         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53617         Hurd.
53618
53619 2005-01-18  Bruno Haible  <bruno@clisp.org>
53620
53621         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53622         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53623         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53624         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53625         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53626         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53627         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53628         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53629         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53630         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53631         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53632         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53633         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53634         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53635         Use an all-permissive copyright notice, recommended by RMS.
53636
53637 2005-01-18  Bob Proulx  <bob@proulx.com>
53638
53639         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53640         simplify offsetof() macro construct to avoid compile failure with
53641         native HP-UX 11.0 ANSI C compiler.
53642
53643 2005-01-17  Bruno Haible  <bruno@clisp.org>
53644
53645         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53646         redundant because stpncpy.m4 takes care of it.
53647
53648 2005-01-17  Bruno Haible  <bruno@clisp.org>
53649
53650         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53651
53652 2005-01-17  Bruno Haible  <bruno@clisp.org>
53653
53654         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53655         used.
53656
53657 2005-01-17  Bruno Haible  <bruno@clisp.org>
53658
53659         * lib/fwriteerror.h (fwriteerror): Change specification to include
53660         fclose.
53661         * lib/fwriteerror.c: Include <stdbool.h>.
53662         (fwriteerror): At the end, close the file stream. Record whether
53663         stdout was already closed.
53664
53665 2005-01-17  Bruno Haible  <bruno@clisp.org>
53666
53667         * lib/execute.c (environ): Declare if needed.
53668         * lib/pipe.c (environ): Likewise.
53669         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53670
53671 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53672
53673         * modules/argp: Depend on vsnprintf
53674
53675 2005-01-10  Jim Meyering  <jim@meyering.net>
53676
53677         * modules/closeout (Depends-on): Add atexit.
53678
53679 2005-01-06  Bruno Haible  <bruno@clisp.org>
53680
53681         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53682
53683 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53684
53685         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53686         definitions to be after all include files, to avoid collisions.
53687         Problem reported by Bob Proulx.
53688
53689 2005-01-04  Jim Meyering  <jim@meyering.net>
53690
53691         Changes imported from coreutils.
53692         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53693         as the mkstemp template, use a temporary directory and an
53694         8.3-friendly template to avoid trouble on systems like DJGPP.
53695         Reported by Juan M. Guerrero via Stepan Kasal.
53696         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53697         close. Remove the temporary directory right away, rather than waiting
53698         for configure's at-exit trap code to do it.
53699         Suggestion from Stepan Kasal.
53700
53701 2005-01-01  Simon Josefsson  <jas@extundo.com>
53702
53703         * gnulib-tool: Print #include directives when --import'ing.
53704
53705 2004-12-28  Simon Josefsson  <jas@extundo.com>
53706
53707         * tests/test-base64.c: Include required header files.  Remove
53708         unused variables.
53709
53710 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53711
53712         * modules/error (Depends-on): Remove gettext.
53713
53714 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53715
53716         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53717         not needed.  This removes a dependency on the gettext module.
53718         [defined _LIBC]: Do not include <libintl.h>; not needed.
53719
53720 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53721
53722         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53723         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53724
53725 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53726
53727         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53728         HAVE_DECL_STRTOLD.
53729
53730 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53731
53732         * modules/getdate (Depends-on): Remove alloca-opt.
53733
53734 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53735
53736         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53737
53738 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53739
53740         * lib/argp-parse.c: Include <stddef.h>.
53741         (alignof, alignto): New macros.
53742         (parser_init): Don't assume that void * is aligned sufficiently
53743         for struct option.
53744
53745         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53746         need to extend the stack.
53747         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53748         large.
53749
53750 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53751
53752         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53753
53754 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53755
53756         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53757         (2004-10-24) change.  Apparently this was a false alarm.
53758
53759         * modules/getdate: Depend on alloca-opt, not alloca.
53760
53761 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53762
53763         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53764         Remove now-obsolete comment about AIX.
53765         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53766         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53767         (YYMAXDEPTH): New macro.
53768
53769 2004-12-18  Simon Josefsson  <jas@extundo.com>
53770
53771         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53772
53773 2004-12-18  Bruno Haible  <bruno@clisp.org>
53774
53775         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53776
53777 2004-12-18  Bruno Haible  <bruno@clisp.org>
53778
53779         * lib/fatal-signal.c (fatal_signals): Make non-const.
53780         (init_fatal_signals): New function.
53781         (uninstall_handlers, install_handlers): Ignore signals that were set to
53782         SIG_IGN.
53783         (at_fatal_signal): Call init_fatal_signals.
53784         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53785         SIG_IGN.
53786         Reported by Paul Eggert.
53787
53788 2004-12-18  Bruno Haible  <bruno@clisp.org>
53789
53790         * doc/alloca.texi: New file.
53791         * doc/alloca-opt.texi: New file.
53792
53793 2004-12-17  Jim Meyering  <jim@meyering.net>
53794
53795         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53796         Otherwise, install-sh could exit with improper exit status when
53797         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53798
53799 2004-12-16  Simon Josefsson  <jas@extundo.com>
53800
53801         * tests/test-base64.c: Add license.
53802
53803 2004-12-15  Stepan Kasal  <address@hidden>
53804
53805         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53806
53807 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53808
53809         * modules/getcwd (Files): Add m4/d-ino.m4.
53810         Suggested by Mark D. Baushke.
53811
53812 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53813
53814         * lib/getdate.y (textint): New member "negative".
53815         (time_zone_hhmm): New function.
53816         Expect 14 shift-reduce conflicts, not 13.
53817         (o_colon_minutes): New rule.
53818         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53819         (yylex): Set the "negative" member of signed numbers.
53820
53821 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53822
53823         * doc/getdate.texi (Time of day items, Time zone items):
53824         Describe new formats +00:00, UTC+00:00.
53825
53826 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53827
53828         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53829         spurious "-l"s.  Problem reported by Stepan Kasal.
53830
53831 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53832
53833         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53834         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53835
53836 2004-12-04  Simon Josefsson  <jas@extundo.com>
53837
53838         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53839         Vandoorselaere <yoann@prelude-ids.org>.
53840
53841 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53842
53843         Changes imported from coreutils.
53844         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53845         exist.
53846         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53847
53848 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53849
53850         Changes imported from coreutils.
53851         * lib/hard-locale.c: Assume <locale.h> exists.
53852         Include "strdup.h".
53853         (GLIBC_VERSION): New macro.
53854         (hard_locale): Assume setlocale exists.
53855         Rewrite to avoid #ifdef.
53856         Use strdup rather than malloc + strcpy.
53857         * lib/human.c: Assume <locale.h> exists.
53858         (human_readable): Assume localeconv exists.
53859
53860 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53861
53862         * modules/hard-locale (Depends-on): Add strdup.
53863
53864 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53865
53866         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53867         convert T2, not T.  (Imported from libc.)
53868
53869 2004-11-30  Simon Josefsson  <jas@extundo.com>
53870
53871         * modules/restrict (License): Change to LGPL.
53872
53873 2004-11-30  Simon Josefsson  <jas@extundo.com>
53874
53875         * m4/restrict.m4: Add copyright and copying conditions.
53876
53877 2004-11-30  Simon Josefsson  <jas@extundo.com>
53878
53879         * m4/base64.m4: New file.
53880
53881 2004-11-30  Simon Josefsson  <jas@extundo.com>
53882
53883         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53884         base64.
53885
53886         * tests/test-base64.c: New file.
53887
53888         * modules/base64: New file.
53889
53890 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53891
53892         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53893         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53894
53895         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53896
53897 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53898
53899         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53900         (__getcwd.c): Don't restore errno; glibc doesn't.
53901         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53902         first, falling back to our code only if its results look suspicious.
53903         Ensure that the resulting buffer is only as large as necessary.
53904
53905         * lib/readutmp.c: Include readutmp.h first.
53906         Include <errno.h>, since readutmp.h no longer does that.
53907         * lib/readutmp.h: Don't include <errno.h>,
53908         <sys/param.h>, <time.h>; not needed to establish interface.
53909         (errno): Remove decl.
53910         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53911         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53912         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53913
53914 2004-11-28  Simon Josefsson  <jas@extundo.com>
53915
53916         * lib/base64.h, base64.c: New file.
53917
53918 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53919
53920         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53921
53922 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53923
53924         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53925         (Depends-on): Remove pathmax, same.  Add mempcpy.
53926         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53927         (Makefile.am): Append getcwd.h to lib_SOURCES.
53928         (Include): Add getcwd.h.
53929         (Maintainer): Change from Jim Meyering to "all, glibc",
53930         since getdate now uses intended-for-glibc code.
53931         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53932         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53933
53934 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53935
53936         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53937         HP's ANSI C compiler.
53938         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53939         Declaring int functions causes warnings on some modern systems and
53940         shouldn't be needed to compile on ancient ones.
53941         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53942         defined.
53943
53944         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53945         with the following changes.
53946         (__set_errno): Parenthesize properly.
53947         Include <stdbool.h>.
53948         (MIN, MAX, MATCHING_INO): New macros.
53949         (__getcwd): Define with prototype, not K&R form.
53950         Use heuristics to allocate default buffer on stack if possible.
53951         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53952         behavior, and to avoid the PATH_MAX limit when computing
53953         ../../../../...
53954         Use MATCHING_INO to compare inode number to file.
53955         Check for arithmetic overflow in size calculations.
53956         Fix bug in reallocation of dot array that caused getcwd to fail
53957         on directories nested deeper than 75.
53958         Be more careful about saving errno on error.
53959         Do not use realloc; use only free+malloc, as this is a bit
53960         more flexible and avoids a needless copy operation.
53961         Do not inspect st_dev and st_ino for symbolic links; POSIX
53962         doesn't specify the latter.
53963         Check for closedir errors.
53964         Avoid needless casts.
53965         Use "#ifdef weak_alias" around weak_alias, to be like other
53966         glibc code.
53967         The following changes to getcwd.c have effect only when used in
53968         gnulib; they have no effect inside glibc proper.
53969         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53970         as alloca isn't used.
53971         (alloca, __alloca): Likewise.
53972         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53973         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53974         unconditionally, as gnulib assumes C89 or better.
53975         Do not include <sys/param.h>.
53976         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53977         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53978         better.
53979         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53980         Include <dirent.h> in a way that is compatible with modern Autoconf.
53981         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53982         New macros, if not already defined.
53983         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53984         Use "_LIBC", not "defined _LIBC", for consistency.
53985         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53986         a mempcpy module.
53987         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53988         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53989         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53990         credit only to Jim Meyering and adjust the copyright dates.
53991         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53992         <stdlib.h>, <unistd.h>, "pathmax.h".
53993         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53994         (INITIAL_BUFFER_SIZE): Remove.
53995         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53996
53997 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53998
53999         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54000         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54001         Use the _ONCE methods, for efficiency.
54002         Check for fcntl.h.  In test program, include <errno.h>
54003         and <fcntl.h> if available.  Remove old K&R cruft from
54004         test program.  Check for common errors in GNU/Linux,
54005         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54006         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54007         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54008         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54009         name accordingly.
54010         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54011         accommodate new getcwd.c.
54012         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54013         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54014         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54015         that's all we need now.
54016
54017 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54018
54019         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54020         argp-parse.c depends on getopt internals, that means we should
54021         always use our getopt, to be on the safe side.
54022         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54023         order not to spoil the result of an eventual previous invocation
54024         of gl_GETOPT_SUBSTITUTE.
54025
54026 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54027
54028         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54029         redefinition warnings. To avoid them, include the defines
54030         in `#if !defined __need_getopt ... #endif'. The only place
54031         where __getopt_argv_const is used is in definitions
54032         of getopt_long and getopt_long_only below, which are as well
54033         protected by `#ifndef __need_getopt'.
54034         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54035         __need_getopt after including <stdio.h> and <unistd.h> These
54036         headers might have defined it.
54037
54038 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54039
54040         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54041
54042 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54043
54044         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54045         (futimens): New function, which uses futimes if available.
54046         (futimens, utimens): Support timespec==NULL, with same semantics
54047         as utime and utimens.
54048         * lib/utimens.h (futimens): New decl.
54049
54050 2004-11-23  Jim Meyering  <jim@meyering.net>
54051
54052         * lib/getopt_.h: Remove trailing blanks.
54053
54054 2004-11-23  Jim Meyering  <jim@meyering.net>
54055
54056         * lib/__fpending.c: Add comment.
54057
54058 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54059
54060         * modules/canonicalize (Depends-on): Add xreadlink.
54061         Problem reported by James Youngman.
54062
54063 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54064
54065         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54066         New macros.
54067         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54068         optopt): Use them instead of invoking ## directly; otherwise, the
54069         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54070
54071 2004-11-19  Bruno Haible  <bruno@clisp.org>
54072
54073         * lib/strtok_r.c: Move comments from here...
54074         * lib/strtok_r.h: ... to here.
54075
54076 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54077
54078         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54079         implementations that mishandle size_t overflow.
54080
54081 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54082
54083         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54084         might fail.  Problem reported by Yoann Vandoorselaere.
54085         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54086         implementations that mishandle size_t overflow.
54087
54088 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54089
54090         * modules/canon-host (Depends-on): Add strdup.
54091
54092 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54093
54094         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54095
54096 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54097
54098         * lib/canon-host.c: Include "strdup.h".
54099         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54100         Use strdup instead of malloc/strcpy to duplicate strings.
54101
54102         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54103         (human_space_before_unit): New constant.
54104         * lib/human.c (human_readable): Support it.
54105
54106         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54107         (xgetcwd): Set errno correctly when failing.
54108         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54109         the failure is actually due to a PATH_MAX problem.
54110
54111         Further getopt changes to make it more likely that glibc will
54112         buy the changes back.
54113         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54114         (getopt): Use it, so to preserve glibc semantic
54115         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54116         when compiling for libc.
54117         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54118         (getopt_long, getopt_long_only): Use it.
54119
54120         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54121         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54122         (getopt): Argv is now char * const *, as per standard.
54123         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54124         not char *__getopt_argv_const *.
54125         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54126         _getopt_long_only_r): Likewise.
54127         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54128         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54129         _getopt_long_r, _getopt_long_only_r): Likewise.
54130         * lib/getopt_.h (__getopt_argv_const): Remove.
54131         (getopt): Argv is now char * const *, as per standard.
54132
54133         * lib/getdate.y (tORDINAL): New token.
54134         (day, relunit): Allow it for relative times.
54135         (relative_time_table): Use tORDINAL for ordinals.
54136
54137 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54138
54139         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54140         Document that "second" isn't allowed as an ordinal number.
54141
54142 2004-11-16  Jim Meyering  <jim@meyering.net>
54143
54144         * modules/closeout (Depends-on): Add fpending.
54145
54146 2004-11-15  Jim Meyering  <jim@meyering.net>
54147
54148         * lib/closeout.c: Include "__fpending.h" once again.
54149         Include <stdbool.h>.
54150         (close_stdout): Don't fail just because stdout was closed initially,
54151         since some programs don't write to stdout in the normal course of
54152         operation (other than --version and --help), and we don't want this
54153         function to make e.g. `touch file >&-' fail.
54154         But do fail if it was closed and someone has tried to write to it.
54155         E.g., `printf foo >&-' must fail.
54156
54157 2004-11-13  Jim Meyering  <jim@meyering.net>
54158
54159         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54160
54161 2004-11-12  Simon Josefsson  <jas@extundo.com>
54162
54163         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54164         small doc fix is still pending.
54165
54166 2004-11-11  Simon Josefsson  <jas@extundo.com>
54167
54168         * modules/strtok_r: New file.
54169
54170         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54171         strtok_r.
54172
54173 2004-11-11  Simon Josefsson  <jas@extundo.com>
54174
54175         * m4/strtok_r.m4: New file.
54176
54177         * m4/getopt.m4: Replace opterr.
54178
54179 2004-11-11  Simon Josefsson  <jas@extundo.com>
54180
54181         * lib/strtok_r.h, strtok_r.c: New file.
54182
54183 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54184
54185         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54186         of replacing opterr, getopt, etc.  This should handle the
54187         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54188
54189 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54190
54191         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54192         we can stop lying to compilers about the constness of argv when we
54193         are compiled outside glibc.
54194         (getopt, getopt_long, getopt_long_only): Use it.
54195         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54196         _getopt_internal, getopt): Likewise.
54197         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54198         _getopt_long_only_r): Likewise.
54199         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54200         _getopt_long_r, _getopt_long_only_r): Likewise.
54201
54202         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54203         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54204         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54205         the other external symbols.
54206         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54207         declaration, since the above renaming now works around collisions.
54208
54209 2004-11-11  Jim Meyering  <jim@meyering.net>
54210
54211         * lib/linebreak.c: Remove trailing blanks.
54212         * lib/alloca_.h: Likewise.
54213         * lib/acosl.c: Likewise.
54214         * lib/euidaccess.c: Likewise.
54215         * lib/allocsa.h: Likewise.
54216
54217 2004-11-10  Simon Josefsson  <jas@extundo.com>
54218
54219         * m4/getaddrinfo.m4: New file.
54220
54221 2004-11-10  Simon Josefsson  <jas@extundo.com>
54222
54223         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54224
54225 2004-11-10  Simon Josefsson  <jas@extundo.com>
54226
54227         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54228         getaddrinfo.
54229
54230         * modules/getaddrinfo: New file.
54231
54232 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54233
54234         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54235
54236 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54237
54238         * lib/mktime.c (SHR): New macro, which is a portable
54239         substitute for >> that should work even on Crays.
54240         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54241         Problem reported by Mark D. Baushke in
54242         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54243         * lib/getdate.y (SHR): Likewise.
54244         (tm_diff): Use it.
54245         * lib/strftime.c (SHR): Likewise.
54246         (tm_diff): Use it.
54247         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54248         quote_these_too, so that right shifts are well defined.  All uses
54249         changed.
54250
54251 2004-11-10  Jim Meyering  <jim@meyering.net>
54252
54253         Ensure that no close failure goes unreported.
54254         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54255         return early when it seems there's nothing to flush.
54256         Don't include __fpending.h.
54257
54258 2004-11-10  Jim Meyering  <jim@meyering.net>
54259
54260         * modules/closeout (Depends-on): Remove fpending.
54261
54262 2004-11-10  Jim Meyering  <jim@meyering.net>
54263
54264         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54265
54266 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54267
54268         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54269         gl_FUNC_STRFTIME.
54270         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54271         and AC_REQUIRE when possible, to avoid duplicate checks.
54272         Check for <wchar.h>.
54273
54274 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54275
54276         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54277
54278 2004-11-09  Bruno Haible  <bruno@clisp.org>
54279
54280         * m4/sockpfaf.m4: New file.
54281
54282 2004-11-05  Bruno Haible  <bruno@clisp.org>
54283
54284         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54285         Reported by Mark D. Baushke <mdb@cvshome.org>.
54286
54287 2004-11-04  Bruno Haible  <bruno@clisp.org>
54288
54289         2004-09-11  Bruno Haible  <bruno@clisp.org>
54290                 * allocsa.valgrind: New file.
54291         2004-02-06  Bruno Haible  <bruno@clisp.org>
54292                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54293                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54294                 Reported by Christopher Seip <chris.seip@hp.com>.
54295
54296 2004-11-04  Bruno Haible  <bruno@clisp.org>
54297
54298         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54299         (Makefile.am): Distribute it.
54300
54301 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54302
54303         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54304         with errno == ERANGE if the buffer is too small.
54305         Problem reported by Mark D. Baushke.
54306
54307 2004-11-03  Albert Chin  <china@thewrittenword.com>
54308             Paul Eggert  <eggert@cs.ucla.edu>
54309
54310         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54311         equivalent, substitute $ac_type for equivalent type rather than
54312         blindly using uint32_t *always* which won't work if uint32_t is not
54313         available.  Define _UINT32_T to work around typedef of uint32_t if
54314         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54315         2.5.1.
54316
54317 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54318
54319         * m4/jm-macros.m4: Sync from coreutils.
54320         (gl_MACROS): Check for mbrlen, for pathchk.
54321         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54322
54323 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54324
54325         * lib/xreadlink.c (MAXSIZE): New macro.
54326         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54327         size does not exceed MAXSIZE.  Avoid cast.
54328         As suggested by Mark D. Baushke in
54329         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54330         if readlink fails with buffer size just under MAXSIZE, try again
54331         with MAXSIZE.
54332
54333 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54334
54335         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54336
54337 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54338         and  Paul Eggert  <eggert@cs.ucla.edu>
54339
54340         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54341         (get_date): Overparenthesize to avoid GCC warning.
54342
54343 2004-11-02  Bruno Haible  <bruno@clisp.org>
54344
54345         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54346         returns void.
54347
54348 2004-11-02  Bruno Haible  <bruno@clisp.org>
54349
54350         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54351         function returns void.
54352
54353 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54354
54355         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54356         fflush_unlocked, flockfile, funlockfile, funlockfile,
54357         fputs_unlocked, putc_unlocked.
54358
54359 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54360
54361         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54362         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54363         already declared.
54364
54365 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54366
54367         * modules/getdate (Files): Add doc/getdate.texi.
54368         (Depends-on): Add setenv, xalloc.
54369
54370 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54371
54372         * lib/getdate.y: Add support for TZ="foo" within a date string.
54373         Fix some bugs near time_t boundaries.  Reject dates with
54374         out-of-range components, e.g., "Sept 31".
54375         Include <stdlib.h>, "setenv.h", "xalloc.h".
54376         (ISDIGIT_LOCALE): Remove; unused.
54377         Note that the TZ and time functions used here are not reentrant.
54378         (mktime_ok, get_tz): New functions.
54379         (TZBUFSIZE): New constant.
54380         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54381         This requires that we sometimes generate our own TZ="XXX..." setting.
54382
54383 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54384
54385         * doc/getdate.texi: New file, from coreutils with modifications for
54386         the new TZ parsing.
54387
54388 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54389
54390         * lib/mktime.c (not_equal_tm): Remove redundant check.
54391
54392 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54393
54394         * modules/regex (lib_SOURCES): Add regex.c.
54395         Reported by James Youngman in
54396         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54397
54398 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54399
54400         * lib/getdate.y: Use Bison 1.875 features, and some minor
54401         code cleanups.  This change does not affect semantics.
54402         Don't include <stdlib.h>; no longer needed.
54403         Don't include unlocked-io.h; only the "#if TEST" code uses
54404         stdio, and performance isn't crucial there.
54405         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54406         Bison 1.875 features as described below.
54407         All uses of "PC." replaced by "pc->".
54408         (YYSTYPE): Add a forward declaration.
54409         (yylex, yyerror): Use full prototypes in forward decls.
54410         Use "%pure-parser" rather than obsolescent "%pure_parser".
54411         Use %parse-param and %lex-param instead of obsolescent
54412         YYPARSE_PARAM and YYLEX_PARAM.
54413         (meridian_table, month_and_day_table, time_units_table,
54414         relative_time_table, time_zone_table, military_table,
54415         lookup_zone, lookup_word, get_date):
54416         Use NULL instead of 0 where appropriate.
54417         (to_hour): Avoid abort (), to avoid a dependency on
54418         stdlib.h.
54419         (yyerror, yylex): Now accepts parser_control * arg.
54420         (main) [TEST]: Use '\0' rather than 0 for char.
54421
54422 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54423
54424         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54425
54426 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54427
54428         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54429         It's now the caller's responsibility to handle the case where
54430         !HAVE_GETPAGESIZE && !defined getpagesize.
54431
54432         * lib/mktime.c (leapyear): Arg is long int, not int.
54433
54434 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54435
54436         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54437
54438 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54439
54440         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54441         missing.  Problem reported by James Youngman.
54442
54443 2004-10-16  Simon Josefsson  <jas@extundo.com>
54444
54445         * gnulib-tool: Fix comments.  Fix parse problem.
54446         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54447
54448 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54449
54450         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54451         implementation of getopt_long.  Problem reported by Alexander Taler in:
54452         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54453
54454 2004-10-15  Bruno Haible  <bruno@clisp.org>
54455
54456         * gnulib-tool: Untabify. Initialize supplied_libname.
54457         (func_usage): More homogenous output.
54458         (func_modules_transitive_closure, func_modules_to_filelist,
54459         func_emit_lib_Makefile_am): New functions.
54460         (func_import): New function, extracted from big case statement. Use
54461         func_get_license, func_modules_transitive_closure,
54462         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54463         opt_lgpl. Don't use test -a, as it's not portable.
54464         (func_create_testdir): Use func_modules_transitive_closure,
54465         func_modules_to_filelist, func_emit_lib_Makefile_am.
54466
54467 2004-10-15  Bruno Haible  <bruno@clisp.org>
54468
54469         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54470
54471 2004-10-15  Bruno Haible  <bruno@clisp.org>
54472
54473         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54474         the portions belonging to each module.
54475         Suggested by Derek Robert Price <derek@ximbiot.com>.
54476
54477 2004-10-12  Simon Josefsson  <jas@extundo.com>
54478
54479         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54480         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54481         to real functions.
54482
54483 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54484
54485         * modules/vsnprintf: New file.
54486
54487 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54488
54489         * m4/vsnprintf.m4: New file.
54490
54491 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54492
54493         * lib/vsnprintf.h: New file.
54494         * lib/vsnprintf.c: New file.
54495
54496 2004-10-11  Bruno Haible  <bruno@clisp.org>
54497
54498         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54499         vsnprintf.
54500
54501 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54502
54503         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54504
54505 2004-10-07  Bruno Haible  <bruno@clisp.org>
54506
54507         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54508         fits into the provided buffer.
54509
54510 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54511
54512         * lib/diacrit.c, diacrit.h: Add GPL notice.
54513
54514         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54515         notice.
54516         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54517         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54518         This avoids a potential constant-folding bug.
54519
54520 2004-10-05  Bruno Haible  <bruno@clisp.org>
54521
54522         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54523         for the declaration of strsep.
54524
54525 2004-10-05  Bruno Haible  <bruno@clisp.org>
54526
54527         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54528
54529 2004-10-04  Simon Josefsson  <jas@extundo.com>
54530
54531         * modules/memmem: New file.
54532         * tests/test-memmem.c: New file.
54533         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54534
54535 2004-10-04  Simon Josefsson  <jas@extundo.com>
54536
54537         * m4/memmem.m4: New file.
54538
54539 2004-10-04  Simon Josefsson  <jas@extundo.com>
54540
54541         * lib/memmem.h: New file.
54542         * lib/memmem.c: New file, taken from glibc.
54543
54544 2004-10-04  Simon Josefsson  <jas@extundo.com>
54545
54546         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54547         '#ifdef USE_UNLOCKED_IO'.
54548
54549 2004-10-04  Simon Josefsson  <jas@extundo.com>
54550
54551         * config/srclist.txt: Add memmem from glibc.
54552
54553 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54554
54555         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54556
54557         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54558         modules/exclude, modules/getdate, modules/getline,
54559         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54560         modules/getusershell, modules/linebuffer, modules/md5,
54561         modules/mountlist, modules/posixtm, modules/readtokens,
54562         modules/readutmp, modules/regex, modules/sha1,
54563         modules/version-etc, modules/yesno:
54564         Remove dependency on unlocked-io.
54565
54566 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54567
54568         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54569
54570         * m4/unlocked-io.m4: Add copyright notice.
54571         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54572
54573 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54574
54575         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54576         * lib/xmalloc.c (xmemdup): Likewise.
54577         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54578         XFREE): Remove these long-obsolescent macros.
54579         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54580         * lib/xstrdup.c: Remove.
54581
54582         * lib/regex.c (re_comp): Cast gettext return value to char *,
54583         Problem reported by Martin Neitzel via Mark D. Baushke.
54584
54585 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54586
54587         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54588         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54589         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54590         regex.c, sha1.c, version-etc.c, yesno.c:
54591         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54592         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54593         the includer's responsibility.
54594
54595         Sync from coreutils.
54596
54597         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54598         points to the start of a string, as the C Standard says the
54599         resulting behavior is undefined.
54600
54601         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54602         simple -> simple_backups, numbered_existing ->
54603         numbered_existing_backups, numbered -> numbered_backups
54604         to avoid shadowing problems.  All uses changed.
54605         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54606         * lib/backupfile.c (check_extension, numbered_backup):
54607         Rename locals to avoid shadowing 'basename'.
54608         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54609         once.
54610
54611         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54612         * lib/.cvsignore: Add getopt.h.
54613
54614 2004-10-04  Bruno Haible  <bruno@clisp.org>
54615
54616         * modules/README: New file.
54617         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54618         not a module.
54619
54620 2004-10-02  Jim Meyering  <jim@meyering.net>
54621
54622         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54623
54624 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54625
54626         * modules/strsep: New file.
54627
54628 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54629
54630         * m4/strsep.m4: New file.
54631
54632 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54633
54634         * lib/strsep.h: New file.
54635         * lib/strsep.c: New file.
54636
54637 2004-10-01  Simon Josefsson  <jas@extundo.com>
54638
54639         * lib/snprintf.c (snprintf): Handle size==0.
54640
54641 2004-10-01  Simon Josefsson  <jas@extundo.com>
54642             Bruno Haible  <bruno@clisp.org>
54643
54644         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54645         (snprintf): Declare 'args'.
54646
54647 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54648
54649         * lib/snprintf.c: Remove comments as to why each header is needed.
54650
54651 2004-10-01  Bruno Haible  <bruno@clisp.org>
54652
54653         * MODULES.html.sh: Add strsep.
54654
54655 2004-09-30  Simon Josefsson  <jas@extundo.com>
54656
54657         * modules/snprintf: New file.
54658
54659 2004-09-30  Simon Josefsson  <jas@extundo.com>
54660
54661         * m4/snprintf.m4: New file.
54662
54663 2004-09-30  Simon Josefsson  <jas@extundo.com>
54664
54665         * lib/snprintf.h, lib/snprintf.c: New files.
54666
54667 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54668
54669         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54670         (hol_entry_help): Never translate an empty string.
54671         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54672         * lib/argp.h (OPTION_NO_TRANS): New option.
54673
54674 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54675
54676         * modules/argp (Maintainer): Replace Simon Josefsson
54677         by Sergey Poznyakoff.
54678
54679 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54680
54681         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54682         changes merged back into glibc.
54683
54684 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54685
54686         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54687
54688 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54689
54690         * lib/xvasprintf.c: Include xalloc.h.
54691         (xvasprintf): Use xalloc_die, not xmalloc_die.
54692
54693 2004-09-29  Bruno Haible  <bruno@clisp.org>
54694
54695         * modules/alloca-opt: New file, derived from modules/alloca.
54696         * modules/allocsa: Depend on alloca-opt instead of alloca.
54697         * modules/setenv: Likewise.
54698         * modules/vasnprintf: Likewise.
54699         * MODULES.html.sh: Add alloca-opt.
54700
54701 2004-09-28  Simon Josefsson  <jas@extundo.com>
54702
54703         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54704         LGPL, and to replace license template from GPL to LGPL.
54705
54706 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54707
54708         * modules/dummy: Change license to LGPL.
54709
54710 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54711
54712         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54713
54714 2004-09-24  Simon Josefsson  <jas@extundo.com>
54715
54716         * modules/minmax (License): Change from GPL to LGPL.
54717
54718 2004-09-23  Simon Josefsson  <jas@extundo.com>
54719
54720         * gnulib-tool (--import): Typo.
54721
54722 2004-09-23  Simon Josefsson  <jas@extundo.com>
54723
54724         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54725
54726 2004-09-22  Bruno Haible  <bruno@clisp.org>
54727
54728         * modules/*: Add 'License' field.
54729         * gnulib-tool: Accept --extract-license option.
54730         (func_get_license): New function.
54731
54732 2004-09-21  Bruno Haible  <bruno@clisp.org>
54733
54734         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54735         Reported by Simon Josefsson.
54736
54737 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54738
54739         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54740         gl_AC_TYPE_LONG_LONG.
54741
54742 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54743
54744         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54745
54746 2004-09-18  Simon Josefsson  <jas@extundo.com>
54747         and  Paul Eggert  <eggert@cs.ucla.edu>
54748
54749         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54750         calls with autoreconf.  Define GL_LIB.
54751
54752 2004-09-14  Karl Berry  <karl@gnu.org>
54753
54754         * config/srclist.txt: unsync setenv.c, sigh.
54755
54756 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54757
54758         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54759         Problem reported by Bruno Haible in:
54760         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54761
54762 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54763
54764         * config/srclist.txt: Comment out argp-pvh.c.
54765
54766 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54767
54768         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54769         in case some system header has #define'd it.  Problem reported by
54770         Soeren D. Schulze in
54771         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54772
54773 2004-09-09  Karl Berry  <karl@gnu.org>
54774
54775         * regex.[ch]: delete from the root.  These were supposed to be
54776                 synced with emacs cvs, but this has not happened for about
54777                 a year, and anyway nothing else uses emacs regex.[ch].
54778                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54779                 lib/regex[.ch] is untouched.
54780
54781 2004-09-09  Bruno Haible  <bruno@clisp.org>
54782
54783         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54784
54785 2004-09-09  Bruno Haible  <bruno@clisp.org>
54786
54787         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54788         modifications.
54789         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54790
54791 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54792
54793         * modules/xvasprintf: New file.
54794         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54795
54796 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54797
54798         * lib/xvasprintf.h: New file.
54799         * lib/xvasprintf.c: New file.
54800         * lib/xasprintf.c: New file.
54801
54802 2004-09-08  Bruno Haible  <bruno@clisp.org>
54803
54804         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54805
54806 2004-09-08  Bruno Haible  <bruno@clisp.org>
54807
54808         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54809         length is > INT_MAX.
54810         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54811         more.
54812
54813 2004-09-08  Bruno Haible  <bruno@clisp.org>
54814
54815         * lib/stdint_.h: New file, taken from GNU clisp.
54816
54817 2004-09-08  Bruno Haible  <bruno@clisp.org>
54818             Oskar Liljeblad  <oskar@osk.mine.nu>
54819
54820         * modules/stdint: New file.
54821         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54822
54823 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54824
54825         Import from coreutils.
54826         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54827         strings on unbounded length.  alloca's performance benefits aren't
54828         that important here.
54829         (V_STRDUP): Remove.
54830         (parse_with_separator): New function, with most of the internals
54831         of the old parse_user_spec.  Allow user to omit both user and group,
54832         for compatibility with FreeBSD.
54833         Clone only the user name, not the entire spec.
54834         Do not set *uid, *gid unless entirely successful.
54835         Avoid memory leak in some failing cases.
54836         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54837         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54838         (parse_user_spec): Rewrite to use parse_with_separator.
54839
54840 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54841
54842         * modules/userspec: Don't depend on alloca.
54843
54844 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54845
54846         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54847
54848 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54849
54850         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54851         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54852         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54853
54854 2004-08-16  Simon Josefsson  <jas@extundo.com>
54855
54856         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54857         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54858         Add --dry-run for --import.
54859         Let user provided command line parameters override configure.ac
54860         settings.
54861
54862 2004-08-12  Simon Josefsson  <jas@extundo.com>
54863
54864         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54865         as discussed with Paul Eggert in threads rooted at
54866         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54867         and
54868         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54869         Before, the test was empty, and relied on ELIDE_CODE in source
54870         code.)
54871         (gl_PREREQ_GETOPT): New macro.
54872         (gl_GETOPT): Use them.
54873
54874 2004-08-12  Simon Josefsson  <jas@extundo.com>
54875
54876         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54877         * lib/getopt_.h: Renamed from getopt.h.
54878
54879 2004-08-12  Simon Josefsson  <jas@extundo.com>
54880
54881         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54882         Change default library name from libfoo to libgnu.
54883         Now, if you have a configure.ac that says:
54884                 gl_SOURCE_BASE(gl)
54885                 gl_M4_BASE(gl/m4)
54886                 gl_MODULES(error getopt etcetera)
54887                 gl_INIT
54888         you can import all you need by running:
54889                 ../gnulib/gnulib-tool --import
54890
54891         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54892         (Makefile.am): Rewrite, use logic from argz.
54893         (Include): Use <getopt.h> instead of "getopt.h".
54894
54895 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54896
54897         * modules/argp (Files): Add m4/unlocked-io.m4.
54898         (Depends-on): Add extensions.
54899
54900 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54901
54902         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54903         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54904         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54905         Check for program_invocation_name, program_invocation_short_name,
54906         flockfile, funlockfile, features.h, _getopt_long_only_r.
54907
54908 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54909
54910         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54911         its complicated substitute.
54912         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54913         and program_invocation_name.
54914         (__argp_basename) [!_LIBC]: Remove; the only use was
54915         replaced by its body.
54916         (__argp_short_program_name): Change condition from
54917         !defined __argp_short_program_name to
54918         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54919         to match argp-namefrob.h.
54920         (__argp_failure): Don't assume strerror_r returns char *.
54921         * lib/argp-parse.c (N_): Define unconditionally.
54922         (argp_default_options): Fill out initializers with 0 to avoid
54923         gcc warnings.
54924
54925 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54926
54927         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54928         getopt1.c.
54929
54930 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54931
54932         Merge from coreutils.
54933
54934         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54935
54936         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54937         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54938
54939 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54940
54941         Merge from coreutils.
54942
54943         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54944         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54945         for Reliant Unix 5.43.
54946
54947         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54948         (union fooround): Use uintmax_t, not long int.
54949         The rest is a merge from libc:
54950         [defined _LIBC]: Include <shlib-compat.h>.
54951         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54952
54953         * lib/settime.c (settime): Recode to avoid warning with
54954         Sun Forte C 6U2.
54955
54956         * lib/strverscmp.c: Convert to UTF-8.
54957
54958 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54959
54960         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54961         m4/uintmax_t.m4.
54962
54963 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54964
54965         * modules/xalloc-die: New file.
54966         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54967
54968         * modules/md5 (Files): Add m4/uint32_t.m4.
54969         * modules/sha1: Renamed from modules/sha.
54970         (Files):
54971         Rename lib/sha.h to lib/sha1.h.
54972         Rename lib/sha.c to lib/sha1.c.
54973         Rename m4/sha.m4 to m4/sha1.m4.
54974         (lib_SOURCES): Likewise.
54975         (configure.ac): Rename gl_SHA to gl_SHA1.
54976         (Include): sha.h -> sha1.h.
54977
54978 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54979
54980         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54981         * m4/sha1.m4: Renamed from sha.m4.
54982         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54983
54984 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54985
54986         * lib/obstack.h (obstack_empty_p):
54987         Don't assume that chunk->contents is suitably aligned.
54988         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54989         Likewise. Problem reported by Benno in
54990         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54991
54992         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54993         readable.  This could be improved further but it'd take some work.
54994
54995 2004-08-08  Simon Josefsson  <jas@extundo.com>
54996
54997         * modules/xgethostname (Depends-on): Remove exit and error (not
54998         used).
54999
55000         * modules/getpass-gnu: Add getpass.h.
55001         (Depends-on): Add stdbool.
55002         * modules/getpass: Add getpass.h.
55003
55004 2004-08-08  Simon Josefsson  <jas@extundo.com>
55005
55006         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55007         Check getpass declaration.
55008
55009 2004-08-08  Simon Josefsson  <jas@extundo.com>
55010
55011         * lib/xgethostname.c: Don't include error.h (not used).
55012
55013         * lib/getpass.h: Add.
55014         * lib/getpass.c: Include getpass.h first.
55015
55016 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55017
55018         * lib/xalloc-die.c: New file.
55019         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55020         All uses removed.
55021         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55022         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55023         xalloc-die.c.
55024         (_, N_, xalloc_die): Move to xalloc-die.c.
55025         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55026         so that we needn't mess with xalloc_msg_memory_exhausted.
55027
55028         * lib/sha1.h: Renamed from sha.h.
55029         (SHA1_H): Renamed from _SHA_H.
55030         (sha1_ctx): Renamed from sha_ctx.
55031         (sha1_init_ctx): Renamed from sha_init_ctx.
55032         (sha1_process_block): Renamed from sha_process_block.
55033         (sha1_process_bytes): Renamed from sha_process_bytes.
55034         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55035         (sha1_read_ctx): Renamed from sha_read_ctx.
55036         (sha1_stream): Renamed from sha_stream.
55037         (sha1_buffer): Renamed from sha_buffer.
55038         * lib/sha1.c: Likewise; renamed from sha.c.
55039         Do not include <sys/types.h>.
55040         Include <stddef.h> rather than <stdlib.h>.
55041
55042 2004-08-08  Bruno Haible  <bruno@clisp.org>
55043
55044         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55045         FILESYSTEM_PREFIX_LEN.
55046         * lib/progreloc.c: Likewise.
55047         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55048
55049 2004-08-06  Simon Josefsson  <jas@extundo.com>
55050
55051         * modules/progname (Depends-on): Don't depend on stdbool.
55052
55053 2004-08-06  Simon Josefsson  <jas@extundo.com>
55054
55055         * modules/getsubopt: New file.
55056         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55057         getsubopt.
55058
55059 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55060
55061         More merge from coreutils.
55062
55063         * m4/utimens.m4, m4/utimecmp.m4: New files.
55064         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55065         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55066         prereq.m4, sha.m4: Import changes from coreutils.
55067
55068 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55069
55070         More merge from coreutils.
55071         * modules/raise, modules/readtokens0, modules/utimens:
55072         * modules/utimecmp, module/xnanosleep: New files.
55073         * modules/strftime: Add lib/strftime.h.
55074         Change include from <time.h> to "strftime.h".
55075         * modules/yesno: Add lib/yesno.h.
55076         * modules/backupfile: Remove lib/addext.c.
55077         * modules/euidaccess: Add stat-macros.h.
55078         * modules/canonicalize, modules/euidaccess,
55079         modules/filemode, modules/lchown, modules/makepath,
55080         modules/rmdir, modules/stat: Likewise.
55081
55082 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55083
55084         Merge from tar.
55085         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55086         SIZE_MAX is a valid preprocessor constant.
55087         (__argp_basename): Change from "#ifndef _LIBC"
55088         to "#ifndef __argp_short_program_name", so that
55089         we don't compile these functions for tar.
55090
55091         More merges from coreutils.
55092         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55093         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55094         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55095         * lib/addext.c: Remove; no longer needed.
55096         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55097         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55098         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55099         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55100         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55101         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55102         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55103         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55104         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55105         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55106         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55107         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55108         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55109         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55110         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55111         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55112         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55113         Import changes from coreutils.
55114
55115 2004-08-05  Simon Josefsson  <jas@extundo.com>
55116
55117         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55118
55119 2004-08-05  Simon Josefsson  <jas@extundo.com>
55120
55121         * m4/getsubopt.m4: New file.
55122
55123 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55124
55125         Merge from coreutils.
55126
55127         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55128         * m4/getcwd-path-max.m4: New files.
55129
55130         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55131         FILESYSTEM_PREFIX_LEN ->
55132         FILE_SYSTEM_PREFIX_LEN.
55133         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55134         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55135         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55136         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55137
55138         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55139         prerequisite modules now handle the DOS stuff.
55140         Don't check for unistd.h.
55141
55142 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55143
55144         Merge from coreutils.
55145
55146         * lib/.gdb-history: Remove; this doesn't belong here.
55147
55148         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55149         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55150         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55151         * lib/getcwd.c: New files.
55152
55153         * lib/dirname.h: Include <stdbool.h>.
55154         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55155         for consistency with POSIX terminology.  All uses changed.
55156         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55157         (strip_trailing_slashes): Use bool for booleans.
55158         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55159
55160         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55161         sometimes returns a positive errno value even when it succeeds.
55162         (print_errno_message) [!LIBC]: Fall back on strerror if
55163         __strerror_r fails.
55164
55165         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55166         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55167         (longest_relative_suffix): New function.
55168         (path_concat): Use it.  Assume first argument is not NULL.
55169         Port to DOS.  Omit redundant separators.
55170         Report an error instead of returning NULL.
55171         Use mempcpy instead of memcpy.
55172         (xpath_concat): Remove: not declared or used.
55173
55174         * lib/same.h: Include <stdbool.h>
55175         (same_name): Return bool, not int.
55176         * lib/same.c (same_name): Likewise.
55177         (errno): Don't declare; we assume C89 or better now.
55178
55179         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55180         if not already defined.
55181
55182         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55183         * lib/dup-safer.c (errno): Likewise.
55184
55185 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55186
55187         Merge from coreutils.
55188         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55189         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55190         * modules/path-concat: Don't depend on strdup.
55191
55192 2004-08-03  Simon Josefsson  <jas@extundo.com>
55193
55194         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55195         * lib/progname.h: Don't include stdbool.h.
55196
55197 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55198
55199         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55200         * MODULES.html.sh (func_all_modules): Remove fatal.
55201
55202 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55203
55204         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55205
55206 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55207
55208         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55209         working.
55210
55211 2004-08-02  Simon Josefsson  <jas@extundo.com>
55212
55213         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55214         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55215         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55216
55217 2004-08-01  Simon Josefsson  <jas@extundo.com>
55218
55219         * lib/xgetdomainname.c: Include stdlib.h, for free().
55220
55221 2004-07-19  Bruno Haible  <bruno@clisp.org>
55222
55223         * MODULES.html.sh (func_all_modules): Add dummy.
55224
55225 2004-07-16  Simon Josefsson  <jas@extundo.com>
55226
55227         * modules/dummy: New file.
55228
55229 2004-07-16  Simon Josefsson  <jas@extundo.com>
55230
55231         * lib/dummy.c: New file.
55232
55233 2004-07-16  Bruno Haible  <bruno@clisp.org>
55234
55235         * lib/backupfile.h: Add extern "C" for C++.
55236         * lib/closeout.h: Likewise.
55237         * lib/copy-file.h: Likewise.
55238         * lib/findprog.h: Likewise.
55239         * lib/full-write.h: Likewise.
55240         * lib/pathname.h: Likewise.
55241         * lib/progname.h: Likewise.
55242         * lib/stpcpy.h: Likewise.
55243         * lib/stpncpy.h: Likewise.
55244         * lib/strcase.h: Likewise.
55245         * lib/strstr.h: Likewise.
55246         * lib/xalloc.h: Likewise.
55247
55248         * lib/mbswidth.h: Add extern "C" for C++.
55249         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55250
55251 2004-07-13  Robert Millan  <robertmh@gnu.org>
55252
55253         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55254
55255 2004-07-09  Simon Josefsson  <jas@extundo.com>
55256
55257         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55258         failed without this.)
55259
55260 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55261
55262         * modules/chown (Files): Add lib/fchown-stub.c, since
55263         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55264
55265 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55266
55267         * lib/fchown-stub.c: New file.
55268
55269 2004-06-24  Jim Meyering  <jim@meyering.net>
55270
55271         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55272
55273 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55274
55275         * modules/argz: Omit "#include".
55276
55277         * MODULES.html.sh (func_all_modules): Add calloc, to match
55278         2004-06-01 addition of calloc module.
55279
55280 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55281
55282         * m4/argz.m4: New file, which is autoupdated from libtool.
55283
55284 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55285
55286         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55287         libtool.
55288
55289 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55290
55291         * config/srclist-update: Don't insist on "USA." before the
55292         close-comment, as libtool omits the period and puts the */ on a
55293         separate line.
55294         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55295         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55296
55297 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55298
55299         * modules/argz: New file.
55300         * MODULES.html.sh (func_all_modules): Add argz.
55301
55302 2004-06-12  Jim Meyering  <jim@meyering.net>
55303         and  Paul Eggert  <eggert@cs.ucla.edu>
55304
55305         * modules/hash (Files): Add lib/xalloc.h.
55306         * modules/pipe (Depends-on): Add wait-process.
55307         * modules/stat (Depends-on): Add xalloc.
55308         * modules/userspec (Files): Add lib/userspec.h.
55309         * modules/xstrto
55310
55311         Upgrade from gettext-0.13.
55312         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55313         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55314         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55315
55316 2004-06-10  Jim Meyering  <jim@meyering.net>
55317
55318         * lib/calloc.c: New file.
55319
55320 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55321
55322         * lib/getdate.y (yylex): Allow space between sign and number.
55323         Problem reported by Dan Jacobson.
55324
55325 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55326
55327         Merge from coreutils CVS.
55328
55329         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55330         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55331         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55332         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55333         xstrtol.m4: Fix copyright date and/or serial number.
55334
55335         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55336         See if we need an fchown replacement.
55337         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55338         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55339         and use the replacement function if we detect either defect.
55340
55341         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55342         gl_UTIMECMP.
55343
55344 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55345         and  Jim Meyering  <jim@meyering.net>
55346
55347         Merge from coreutils CVS.
55348
55349         * lib/stat-macros.h: New file, with contents from file-type.h
55350         and coreutils' system.h.
55351         * lib/file-type.c: Include "stat-macros.h".
55352         * lib/file-type.h (file_type): Move all macro definitions to new file,
55353         stat-macros.h.
55354
55355         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55356         Wrap old code with this conditional.
55357         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55358         function that does not dereference symlinks.
55359         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55360
55361         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55362         dependency problems.
55363         (xreadlink): Accept new arg SIZE, for efficiency.
55364         All decls and uses changed.
55365         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55366
55367         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55368         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55369
55370         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55371         sysexits.h.
55372
55373 2004-06-01  Jim Meyering  <jim@meyering.net>
55374
55375         * m4/calloc.m4: New file.
55376
55377 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55378
55379         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55380         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55381         Also, fix a typo in a diagnostic.
55382
55383 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55384
55385         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55386         or AC_FUNC_REALLOC.
55387
55388 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55389
55390         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55391         macros to be defined.
55392         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55393         the allocator returns NULL because the requested size is zero.
55394
55395 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55396
55397         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55398         var.  Add comment explaining why libc still defines it.  This
55399         merges the following patch from glibc:
55400         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55401
55402 2004-05-20  Andreas Schwab  <schwab@suse.de>
55403
55404         * m4/free.m4: Replace free if it not known to work, not the other
55405         way round.
55406
55407 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55408
55409         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55410         present in glibc since revision 1.1 of this file.
55411         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55412         obstack_alignment_mask, obstack_alloc, obstack_base,
55413         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55414         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55415         obstack_grow0, obstack_init, obstack_int_grow,
55416         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55417         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55418         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55419         nonexistent functions.
55420
55421 2004-05-18  Karl Berry  <karl@gnu.org>
55422
55423         * config/srclist.txt: break link for vasnprintf.c.
55424
55425 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55426
55427         Port obstack to the AS/400, where pointers are 16 bytes wide and
55428         you cannot cast an integer to a valid pointer.  This patch is
55429         currently waiting to be integrated into glibc; see
55430         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55431
55432         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55433         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55434         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55435         (struct obstack): temp member is now a union of a pointer and
55436         an integer, instead of an integer.  All integer uses changed.
55437         This does not affect the physical layout of struct obstack,
55438         except on hosts (like the AS/400) where the size or alignment of
55439         void * is greater than that of ptrdiff_t.
55440         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55441         __STDC__)]: Store temporary in pointer member of union, not
55442         integer member.
55443         * lib/obstack.c: Include <stddef.h>, for offsetof.
55444         (struct fooalign): Remove; it doesn't need a name.
55445         (union fooround): Change double to long double, and add void *.
55446         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55447         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55448         not a macro.  Hence the values are always int; so remove all
55449         casts-to-int in uses.
55450
55451 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55452
55453         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55454         we can get this patch merged into glibc.
55455
55456 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55457             Paul Eggert  <eggert@cs.ucla.edu>
55458
55459         * m4/argp: Depend on alloca.
55460
55461 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55462             Paul Eggert  <eggert@cs.ucla.edu>
55463
55464         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55465         freecoding.
55466
55467 2004-05-17  Bruno Haible  <bruno@clisp.org>
55468
55469         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55470         precision that consists of a '.' followed by an empty digit string.
55471         Patch by Tor Lillqvist <tml@iki.fi>.
55472
55473 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55474
55475         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55476         for backward compatibility with older code.  We need our own
55477         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55478         it under some other name, and our alloca.h will define it.
55479
55480 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55481             Derek Price  <derek@ximbiot.com>
55482
55483         * lib/alloca.c: Include <alloca.h>, to get our interface.
55484         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55485         include <alloca.h> first.  Use C89 prototype for alloca; this
55486         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55487         Use #elif for simplicity, since we can assume C89 now.
55488         Don't try to source the system alloca.h since it will not be found
55489         and to prevent recursively including its replacement.
55490         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55491         * lib/regex.c: Likewise.
55492
55493 2004-05-16  Derek Price  <derek@ximbiot.com>
55494             Paul Eggert  <eggert@cs.ucla.edu>
55495
55496         getline cleanup.  This changes the getndelim2 API: both order of
55497         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55498         no delimiter).
55499
55500         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55501         interface does that.
55502         (getline): Always use getdelim, so that we don't have two
55503         copies of this code.
55504         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55505         if available.
55506         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55507         (GETNDELIM2_MAXIMUM): New macro.
55508         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55509         instead of the old practice of delim2==0.  All callers changed.
55510         Return -1 on overflow, instead of returning junk.
55511         Do not set *linesize unless allocation succeeds.
55512         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55513         that we include sys/types.h.
55514         * lib/getnline.h: Likewise.
55515         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55516         (getndelim2): Reorder arguments.
55517         * lib/getnline.c (getnline, getndelim):
55518         Don't discard the NMAX argument.
55519         (getnline): Invoke getndelim, to avoid code duplication.
55520         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55521         of (size_t) -1 by callers of the getnline family.
55522
55523 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55524
55525         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55526         Check for gettimeofday.
55527         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55528         Check for settimeofday, stime.
55529
55530 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55531
55532         * lib/nanosleep.c (suspended): Change its type from int to
55533         sig_atomic_t volatile.
55534         (first_call): Make it private to rpl_nanosleep, and have it
55535         be zero initially as that's a bit faster.
55536         (my_usleep): Round up fractional times instead of truncating them,
55537         as this is the usual meaning for 'sleep'.
55538
55539         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55540         doesn't work.
55541         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55542         (ENOSYS): Define if not defined.
55543         (settime): Fall back on stime if it exists and settimeofday fails.
55544         But don't bother with fallbacks if a method fails with errno == EPERM.
55545
55546 2004-05-11  Jim Meyering  <jim@meyering.net>
55547
55548         Prior to this change, the save_cwd caller required read access to the
55549         current directory on most systems (ones with the fchdir function).
55550
55551         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55552         fails, try write-only, and finally, resort to using xgetcwd.
55553
55554 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55555
55556         * lib/obstack.c, obstack.h: Import changes from libc.
55557
55558 2004-04-28  Bruno Haible  <bruno@clisp.org>
55559
55560         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55561         also implicitly appends .exe to executables.
55562         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55563         accepts Windows pathnames.
55564         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55565         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55566         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55567         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55568         Reported by Derek Robert Price <derek@ximbiot.com>.
55569
55570 2004-04-21  Karl Berry  <karl@gnu.org>
55571
55572         * config/srclist.txt (localcharset.c): break sync.
55573
55574 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55575
55576         * m4/host-os.m4: Add a copyright notice.
55577
55578 2004-04-20  Jim Meyering  <jim@meyering.net>
55579
55580         Change UTILS_ to gl_ in AC_DEFINE'd names.
55581         Change utils_- and jm_-prefixed variables, too.
55582         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55583         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55584         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55585
55586         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55587         Don't emit trailing blanks.
55588         Also rename jm_-prefixed variables to have gl_ prefix.
55589
55590         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55591         Also rename jm_-prefixed variables to have gl_ prefix.
55592
55593         * m4/jm-macros.m4: Reflect the renamings.
55594         * m4/prereq.m4: Likewise.
55595
55596 2004-04-20  Jim Meyering  <jim@meyering.net>
55597
55598         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55599         memory.
55600
55601 2004-04-20  Jim Meyering  <jim@meyering.net>
55602             Bruno Haible  <bruno@clisp.org>
55603
55604         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55605         memory when realloc fails.
55606
55607 2004-04-19  Jim Meyering  <jim@meyering.net>
55608
55609         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55610         now that readutmp.c may call `free (0)'.
55611
55612 2004-04-19  Bruno Haible  <bruno@clisp.org>
55613
55614         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55615         * m4/inttypes_h.m4: Likewise.
55616         * m4/stdint_h.m4: Likewise.
55617         * m4/intmax_t.m4: Likewise.
55618         * m4/uintmax_t.m4: Likewise.
55619
55620 2004-04-18  Jim Meyering  <jim@meyering.net>
55621
55622         * m4/prereq.m4: Don't forbid jm_ prefix.
55623
55624         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55625         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55626         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55627         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55628         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55629         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55630         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55631         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55632         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55633         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55634         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55635         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55636         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55637         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55638         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55639         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55640         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55641         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55642         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55643
55644 2004-04-18  Jim Meyering  <jim@meyering.net>
55645
55646         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55647         failure, don't leak memory and do call END_UTMP_ENT.
55648
55649 2004-04-16  Jim Meyering  <jim@meyering.net>
55650
55651         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55652         coreutils' stat program.
55653         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55654
55655 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55656
55657         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55658         C89.
55659         (CHAR_BIT): Remove, since we assume C89.
55660         Include <stdint.h> if available, as per current Autoconf CVS advice.
55661
55662 2004-03-31  Jim Meyering  <jim@meyering.net>
55663
55664         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55665         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55666         * m4/xalloc.m4: Likewise.
55667
55668 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55669
55670         Merge from coreutils.
55671
55672         * m4/inttostr.m4: New file.
55673         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55674         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55675         Require gl_CLOCK_TIME.
55676         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55677
55678 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55679
55680         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55681         not bool, to be more consistent with Unix conventions.
55682         Suggested by Bruno Haible.
55683
55684         Merge from coreutils.
55685
55686         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55687         * lib/umaxtostr.c: New files.
55688
55689         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55690         the usual <time.h> dance.
55691         (get_date): Change signature to support fractional time stamps.
55692         All callers changed.
55693         * lib/getdate.y: Include "getdate.h" first, as we can now
55694         assume C89 and don't need to worry about 'const'.
55695         Similarly, include "unlocked-io.h" near start, not in middle.
55696         Include <limits.h>.
55697         (textint.value): Use long int rather than int.
55698         (textint.digits): Use size_t rather than int.
55699         (BILLION, LOG10_BILLION): New constants.
55700         (parser_control): New member rel_ns.  Members day_ordinal,
55701         time_zone, month, day, hour, minutes, rel_year, rel_month,
55702         rel_day, rel_hour, rel_minutes, rel_seconds
55703         are now long int, not int.  Member seconds is now struct timespec,
55704         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55705         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55706         not int.
55707         (%union.intval): Now long int, not int.
55708         New member timespec.
55709         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55710         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55711         (spec): Now is a timespec or an item list.
55712         (timespec, items): New nonterminals.
55713         (time, rel, relunit, number, get_date):
55714         Add support for fractional seconds.
55715         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55716         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55717         (to_hour): First arg is now long int, not int.
55718         (to_year): Returns long int, not int.
55719         Don't treat year -70 like 70.
55720         (tm_diff): Returns long int, not int.
55721         (lookup_word): Use bool instead of int when appropriate.
55722         (yylex): Use size_t for count, not int.
55723         Detect overflow when parsing large integer constants.
55724         Add support for fractions.
55725         (get_date): Make pointers 'const' if possible.
55726         Use more-portable code to detect integer overflow.
55727         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55728         Don't use ctime; it's not reliable if the year has >4 digits.
55729
55730         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55731         This is for compatibility with BSD.
55732
55733         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55734         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55735         From coreutils' system.h.
55736
55737         * lib/userspec.c: Don't include "posixver.h".
55738         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55739         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55740         compatible extension.  Simplify code by removing a boolean int
55741         that was always nonzero if a string was nonnull.
55742
55743 2004-03-30  Jim Meyering  <jim@meyering.net>
55744
55745         Merge from coreutils.
55746
55747         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55748         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55749         on some systems one must include <grp.h> before it.
55750         Reported by Christian Krackowizer.
55751
55752 2004-03-30  Jim Meyering  <jim@meyering.net>
55753
55754         Merge from coreutils.
55755
55756         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55757
55758         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55759         an empty input stream.
55760
55761         * lib/readtokens.c: Include <stdbool.h>.
55762         (readtoken): Use `size_t' rather than int/long.
55763         All callers adjusted.
55764         Use `bool' rather than `int' where appropriate.
55765         Use memset rather than an explicit loop.
55766         Use x2nrealloc rather than xrealloc.
55767         Allow the use of `\0' as a delimiter.
55768         (readtokens): Likewise.
55769         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55770
55771 2004-03-30  Jim Meyering  <jim@meyering.net>
55772
55773         * m4/realloc.m4: Remove file, since now it does no more than
55774         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55775         the `configure.ac' section of module/realloc.
55776         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55777
55778 2004-03-30  Bruno Haible  <bruno@clisp.org>
55779
55780         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55781         nonnull.
55782
55783 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55784
55785         Merge changes to getloadavg.c from coreutils and Emacs.
55786
55787         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55788         Define to an expression, not to the empty string.
55789         Include cloexec.h and xalloc.h.
55790         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55791         Use set_cloexec_flag rather than rolling our own.
55792         * lib/cloexec.c, lib/cloexec.h: New files.
55793
55794 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55795
55796         * m4/cloexec.m4: New file.
55797
55798 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55799
55800         * lib/getopt.h: Sync with libc CVS.
55801
55802 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55803             Bruno Haible  <bruno@clisp.org>
55804
55805         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55806         mbswidth.
55807
55808 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55809             Bruno Haible  <bruno@clisp.org>
55810
55811         * lib/mbswidth.h: Include <wchar.h> only if
55812         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55813         <wchar.h>.
55814         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55815
55816 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55817
55818         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55819         Sync with libc CVS.
55820         * lib/getopt_int.h: New file, also synced from libc.
55821
55822 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55823
55824         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55825         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55826         Bring back getopt.c, getopt.h, getopt1.c.
55827
55828 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55829
55830         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55831         All uses changed.  Check for sa_sigaction member; this fixes
55832         a bug first reported by Jason Andrade in
55833         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55834
55835 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55836
55837         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55838         '#if' expressions.  Unlike the code it replaces, it does not
55839         depend on (defined _SC_PAGESIZE).  However, it does depend on
55840         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55841         first reported by Jason Andrade in
55842         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55843
55844 2004-02-25  Simon Josefsson  <jas@extundo.com>
55845
55846         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55847
55848 2004-02-25  Simon Josefsson  <jas@extundo.com>
55849
55850         * lib/strdup.h: New file.
55851         * lib/strdup.c: Include it.
55852         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55853         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55854
55855 2004-02-23  Karl Berry  <karl@gnu.org>
55856
55857         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55858         (from fencepost.gnu.org:/gd/gnuorg).
55859
55860 2004-02-23  Karl Berry  <karl@gnu.org>
55861
55862         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55863         * config/srclist.txt: add maintain/standards documents.
55864
55865 2004-02-18  Bruno Haible  <bruno@clisp.org>
55866
55867         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55868         Reported by Derek Robert Price <derek@ximbiot.com>.
55869
55870 2004-02-16  Karl Berry  <karl@gnu.org>
55871
55872         * config/mkinstalldirs, install-sh: update from automake.
55873
55874 2004-02-06  Karl Berry  <karl@gnu.org>
55875
55876         * m4/po.m4: update from gettext 0.14.1.
55877
55878 2004-02-06  Karl Berry  <karl@gnu.org>
55879
55880         * lib/config.charset: update from gettext 0.14.1.
55881
55882 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55883
55884         Add comments and code, prompted by suggestions from Bruno Haible
55885         for sh-quote.
55886         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55887         describing the enum quoting_style values.
55888         * lib/quotearg.c (quotearg_alloc): New function.
55889         (quotearg_buffer_restyled): Treat lone { and } as special.
55890         Treat = as special.  Work around bug with older shells
55891         that "see" a '\' that is really the 2nd byte of a multibyte char.
55892         Quote empty string with shell_quoting_style.
55893
55894 2004-02-03  Bruno Haible  <bruno@clisp.org>
55895
55896         * m4/pipe.m4: New file, from GNU gettext.
55897
55898 2004-02-03  Bruno Haible  <bruno@clisp.org>
55899
55900         * lib/pipe.h: New file, from GNU gettext.
55901         * lib/pipe.c: New file, from GNU gettext.
55902
55903 2004-01-27  Bruno Haible  <bruno@clisp.org>
55904
55905         * m4/execute.m4: New file, from GNU gettext.
55906
55907 2004-01-27  Bruno Haible  <bruno@clisp.org>
55908
55909         * lib/execute.h: New file, from GNU gettext.
55910         * lib/execute.c: New file, from GNU gettext.
55911         * lib/w32spawn.h: New file, from GNU gettext.
55912
55913 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55914
55915         Merge from diffutils.
55916
55917         * lib/file-type.c (file_type): Add typed memory objects.
55918         * lib/file-type.h (S_TYPEISTMO): New macro.
55919
55920         * lib/c-stack.h (c_stack_action): Remove argv argument.
55921         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55922         (die): Don't calculate message unless segv_action returns.
55923         (get_stack_location, min_address_from_argv, max_address_from_argv,
55924         volatile stack_base, volatile_stack_size): Remove.
55925         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55926         that every segmentation violation is a stack overflow.  (Ouch!)
55927         See Debian bug 136249 (still outstanding) for more info about why
55928         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55929
55930 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55931
55932         Exit-status fix from coreutils.
55933
55934         Use exit_failure consistently in place of EXIT_FAILURE,
55935         so that program exit statuses are consistent on failure.
55936
55937         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55938         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55939         * lib/argmatch.h: Comment fix to match the above.
55940         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55941         Now a macro referring to exit_failure, instead of a separate
55942         variable.  Include "exitfail.h" to get it.
55943         * lib/xstrtol.h: Include "exitfail.h".
55944         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55945
55946         * lib/long-options.c (parse_long_options): Use prototype
55947         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55948         for clarity.
55949
55950 2004-01-21  Jim Meyering  <jim@meyering.net>
55951
55952         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55953         so as not to conflict with a different-sized __mktime_internal
55954         function in GNU libc.
55955         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55956         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55957
55958 2004-01-20  Karl Berry  <karl@gnu.org>
55959
55960         * config/config.guess: update from config.
55961
55962         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55963
55964 2004-01-20  Bruno Haible  <bruno@clisp.org>
55965
55966         Safer stack allocation.
55967         * lib/setenv.c: Include allocsa.h.
55968         (alloca): Remove fallback definition.
55969         (freea): Remove macro.
55970         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55971         instead of freea.
55972
55973 2004-01-20  Bruno Haible  <bruno@clisp.org>
55974
55975         * m4/eealloc.m4: New file, from GNU gettext.
55976
55977 2004-01-20  Bruno Haible  <bruno@clisp.org>
55978
55979         * m4/allocsa.m4: New file, from GNU gettext.
55980
55981 2004-01-20  Bruno Haible  <bruno@clisp.org>
55982
55983         * lib/xallocsa.h: New file, from GNU gettext.
55984         * lib/xallocsa.c: New file, from GNU gettext.
55985
55986 2004-01-20  Bruno Haible  <bruno@clisp.org>
55987
55988         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55989
55990 2004-01-20  Bruno Haible  <bruno@clisp.org>
55991
55992         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55993         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55994         specially.
55995
55996 2004-01-20  Bruno Haible  <bruno@clisp.org>
55997
55998         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55999         patch.
56000
56001 2004-01-20  Bruno Haible  <bruno@clisp.org>
56002
56003         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56004
56005 2004-01-20  Bruno Haible  <bruno@clisp.org>
56006
56007         * lib/eealloc.h: New file.
56008
56009 2004-01-20  Bruno Haible  <bruno@clisp.org>
56010
56011         * lib/binary-io.h: Avoid warnings on Cygwin.
56012
56013 2004-01-20  Bruno Haible  <bruno@clisp.org>
56014
56015         * lib/allocsa.h: New file, from GNU gettext.
56016         * lib/allocsa.c: New file, from GNU gettext.
56017
56018 2004-01-18  Karl Berry  <karl@gnu.org>
56019
56020         * doc/gpl.texi, doc/lgpl.texi: new files.
56021
56022 2004-01-18  Karl Berry  <karl@gnu.org>
56023
56024         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56025         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56026
56027 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56028
56029         Merge from coreutils.
56030
56031         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56032         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56033         (gl_DEFAULT_POSIX2_VERSION): Move
56034         the documentation from 'configure' into 'config.hin',
56035         so that 'configure --help' isn't burdened by it and
56036         we don't have to worry about its formatting there.
56037         Reword the documentation so that it's more succinct
56038         and can be run together into a single paragraph.
56039         * m4/same.m4 (gl_SAME): Check for pathconf.
56040
56041 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56042
56043         Merge from coreutils.
56044
56045         * lib/posixver.c: Include posixver.h.
56046
56047         * lib/same.c: Include <stdbool.h>, <limits.h>.
56048         (_POSIX_NAME_MAX): Define if not defined.
56049         (MIN): New macro.
56050         (same_name): If file names are silently truncated, report
56051         that the file names are the same if they are the same after
56052         the silent truncation.
56053
56054         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56055         conversion function.
56056         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56057         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56058         longer needed.
56059
56060 2004-01-15  Jim Meyering  <jim@meyering.net>
56061
56062         Merge from coreutils.
56063
56064         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56065         if no library is required.
56066         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56067         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56068         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56069         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56070         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56071         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56072         value, $ac_cv_search_crypt, if it's "none required".
56073         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56074         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56075         not gl_FUNC_GETLOADAVG.
56076         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56077         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56078
56079 2004-01-15  Jim Meyering  <jim@meyering.net>
56080
56081         Merge from coreutils.
56082
56083         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56084         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56085         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56086
56087         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56088         optional configure-time default.
56089
56090         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56091
56092         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56093
56094 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56095
56096         Merge from coreutils.
56097
56098         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56099         value, $ac_cv_search_nanosleep, if it's "none required".
56100
56101 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56102
56103         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56104         with like-named macro in fnmatch.c.
56105         (EXT): Use an internal constant instead.
56106
56107         Merge fnmatch patches from glibc.
56108         * lib/fnmatch.c (mbsinit): Remove define.
56109         Add libc_hidden_ver (__fnmatch, fnmatch).
56110         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56111         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56112
56113 2004-01-14  Karl Berry  <karl@gnu.org>
56114
56115         * config/install-sh: update from automake.
56116
56117 2004-01-13  Karl Berry  <karl@gnu.org>
56118
56119         * config/install-sh: update from automake.
56120
56121 2004-01-09  Karl Berry  <karl@gnu.org>
56122
56123         * config/install-sh: update from automake.
56124
56125 2004-01-05  Karl Berry  <karl@gnu.org>
56126
56127         * config/config.{sub,guess}: update from config.
56128
56129 2003-12-31  Karl Berry  <karl@gnu.org>
56130
56131         * config/depcomp: update from automake.
56132
56133 2003-12-14  Karl Berry  <karl@gnu.org>
56134
56135         * lib/config.charset: update from gettext-runtime.
56136
56137 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56138
56139         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56140         Bug reported by Alfred M. Szmidt.
56141
56142 2003-12-03  Bruno Haible  <bruno@clisp.org>
56143
56144         * m4/gettext.m4: Upgrade from gettext-0.13.
56145         * m4/po.m4: Upgrade from gettext-0.13.
56146         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56147         * m4/intmax.m4: New file, from gettext-0.13.
56148         * m4/printf-posix.m4: New file, from gettext-0.13.
56149
56150 2003-11-29  Karl Berry  <karl@gnu.org>
56151
56152         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56153
56154 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56155             Bruno Haible  <bruno@clisp.org>
56156
56157         * lib/printf-parse.h: Don't include sys/types.h.
56158         (ARG_NONE): New macro.
56159         (char_directive): Change type of *arg_index fields to size_t.
56160         * lib/printf-parse.c: Don't include sys/types.h.
56161         (SSIZE_MAX): Remove macro.
56162         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56163         Remove unnecessary overflow check.
56164         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56165         fields.
56166
56167 2003-11-25  Bruno Haible  <bruno@clisp.org>
56168
56169         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56170
56171 2003-11-25  Bruno Haible  <bruno@clisp.org>
56172
56173         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56174         gt_TYPE_SSIZE_T.
56175
56176 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56177
56178         * modules/alloca: Remove dependency on xalloc.
56179
56180 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56181
56182         * lib/alloca.c: Remove dependency on xalloc module.
56183         (xalloc_die): Remove.
56184         (memory_full) [!defined emacs]: New macro.
56185         [!defined emacs]: Don't include xalloc.h.
56186         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56187         address arithmetic overflows.  Change datatypes a bit to avoid
56188         unnecessary casts.
56189
56190 2003-11-22  Jim Meyering  <jim@meyering.net>
56191
56192         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56193         s/size/size_t/.
56194
56195 2003-11-21  Karl Berry  <karl@gnu.org>
56196
56197         * config/config.{sub,guess}: update from config.
56198
56199 2003-11-18  Karl Berry  <karl@gnu.org>
56200
56201         * config/config.{sub,guess}: update from config.
56202
56203         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56204
56205 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56206
56207         * README: Mention that S+T cannot overflow if S is the size of
56208         an existing object and T is sufficiently small.
56209
56210 2003-11-17  Jim Meyering  <jim@meyering.net>
56211
56212         On systems without utime and without a utimes function capable of
56213         dealing with a NULL struct utimbuf* argument, this utime replacement
56214         could -- in unusual circumstances -- leak a file descriptor.
56215         * lib/utime.c: Include <unistd.h> and <errno.h>.
56216         (utime_null): Be sure to close `fd' and to preserve errno.
56217         Reported by Geoff Collyer via Arnold Robbins.
56218
56219 2003-11-17  Bruno Haible  <bruno@clisp.org>
56220
56221         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56222         (Depends-on): Add xsize.
56223
56224 2003-11-17  Bruno Haible  <bruno@clisp.org>
56225
56226         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56227
56228 2003-11-17  Bruno Haible  <bruno@clisp.org>
56229
56230         * lib/vasnprintf.c (alloca): Remove fallback definition.
56231         (freea): Remove definition.
56232         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56233         Reported by Paul Eggert.
56234
56235 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56236             Bruno Haible  <bruno@clisp.org>
56237
56238         Protect against address arithmetic overflow.
56239         * lib/printf-args.h: Include stddef.h.
56240         (arguments): Change type of field 'count' to size_t.
56241         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56242         'unsigned int' where appropriate.
56243         * lib/printf-parse.h: Include sys/types.h.
56244         (char_directive): Change type of *arg_index fields to ssize_t.
56245         (char_directives): Change type of fields 'count', max_*_length to
56246         size_t.
56247         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56248         (SSIZE_MAX): Define fallback value.
56249         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56250         instead of 'int' where appropriate. Check a_allocated, d_allocated
56251         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56252         * lib/vasnprintf.c: Include xsize.h.
56253         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56254         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56255         overflow. Avoid wraparound when converting a width or precision from
56256         decimal to binary.
56257
56258 2003-11-16  Bruno Haible  <bruno@clisp.org>
56259
56260         Update from GNU gettext.
56261         * lib/printf-parse.c: Generalize to it can be compiled for wide
56262         strings.
56263         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56264         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56265         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56266         SNPRINTF): New macros.
56267         Don't include <alloca.h> if the file is used inside libintl.
56268         (local_wcslen): New function, for Solaris 2.5.1.
56269         (VASNPRINTF): Use it instead of wcslen.
56270
56271 2003-11-16  Bruno Haible  <bruno@clisp.org>
56272
56273         * lib/xsize.h (xmax): New function.
56274         (xsum, xsum3, xsum4): Declare as "pure" functions.
56275
56276 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56277
56278         * modules/xalloc (Files): Undo latest change, since xalloc.h
56279         no longer needs SIZE_MAX or PTRDIFF_MAX.
56280
56281 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56282
56283         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56284         gl_PTRDIFF_MAX.
56285
56286 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56287
56288         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56289         "return", to pacify some unknown compiler.  Problem reported
56290         by Joerg Schilling.
56291
56292 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56293
56294         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56295         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56296         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56297         heuristic is just as accurate as far as we know, and it removes a
56298         dependency on size_max.m4 and ptrdiff_max.m4.
56299
56300 2003-11-11  Bruno Haible  <bruno@clisp.org>
56301
56302         * modules/xsize (Files): Add m4/size_max.m4.
56303         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56304
56305 2003-11-11  Bruno Haible  <bruno@clisp.org>
56306
56307         * m4/size_max.m4: New file.
56308         * m4/ptrdiff_max.m4: New file.
56309         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56310         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56311         (gl_XALLOC): Invoke it.
56312
56313 2003-11-11  Bruno Haible  <bruno@clisp.org>
56314
56315         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56316         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56317         defined.
56318
56319 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56320
56321         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56322         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56323         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56324         From Bruno Haible.
56325         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56326         not (size_t) -1, since it's defined here.
56327
56328 2003-11-09  Karl Berry  <karl@gnu.org>
56329
56330         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56331
56332 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56333
56334         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56335         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56336         Reject sizes of exactly SIZE_MAX bytes.
56337         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56338         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56339
56340 2003-11-05  Bruno Haible  <bruno@clisp.org>
56341
56342         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56343         SIZE_MAX defined in <limits.h> on Solaris.
56344
56345 2003-11-04  Jim Meyering  <jim@meyering.net>
56346
56347         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56348         variable names, rather than @VAR@.
56349         * modules/poll: Likewise.
56350
56351 2003-11-04  Bruno Haible  <bruno@clisp.org>
56352
56353         * modules/xsize: New file.
56354         * modules/linebreak: Depend on xsize.
56355         * MODULES.html.sh (func_all_modules): Add xsize.
56356
56357 2003-11-04  Bruno Haible  <bruno@clisp.org>
56358
56359         * m4/xsize.m4: New file.
56360
56361 2003-11-04  Bruno Haible  <bruno@clisp.org>
56362
56363         * lib/xsize.h: New file.
56364         * lib/linebreak.c: Include xsize.h.
56365         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56366         argument for overflow.
56367         Suggested by Paul Eggert.
56368
56369 2003-11-03  Karl Berry  <karl@gnu.org>
56370
56371         * config/config.{guess,sub}: update from config.
56372
56373 2003-11-03  Jim Meyering  <jim@meyering.net>
56374
56375         * modules/userspec (lib_SOURCES): Add userspec.h.
56376         (Include): Add "userspec.h".
56377         Improve description.
56378
56379 2003-11-03  Jim Meyering  <jim@meyering.net>
56380
56381         * lib/userspec.c: Include "userspec.h".
56382         * lib/userspec.h: New file.
56383
56384 2003-11-03  Bruno Haible  <bruno@clisp.org>
56385
56386         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56387
56388 2003-11-03  Bruno Haible  <bruno@clisp.org>
56389
56390         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56391         available, to avoid (extremely rare) race condition.
56392         Suggested by Paul Eggert.
56393
56394 2003-11-02  Karl Berry  <karl@gnu.org>
56395
56396         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56397
56398 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56399
56400         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56401         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56402         (read_filesystem_list): Set and use me_type_malloced.
56403         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56404         whatever the type happens to be), for brevity and consistency.
56405         Check for size calculation overflow on Alphas running OSF/1.
56406
56407 2003-10-31  Jim Meyering  <jim@meyering.net>
56408
56409         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56410
56411         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56412
56413 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56414             Bruno Haible  <bruno@clisp.org>
56415
56416         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56417         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56418
56419 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56420
56421         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56422         netbsd*-gnu*.  Suggested by Robert Millan.
56423
56424 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56425
56426         * modules/group-member: Depend on stdbool.
56427
56428 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56429
56430         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56431
56432 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56433
56434         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56435         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56436         after the 'gnu' in these cases.  This fixes some bugs in the
56437         previous change, and is based on suggestions by Robert Millan.
56438
56439 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56440
56441         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56442         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56443         no longer needed.
56444         * lib/quotearg.c (quotearg_n_options): Use it.
56445         * lib/group-member.c: Include <stdbool.h>.
56446         (free_group_info): Arg is now const *; don't free arg.
56447         (get_group_info): Now returns bool and accepts struct group_info *,
56448         rather than returning a malloc'ed struct group_info *.
56449         All uses changed.  Check for overflow in internal size calculation.
56450
56451         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56452         rather than xmalloc/xrealloc.
56453         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56454         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56455         conformance bug: the old code used a pointer after freeing the
56456         storage that it addressed.
56457         * lib/hash.c (hash_initialize): Simplify the code by using
56458         xalloc_oversized rather than doing it by hand.
56459         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56460         the buffer preserved.  Use free and xmalloc instead.
56461         * lib/quotearg.c (quotearg_n_options): Likewise.
56462         Use a simpler test for size overflow.  Don't use xalloc_oversized
56463         because unsigned int might be wider than size_t (!); this suggests
56464         that we should switch from unsigned int to size_t for slot numbers.
56465
56466 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56467
56468         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56469         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56470         NetBSD kernels.  Requested by Richard Stallman.
56471
56472 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56473
56474         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56475         to allocate the returned structure.  Do not allocate a subarray,
56476         as x2nrealloc will do that.
56477         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56478         instead of xnrealloc.
56479         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56480
56481 2003-10-27  Bruno Haible  <bruno@clisp.org>
56482
56483         * lib/stdbool_.h: Better support for BeOS.
56484
56485 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56486
56487         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56488         now uses inline.
56489
56490 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56491
56492         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56493         callers that want to do their own size-overflow checking.  Include
56494         <stdbool.h>, since xalloc_oversized returns bool.
56495         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56496         to use xalloc_oversized.
56497
56498         Add two functions x2realloc, x2nrealloc, for programs that grow
56499         arrays dynamically by doubling their sizes.
56500         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56501         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56502         New functions.
56503
56504         Port to C99 semantics for 'inline' of external functions.
56505         Bug reported by Bruno Haible.
56506         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56507         with the old contents of xnmalloc.
56508         (xnmalloc, xmalloc): Use it.
56509         (xnrealloc_inline): New static inline function,
56510         with the old contents of xnrealloc.
56511         (xnrealloc, xrealloc): Use it.
56512
56513         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56514         that.
56515
56516 2003-10-26  Karl Berry  <karl@gnu.org>
56517
56518         * config/srclist.txt (COPYING.DOC): no longer available from
56519         /gd/gnuorg; don't know where the ultimate source is.
56520
56521 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56522
56523         Fix several address-calculation bugs in the hash modules,
56524         plus some minor code cleanup.
56525
56526         * lib/hash.h: Include <stdbool.h>, for bool.
56527         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56528         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56529         hash_get_n_entries, hash_get_max_bucket_length,
56530         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56531         hash_rehash): Use size_t rather than unsigned.
56532         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56533         hash_get_n_buckets_used, hash_get_n_entries,
56534         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56535         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56536         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56537         Likewise.
56538         (SIZE_MAX): Define if not defined.
56539         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56540         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56541         hash_print):
56542         Use const * when possible.
56543         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56544         (check_tuning): Fix bug: if tuning parameters were very close to
56545         0 or 1, rounding errors could have caused subscript violations.
56546         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56547         (hash_initialize): Add 'fail:' label
56548         to free table and return NULL, and use it to simplify code.
56549         Use calloc rather than clearing the storage ourself.
56550         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56551         buffer size calculations.
56552         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56553         Include <stddef.h>, for size_t.
56554         * lib/hash-pjw.c (hash_pjw): Likewise.
56555         Switch to method described by Bruno Haible.
56556         Include <limits.h>, for CHAR_BIT.
56557         (SIZE_BITS): New macro.
56558
56559 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56560
56561         * m4/getline.m4 (AM_FUNC_GETLINE):
56562         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56563         hosts.  Problem reported by Derek Robert Price in
56564         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56565         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56566         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56567
56568 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56569
56570         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56571         ceiling the allocation at NMAX bytes rather than silently
56572         discarding input bytes before NMAX is reached.  This makes
56573         a difference only if NMAX exceeds SIZE_MAX / 2.
56574
56575         * lib/obstack.c: Merge from glibc.
56576         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56577         Add libc_hidden_def (_obstack_newchunk).
56578         (_obstack_free) [! defined _LIBC]: Remove.
56579         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56580         a clone of the function body.
56581         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56582         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56583
56584         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56585         glibc.
56586         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56587         arg to memcpy.
56588
56589         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56590         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56591         Don't use lvalue casts, as GCC plans to remove support for them
56592         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56593         was also present in the non-GCC version, indicating that this
56594         code had always been buggy and had never been widely used.
56595         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56596         Use the fast variant of each macro, rather than copying the
56597         definiens of the fast variant; that way, we'll be more likely to
56598         catch future bugs in the fast variants.
56599
56600 2003-10-20  Bruno Haible  <bruno@clisp.org>
56601
56602         * modules/wait-process: New file.
56603         * MODULES.html.sh (func_all_modules): Add wait-process.
56604
56605 2003-10-20  Bruno Haible  <bruno@clisp.org>
56606
56607         * m4/wait-process.m4: New file.
56608
56609 2003-10-20  Bruno Haible  <bruno@clisp.org>
56610
56611         * lib/wait-process.h: New file, from GNU gettext.
56612         * lib/wait-process.c: New file, from GNU gettext.
56613
56614 2003-10-19  Jim Meyering  <jim@meyering.net>
56615
56616         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56617         HPUX 10.20.
56618
56619 2003-10-18  Karl Berry  <karl@gnu.org>
56620
56621         * config/config.guess: update from config.
56622
56623 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56624
56625         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56626         (getgroups): First arg is int, not size_t.
56627         Don't let 'free' mangle errno.
56628
56629 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56630
56631         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56632
56633 2003-10-16  Karl Berry  <karl@gnu.org>
56634
56635         * config/config.{guess,sub}: update from config.
56636
56637 2003-10-16  Jim Meyering  <jim@meyering.net>
56638
56639         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56640         memcpy.
56641
56642 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56643
56644         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56645         (SIZE_MAX): Remove.
56646         (new_exclude, add_exclude_file): Initial size no longer needs to
56647         be a power of 2.
56648         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56649         our own address arithmetic overflow checking.
56650
56651         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56652         (fnmatch): Do not alloca more than 2000 wide characters;
56653         instead, use malloc for large buffers.
56654         Check for address arithmetic overflow, and return -1
56655         with errno set to ENOMEM in that case.
56656         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56657         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56658         instead, return -1.  Check for address arithmetic overflow.
56659
56660 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56661
56662         Handle invalid suffixes and overflow independently, so that
56663         callers can treat them independently as needed.  Fix some bugs in
56664         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56665         suffix for a human-readable blocksize.  The major caller-visible
56666         change is the addition of a new
56667         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56668         that both overflow and suffix chars were found.
56669
56670         * lib/human.c (humblock): Don't check separately for invalid suffix
56671         char; that is xstrtoumax's job (now that its bug is fixed).
56672         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56673         INTMAX_MAX]: New macros.
56674         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56675         TYPE_MAXIMUM): New macros.
56676         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56677         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56678         if overflow occurs, as it's what __strtol does and it's more useful
56679         in practice.
56680         (__xstrtol): If __strtol reports some error other than ERANGE,
56681         reflect it to the caller as LONGINT_INVALID.  If it reports
56682         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56683         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56684         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56685         value.
56686         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56687         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56688         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56689         [defined UINTMAX_MAX]: New macros.
56690
56691 2003-10-14  Bruno Haible  <bruno@clisp.org>
56692
56693         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56694
56695 2003-10-14  Bruno Haible  <bruno@clisp.org>
56696
56697         * m4/sig_atomic_t: New file, from GNU gettext.
56698         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56699
56700 2003-10-14  Bruno Haible  <bruno@clisp.org>
56701
56702         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56703         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56704         Also use volatile where needed.
56705
56706 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56707
56708         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56709         Change maintainer from Bruno Haible to 'all'.
56710
56711 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56712
56713         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56714
56715 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56716
56717         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56718         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56719         and define in terms of the other primitives.
56720         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56721         (SIZE_MAX): Define if not already defined.
56722         (array_size_overflow): New function.
56723         (xalloc_die): Abort instead of exiting if 'error' returns.
56724         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56725         (xmalloc, xrealloc): Use them.
56726         (xcalloc): Check for address arithmetic overflow.
56727         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56728         a bit faster than strcpy.
56729
56730 2003-10-10  Simon Josefsson  <jas@extundo.com>
56731
56732         * modules/argp (Depends-on): Add restrict and strcase.
56733
56734 2003-10-10  Simon Josefsson  <jas@extundo.com>
56735
56736         * m4/argp.m4: Add AC_C_INLINE.
56737
56738 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56739
56740         Merge getpass from libc, plus a few fixes.
56741
56742         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56743         Include <stdbool.h>.
56744         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56745         __fsetlocking to empty.
56746         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56747         do include <bits/libc-lock.h>.
56748         Do not include <fcntl.h>; not needed.
56749         [_LIBC]: Include <wchar.h>.
56750         (NOTCANCEL_MODE): New macro.
56751         (flockfile, funlockfile) [_LIBC]: New macros.
56752         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56753         [!_LIBC]: New macros.
56754         (call_fclose): New function.
56755         (getpass): Use it.  Save tty stream separately; this simplifies the
56756         code and makes it more reliable if stdin happens to equal stdout.
56757         Invoke __fsetlocking on tty.
56758         Handle thread cancellation if needed.
56759         Namespace cleanup (use __tcgetattr, __getline).
56760         Use bool for Booleans.
56761         [USE_IN_LIBIO]: Handle wide streams.
56762         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56763         stream might go where.
56764
56765         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56766         doesn't have to include <stdio.h> before us.
56767         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56768         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56769         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56770         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56771         if not declared, so that we can use getpass.c code from libc without
56772         rewriting it.
56773         (flockfile, ftrylockfile, funlockfile): New macros.
56774
56775 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56776
56777         * modules/getpass: Depend on stdbool.
56778
56779 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56780
56781         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56782
56783 2003-10-07  Karl Berry  <karl@gnu.org>
56784
56785         * config/config.{guess,sub}: update from config.
56786
56787 2003-10-06  Jim Meyering  <jim@meyering.net>
56788             Bruno Haible  <bruno@clisp.org>
56789
56790         This lets translators provide better translations for the
56791         "Written by ..." part of --version output.
56792         * lib/version-etc.h: Include stdarg.h.
56793         (version_etc_copyright): Declare as readonly.
56794         (version_etc): Make this function variadic with a NULL-terminated list
56795         of author name strings.
56796         (version_etc_va): New declaration.
56797         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56798         (version_etc_copyright): Declare as readonly.
56799         (version_etc_va): New function. Provide a different translatable string
56800         for each possible number of authors < 10. Abbreviate when there are 10
56801         authors or more.
56802         (version_etc): Make this function variadic. Call version_etc_va.
56803         Suggestion from Gary V. Vaughan.
56804
56805         * lib/long-options.h (parse_long_options): Change prototype: the
56806         authors string is moved to the end and becomes variadic.
56807         * lib/long-options.c: Include stdarg.h.
56808         (parse_long_options): Make this function variadic, too.
56809         Call version_etc_va, not version_etc.
56810
56811 2003-10-06  Bruno Haible  <bruno@clisp.org>
56812
56813         * modules/version-etc-2: Remove file.
56814         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56815
56816 2003-10-06  Bruno Haible  <bruno@clisp.org>
56817
56818         * modules/fatal-signal: New file.
56819         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56820
56821 2003-10-06  Bruno Haible  <bruno@clisp.org>
56822
56823         * m4/fatal-signal.m4: New file.
56824         * m4/signalblocking.m4: New file, from GNU gettext.
56825
56826 2003-10-06  Bruno Haible  <bruno@clisp.org>
56827
56828         * lib/version-etc-2.h: Remove file.
56829         * lib/version-etc-2.c: Remove file.
56830
56831 2003-10-06  Bruno Haible  <bruno@clisp.org>
56832
56833         * lib/fatal-signal.h: New file, from GNU gettext.
56834         * lib/fatal-signal.c: New file, from GNU gettext.
56835
56836 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56837
56838         * README: Rework advice for preventing empty .o files.
56839         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56840         not <sys/types.h>.
56841
56842 2003-10-04  Karl Berry  <karl@gnu.org>
56843
56844         * lib/argp*: update from libc.
56845
56846 2003-10-04  Karl Berry  <karl@gnu.org>
56847
56848         * config/config.{guess,sub}: update from config.
56849
56850 2003-10-02  Bruno Haible  <bruno@clisp.org>
56851
56852         * modules/lchown (Include): Add lchown.h.
56853         * modules/time_r (Include): Use "..." syntax.
56854         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56855
56856 2003-10-01  Simon Josefsson  <jas@extundo.com>
56857
56858         * MODULES.html.sh (func_all_modules): Move gethostname from section
56859         'based on' to section 'lacking' POSIX:2001.
56860
56861 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56862
56863         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56864         to output mode on the same stream.
56865
56866 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56867
56868         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56869         Fix arg typo in previous patch.
56870
56871 2003-09-28  Jim Meyering  <jim@meyering.net>
56872
56873         * lib/error.c: Correct cpp indentation.
56874
56875 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56876
56877         * modules/free: New file.
56878
56879 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56880
56881         * m4/free.m4: New file.
56882
56883 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56884
56885         * lib/minmax.h (MIN, MAX)
56886         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56887         Omit the special code that used __typeof__, since we worry that
56888         it could be more trouble than it's worth.  See:
56889         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56890         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56891
56892         * lib/free.c: New file.
56893
56894 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56895
56896         Trivial fixes to Makefile.am parts of module listings.
56897         * modules/strstr: Append strstr.h to lib_SOURCES.
56898         * modules/strcase: Likewise, for strcase.h.
56899
56900 2003-09-27  Karl Berry  <karl@gnu.org>
56901
56902         * config/mkinstalldirs: update from automake.
56903
56904 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56905
56906         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56907         (error_tail): Do not loop, reallocating temporary buffer, since
56908         the output cannot contain more wide characters than the input
56909         contains bytes, the size must be big enough already.  This avoids
56910         one potential size overflow calculation.  Check for size overflow
56911         when calculating temporary buffer size.  Free temporary buffer
56912         when done, if it was allocated with malloc; this plugs a memory
56913         leak.  Remove casts from void * to pointers, that are no longer
56914         needed now that we're assuming C89 or better.
56915
56916         Merge error changes from glibc.
56917
56918         * lib/error.c, error.h: Update copyright notice header to match glibc.
56919         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56920         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56921         Disable cancellation while printing error.
56922         * lib/error.h: Prepend __ to parameter names.
56923
56924 2003-09-26  Jim Meyering  <jim@meyering.net>
56925
56926         * lib/error.c (error_tail): Move some declarations
56927         into inner scope where the local variables are used.
56928
56929 2003-09-26  Bruno Haible  <bruno@clisp.org>
56930
56931         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56932         stpncpy().
56933         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56934
56935 2003-09-26  Bruno Haible  <bruno@clisp.org>
56936
56937         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56938         (stpncpy): Define as alias for gnu_stpncpy.
56939         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56940
56941 2003-09-25  Simon Josefsson  <jas@extundo.com>
56942
56943         * lib/xgetdomainname.h: New file.
56944         * lib/xgetdomainname.c: New file.
56945
56946 2003-09-25  Simon Josefsson  <jas@extundo.com>
56947             Bruno Haible  <bruno@clisp.org>
56948
56949         * modules/getdomainname: New file.
56950         * modules/xgetdomainname: New file.
56951         * MODULES.html.sh (func_all_modules): Add getdomainname,
56952         xgetdomainname.
56953
56954 2003-09-25  Simon Josefsson  <jas@extundo.com>
56955             Bruno Haible  <bruno@clisp.org>
56956
56957         * m4/getdomainname.m4: New file.
56958
56959 2003-09-25  Simon Josefsson  <jas@extundo.com>
56960             Bruno Haible  <bruno@clisp.org>
56961
56962         * lib/getdomainname.h: New file.
56963         * lib/getdomainname.c: New file.
56964
56965 2003-09-25  Karl Berry  <karl@gnu.org>
56966
56967         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56968
56969 2003-09-25  Karl Berry  <karl@gnu.org>
56970
56971         * config/install-sh: update from automake.
56972
56973 2003-09-25  Bruno Haible  <bruno@clisp.org>
56974
56975         * modules/version-etc-2: New file, from modules/version-etc with
56976         modifications.
56977         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56978
56979 2003-09-25  Bruno Haible  <bruno@clisp.org>
56980
56981         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56982         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56983
56984 2003-09-24  Simon Josefsson  <jas@extundo.com>
56985
56986         * modules/xgethostname: Add xgethostname.h.
56987
56988 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56989
56990         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56991         the buffer associated with the argument.  Bug reported by
56992         Simon Josefsson.
56993
56994 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56995
56996         * README: Document assumptions that 'int' is at least 32 bits
56997         wide, that integer arithmetic is 2's complement without overflow,
56998         that there are no holes in integer values, that adding sizes of
56999         two nonoverlapping objects can't overflow, and that all-bits-zero
57000         yields scalar zero.  Fix spelling and capitalization typos.
57001
57002 2003-09-19  Karl Berry  <karl@gnu.org>
57003
57004         * lib/argp.h: update from libc.
57005
57006 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57007
57008         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57009         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57010         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57011
57012 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57013
57014         * gnulib-tool: Use "test -h", not "test -L", for portability
57015         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57016         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57017         (sed_extract_prog): Issue s commands one-by-one, rather than
57018         using \| in one s command.
57019
57020 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57021
57022         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57023         input error, instead of returning NULL the next time we are called
57024         (and therefore losing track of errno).
57025
57026 2003-09-16  Bruno Haible  <bruno@clisp.org>
57027
57028         * gnulib-tool (func_create_testdir): Warn about duplicated
57029         dependencies.
57030
57031 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57032
57033         * modules/argmatch, modules/fatal, modules/obstack,
57034         modules/xalloc, modules/xgethostname: Sort dependencies by
57035         importance, not alphabetically.
57036
57037 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57038
57039         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57040         fails, so that the caller gets the proper errno.
57041
57042         * lib/readutmp.c (read_utmp): Likewise.
57043         Check for fstat error.  Close stream and free storage
57044         when failing.
57045
57046 2003-09-14  Karl Berry  <karl@gnu.org>
57047
57048         * config/srclist.txt (strdup.c): disable for c89 changes.
57049
57050 2003-09-14  Jim Meyering  <jim@meyering.net>
57051
57052         * lib/getloadavg.c: Correct cpp indentation.
57053         * lib/strdup.c: Likewise.
57054         * lib/vasnprintf.c: Likewise.
57055
57056 2003-09-14  Bruno Haible  <bruno@clisp.org>
57057
57058         * modules/fwriteerror: New file.
57059         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57060
57061 2003-09-14  Bruno Haible  <bruno@clisp.org>
57062
57063         * lib/fwriteerror.h: New file.
57064         * lib/fwriteerror.c: New file.
57065
57066 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57067
57068         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57069         modules/xgethostname, modules/xalloc: Depend on exit.
57070
57071 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57072
57073         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57074
57075         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57076         and AC_MINIX, too, so that their extensions are available.
57077
57078         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57079         This macro has been superseded by gl_BACKUPFILE.
57080
57081         More patches to assume C89 or better.
57082
57083         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57084
57085         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57086         unconditionally.
57087         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57088         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57089         Include <string.h>, <stdlib.h> unconditionally.
57090         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57091         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57092         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57093         headers or for string.h.
57094         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57095         or strtoul.
57096
57097         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57098         headers.
57099         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57100         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57101         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57102         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57103         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57104         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57105         memcpy, memset.
57106         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57107         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57108         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57109         strtol.
57110         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57111         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57112         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57113         strtoul.
57114
57115 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57116
57117         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57118         * lib/obstack.c [!defined _LIBC]: Likewise.
57119         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57120         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57121         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57122
57123         More changes to assume C89 or better.
57124
57125         * lib/error.c (error_tail): Assume vprintf.
57126
57127         * lib/argmatch.c (getenv): Remove decl.
57128         * lib/progreloc.c (get_full_program_name): Define via prototype.
57129         * lib/setenv.c (clearenv): Likewise.
57130         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57131         needed.
57132         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57133         (malloc, memcpy): Remove decls.
57134         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57135         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57136         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57137         (memcpy): Remove macro.
57138         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57139         (__P): Remove.  All uses removed.
57140         (PTR): Remove.  All uses changed to void *.
57141         (CHAR_BIT, NULL): Remove.
57142         (spaces, zeros, memset_space, memset_zero)
57143         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57144         Remove.
57145         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57146         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57147         Define with prototype.
57148         Remove now-unnecessary prototype decl.
57149         (extra_args_spec): Assume ANSI C.  All uses changed.
57150         (extra_args_spec_iso): Remove.
57151         (my_strftime, emacs_strftimeu): Define via prototype.
57152         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57153         unconditionally.
57154         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57155         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57156         (strtoul, strtol): Remove decls.
57157         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57158         LONG_MAX): Remove.
57159         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57160         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57161         (LOCALE_PARAM_PROTO): New macro.
57162         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57163         (INTERNAL (strtol), strtol): Define with a prototype.
57164         (PARAMS): Remove.  All uses removed.
57165         * lib/tempname.c: Include <string.h> unconditionally.
57166         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57167         * lib/xgethostname.c (main): Define with a prototype.
57168         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57169         Include <stdlib.h> unconditionally.
57170         (calloc, malloc, realloc, free): Remove decls.
57171         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57172         Include <stdlib.h> unconditionally.  Sort include file names.
57173         (strtod): Remove.
57174         (xstrtod): Define with a prototype.
57175         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57176         (strtol, strtoul): Remove decls.
57177
57178 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57179
57180         More patches to assume C89 or better.
57181         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57182         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57183         string.h, memchr, STDC_HEADERS.
57184
57185 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57186
57187         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57188         Include <stdlib.h>, <string.h> unconditionally.
57189         Remove now-unnecessary cast to char *.
57190         * lib/strnlen.c: Include <string.h> unconditionally.
57191         * lib/yesno.c (yesno): Define with a prototype.
57192
57193 2003-09-11  Bruno Haible  <bruno@clisp.org>
57194
57195         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57196
57197 2003-09-10  Jim Meyering  <jim@meyering.net>
57198
57199         * lib/error.c: Correct indentation of cpp directives.
57200
57201 2003-09-10  Bruno Haible  <bruno@clisp.org>
57202
57203         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57204         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57205         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57206         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57207         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57208         <stdlib.h> and <string.h> checks.
57209         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57210         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57211
57212 2003-09-10  Bruno Haible  <bruno@clisp.org>
57213
57214         * lib/strcspn.c: Include <string.h> unconditionally.
57215         * lib/strpbrk.c: Include <string.h> unconditionally.
57216         * lib/strstr.c: Include <string.h> unconditionally.
57217         * lib/unicodeio.c: Include <string.h> unconditionally.
57218         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57219         * lib/unsetenv.c: Likewise.
57220         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57221         * lib/yesno.c: Include <stdlib.h> unconditionally.
57222         (rpmatch): Add prototype.
57223
57224 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57225
57226         More patches to assume C89 or better.
57227         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57228         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57229         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57230         or for string.h.
57231         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57232         stdlib.h.
57233         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57234         C headers.
57235         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57236         string.h.
57237         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57238         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57239         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57240         or for string.h.
57241         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57242         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57243         C headers.
57244         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57245         memcpy.
57246         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57247         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57248         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57249         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57250         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57251         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57252         string.h, free.
57253         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57254         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57255         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57256         C headers, or for string.h.
57257         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57258         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57259         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57260         headers, memory.h, stdlib.h, string.h, strings.h.
57261         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57262         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57263         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57264         strchr.
57265         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57266         headers, memory.h, string.h.
57267         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57268         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57269         free.
57270         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57271         headers.
57272         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57273         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57274         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57275         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57276         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57277
57278 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57279
57280         More K&R removal.
57281
57282         * lib/acosl.c (main): Use a prototype.
57283         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57284         tanl.c: Likewise.
57285
57286         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57287
57288         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57289         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57290         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57291         with a prototype.
57292         * lib/getopt.c (const): Remove macro.
57293         Include <string.h> unconditionally.
57294         (my_index): Remove; all uses changed to strchr.
57295         (strlen): Remove decl.
57296         (exchange): Remove forward decl; no longer needed.
57297         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57298         Define with prototype.
57299         * lib/getopt1.c (const): Remove macro.
57300         (getopt_long, getopt_long_only, main): Define with prototype.
57301
57302         * lib/getugroups.c: Include <string.h> unconditionally.
57303
57304         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57305         (getusershell, setusershell, endusershell, readname, main):
57306         Define with prototypes.
57307
57308         * lib/group-member.c: Include group-member.h first.
57309         Include <stdlib.h> unconditionally.
57310
57311         * lib/hard-locale.c: Include hard-locale.h first.
57312         Include <stdlib.h>, <string.h> unconditionally.
57313
57314         * lib/hash.c (free, malloc): Remove decls.
57315         Include <stdlib.h> unconditionally.
57316
57317         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57318         (getenv): Do not declare.
57319
57320         * lib/idcache.c: Include <string.h> unconditionally.
57321
57322         * lib/long-options.c: Include long-options.h first, to test interface.
57323         Include <stdlib.h> unconditionally.
57324
57325         * lib/makepath.c: Include makepath.h first, to test interface.
57326         Include <stdlib.h> and <string.h> unconditionally.
57327
57328         * lib/linebuffer.c: Include <stdlib.h>.
57329         (free): Remove decl.
57330
57331         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57332         stddef.h. rpl_malloc returns void *, not char *.
57333         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57334         prototype.
57335
57336         * lib/md5.h: Include <limits.h> unconditionally.
57337         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57338         (__P): Remove; all uses removed.
57339         * lib/md5.c: Include "md5.h" first.
57340         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57341         md5_buffer, md5_process_bytes, md5_process_block):
57342         Define with prototypes.
57343         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57344         * lib/sha.c: Include "sha.h" first.
57345         Include <stdlib.h>, <string.h> unconditionally.
57346
57347         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57348         * lib/memcmp.c (__ptr_t): Likewise.
57349         * lib/memrchr.c (__ptr_t): Likewise.
57350         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57351         Include <string.h> unconditionally.
57352         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57353         * lib/memchr.c: Include <stdlib.h> unconditionally.
57354         * lib/memchr.c (LONG_MAX): Remove.
57355         * lib/memrchr.c (LONG_MAX): Likewise.
57356         * lib/memchr.c (__memchr): Define via a prototype.
57357         * lib/memrchr.c (__memrchr): Likewise.
57358         * lib/memcmp.c (__P): Remove, and remove all uses.
57359         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57360         Remove forward decls; no longer needed.
57361         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57362         Use types required by C89 in prototype.
57363
57364         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57365         * lib/savedir.c: Likewise.
57366         * lib/mkdir.c (free): Remove decl.
57367         * lib/rmdir.c (rmdir): Define with a prototype.
57368         * lib/savedir.c: Include savedir.h first, to test interface.
57369
57370         * lib/mktime.c (STDC_HEADERS): Remove.
57371         Include <stdlib.h>, <string.h> unconditionally.
57372
57373         * lib/modechange.c: Include <stdlib.h> unconditionally.
57374         (malloc): Remove decl.
57375
57376         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57377         (free): Remove decl.
57378
57379         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57380         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57381         (This type really should be intptr_t, but that's a C99ism.)
57382         (_obstack_memcpy): Remove: all uses changed to memcpy.
57383         Include <string.h> unconditionally.
57384         (struct obstack): Assume __STDC__ for types of members
57385         chunkfun, freefun, extra_arg.
57386         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57387         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57388         obstack_begin, obstack_specify_allocation,
57389         obstack_specify_allocation_with_arg, obstack_chunkfun,
57390         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57391         Remove unprototyped decls and the macros that use them.
57392         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57393         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57394         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57395         (defined __STDC__ && __STDC__)]:
57396         Remove nonprototyped code.
57397         Include <stdlib.h> unconditionally.
57398         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57399         _obstack_allocated_p, _obstack_free, obstack_free,
57400         _obstack_memory_used, print_and_abort):
57401         Define using prototypes.
57402         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57403         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57404         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57405         obstack_next_free, obstack_object_size, obstack_room) [0]:
57406         Remove unused, unprototyped code.
57407
57408         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57409
57410         * lib/physmem.c (physmem_total, physmem_available, main): Define
57411         with prototypes.
57412
57413         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57414         (main): Define with a prototype.
57415
57416         * lib/posixver.c (getenv): Remove decl.
57417
57418         * lib/putenv.c (malloc): Returns void *, not char *.
57419         Include <string.h> unconditionally.
57420         (strchr, memcpy, NULL): Do not define.
57421
57422         * lib/readtokens.c: Include readtokens.h first, to test interface.
57423         Include <stdlib.h>, <string.h> unconditionally.
57424         (init_tokenbuffer): Define with a prototype.
57425
57426         * lib/regex.c (PARAMS): Remove.  All uses removed.
57427         All uses of _RE_ARGS removed, too.
57428         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57429         unconditionally.
57430         (bzero): Assume memset exists.
57431         (memcmp, memcpy, NULL): Remove.
57432         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57433         char, or assignments to local vars of type signed char.
57434         (init_syntax_once, PREFIX(extract_number_and_incr),
57435         PREFIX(print_partial_compiled_pattern),
57436         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57437         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57438         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57439         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57440         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57441         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57442         wcs_compile_range, byte_compile_range, truncate_wchar,
57443         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57444         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57445         count_mbs_length, wcs_re_match_2_internal,
57446         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57447         PREFIX(alt_match_null_string_p),
57448         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57449         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57450         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57451         now-unnecessary declaration, if any.
57452         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57453         regcomp, regexec):
57454         Remove now-unnecessary casts among pointer types.
57455         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57456
57457         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57458         (free): Remove decl.
57459
57460         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57461
57462         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57463         (free): Remove decl.
57464
57465         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57466         * lib/xgetcwd.c: Likewise.
57467
57468         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57469         (free): Remove decl.
57470
57471         * lib/strchrnul.c (strchrnul): Define with a prototype.
57472         Fix bug: c_in was not converted to char before searching.
57473
57474         The following changes are not K&R related:
57475
57476         * lib/group-member.h: Include <sys/types.h>, so that this file is
57477         self-contained.
57478         * lib/makepath.h: Likewise.
57479
57480         * lib/getusershell.c (readname, default_index, line_size, readname):
57481         Use size_t, not int, for sizes.
57482         (readname): If the size overflows, report an error instead of
57483         looping forever.
57484
57485 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57486
57487         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57488         libc.
57489
57490 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57491
57492         * README: New section: portability guidelines.
57493
57494 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57495
57496         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57497         C89 spec.
57498
57499 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57500
57501         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57502
57503 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57504
57505         Assume C89 or better; remove K&R cruft.
57506         A few of these changes were first proposed by Derek Robert Price
57507         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57508
57509         * lib/addext.c: Include <string.h> unconditionally.
57510         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57511         Don't declare getenv or malloc.
57512
57513         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57514         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57515         (NULL): Remove.
57516         (find_stack_direction, alloca): Use prototypes.
57517
57518         * lib/atexit.c (atexit): Define using a prototype.
57519
57520         * lib/basename.c, dirname.c, stripslash.c:
57521         Include <string.h> unconditionally.
57522
57523         * lib/bcopy.c: Include <stddef.h>.
57524         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57525
57526         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57527
57528         * lib/error.h (error, error_at_line, error_print_progname)
57529         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57530         * lib/error.c: Include error.h first, to check interface.
57531         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57532         (VA_START): Remove; all uses changeed to va_start.
57533         (exit, strerror): Remove decls.
57534         (error_print_progname): Prototype uncondionally.
57535         Don't include <errno.h>; no longer needed.
57536         (private_strerror): Remove.
57537         (error_tail): Always define.
57538         (error, error_at_line): Assume C89 or better; always use prototypes.
57539         * lib/fatal.c: Include "fatal.h" first, to test interface.
57540         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57541         (VA_START): Remove; all uses changed to va_start.
57542         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57543         this case.
57544         (exit): Remove decl.
57545         (fatal): Prototype unconditionally.  Assume va_start works.
57546         Abort at end, to pacify gcc.
57547
57548         * lib/euidaccess.c (main): Define with a prototype.
57549
57550         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57551
57552         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57553
57554         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57555         prototypes.
57556         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57557         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57558         (getenv): Remove decl.
57559         (fnmatch): Define using a prototype.
57560         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57561         (FCT): Define using a prototype.
57562
57563         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57564
57565         * lib/gethostname.c: Include <stddef.h>.
57566         (gethostname): Define with prototype.  Length is size_t, not int.
57567
57568 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57569
57570         Assume C89 or better; remove K&R cruft.
57571         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57572         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57573         string.h, getenv, malloc.
57574         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57575         headers.
57576         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57577         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57578         do not check for strerror.
57579         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57580         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57581         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57582         do not check for doprnt or vprintf.
57583         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57584         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57585
57586 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57587
57588         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57589         getversion.c should have been removed then, but was accidentally
57590         preserved.
57591
57592         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57593         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57594
57595 2003-09-08  Karl Berry  <karl@gnu.org>
57596
57597         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57598                 config, forget about prep.
57599
57600         * config/depcomp, missing: update from automake.
57601
57602 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57603
57604         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57605         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57606
57607 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57608
57609         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57610         copy_tm_result.  Bug reported by Simon Josefsson in
57611         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57612
57613 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57614
57615         * m4/time_r.m4: New file.
57616         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57617         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57618         is. Check for timegm declaration.
57619         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57620         Do not check for gmtime_r.
57621         Replace mktime if __mktime_internal does not exist and if mktime
57622         hasn't been replaced already.
57623
57624 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57625
57626         * lib/time_r.c, lib/time_r.h: New files.
57627
57628         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57629         __localtime_r.
57630         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57631         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57632
57633         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57634         __gmtime_r.
57635         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57636         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57637         Include <time_r.h>.
57638
57639         * lib/timegm.c: Switch to glibc implementation, with the following
57640         changes:
57641         [defined HAVE_CONFIG_H]: Include <config.h>.
57642         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57643         (__mktime_internal) [!defined _LIBC]: New decl.
57644         (__gmtime_r) [!defined _LIBC]: New macro and function.
57645         (timegm): Use a prototype, since gnulib assumes C89.
57646         Do not bother declaring tmp to be const, as it's not really usefu.
57647         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57648         (timegm): Declare only if HAVE_DECL_TIMEGM.
57649
57650 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57651
57652         * MODULES.html.sh (func_all_modules): Add time_r.
57653         * modules/time_r: New file.
57654         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57655         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57656
57657 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57658
57659         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57660         Bug reported by Lute Kamstra in
57661         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57662
57663         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57664         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57665         course with correspondingly smaller numbers for tomorrow and
57666         yesterday.  From Tadayoshi Funaba.  Originally installed into
57667         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57668         coreutils merge?).
57669
57670 2003-08-31  Simon Josefsson  <jas@extundo.com>
57671
57672         * modules/timegm: New file.
57673         * MODULES.html.sh (func_all_modules): Add timegm.
57674
57675 2003-08-31  Simon Josefsson  <jas@extundo.com>
57676
57677         * m4/timegm.m4: New file.
57678
57679 2003-08-31  Simon Josefsson  <jas@extundo.com>
57680
57681         * lib/timegm.h: New file.
57682         * lib/timegm.c: New file.  Based on
57683         wget-1.8.2/src/http.c:mktime_from_utc.
57684
57685 2003-08-31  Karl Berry  <karl@gnu.org>
57686
57687         * lib/argp.h: update from libc.
57688
57689 2003-08-28  Bruno Haible  <bruno@clisp.org>
57690
57691         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57692         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57693         followed by '#define fnmatch fnmatch_posix' gives an error.
57694
57695 2003-08-28  Bruno Haible  <bruno@clisp.org>
57696
57697         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57698         warning on QNX, which defines O_BINARY to 000000.
57699
57700 2003-08-27  Jim Meyering  <jim@meyering.net>
57701
57702         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57703         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57704         would fail after 32.  Reported by Danny Levinson.  Details here:
57705         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57706
57707 2003-08-24  Bruno Haible  <bruno@clisp.org>
57708
57709         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57710         MSVC7 <stdio.h> is included later.
57711
57712 2003-08-22  Simon Josefsson  <jas@extundo.com>
57713
57714         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57715
57716 2003-08-20  Karl Berry  <karl@gnu.org>
57717
57718         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57719
57720 2003-08-20  Bruno Haible  <bruno@clisp.org>
57721
57722         * modules/progname: New file.
57723         * MODULES.html.sh (func_all_modules): Add progname.
57724
57725 2003-08-20  Bruno Haible  <bruno@clisp.org>
57726
57727         * lib/progname.h: New file, from GNU gettext.
57728         * lib/progname.c: New file, from GNU gettext.
57729         * lib/progreloc.c: New file, from GNU gettext.
57730
57731 2003-08-19  Jim Meyering  <jim@meyering.net>
57732
57733         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57734         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57735
57736 2003-08-19  Bruno Haible  <bruno@clisp.org>
57737
57738         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57739         more.
57740
57741 2003-08-19  Bruno Haible  <bruno@clisp.org>
57742
57743         * lib/xstrdup.c: Assume <string.h> exists.
57744
57745 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57746
57747         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57748         in makefile rules.
57749
57750 2003-08-18  Jim Meyering  <jim@meyering.net>
57751
57752         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57753         * m4/lib-ld.m4: Likewise.
57754
57755 2003-08-18  Jim Meyering  <jim@meyering.net>
57756
57757         * lib/setenv.h: Indent nested cpp directive.
57758         * lib/vasnprintf.c: Remove trailing blanks.
57759
57760 2003-08-17  Simon Josefsson  <jas@extundo.com>
57761
57762         * modules/xstrndup: New file.
57763         * MODULES.html.sh (func_all_modules): Add xstrndup.
57764
57765 2003-08-17  Simon Josefsson  <jas@extundo.com>
57766
57767         * modules/argp: Fix autoconf macro name. Add more dependencies.
57768
57769 2003-08-17  Simon Josefsson  <jas@extundo.com>
57770
57771         * m4/xstrndup.m4: New file.
57772
57773 2003-08-17  Simon Josefsson  <jas@extundo.com>
57774
57775         * m4/argp.m4: New file.
57776
57777 2003-08-17  Simon Josefsson  <jas@extundo.com>
57778             Bruno Haible  <bruno@clisp.org>
57779
57780         * lib/xstrndup.h: New file.
57781         * lib/xstrndup.c: New file.
57782
57783 2003-08-17  Bruno Haible  <bruno@clisp.org>
57784
57785         * modules/strndup (Files, Include): Add lib/strndup.h.
57786
57787 2003-08-17  Bruno Haible  <bruno@clisp.org>
57788
57789         * modules/euidaccess (Files): Add lib/euidaccess.h.
57790
57791 2003-08-17  Bruno Haible  <bruno@clisp.org>
57792
57793         * lib/strndup.h: New file.
57794
57795 2003-08-17  Bruno Haible  <bruno@clisp.org>
57796
57797         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57798         like AC_GNU_SOURCE.
57799         * modules/extensions (configure.ac): Comment out the invocation of
57800         gl_USE_SYSTEM_EXTENSIONS.
57801
57802 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57803
57804         Merges from coreutils, etc.
57805         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57806         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57807         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57808         fixing a typo.
57809         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57810         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57811
57812 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57813
57814         Document merge from coreutils.
57815         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57816         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57817         * modules/utime: Add m4/utimes-null.m4.
57818
57819 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57820
57821         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57822         space, undoing this 2003-08-12 change:
57823         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57824
57825 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57826
57827         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57828         strtoul.c from libc, undoing this 2003-08-12 change:
57829         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57830
57831 2003-08-16  Jim Meyering  <jim@meyering.net>
57832
57833         Merges from coreutils.
57834         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57835         prefix.  Adjust cache variables similarly.  Create 500 rather than
57836         just 300 files, to exercise bug on Darwin6.5, too.
57837         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57838         $missing_dir.
57839         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57840         AM_SYS_POSIX_TERMIOS.
57841         Reported by mkc@mathdogs.com.
57842         Also change use of $am_cv_sys_posix_termios
57843         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57844         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57845         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57846         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57847         in /proc/mounts until it finds one with matching device number.  This
57848         is unnecessary when the FILE argument *is* a mount point.  No stat call
57849         is necessary in that case.  So, disable the statvfs-testing code on
57850         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57851         as RedHat bug# 84846.
57852         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57853         to 1MB, so as not to render systems with no stack size limit (e.g.,
57854         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57855         Include <unistd.h>.  On some systems,
57856         it is required for the definition of _SC_PAGESIZE.
57857
57858 2003-08-16  Jim Meyering  <jim@meyering.net>
57859
57860         Merge from coreutils.
57861         * lib/xstrtoimax.c: #else #if -> #elif.
57862         * lib/xstrtoumax.c: Likewise.
57863
57864 2003-08-16  Jim Meyering  <jim@meyering.net>
57865
57866         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57867         * m4/utimes.m4: Removed.
57868         * m4/utimes-null.m4: Renamed from utimes.m4.
57869
57870         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57871         to 1MB, so as not to render systems with no stack size limit (e.g.,
57872         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57873         Include <unistd.h>.  On some systems,
57874         it is required for the definition of _SC_PAGESIZE.
57875
57876 2003-08-16  Jim Meyering  <jim@meyering.net>
57877         and Paul Eggert  <eggert@cs.ucla.edu>
57878
57879         Merges from coreutils, etc.
57880
57881         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57882         using the latest version from cvs.  This avoids problems with #line
57883         directives using a vendor (Sun) compiler.
57884         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57885         Don't set GETGROUPS_LIB here; now it's
57886         done via getgroups.m4's wrapper function.
57887         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57888         rather than just in sh-util/configure.in, so that the
57889         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57890         same.
57891         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57892         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57893         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57894         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57895         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57896         Remove code that is now done by the newly-required macros.
57897         Append $(EXEEXT) to DF_PROG.
57898         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57899         Do not invoke or require the following here,
57900         since prereq.m4 or some gnulib .m4 now does this for us:
57901         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57902         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57903         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57904         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57905         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57906         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57907         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57908         AC_FUNC_OBSTACK.
57909         Do not replace the following functions, as this is now the job
57910         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57911         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57912         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57913         atexit getpass, strdup, getpagesize.
57914         Replace 'raise'.
57915         Do not check for the following functions, as this is now the job
57916         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57917         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57918         setregid.
57919         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57920         Check for sys/sysctl.h.
57921         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57922         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57923         of checking for ssize_t ourselves.
57924
57925         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57926         Require every macro that gnulib/modules/* suggests for us.
57927         (jm_PREREQ_ADDEXT): New macro.
57928         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57929         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57930
57931         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57932         (gl_PHYSMEM): Use it.
57933         Also check for `table' function.
57934         Check for new headers and functions.
57935         Add check for sys/sysmp.h.
57936         With suggestions from Kaveh Ghazi.
57937         Ignore headers that are present but cannot be compiled.  This
57938         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57939         C 5.4.
57940
57941 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57942
57943         Document merge from coreutils.
57944         * modules/userspec: Depend on posixver.
57945         * modules/strftime: Depend on tzset.
57946
57947 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57948
57949         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57950         rather than tab, after '#' in shell-script copyright notices.
57951         Suggested by Bruno Haible.
57952
57953 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57954
57955         * config/srclist-update: Use three spaces, rather than tab, after '#'
57956         in shell-script copyright notices.  Suggested by Bruno Haible.
57957         Remove unnecessary parenthesization in regular expression.
57958
57959 2003-08-15  Jim Meyering  <jim@meyering.net>
57960
57961         Merge from coreutils.
57962         * lib/xgethostname.c: Include <stdlib.h>.
57963         (xghostname): Don't exit for anything other than memory-related
57964         failure; just return NULL.
57965         * lib/userspec.c: Include "posixver.h".
57966         (parse_user_spec): Accept `.' as a separator only
57967         in pre-POSIX-200112 mode.
57968         * lib/strtoimax.c: Use #elif rather than #else #if.
57969         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57970         Remove function, now that we can rely on a working tzset function.
57971         [!_LIBC]: Ensure that the required autoconf test has been run.
57972         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57973         Use underlying_strftime for %r.
57974         * lib/sha.c: Merge in some clean-up and optimization changes from
57975         glibc.
57976         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57977         Ensure that it is a multiple of 64.
57978         Rearrange loop exit tests so as to avoid performing an
57979         additional fread after encountering an error or EOF.
57980         * lib/realloc.c: Update copyright date.
57981
57982 2003-08-15  Jim Meyering  <jim@meyering.net>
57983         and Paul Eggert  <eggert@twinsun.com>
57984
57985         Merge from coreutils.
57986         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57987         member but strut utmpx does not.  Needed for AIX 4.3.3.
57988         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57989
57990 2003-08-15  Jim Meyering  <jim@meyering.net>
57991         and Paul Eggert  <eggert@cs.ucla.edu>
57992
57993         Merges from coreutils, etc.
57994         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57995         Require gl_FUNC_TZSET_CLOBBER.
57996         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57997         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57998         members.
57999
58000 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58001
58002         Help the merge from coreutils.
58003         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58004         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58005         * m4/tzset.m4: Use it too.
58006
58007 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58008
58009         * modules/tzset: New file.
58010
58011 2003-08-14  Jim Meyering  <jim@meyering.net>
58012
58013         Merges from coreutils.
58014         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58015         variable names, rather than @FNMATCH_H@.
58016         * modules/alloca: Likewise for $(ALLOCA_H).
58017
58018         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58019         the three copies of the literal target, `fnmatch.h'.
58020         * modules/alloca (alloca.h): Likewise.
58021
58022 2003-08-14  Jim Meyering  <jim@meyering.net>
58023
58024         Merge from coreutils.
58025         * m4/tzset.m4: New file.
58026         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58027         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58028         otherwise, AIX 5.1 systems would end up using the latter.
58029         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58030         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58031         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58032         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58033
58034 2003-08-14  Jim Meyering  <jim@meyering.net>
58035
58036         Merge from coreutils.
58037         * lib/obstack.h: Whitespace changes.
58038         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58039         and xcalloc return values.
58040         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58041         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58042         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58043         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58044         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58045         error from mntctl.
58046         Use mntctl's return value to drive the entry-processing loop, since
58047         we can't rely on the value of the vmt_length member in the last
58048         entry.  On some systems doing so could result in exhausting
58049         virtual memory.  Based in part on a patch from Mike Jetzer.
58050
58051 2003-08-14  Jim Meyering  <jim@meyering.net>
58052         and Paul Eggert  <eggert@twinsun.com>
58053
58054         Merges from coreutils, plus other fixes.
58055         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58056         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58057         for credits and details.  Thanks to Kaveh Ghazi for helping
58058         to keep these files in sync.
58059         (ARRAY_SIZE): Define it.
58060         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58061         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58062         (memcasecmp): Don't assume size_t fits in unsigned int.
58063         Remove casts and duplicate code.
58064         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58065         (memcpy): Remove definition.
58066         Merge in some clean-up and optimization changes from glibc.
58067         [BLOCKSIZE]: Move definition to top of file.
58068         Ensure that it is a multiple of 64.
58069         Rearrange loop exit tests so as to avoid performing an
58070         additional fread after encountering an error or EOF.
58071         * lib/md5.h (md5_uintptr): Define.
58072         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58073         return to the initial working directory.  Preserve errno
58074         for caller.
58075         * lib/idcache.c: Include "xalloc.h".
58076         (xmalloc, xrealloc): Remove decls.
58077         (getuser): Remove casts no longer required in C89.
58078         * lib/human.c: Include stdio.h, for sprintf.
58079         * lib/group-member.c: Include "xalloc.h".
58080         (xmalloc, xrealloc): Remove decls.
58081         (get_group_info): Remove casts no longer required in C89.
58082         * lib/getusershell.c (readname): Remove casts no longer required in
58083         C89.
58084         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58085         * lib/getline.c: Whitespace fix, from coreutils.
58086
58087 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58088
58089         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58090         Check for isascii.
58091
58092         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58093         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58094         Undo previous (whitespace-only) change.
58095
58096 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58097
58098         * lib/exclude.c: Include <ctype.h>
58099         (IN_CTYPE_DOMAIN): New macro.
58100         (is_space): New fn.
58101         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58102         and empty lines.
58103
58104         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58105         Undo previous (whitespace-only) change.
58106
58107 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58108
58109         * config/srclist-update: Change update back to the old behavior,
58110         leaving whitespace alone.  Use one 'sed' command rather than a
58111         pipeline.
58112         (fixlicense): Now a variable, not a function.
58113         (remove_trailing_blanks): Remove.
58114         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58115         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58116         Undo previous (whitespace-only) change.
58117
58118 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58119
58120         Merge from coreutils.
58121         * modules/euidaccess: Add lib_SOURCES, include for new
58122         file euidaccess.h
58123
58124 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58125
58126         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58127         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58128         Normalize leading white space and remove trailing white space.
58129
58130         Merge from coreutils
58131         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58132
58133         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58134         0.12.1.  These files are now being upgraded automatically by
58135         ../config/srclist-update.
58136
58137 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58138
58139         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58140         Normalize leading white space and remove trailing white space.
58141         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58142         notice, as per ../config/srclist-update.
58143
58144         Merge from coreutils.
58145         * lib/euidaccess.h: New file.
58146         * lib/euidaccess.c: Include it.
58147         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58148         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58149         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58150
58151 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58152
58153         * config/srclist-update: Add copyright notice.
58154         (remove_id_lines, remove_trailing_blanks): New constants.
58155         (fixfile): Use them to normalize spacing a bit in copied files.
58156         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58157         Normalize leading white space and remove trailing white space.
58158
58159         * config/texinfo.tex: Sync with texinfo.
58160
58161         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58162         strtoul.c from libc, to merge coreutils whitespace changes.
58163
58164         * config/srclist.txt: Get the following m4 files from gettext:
58165         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58166         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58167         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58168         wint_t.m4.
58169
58170 2003-08-12  Karl Berry  <karl@gnu.org>
58171
58172         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58173         been made.
58174
58175 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58176
58177         * modules/gnu-source, m4/gnu-source.m4:
58178         Remove; we're assuming Autoconf 2.54 or later now.
58179         Suggested by Bruno Haible.
58180         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58181
58182 2003-08-11  Bruno Haible  <bruno@clisp.org>
58183
58184         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58185
58186 2003-08-11  Bruno Haible  <bruno@clisp.org>
58187
58188         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58189         (vasnprintf): Use it instead of wcslen.
58190
58191 2003-08-11  Bruno Haible  <bruno@clisp.org>
58192
58193         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58194         value to ensure that _Bool promotes to int. Use #define for _Bool when
58195         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58196
58197 2003-08-10  Karl Berry  <karl@gnu.org>
58198
58199         * lib/regex.h: update from libc (whitespace fix).
58200
58201 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58202
58203         Merge some files from coreutils.  These changes were
58204         originally made by Jim Meyering.
58205         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58206         many older Unixes require this.
58207         * lib/alloca.c (alloca): Remove cast to argument of free;
58208         no longer needed in C89.
58209         * lib/alloca_.h, regex.h: Fix white space to match
58210         what GNU indent does.
58211
58212 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58213
58214         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58215         apparently Emacs's Unicode mode got confused before my 2003-08-05
58216         checkin.
58217
58218 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58219
58220         * m4/extensions.m4: New file.
58221         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58222         Require gl_USE_SYSTEM_EXTENSIONS.
58223         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58224         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58225
58226 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58227
58228         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58229         * modules/extensions, modules/gnu-source: New files.
58230         * modules/timespec, modules/unlocked-io: Depend on extensions.
58231
58232 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58233
58234         * modules/restrict: New file.
58235         * MODULES.html.sh (func_all_modules): Add restrict.
58236         * modules/regex: Depend on restrict.
58237
58238 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58239
58240         * m4/restrict.m4: New file.
58241         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58242
58243 2003-08-07  Bruno Haible  <bruno@clisp.org>
58244
58245         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58246         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58247
58248 2003-08-07  Bruno Haible  <bruno@clisp.org>
58249
58250         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58251         makes the module 'getndelim2' compatible with the module 'getline'.
58252
58253 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58254
58255         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58256         byte with "\201" to avoid glitches when editing that source file
58257         with multi-gnome-terminal.
58258
58259 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58260
58261         * lib/bumpalloc.h: Remove.
58262
58263 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58264
58265         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58266         * modules/bumpalloc: Remove.
58267
58268 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58269
58270         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58271         GNU coding style.
58272
58273         Merge from coreutils.
58274         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58275         1. From glibc.
58276         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58277         from Karl Berry, implemented by Jim Meyering.
58278         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58279         from Dmitry V. Levin.
58280         Remove anachronistic cast of xrealloc.
58281         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58282         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58283         type. Otherwise, it wouldn't compile with at least /bin/cc on
58284         ymp-cray-unicos9.0.2.X.
58285         Combine two mostly-identical uses of alloca into one.
58286         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58287
58288 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58289
58290         [From Emacs.]
58291
58292         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58293         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58294         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58295         obsolete NLIST_NAME_UNION.
58296         [__GNU__]: Undef BSD and FSCALE.
58297         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58298
58299 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58300
58301         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58302         an enum type, so that it's guaranteed to promote to int.  See:
58303         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58304
58305 2003-08-03  Karl Berry  <karl@gnu.org>
58306
58307         * config/depcomp: update from automake.
58308
58309 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58310
58311         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58312         (strerror): Don't assume that a printable int fits in 14 bytes.
58313
58314 2003-07-31  Bruno Haible  <bruno@clisp.org>
58315
58316         * modules/getpass-gnu: New file.
58317         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58318
58319 2003-07-31  Bruno Haible  <bruno@clisp.org>
58320
58321         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58322
58323 2003-07-24  Karl Berry  <karl@gnu.org>
58324
58325         * config/missing: update from automake.
58326
58327 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58328             Bruno Haible  <bruno@clisp.org>
58329
58330         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58331         * lib/getline.c (getline, getdelim): Likewise.
58332         Remove _GNU_SOURCE define; now it's defined in config.h through
58333         m4/getline.m4.
58334
58335 2003-07-23  Karl Berry  <karl@gnu.org>
58336
58337         * config/config.sub: update from prep.
58338
58339 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58340
58341         * modules/xalloc (Depends-on): Add exitfail.
58342         * modules/xmemcoll: Likewise.
58343
58344 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58345
58346         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58347         over-parenthesization in macros.
58348
58349         Sync with coreutils.
58350
58351         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58352         required by C99.
58353
58354         Use `exit_failure' for xalloc and xmemcoll instead of their own
58355         private exit-failure variables.
58356         * lib/xalloc.h (xalloc_exit_failure): Remove.
58357         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58358         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58359         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58360         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58361         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58362
58363 2003-07-20  Jim Meyering  <jim@meyering.net>
58364
58365         * modules/closeout (Depends-on): Add exitfail.
58366         Suggestion from Bruno Haible.
58367
58368 2003-07-19  Karl Berry  <karl@gnu.org>
58369
58370         * config/config.sub: update from prep.
58371
58372 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58373
58374         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58375         Remove.
58376         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58377         to test that it can stand by itself.  Include "exitfail.h".
58378         Clients should set exit_failure instead.
58379         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58380
58381 2003-07-18  Bruno Haible  <bruno@clisp.org>
58382
58383         * modules/getndelim2: New file.
58384         * modules/getline: Share files with module getndelim2.
58385         * modules/getnline: Depend on getndelim2 instead of sharing files with
58386         it. Add getnline.c to lib_SOURCES.
58387         * MODULES.html.sh (func_all_modules): Add getndelim2.
58388
58389 2003-07-18  Bruno Haible  <bruno@clisp.org>
58390
58391         * m4/getndelim2.m4: New file.
58392         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58393         invoke gl_PREREQ_GETNDELIM2.
58394         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58395         gl_PREREQ_GETNDELIM2.
58396         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58397         gl_GETNDELIM2.
58398
58399 2003-07-18  Bruno Haible  <bruno@clisp.org>
58400
58401         * lib/getndelim2.h: New file.
58402         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58403         getndelim2.h.
58404         (getndelim2): Make non-static. Change return type to ssize_t.
58405         * lib/getline.h: Change argument names.
58406         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58407         * lib/getnline.c: Include getndelim2.h.
58408
58409 2003-07-18  Andreas Schwab  <schwab@suse.de>
58410
58411         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58412
58413 2003-07-17  Karl Berry  <karl@gnu.org>
58414
58415         * config/config.sub: update from prep.
58416
58417 2003-07-17  Bruno Haible  <bruno@clisp.org>
58418
58419         * modules/getnline: New file.
58420         * modules/getline: Add lib/getndelim2.c to source file list.
58421         * MODULES.html.sh (func_all_modules): Add getnline.
58422
58423 2003-07-17  Bruno Haible  <bruno@clisp.org>
58424
58425         * m4/getnline.m4: New file.
58426
58427 2003-07-17  Bruno Haible  <bruno@clisp.org>
58428
58429         * m4/Makefile.am.in: Remove file.
58430         * m4/Makefile.am: Remove file.
58431         * m4/Makefile.in: Remove file.
58432
58433 2003-07-17  Bruno Haible  <bruno@clisp.org>
58434
58435         * lib/getnline.h: New file.
58436         * lib/getnline.c: New file.
58437         * lib/getndelim2.c: New file, extracted from getline.c.
58438         (getndelim2): Renamed from getdelim2, with added nmax argument.
58439         * lib/getline.c: Include getndelim2.c.
58440         (getdelim2): Moved out to getndelim2.c.
58441         (getline, getdelim): Update.
58442
58443 2003-07-17  Bruno Haible  <bruno@clisp.org>
58444
58445         * lib/Makefile.am: Remove file.
58446         * lib/Makefile.in: Remove file.
58447
58448 2003-07-17  Bruno Haible  <bruno@clisp.org>
58449
58450         * configure.in: Remove file.
58451         * Makefile.in: Remove file.
58452
58453 2003-07-17  Bruno Haible  <bruno@clisp.org>
58454
58455         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58456
58457 2003-07-16  Karl Berry  <karl@gnu.org>
58458
58459         * config/srclist-update: was running fixlicense twice, which caused
58460                 texinfo.tex to be nullified for some reason.  Simplify,
58461                 $gplsrc is no longer needed as far as I can see?
58462
58463 2003-07-16  Jim Meyering  <jim@meyering.net>
58464
58465         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58466
58467 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58468
58469         * config/srclist.txt: Get the following files from gettext-runtime/intl
58470         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58471         ref-del.sin.  From Bruno Haible.
58472         * config/srclist-update (fixfile): Change grep pattern again, since the
58473         previous fix didn't work (there was another trailing $).  Use
58474         '[$]' to escape the $s.
58475
58476 2003-07-15  Karl Berry  <karl@gnu.org>
58477
58478         * lib/vasnprintf.c: update from gettext.
58479
58480 2003-07-15  Karl Berry  <karl@gnu.org>
58481
58482         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58483         gets expanded when surrounded by '$'.
58484
58485 2003-07-15  Jim Meyering  <jim@meyering.net>
58486
58487         * modules/save-cwd: Don't depend on error.  From Derek Price.
58488
58489 2003-07-15  Jim Meyering  <jim@meyering.net>
58490
58491         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58492
58493 2003-07-14  Simon Josefsson  <jas@extundo.com>
58494
58495         * modules/mempcpy: New file.
58496         * MODULES.html.sh (func_all_modules): Add mempcpy.
58497
58498 2003-07-14  Simon Josefsson  <jas@extundo.com>
58499
58500         * m4/mempcpy.m4: New file.
58501
58502 2003-07-14  Simon Josefsson  <jas@extundo.com>
58503
58504         * lib/mempcpy.h: New file.
58505         * lib/mempcpy.c: New file.
58506
58507 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58508
58509         * modules/getdate, modules/posixtm: Depend on mktime.
58510
58511 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58512
58513         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58514         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58515         unicodeio.c, unicodeio.h, unlocked-io.h:
58516         Switch from LGPL to GPL.
58517
58518 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58519
58520         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58521         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58522         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58523         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58524         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58525         updated automatically by ../config/srclist-update.  This changes
58526         their license from LPGL to GPL.
58527
58528 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58529
58530         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58531         assumed to refer to the root of the most recent stable gettext version.
58532         * config/srclistvars.sh: Add defaults for eggert.
58533         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58534         Match "This program" as well as "The program".  This is needed
58535         for gettext.
58536
58537 2003-07-14  Jim Meyering  <jim@meyering.net>
58538
58539         Don't emit diagnostics.  Let callers do that.
58540         * lib/save-cwd.c: Don't include "error.h".
58541         (save_cwd): Don't call error.  Ensure that errno is valid
58542         when returning nonzero.
58543
58544         * lib/save-cwd.h (restore_cwd): Update prototype.
58545         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58546         Simplify.  Don't call error upon failure.  Let callers do that.
58547         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58548         when auditing is enabled.  But don't bother updating the #if.
58549
58550 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58551
58552         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58553         it breaks C++ compilation.
58554         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58555
58556 2003-07-10  Simon Josefsson  <jas@extundo.com>
58557
58558         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58559
58560 2003-07-10  Jim Meyering  <jim@meyering.net>
58561
58562         * m4/clock_time.m4: Remove trailing blank.
58563         * m4/intmax_t.m4: Likewise.
58564
58565 2003-07-10  Jim Meyering  <jim@meyering.net>
58566
58567         * lib/vasnprintf.c: Remove trailing blanks.
58568         Make cpp indentation consistent.
58569
58570 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58571
58572         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58573         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58574         Switch from LGPL to GPL.
58575
58576 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58577
58578         * config/srclist.txt: Sort sublists.  Add
58579         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58580         that differ from gnulib for one reason or another; we'd like this list
58581         to be smaller but for now let's document what we have.
58582
58583 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58584
58585         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58586         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58587         and sweeter "eval x=$x".
58588         * config/srclist.txt: Get lib/argp* from glibc.
58589
58590 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58591
58592         * lib/mktime.c: Fix some boundary cases and remove need for floating
58593         point.
58594
58595         Issue a compile-time diagnostic if time_t is floating point, or if
58596         two's complement arithmetic is not in effect, or if arithmetic
58597         right shift does not propagate the sign.  These assumptions were
58598         all in the original code but they weren't checked.
58599
58600         (TIME_T_MIDPOINT, verify): New macros.
58601         (__isleap): Remove; it has integer overflow problems.
58602         (leapyear): New function, without those problems.
58603         (ydhms_tm_diff): Remove; splitting into two parts.
58604         (ydhms_diff): New function, containing the arithmetic part of
58605         the old ydhms_tm_diff function.  Issue a compile-time
58606         diagnostic if we are not using C99 integer division.
58607         Avoid casts when possible.
58608         (guess_time_tm): New function, containing the checking part of
58609         the old ydhms_tm_diff function.  Return the new value, rather than
58610         the difference between it and the old.  Accept a new argument T
58611         so that *T specifies the old value.  Check for overflow in the result.
58612
58613         (__mktime_internal): Use a time_t offset, not a long int offset.
58614         This undoes the 2003-06-04 change, which is no longer needed now
58615         that we have better overflow checking.
58616         (localtime_offset): Likewise.
58617
58618         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58619         and long are 64-bit but int is only 32-bit.
58620         (ydhms_diff): Use long int to store year1 and yday1.
58621         Issue a compile-time diagnostic if long int is not wide enough.
58622
58623         (__mktime_internal): Use long int to store adjusted year and yday.
58624         Use plain C rather than preprocessor commands, if that doesn't
58625         affect efficiency.
58626         Check for overflow (and try to repair) after each probe
58627         rather than checking only at the very end.  This avoids some bugs
58628         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58629         does not equal GMT offset at maximum time).
58630         Use integer to check for overflow rather than floating point; this
58631         is more portable to non-IEEE hosts, and is a tad faster.
58632         When we detect that we are oscillating between two values,
58633         don't check whether tm_isdst has the requested value, since
58634         we already know the answer.  When tm_isdst has the wrong value,
58635         use a different heuristic to find the right one, based on the
58636         extreme values actually observed in practice in tz2003a,
58637         rather than the (overly optimistic) "previous 3 calendar quarters".
58638
58639         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58640         "T const" to accommodate glibc style.
58641         (check_result): Use less-confusing report format.  "long" -> "long int.
58642         (main): Likewise.
58643         Don't loop if the iteration overflows time_t.
58644         Allow a negative step in the iteration.
58645
58646 2003-07-06  Karl Berry  <karl@gnu.org>
58647
58648         * config/depcomp: update from automake.
58649         * config/config.sub: update from prep.
58650
58651 2003-07-03  Karl Berry  <karl@gnu.org>
58652
58653         * config/config.guess: update from prep.
58654
58655 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58656
58657         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58658         xreadlink.c now includes it unconditionally.
58659
58660 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58661
58662         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58663         having it depend on HAVE_SYS_TYPES_H.
58664
58665 2003-07-01  Bruno Haible  <bruno@clisp.org>
58666
58667         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58668         <sys/types.h> should be sufficient.
58669         Reported by Paul Eggert.
58670
58671 2003-06-26  Karl Berry  <karl@gnu.org>
58672
58673         * config/depcomp: update from automake.
58674
58675 2003-06-26  Bruno Haible  <bruno@clisp.org>
58676
58677         * modules/human: Depend on module stdbool.
58678
58679 2003-06-25  Bruno Haible  <bruno@clisp.org>
58680
58681         * modules/readlink: New file.
58682         * modules/xreadlink: Depend on it.
58683         * MODULES.html.sh (func_all_modules): Add readlink.
58684
58685 2003-06-25  Bruno Haible  <bruno@clisp.org>
58686
58687         * m4/readlink.m4: New file.
58688
58689 2003-06-25  Bruno Haible  <bruno@clisp.org>
58690
58691         * lib/readlink.c: New file.
58692
58693 2003-06-22  Karl Berry  <karl@gnu.org>
58694
58695         * config/srclist.txt: update mkinstalldirs from automake.
58696         * config/mkinstalldirs: update.
58697
58698 2003-06-22  Bruno Haible  <bruno@clisp.org>
58699
58700         Portability to mingw32.
58701         * m4/ssize_t.m4: New file, from GNU gettext.
58702         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58703         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58704
58705 2003-06-22  Bruno Haible  <bruno@clisp.org>
58706
58707         * modules/safe-read: Add m4/ssize_t.m4.
58708         * modules/xreadlink: Add m4/ssize_t.m4.
58709
58710 2003-06-20  Bruno Haible  <bruno@clisp.org>
58711
58712         Assume C89, so PARAMS isn't needed.
58713         * lib/unicodeio.h (PARAMS): Remove.
58714         * lib/unicodeio.c: Don't use PARAMS.
58715
58716 2003-06-18  Karl Berry  <karl@gnu.org>
58717
58718         * config/config.{guess,sub}: update from prep.
58719
58720 2003-06-18  Jim Meyering  <jim@meyering.net>
58721
58722         Merge changes from coreutils.
58723         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58724         Remove explicit declarations of xmalloc and realloc.
58725         Include xalloc.h.
58726         (read_utmp): Remove anachronistic cast of xmalloc.
58727
58728 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58729
58730         Assume C89, so PARAMS isn't needed.
58731         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58732         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58733         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58734         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58735         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58736         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58737         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58738         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58739         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58740         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58741         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58742         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58743         no longer needed. Anyway, config.h should always be included before any
58744         other file.
58745
58746 2003-06-11  Simon Josefsson  <jas@extundo.com>
58747
58748         * modules/sysexits: New file.
58749         * MODULES.html.sh (func_all_modules): Add sysexits.
58750
58751 2003-06-11  Simon Josefsson  <jas@extundo.com>
58752
58753         * lib/sysexit_.h: New file.
58754
58755 2003-06-11  Derek Price  <derek@ximbiot.com>
58756
58757         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58758         necessary.
58759
58760 2003-06-11  Bruno Haible  <bruno@clisp.org>
58761
58762         * m4/sysexits.m4: New file.
58763
58764 2003-06-10  Simon Josefsson  <jas@extundo.com>
58765
58766         * lib/argp.h: New file, from glibc.
58767         * lib/argp-ba.c: New file, from glibc.
58768         * lib/argp-eexst.c: New file, from glibc.
58769         * lib/argp-fmtstream.c: New file, from glibc.
58770         * lib/argp-fmtstream.h: New file, from glibc.
58771         * lib/argp-fs-xinl.c: New file, from glibc.
58772         * lib/argp-help.c: New file, from glibc.
58773         * lib/argp-namefrob.h: New file, from glibc.
58774         * lib/argp-parse.c: New file, from glibc.
58775         * lib/argp-pv.c: New file, from glibc.
58776         * lib/argp-pvh.c: New file, from glibc.
58777         * lib/argp-xinl.c: New file, from glibc.
58778
58779 2003-06-10  Simon Josefsson  <jas@extundo.com>
58780
58781         * modules/strchrnul: New file.
58782
58783 2003-06-10  Simon Josefsson  <jas@extundo.com>
58784
58785         * modules/argp: New file.
58786
58787 2003-06-10  Simon Josefsson  <jas@extundo.com>
58788
58789         * m4/strchrnul.m4: New file.
58790
58791 2003-06-10  Simon Josefsson  <jas@extundo.com>
58792
58793         * lib/strchrnul.h: New file.
58794         * lib/strchrnul.c: New file.
58795
58796 2003-06-10  Bruno Haible  <bruno@clisp.org>
58797
58798         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58799
58800 2003-06-07  Karl Berry  <karl@gnu.org>
58801
58802         * config/config.{guess,sub}: update from prep.
58803
58804 2003-06-07  Jim Meyering  <jim@meyering.net>
58805
58806         * modules/strtod: Use $(...) notation, not @...@ for
58807         AC_REPLACE'd variables.
58808         * modules/localcharset: Likewise.
58809
58810 2003-06-07  Jim Meyering  <jim@meyering.net>
58811
58812         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58813         in place of my name in the copyright comment.
58814         Remove definition and uses of __P.
58815
58816         From coreutils.
58817         * lib/stat.c: Don't declare xmalloc explicitly.
58818         Instead, include "xalloc.h".
58819         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58820         xrealloc, and xcalloc return values.
58821         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58822         Improve comment.
58823         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58824
58825 2003-06-07  Bruno Haible  <bruno@clisp.org>
58826
58827         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58828         avoid AC_CONFIG_LINKS.
58829         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58830         fnmatch.h, to avoid AC_CONFIG_LINKS.
58831         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58832
58833 2003-06-07  Bruno Haible  <bruno@clisp.org>
58834
58835         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58836         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58837         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58838         directory.
58839         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58840         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58841         directory.
58842
58843 2003-06-06  Jim Meyering  <jim@meyering.net>
58844
58845         Merge from coreutils.
58846         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58847         Consolidate declarations and initializations of *_base* locals.
58848
58849         Merge from coreutils.
58850         This avoids a core dump on systems without GNU putenv,
58851         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58852         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58853         (unsetenv): New static function, from GNU libc.
58854         (rpl_putenv): Use it.
58855
58856         * lib/modechange.c: Remove trailing blanks.
58857
58858         Merge from coreutils.
58859         * lib/fsusage.c: Remove declaration of statfs.
58860         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58861
58862         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58863
58864 2003-06-06  Jim Meyering  <jim@meyering.net>
58865
58866         * lib/stdbool_.h: Renamed from stdbool.h.in.
58867
58868 2003-06-06  Jim Meyering  <jim@meyering.net>
58869             Bruno Haible  <bruno@clisp.org>
58870
58871         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58872         Adjust Makefile.am snippet not to redirect directly to target.
58873         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58874
58875 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58876
58877         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58878         mismatch, look in future quarters as well as past.  This fixes a
58879         bug when processing fall-backwards gaps immediately after a long
58880         period of daylight-saving time.
58881
58882         * lib/mktime.c: Assume freestanding C89 or better.
58883         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58884         (__P): Remove; not used.
58885         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58886         (mktime, not_equal_tm, print_tm, check_result,
58887         main): Use prototypes.  Use const * where appropriate.
58888         (main): Fix typo in testing code that uncovered by above changes.
58889         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58890
58891 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58892
58893         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58894         locale.h, localeconv.  This merges changes from coreutils.
58895
58896         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58897         It can be removed after the next Autoconf is released.
58898         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58899         needed.
58900
58901 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58902
58903         * lib/mktime.c: Fix Debian bug 177940
58904         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58905         (localtime_offset): Now long int, not time_t, because we want it
58906         to be guaranteed to be signed.  All uses changed.
58907         (__mktime_internal): If overflow would occur when adding offset,
58908         don't add it.
58909
58910         Merge 'human' changes from coreutils.  Rewrite to support
58911         locale-specific notations like thousands separators.
58912         * lib/human.c: Simplify authorship notice.
58913         Include human.h immediately after config.h.
58914         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58915         <limits.h>: Do not include, since human.h does.
58916         (SIZE_MAX, UINTMAX_MAX): New macros.
58917         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58918         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58919         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58920         (power_letter): Renamed from suffixes.
58921         (generate_suffix_backwards): Remove.
58922         (adjust_value): Now takes int style (because of human.h changes)
58923         and long double value (for greater precision on some platforms).
58924         (group_number): New function.
58925         (human_readable): Use it.  Use integer options, not enum.
58926         Put the options before the sizes in the arg list.
58927         Support all the new options.
58928         The old human_readable function has been removed;
58929         use inttostr.h instead.
58930         (human_readable, default_block_size, humblock):
58931         Use uintmax_t, not int, for block sizes.
58932         (human_readable_inexact, block_size_types): Remove.
58933         (block_size_opts): New constant.
58934         (human_options): Renamed from human_block_size, with new signature
58935         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58936         * lib/human.h: Add copyright and authorship notice.
58937         Include <limits.h> and <stdbool.h> unconditionally.
58938         (PARAMS): Remove.  All uses removed.
58939         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58940         (enum human_inexact_style): Remove tag; now a nameless enum.
58941         (human_floor, human_ceiling, human_round_to_even): Now have
58942         values 2, 0, 1 rather than -1, 1, 0.
58943         (human_group_digits, human_suppress_point_zero, human_autoscale,
58944         human_base_1024, human_SI, human_B): New constants.
58945         (human_readable_inexact, human_block_size): Remove.
58946         (human_readable): Size args are now uintmax_t, not int.
58947         (human_options): New decl.
58948
58949         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58950         unnecessary now that we assume C89 or better.  This change
58951         imported from coreutils.
58952
58953         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58954         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58955         in the 2003-05-30 sync from glibc.
58956
58957         .h files should stand alone, but we shouldn't include <sys/types.h>
58958         if we can get away with just <stddef.h>.
58959
58960         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58961         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58962         rather than <sys/types.h>, as we merely need size_t.
58963         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58964         to get size_t.
58965         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58966         Include <stdio.h>, to get FILE.
58967         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58968         memcasecmp.h has included <stddef.h> and all we need is size_t.
58969         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58970         our interface, instead of including <sys/types.h>
58971
58972 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58973
58974         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58975         now, as glibc mktime is buggy on non-glibc systems.
58976
58977 2003-06-03  Karl Berry  <karl@gnu.org>
58978
58979         * config/config.sub: update from prep.
58980
58981 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58982
58983         [from coreutils]
58984         Fix some minor time-related bugs with POSIX time arguments.
58985         Some valid time stamps were being rejected (notably -1, and
58986         time stamps before 1900 on 64-bit hosts).  And some invalid
58987         time stamps were being accepted, e.g. September 31.
58988
58989         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58990         that we can return (time_t) -1 successfully.
58991         * lib/posixtm.c: Likewise.
58992         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58993         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58994         (t): Remove static var.
58995         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58996         of static var.  All uses changed.
58997         (year): Do not reject years before 1900; they can occur with
58998         64-bit time_t.
58999         (posix_time_parse): Do not check for out-of-range components;
59000         that is now the caller's responsibility, since our checks were
59001         only approximations.
59002         (posixtime): Use mktime to check for out-of-range components,
59003         since it knows them exactly.
59004         If mktime returns (time_t) -1, check whether an error actually occurred
59005         by invoking localtime on -1.
59006         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59007         posixtime failures better.
59008         Improve the test data (in comments only).
59009
59010 2003-06-02  Karl Berry  <karl@gnu.org>
59011
59012         * config/mkinstalldirs (version): new variable.
59013         (--version): new option.
59014         (usage): improve message.
59015
59016 2003-05-30  Karl Berry  <karl@gnu.org>
59017
59018         * lib/mktime.c: update from libc.
59019
59020 2003-05-30  Bruno Haible  <bruno@clisp.org>
59021
59022         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59023         * config/config.rpath: Upgrade to gettext-0.12.1.
59024
59025 2003-05-30  Bruno Haible  <bruno@clisp.org>
59026
59027         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59028         * m4/nls.m4: New file, from gettext-0.12.1.
59029         * m4/po.m4: New file, from gettext-0.12.1.
59030         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59031
59032 2003-05-30  Bruno Haible  <bruno@clisp.org>
59033
59034         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59035         * lib/localcharset.h: Likewise.
59036         * lib/localcharset.c: Likewise.
59037
59038 2003-05-29  Karl Berry  <karl@gnu.org>
59039
59040         * config/config.rpath: update from gettext.
59041
59042 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59043
59044         Assume the headers required for C89 freestanding compilers.
59045         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59046         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59047         * m4/human.m4 (gl_HUMAN): Likewise.
59048         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59049         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59050         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59051         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59052         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59053         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59054
59055 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59056
59057         Assume the headers required for C89 freestanding compilers.
59058         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59059         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59060         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59061         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59062         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59063         define, since <limits.h> is guaranteed to do that.
59064         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59065         * lib/exclude.c: Include <stdbool.h> unconditionally.
59066         * lib/tempname.c: Include <stddef.h> unconditionally.
59067         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59068         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59069         <stddef.h> does that.
59070         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59071         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59072         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59073         needed.
59074         * lib/xstrtol.c: Likewise.
59075         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59076         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59077
59078         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59079         warnings on some platforms.
59080
59081         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59082         arbitrarily.
59083
59084 2003-05-26  Jim Meyering  <jim@meyering.net>
59085
59086         Merge in a change from coreutils:
59087         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59088         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59089         that condition, rather than `-1' which is slightly misleading.
59090         Change the name of the cache variable to have the gl_ prefix.
59091         Prompted by a patch from Richard Dawe for DJGPP.
59092
59093 2003-05-24  Karl Berry  <karl@gnu.org>
59094
59095         * config/config.guess: update from prep.
59096
59097 2003-05-22  Karl Berry  <karl@gnu.org>
59098
59099         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59100
59101 2003-05-20  Karl Berry  <karl@gnu.org>
59102
59103         * config/config.guess: update from prep.
59104
59105 2003-05-18  Karl Berry  <karl@gnu.org>
59106
59107         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59108         might actually be set by the user.
59109
59110         * config/depcomp, install-sh, mdate-sh: update from automake.
59111
59112 2003-05-17  Bruno Haible  <bruno@clisp.org>
59113
59114         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59115         invalid expansion for AC_EGREP_CPP.
59116         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59117         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59118         Suggested by Akim Demaille <akim@epita.fr> in
59119         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59120
59121 2003-05-12  Jim Meyering  <jim@meyering.net>
59122
59123         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59124         the space-padded-by-default conversion specifiers, %e, %k, %l.
59125
59126 2003-05-12  Bruno Haible  <bruno@clisp.org>
59127
59128         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59129         the string is longer than 4 KB.
59130
59131 2003-05-11  Karl Berry  <karl@gnu.org>
59132
59133         * config/config.{guess,sub}: update from prep.
59134
59135 2003-05-09  Bruno Haible  <bruno@clisp.org>
59136
59137         * modules/error: Add m4/strerror_r.m4 to file list.
59138
59139 2003-05-03  Bruno Haible  <bruno@clisp.org>
59140
59141         Upgrade to Unicode-4.0.
59142         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59143         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59144         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59145         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59146         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59147         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59148         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59149         Change width of U+E0100..U+E01EF from 1 to 0.
59150
59151 2003-04-25  Jim Meyering  <jim@meyering.net>
59152
59153         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59154         of type size_t, not int.
59155
59156 2003-04-25  Bruno Haible  <bruno@clisp.org>
59157
59158         * lib/copy-file.c: Include <stddef.h>, for size_t.
59159
59160 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59161
59162         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59163         code which expansion is under static control.  Patch imported from
59164         Akim Demaille's patch to Bison; see
59165         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59166
59167 2003-04-14  Bruno Haible  <bruno@clisp.org>
59168
59169         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59170
59171 2003-04-11  Jim Meyering  <jim@meyering.net>
59172
59173         Merge changes from Coreutils.
59174
59175         2003-03-22  Jim Meyering  <jim@meyering.net>
59176
59177         * lib/strftime.c (widen): Cast alloca return value to proper type.
59178
59179         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59180
59181         From GNU libc.
59182         * lib/strftime.c (my_strftime): Handle very large width
59183         specifications for numeric values correctly.  Improve checks for
59184         overflow.
59185
59186         2003-01-19  Jim Meyering  <jim@meyering.net>
59187
59188         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59189         definitions.
59190         (nl_get_alt_digit) [! defined my_strftime]: Define.
59191         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59192         _nl_get_alt_digit and _nl_get_walt_digit.
59193
59194         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59195         libc. These changes have no effect outside of _LIBC.
59196
59197 2003-04-10  Bruno Haible  <bruno@clisp.org>
59198
59199         * modules/findprog: New file.
59200         * MODULES.html.sh (func_all_modules): Add it.
59201
59202 2003-04-10  Bruno Haible  <bruno@clisp.org>
59203
59204         * m4/findprog.m4: New file.
59205         * m4/eaccess.m4: New file.
59206
59207 2003-04-10  Bruno Haible  <bruno@clisp.org>
59208
59209         * lib/findprog.h: New file, from GNU gettext.
59210         * lib/findprog.c: New file, from GNU gettext.
59211
59212 2003-04-05  Jim Meyering  <jim@meyering.net>
59213
59214         Merge changes from Coreutils.
59215
59216         * lib/exclude.h (PARAMS): Remove definition and uses.
59217         * lib/exclude.c: Remove uses of `PARAMS'.
59218
59219         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59220         Add test-cases for DOS filenames. Declare program_name.
59221         (main): Set up program_name.  Patch by Rich Dawe.
59222
59223         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59224         error from mntctl.
59225         Use mntctl's return value to drive the entry-processing loop, since
59226         we can't rely on the value of the vmt_length member in the last
59227         entry.  On some systems doing so could result in exhausting
59228         virtual memory.  Based in part on a patch from Mike Jetzer.
59229
59230 2003-04-04  Bruno Haible  <bruno@clisp.org>
59231
59232         * modules/linebreak: New file.
59233         * MODULES.html.sh (func_all_modules): Add it.
59234
59235 2003-04-04  Bruno Haible  <bruno@clisp.org>
59236
59237         * m4/linebreak.m4: New file.
59238
59239 2003-04-04  Bruno Haible  <bruno@clisp.org>
59240
59241         * lib/linebreak.h: New file, from GNU gettext.
59242         * lib/linebreak.c: New file, from GNU gettext with slight
59243         modifications.
59244         * lib/lbrkprop.h: New file, from GNU gettext.
59245
59246 2003-04-03  Bruno Haible  <bruno@clisp.org>
59247
59248         * modules/utf8-ucs4: New file.
59249         * modules/utf16-ucs4: New file.
59250         * modules/ucs4-utf8: New file.
59251         * modules/ucs4-utf16: New file.
59252         * MODULES.html.sh (func_all_modules): Add them.
59253
59254 2003-04-03  Bruno Haible  <bruno@clisp.org>
59255
59256         * m4/utf-ucs4.m4: New file.
59257         * m4/ucs4-utf.m4: New file.
59258
59259 2003-04-03  Bruno Haible  <bruno@clisp.org>
59260
59261         * lib/utf8-ucs4.h: New file, from GNU gettext.
59262         * lib/utf16-ucs4.h: New file, from GNU gettext.
59263         * lib/ucs4-utf8.h: New file, from GNU gettext.
59264         * lib/ucs4-utf16.h: New file, from GNU gettext.
59265
59266 2003-04-02  Bruno Haible  <bruno@clisp.org>
59267
59268         * modules/binary-io: New file.
59269         * MODULES.html.sh (func_all_modules): Add it.
59270
59271 2003-04-02  Bruno Haible  <bruno@clisp.org>
59272
59273         * lib/binary-io.h: New file, from GNU gettext.
59274
59275 2003-04-01  Bruno Haible  <bruno@clisp.org>
59276
59277         * modules/pathname: New file.
59278         * MODULES.html.sh (func_all_modules): Add it.
59279
59280 2003-04-01  Bruno Haible  <bruno@clisp.org>
59281
59282         * lib/pathname.h: New file, from GNU gettext.
59283         * lib/concatpath.c: New file, from GNU gettext.
59284
59285 2003-03-30  Bruno Haible  <bruno@clisp.org>
59286
59287         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59288
59289 2003-03-30  Bruno Haible  <bruno@clisp.org>
59290
59291         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59292         function chown() doesn't exist.
59293
59294 2003-03-28  Bruno Haible  <bruno@clisp.org>
59295
59296         * modules/copy-file: New file.
59297         * MODULES.html.sh (func_all_modules): Add it.
59298
59299 2003-03-28  Bruno Haible  <bruno@clisp.org>
59300
59301         * m4/copy-file.m4: New file.
59302
59303 2003-03-28  Bruno Haible  <bruno@clisp.org>
59304
59305         * lib/copy-file.h: New file, from GNU gettext.
59306         * lib/copy-file.c: New file, from GNU gettext.
59307
59308 2003-03-18  Jim Meyering  <jim@meyering.net>
59309
59310         * lib/quote.c (quote_n): Fix typo in comment.
59311
59312 2003-03-18  Bruno Haible  <bruno@clisp.org>
59313
59314         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59315         checking.
59316         * m4/onceonly_2_57.m4: Likewise.
59317
59318 2003-03-17  Bruno Haible  <bruno@clisp.org>
59319
59320         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59321         (m4_quote): Remove macro.
59322         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59323
59324 2003-03-14  Jim Meyering  <jim@meyering.net>
59325
59326         Merge changes from Coreutils.
59327         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59328         to be const, in order to avoid warnings.
59329         (obstack_room): Likewise.
59330         (obstack_empty_p): Likewise.
59331
59332 2003-03-14  Bruno Haible  <bruno@clisp.org>
59333
59334         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59335         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59336
59337 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59338
59339         Merge changes from Bison.
59340         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59341         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59342         when compiling Bison 1.875's `bitset bset = obstack_alloc
59343         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59344         * lib/hash.c: Include <stdbool.h> unconditionally.
59345
59346 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59347
59348         * m4/onceonly.m4 (m4_quote): New macro.
59349         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59350         Quote AC_FOREACH variable-expansions properly.
59351
59352 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59353
59354         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59355
59356 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59357
59358         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59359         Reported by Bruce Becker; see:
59360         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59361
59362 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59363             Bruno Haible  <bruno@clisp.org>
59364
59365         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59366         Reported by John Hughes, see
59367         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59368
59369 2003-02-20  Bruno Haible  <bruno@clisp.org>
59370
59371         * MODULES.html.sh (func_all_modules): Add poll.
59372
59373 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59374
59375         * modules/poll: New file.
59376
59377 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59378
59379         * lib/poll_.h: New file.
59380         * lib/poll.c: New file.
59381
59382 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59383
59384         * m4/poll.m4: New file.
59385
59386 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59387
59388         * modules/mathl: New file.
59389
59390 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59391
59392         * lib/mathl.h: New file.
59393         * lib/acosl.c: New file.
59394         * lib/asinl.c: New file.
59395         * lib/atanl.c: New file.
59396         * lib/ceill.c: New file.
59397         * lib/cosl.c: New file.
59398         * lib/expl.c: New file.
59399         * lib/floorl.c: New file.
59400         * lib/frexpl.c: New file.
59401         * lib/ldexpl.c: New file.
59402         * lib/logl.c: New file.
59403         * lib/sincosl.c: New file.
59404         * lib/sinl.c: New file.
59405         * lib/sqrtl.c: New file.
59406         * lib/tanl.c: New file.
59407         * lib/trigl.c: New file.
59408         * lib/trigl.h: New file.
59409
59410 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59411
59412         * m4/mathl.m4: New file.
59413
59414 2003-02-18  Bruno Haible  <bruno@clisp.org>
59415
59416         * MODULES.html.sh (func_all_modules): Add mathl.
59417
59418 2003-02-17  Bruno Haible  <bruno@clisp.org>
59419
59420         * modules/mkdtemp: New module.
59421         * MODULES.html.sh (func_all_modules): Add it.
59422
59423 2003-02-17  Bruno Haible  <bruno@clisp.org>
59424
59425         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59426
59427 2003-02-17  Bruno Haible  <bruno@clisp.org>
59428
59429         * lib/mkdtemp.h: New file, from GNU gettext.
59430         * lib/mkdtemp.c: New file, from GNU gettext.
59431
59432 2003-02-02  Jim Meyering  <jim@meyering.net>
59433
59434         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59435         e.g. glibc-2.2.93.
59436
59437 2003-01-31  Bruno Haible  <bruno@clisp.org>
59438
59439         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59440         'rpl_rename'.
59441         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59442         'rpl_strnlen'.
59443         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59444         'rpl_strtod'.
59445         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59446         'rpl_utime'.
59447
59448 2003-01-31  Bruno Haible  <bruno@clisp.org>
59449
59450         * lib/rename.c: #undef rename before defining rpl_rename.
59451         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59452
59453 2003-01-30  Bruno Haible  <bruno@clisp.org>
59454
59455         * modules/vasnprintf, modules/vasprintf: New modules.
59456         * MODULES.html.sh (func_all_modules): Add them.
59457
59458 2003-01-30  Bruno Haible  <bruno@clisp.org>
59459
59460         * m4/signed.m4: New file, from GNU gettext.
59461         * m4/longdouble.m4: New file, from GNU gettext.
59462         * m4/wchar_t.m4: New file, from GNU gettext.
59463         * m4/wint_t.m4: New file, from GNU gettext.
59464         * m4/vasnprintf.m4: New file.
59465         * m4/vasprintf.m4: New file.
59466
59467 2003-01-30  Bruno Haible  <bruno@clisp.org>
59468
59469         * lib/printf-args.h: New file, from GNU gettext.
59470         * lib/printf-args.c: New file, from GNU gettext.
59471         * lib/printf-parse.h: New file, from GNU gettext.
59472         * lib/printf-parse.c: New file, from GNU gettext.
59473         * lib/vasnprintf.h: New file, from GNU gettext.
59474         * lib/vasnprintf.c: New file, from GNU gettext.
59475         * lib/asnprintf.c: New file, from GNU gettext.
59476         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59477         * lib/vasprintf.c: New file, from GNU gettext.
59478         * lib/asprintf.c: New file, from GNU gettext.
59479
59480 2003-01-29  Bruno Haible  <bruno@clisp.org>
59481
59482         * modules/stpncpy: New module.
59483         * MODULES.html.sh (func_all_modules): Add it.
59484
59485 2003-01-29  Bruno Haible  <bruno@clisp.org>
59486
59487         * m4/stpncpy.m4: New file.
59488
59489 2003-01-29  Bruno Haible  <bruno@clisp.org>
59490
59491         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59492         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59493
59494 2003-01-28  Bruno Haible  <bruno@clisp.org>
59495
59496         * modules/c-ctype: New module.
59497         * MODULES.html.sh (func_all_modules): Add it.
59498
59499 2003-01-28  Bruno Haible  <bruno@clisp.org>
59500
59501         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59502         Paul Eggert.
59503         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59504         Paul Eggert.
59505
59506 2003-01-27  Bruno Haible  <bruno@clisp.org>
59507
59508         * modules/xsetenv: New module.
59509         * MODULES.html.sh (func_all_modules): Add it.
59510
59511 2003-01-27  Bruno Haible  <bruno@clisp.org>
59512
59513         * lib/xsetenv.h: New file, from GNU gettext.
59514         * lib/xsetenv.c: New file, from GNU gettext.
59515
59516 2003-01-23  Jim Meyering  <jim@meyering.net>
59517
59518         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59519         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59520
59521 2003-01-23  Bruno Haible  <bruno@clisp.org>
59522
59523         * modules/minmax: New module.
59524         * MODULES.html.sh (func_all_modules): Add it.
59525
59526 2003-01-23  Bruno Haible  <bruno@clisp.org>
59527
59528         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59529         Eggert.
59530
59531 2003-01-22  Bruno Haible  <bruno@clisp.org>
59532
59533         * modules/exit: New module.
59534         * MODULES.html.sh (func_all_modules): Add it.
59535
59536 2003-01-22  Bruno Haible  <bruno@clisp.org>
59537
59538         * lib/exit.h: New file, from GNU gettext.
59539
59540 2003-01-19  Bruno Haible  <bruno@clisp.org>
59541
59542         * gnulib-tool: Recognize option --extract-maintainer.
59543         (func_get_maintainer): New function.
59544         * modules/*: Add Maintainer entry.
59545
59546 2003-01-16  Jim Meyering  <jim@meyering.net>
59547
59548         * m4/regex.m4: The `regex' struct is both input and output.
59549         Initialize it before each use.  Patch by Tim Waugh.
59550
59551 2003-01-16  Bruno Haible  <bruno@clisp.org>
59552
59553         * MODULES.html.sh: Add a table of contents. Add the module name as
59554         leftmost column. Add hyperlinks.
59555
59556 2003-01-15  Bruno Haible  <bruno@clisp.org>
59557
59558         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59559
59560 2003-01-15  Bruno Haible  <bruno@clisp.org>
59561
59562         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59563         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59564         suffix.
59565
59566 2003-01-15  Bruno Haible  <bruno@clisp.org>
59567
59568         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59569
59570 2003-01-15  Bruno Haible  <bruno@clisp.org>
59571
59572         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59573         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59574
59575 2003-01-14  Jim Meyering  <jim@meyering.net>
59576
59577         * lib/same.c (same_name): Tweak a comment.
59578
59579 2003-01-14  Bruno Haible  <bruno@clisp.org>
59580
59581         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59582         when a string comparison is sufficient.
59583
59584 2003-01-14  Bruno Haible  <bruno@clisp.org>
59585
59586         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59587         'unsigned int'.
59588
59589 2003-01-14  Bruno Haible  <bruno@clisp.org>
59590
59591         * lib/hash-pjw.c: Add comment about low quality of this function.
59592
59593 2003-01-13  Bruno Haible  <bruno@clisp.org>
59594
59595         * modules/stpcpy: Distribute lib/stpcpy.h.
59596         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59597
59598 2003-01-13  Bruno Haible  <bruno@clisp.org>
59599
59600         * modules/*: Add a description.
59601         * modules/strpbrk: Fix Makefile.am snippet.
59602         * modules/strtoimax: Fix dependencies.
59603         * modules/strtoumax: Likewise.
59604
59605 2003-01-13  Bruno Haible  <bruno@clisp.org>
59606
59607         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59608         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59609         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59610
59611 2003-01-13  Bruno Haible  <bruno@clisp.org>
59612
59613         * gnulib-tool (func_create_testdir): Store config/* files in the main
59614         directory.
59615         * config.rpath: Move to ...
59616         * config/config.rpath: ... here.
59617         * modules/gettext: Contains config/config.rpath, not config.rpath.
59618         * modules/iconv: Likewise.
59619
59620 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59621
59622         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59623         to avoid collisions with libcurses and libreadline.
59624
59625         * m4/getstr.m4: Remove.
59626         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59627
59628 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59629
59630         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59631         to avoid collisions with libcurses and libreadline.
59632
59633         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59634         * lib/getstr.h, getstr.c: Remove.
59635         * lib/getline.c: Include "getline.h", to check interface.
59636         Move body of old getstr.c here: this defines MIN_CHUNK and
59637         declares getdelim2, which is renamed from getstr.
59638         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59639
59640         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59641         All uses changed.
59642         * lib/linebuffer.h: Likewise.
59643         (readline): Remove backward-compatibility macro.
59644
59645 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59646
59647         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59648         to avoid collisions with libcurses and libreadline.
59649         * getstr: Remove.
59650         * MODULES.html.sh: Remove getstr.
59651         * modules/getline: Depend on unlocked-io, not getstr.
59652
59653 2003-01-12  Jim Meyering  <jim@meyering.net>
59654
59655         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59656
59657 2003-01-10  Bruno Haible  <bruno@clisp.org>
59658
59659         * modules/alloca: Change Makefile.am requirements. Simplify Include
59660         requirements. Add lib/alloca_.h to file list.
59661
59662 2003-01-10  Bruno Haible  <bruno@clisp.org>
59663
59664         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59665
59666 2003-01-10  Bruno Haible  <bruno@clisp.org>
59667
59668         * lib/alloca_.h: New file.
59669         * lib/getdate.y: Unconditionally include alloca.h.
59670         * lib/makepath.c: Likewise.
59671         * lib/setenv.c: Likewise.
59672         * lib/userspec.c: Likewise.
59673
59674 2003-01-09  Karl Berry  <karl@gnu.org>
59675
59676         * MODULES.html.sh: include `dirname $0` in PATH, to find
59677         gnulib-tool.
59678
59679 2003-01-09  Bruno Haible  <bruno@clisp.org>
59680
59681         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59682         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59683
59684 2003-01-09  Bruno Haible  <bruno@clisp.org>
59685
59686         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59687
59688 2003-01-09  Bruno Haible  <bruno@clisp.org>
59689
59690         * lib/stdbool.h.in: New file.
59691
59692 2003-01-09  Bruno Haible  <bruno@clisp.org>
59693
59694         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59695         * MODULES.html.sh: Likewise.
59696
59697 2003-01-08  Jim Meyering  <jim@meyering.net>
59698
59699         * lib/full-write.c: Undefine and define-away `const' after inclusion
59700         of errno.h, not before.  Suggestion from Bruno Haible.
59701
59702 2003-01-08  Bruno Haible  <bruno@clisp.org>
59703
59704         * modules/full-read: Depend on full-write.
59705
59706 2003-01-08  Bruno Haible  <bruno@clisp.org>
59707
59708         * lib/safe-read.c: Include specification header first, to ensure its
59709         selfcontainedness.
59710         * lib/full-write.c: Likewise.
59711
59712 2003-01-07  Jim Meyering  <jim@meyering.net>
59713
59714         * lib/full-write.c: Rework so that it may serve to define full_read,
59715         too.
59716         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59717
59718 2003-01-07  Bruno Haible  <bruno@clisp.org>
59719
59720         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59721         <inttypes.h>.
59722         * lib/xstrtol.h: Likewise.
59723         * lib/xstrtoimax.c: Likewise.
59724         * lib/xstrtoumax.c: Likewise.
59725         * lib/human.h: Likewise.
59726
59727         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59728         on systems that have <inttypes.h> but not <stdint.h>.
59729
59730 2003-01-07  Bruno Haible  <bruno@clisp.org>
59731
59732         * MODULES.html.sh: Add copyright notice.
59733         (missed_files): Omit CVS directory entries.
59734         (func_module): Make it work with sed-3.02.
59735         * MODULES.txt: Remove file.
59736
59737 2003-01-06  Jim Meyering  <jim@meyering.net>
59738
59739         * lib/version-etc.c: Update year in translatable copyright string.
59740
59741 2003-01-03  Karl Berry  <karl@gnu.org>
59742
59743         * config/config.{guess,sub}: update from prep.
59744
59745 2003-01-02  Karl Berry  <karl@gnu.org>
59746
59747         * doc/COPYING.DOC: belatedly updated to 1.2.
59748
59749 2003-01-01  Karl Berry  <karl@gnu.org>
59750
59751         * gnulib-tool (func_verify_module): report module name $module in
59752         error message, not $1.
59753         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59754         be created, only if it doesn't exist.
59755         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59756
59757 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59758
59759         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59760
59761 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59762
59763         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59764         memcmp if strcoll doesn't work.
59765
59766 2002-12-31  Bruno Haible  <bruno@clisp.org>
59767
59768         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59769         nonempty.
59770
59771 2002-12-31  Bruno Haible  <bruno@clisp.org>
59772
59773         * lib/memcoll.c (STRCOLL): New macro.
59774         (memcoll): Use it.
59775
59776 2002-12-31  Bruno Haible  <bruno@clisp.org>
59777
59778         * lib/localcharset.h: New file.
59779         * lib/localcharset.c: Include it.
59780         * lib/unicodeio.c: Likewise.
59781
59782 2002-12-31  Bruno Haible  <bruno@clisp.org>
59783
59784         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59785         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59786
59787 2002-12-31  Bruno Haible  <bruno@clisp.org>
59788
59789         * lib/getline.h: Include <stddef.h>, for size_t.
59790
59791         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59792         * lib/unicodeio.c: Don't include <stddef.h>.
59793
59794 2002-12-31  Bruno Haible  <bruno@clisp.org>
59795
59796         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59797         HAVE_TM_ZONE.
59798
59799 2002-12-24  Karl Berry  <karl@gnu.org>
59800
59801         * config/config.guess: update from prep.
59802
59803 2002-12-24  Bruno Haible  <bruno@clisp.org>
59804
59805         General infrasructure.
59806         * m4/README: Rewritten.
59807         * m4/onceonly.m4: New file.
59808         * m4/onceonly_2_57.m4: New file.
59809
59810         Module atexit.
59811         * m4/atexit.m4: New file.
59812
59813         Module strtod.
59814         * m4/strtod.m4: New file.
59815
59816         Module strtol.
59817         * m4/strtol.m4: New file.
59818
59819         Module strtoul.
59820         * m4/strtoul.m4: New file.
59821
59822         Module memchr.
59823         * m4/memchr.m4: New file.
59824
59825         Module memcmp.
59826         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59827         (jm_FUNC_MEMCMP): Invoke it.
59828
59829         Module memcpy.
59830         * m4/memcpy.m4: New file.
59831
59832         Module memmove.
59833         * m4/memmove.m4: New file.
59834
59835         Module memset.
59836         * m4/memset.m4: New file.
59837
59838         Module strcspn.
59839         * m4/strcspn.m4: New file.
59840
59841         Module strpbrk.
59842         * m4/strpbrk.m4: New file.
59843
59844         Module strstr.
59845         * m4/strstr.m4: New file.
59846
59847         Module strerror.
59848         * m4/strerror.m4: New file.
59849
59850         Module mktime.
59851         * m4/mktime.m4: Renamed from jm-mktime.m4.
59852         (gl_PREREQ_MKTIME): New macro.
59853         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59854
59855         Module malloc.
59856         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59857         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59858         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59859
59860         Module realloc.
59861         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59862         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59863         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59864
59865         Module strftime.
59866         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59867         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59868         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59869         gl_TM_GMTOFF.
59870         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59871
59872         Module xalloc.
59873         * m4/xalloc.m4: New file.
59874
59875         Module alloca.
59876         * m4/alloca.m4: New file.
59877
59878         Module putenv.
59879         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59880         (jm_FUNC_PUTENV): Invoke it.
59881
59882         Module setenv.
59883         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59884         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59885         when invoked twice.
59886         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59887         gt_FUNC_SETENV.
59888
59889         Module memrchr.
59890         * m4/memrchr.m4: New file.
59891
59892         Module stpcpy.
59893         * m4/stpcpy.m4: New file.
59894
59895         Module strcase.
59896         * m4/strcase.m4: New file.
59897
59898         Module strdup.
59899         * m4/strdup.m4: New file.
59900
59901         Module strnlen.
59902         * m4/strnlen.m4: New file.
59903
59904         Module strndup.
59905         * m4/strndup.m4: New file.
59906
59907         Module xstrtod.
59908         * m4/xstrtod.m4: New file.
59909
59910         Module xstrtol.
59911         * m4/xstrtol.m4: New file.
59912
59913         Module getdate.
59914         * m4/getdate.m4: New file.
59915
59916         Module unlocked-io.
59917         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59918         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59919         * m4/jm-glibc-io.m4n: Remove file.
59920
59921         Module long-options.
59922         * m4/long-options.m4: New file.
59923
59924         Module md5.
59925         * m4/md5.m4: New file.
59926
59927         Module sha.
59928         * m4/sha.m4: New file.
59929
59930         Module getstr.
59931         * m4/getstr.m4: New file.
59932
59933         Module getline.
59934         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59935         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59936         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59937         simply getline. Infoke gl_PREREQ_GETLINE.
59938
59939         Module obstack.
59940         * m4/obstack.m4: New file.
59941
59942         Module hash.
59943         * m4/hash.m4: New file.
59944
59945         Module readtokens.
59946         * m4/readtokens.m4: New file.
59947
59948         Module strverscmp.
59949         * m4/strverscmp.m4: New file.
59950
59951         Module stdbool.
59952         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59953         OSF/1.
59954
59955         Module strtoll.
59956         * m4/strtoll.m4: New file.
59957
59958         Module strtoull.
59959         * m4/strtoull.m4: New file.
59960
59961         Module strtoimax.
59962         * m4/strtoimax.m4: New file.
59963
59964         Module strtoumax.
59965         * m4/strtoumax.m4: New file.
59966
59967         Module xstrtoimax.
59968         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59969         jm_AC_PREREQ_XSTRTOIMAX.
59970         Moved the strtol prerequisites to strtol.m4.
59971         Moved the strtoll prerequisites to strtoll.m4.
59972         Moved the strtoimax prerequisites to strtoimax.m4.
59973
59974         Module xstrtoumax.
59975         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59976         jm_AC_PREREQ_XSTRTOUMAX.
59977         Moved the strtoul prerequisites to strtoul.m4.
59978         Moved the strtoull prerequisites to strtoull.m4.
59979         Moved the strtoumax prerequisites to strtoumax.m4.
59980
59981         Module chown.
59982         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59983         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59984
59985         Module dup2.
59986         * m4/dup2.m4: New file.
59987
59988         Module ftruncate.
59989         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59990         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59991
59992         Module getgroups.
59993         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59994         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59995
59996         Module gettimeofday.
59997         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59998         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59999         gl_PREREQ_GETTIMEOFDAY.
60000
60001         Module mkdir.
60002         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60003         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60004
60005         Module mkstemp.
60006         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60007         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60008         jm_AC_TYPE_UINTMAX_T.
60009         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60010
60011         Module stat.
60012         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60013         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60014
60015         Module lstat.
60016         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60017         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60018
60019         Module timespec.
60020         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60021         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60022         * m4/st_mtim.m4: Indentation.
60023
60024         Module nanosleep.
60025         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60026         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60027         gl_PREREQ_NANOSLEEP.
60028
60029         Module regex.
60030         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60031         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60032         (gl_REGEX): New macro.
60033
60034         Module rename.
60035         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60036         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60037
60038         Module rmdir.
60039         * m4/rmdir.m4: New file.
60040
60041         Module utime.
60042         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60043         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60044         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60045
60046         Module dirname.
60047         * m4/dirname.m4: New file.
60048
60049         Module getopt.
60050         * m4/getopt.m4: New file.
60051
60052         Module unistd-safer.
60053         * m4/unistd-safer.m4: New file.
60054
60055         Module fnmatch.
60056         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60057         declaration.
60058         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60059         (gl_FUNC_FNMATCH_POSIX): New macro.
60060         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60061         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60062         simply fnmatch.
60063
60064         Module exclude.
60065         * m4/exclude.m4: New file.
60066
60067         Module human.
60068         * m4/human.m4: New file.
60069
60070         Module acl.
60071         * m4/acl.m4: Nop.
60072
60073         Module backupfile.
60074         * m4/backupfile.m4: New file.
60075         * m4/d-ino.m4: Indentation.
60076
60077         Module fsusage.
60078         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60079         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60080         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60081
60082         Module dirfd.
60083         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60084         requirements.
60085
60086         Module euidaccess.
60087         * m4/euidaccess.m4: New file.
60088
60089         Module file-type.
60090         * m4/file-type.m4: New file.
60091
60092         Module fileblocks.
60093         * m4/fileblocks.m4: New file.
60094
60095         Module filemode.
60096         * m4/filemode.m4: New file.
60097
60098         Module isdir.
60099         * m4/isdir.m4: New file.
60100
60101         Module lchown.
60102         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60103         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60104
60105         Module makepath.
60106         * m4/makepath.m4: New file.
60107
60108         Module modechange.
60109         * m4/modechange.m4: New file.
60110
60111         Module mountlist.
60112         * m4/mountlist.m4: New file.
60113         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60114         Indentation.
60115
60116         Module path-concat.
60117         * m4/path-concat.m4: New file.
60118
60119         Module pathmax.
60120         * m4/pathmax.m4: New file.
60121
60122         Module same.
60123         * m4/same.m4: New file.
60124
60125         Module save-cwd.
60126         * m4/save-cwd.m4: New file.
60127
60128         Module savedir.
60129         * m4/savedir.m4: New file.
60130
60131         Module xgetcwd.
60132         * m4/xgetcwd.m4: New file.
60133         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60134
60135         Module xreadlink.
60136         * m4/xreadlink.m4: New file.
60137
60138         Module safe-read.
60139         * m4/safe-read.m4: New file.
60140
60141         Module safe-write.
60142         * m4/safe-write.m4: New file.
60143
60144         Module closeout.
60145         * m4/closeout.m4: New file.
60146
60147         Module stdio-safer.
60148         * m4/stdio-safer.m4: New file.
60149
60150         Module getpass.
60151         * m4/getpass.m4: New file.
60152
60153         Module getugroups.
60154         * m4/getugroups.m4: New file.
60155
60156         Module group-member.
60157         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60158         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60159
60160         Module idcache.
60161         * m4/idcache.m4: New file.
60162
60163         Module userspec.
60164         * m4/userspec.m4: New file.
60165
60166         Module gettime.
60167         * m4/clock_time.m4: New file.
60168         * m4/gettime.m4: New file.
60169
60170         Module settime.
60171         * m4/settime.m4: New file.
60172
60173         Module posixtm.
60174         * m4/posixtm.m4: New file.
60175
60176         Module gethostname.
60177         * m4/gethostname.m4: New file.
60178
60179         Module canon-host.
60180         * m4/canon-host.m4: New file.
60181
60182         Module gettext.
60183         * m4/codeset.m4: New file, from gettext-0.11.5.
60184         * m4/gettext.m4: New file, from gettext-0.11.5.
60185         * m4/glibc21.m4: New file, from gettext-0.11.5.
60186         * m4/iconv.m4: New file, from gettext-0.11.5.
60187         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60188         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60189         * m4/inttypes.m4: New file, from gettext-0.11.5.
60190         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60191         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60192         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60193         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60194         * m4/lib-link.m4: New file, from gettext-0.11.5.
60195         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60196         * m4/progtest.m4: New file, from gettext-0.11.5.
60197         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60198         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60199         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60200
60201         Module localcharset.
60202         * m4/localcharset.m4: New file.
60203
60204         Module hard-locale.
60205         * m4/hard-locale.m4: New file.
60206
60207         Module mbswidth.
60208         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60209         onceonly macros.
60210         * m4/mbrtowc.m4: Add comment.
60211
60212         Module memcasecmp.
60213         * m4/memcasecmp.m4: New file.
60214
60215         Module memcoll.
60216         * m4/memcoll.m4: New file.
60217
60218         Module unicodeio.
60219         * m4/unicodeio.m4: New file.
60220
60221         Module rpmatch.
60222         * m4/rpmatch.m4: New file.
60223
60224         Module yesno.
60225         * m4/yesno.m4: New file.
60226
60227         Module exitfail.
60228         * m4/exitfail.m4: New file.
60229
60230         Module c-stack.
60231         * m4/c-stack.m4 (gl_C_STACK): New macro.
60232         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60233
60234         Module error.
60235         * m4/error.m4 (gl_ERROR): New macro.
60236         (jm_PREREQ_ERROR): Use onceonly macros.
60237
60238         Module fatal.
60239         * m4/fatal.m4: New file.
60240
60241         Module getloadavg.
60242         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60243         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60244
60245         Module getpagesize.
60246         * m4/getpagesize.m4: New file.
60247
60248         Module getusershell.
60249         * m4/getusershell.m4: New file.
60250
60251         Module physmem.
60252         * m4/physmem.m4: New file.
60253
60254         Module posixver.
60255         * m4/posixver.m4: New file.
60256
60257         Module quotearg.
60258         * m4/quotearg.m4: New file.
60259
60260         Module quote.
60261         * m4/quote.m4: New file.
60262
60263         Module readutmp.
60264         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60265
60266         Module sig2str.
60267         * m4/sig2str.m4: New file.
60268
60269         Other.
60270         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60271         ulonglong.m4.
60272         * m4/intmax_t.m4: New file.
60273         * m4/d-type.m4: Indentation.
60274         * m4/jm-macros.m4: Update.
60275         * m4/prereq.m4 (jm_PREREQ): Update.
60276         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60277         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60278         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60279         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60280         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60281         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60282         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60283         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60284         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60285         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60286         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60287         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60288         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60289         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60290         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60291         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60292         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60293         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60294         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60295
60296 2002-12-24  Bruno Haible  <bruno@clisp.org>
60297
60298         * MODULES.txt: Update according to m4/ changes.
60299
60300         Module gettext.
60301         * config.rpath: New file, from gettext-0.11.5.
60302
60303         * modules/*: New module descriptions.
60304         * gnulib-tool: New file.
60305         * MODULES.html.sh: New file.
60306
60307 2002-12-21  Karl Berry  <karl@gnu.org>
60308
60309         * doc/fdl.texi: update to version 1.2.
60310
60311 2002-12-19  Karl Berry  <karl@gnu.org>
60312
60313         * config/config.guess: update from prep.
60314
60315 2002-12-18  Bruno Haible  <bruno@clisp.org>
60316
60317         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60318         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60319
60320 2002-12-17  Bruno Haible  <bruno@clisp.org>
60321
60322         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60323         stdlib.h, string.h.
60324
60325 2002-12-17  Bruno Haible  <bruno@clisp.org>
60326
60327         * lib/canon-host.c (strdup): Remove unused declaration.
60328
60329         * lib/fsusage.c: Include full_read.h.
60330         (get_fs_usage): Use full_read instead of safe_read.
60331
60332         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60333
60334 2002-12-12  Karl Berry  <karl@gnu.org>
60335
60336         * config/config.guess: update from prep.
60337
60338 2002-12-11  Bruno Haible  <bruno@clisp.org>
60339
60340         * m4/setenv.m4: New file, from gettext-0.11.5.
60341
60342 2002-12-11  Bruno Haible  <bruno@clisp.org>
60343
60344         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60345         not unsetenv().
60346         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60347         modifications:
60348
60349         2002-12-11  Bruno Haible  <bruno@clisp.org>
60350
60351                 * setenv.c (alloca): Fall back to malloc.
60352                 (freea): New macro.
60353                 (setenv): Use freea() to free memory allocated with alloca().
60354
60355         2002-11-13  Bruno Haible  <bruno@clisp.org>
60356
60357                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60358                 function declarations.
60359                 * unsetenv.c (unsetenv): Likewise.
60360
60361         2002-03-04  Bruno Haible  <bruno@clisp.org>
60362
60363                 Portability to AIX 4.3.3.
60364                 * unsetenv.c: New file, extracted from setenv.c.
60365                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60366
60367         2001-12-20  Bruno Haible  <bruno@clisp.org>
60368
60369                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60370                 use malloc instead. For SunOS 4.
60371
60372         2001-12-11  Bruno Haible  <bruno@clisp.org>
60373
60374                 * setenv.c: Declare alloca.
60375                 (compar_fn_t): New typedef.
60376                 (KNOWN_VALUE, STORE_VALUE): Use it.
60377
60378         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60379         setenv.h.
60380
60381 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60382
60383         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60384         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60385         Choose values that are less likely to collide with system fnmatch
60386         options.
60387         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60388         defined (e.g., a pure POSIX system).
60389         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60390         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60391
60392 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60393
60394         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60395         a pain in practice to deal with generated m4 files.  This change
60396         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60397
60398         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60399         and jm-glibc-io.m4, as they are no longer a special case.
60400         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60401         kludge and the auto-generation stuff.  Check only whether the
60402         functions are declared, not whether they exist, since older hosts
60403         that don't declare the functions can't use the optimization anyway.
60404
60405 2002-12-06  Jim Meyering  <jim@meyering.net>
60406
60407         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60408
60409         Merge in changes from libc's misc/error.c, in preparation
60410         for the merge of gnulib's changes back into libc.
60411
60412         * lib/error.c (_): Define only if not already defined.
60413         Move definition to follow all #include directives.
60414         Include unlocked-io.h only if !_LIBC.
60415         [_LIBC]: Include <libio/libioP.h>.
60416         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60417         (fflush): Tweak definition to use INTUSE.
60418         (putc): Define.
60419
60420 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60421
60422         * lib/alloca.c [defined emacs]: Include "lisp.h".
60423         (xalloc_die) [defined emacs]: New macro.
60424         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60425         [! defined emacs]: Include <xalloc.h>.
60426         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60427         (pointer): Typedef to POINTER_TYPE *.
60428         (malloc): Remove decl; we now always use xmalloc.
60429         (alloca): Use old-style definition, since Emacs needs this.
60430         Check for arithmetic overflow when computing combined size.
60431
60432 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60433
60434         Do not generate unlocked-io.h automatically, since it's easier to
60435         maintain it by hand.
60436
60437         * lib/unlocked-io.h: New file, from GNU diffutils,
60438         but with proper copyright notice and attribution.
60439         * lib/gen-uio: Remove.
60440         * lib/Makefile.am: Add copyright notice.
60441         (libfetish_a_SOURCES): Add unlocked-io.h.
60442         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60443         (DISTCLEANFILES, io_functions): Remove macros.
60444         (EXTRA_DIST): Remove gen_uio.
60445         (unlocked-io.h): Remove rule.
60446
60447 2002-12-04  Jim Meyering  <jim@meyering.net>
60448
60449         Reflect the fact that stat.c and lstat.c are no longer generated.
60450         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60451         (DISTCLEANFILES): Likewise.
60452         (EXTRA_DIST): Likewise.
60453         (all_local): Don't depend on stat.c or lstat.c.
60454         (stat.c, lstat.c): Remove rules.
60455         (EXTRA_DIST): Remove xstat.in.
60456
60457         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60458         * lib/stat.c: New file.  Contents mostly from xstat.in.
60459         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60460         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60461
60462         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60463         too.
60464         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60465
60466 2002-12-03  Jim Meyering  <jim@meyering.net>
60467
60468         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60469         but not semantics, to minimize the differences between these two files.
60470         (safe_read): Change comment to mention SAFE_READ_ERROR.
60471
60472         * lib/safe-read.c (IS_EINTR): Define.
60473         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60474
60475 2002-12-02  Jim Meyering  <jim@meyering.net>
60476
60477         * lib/safe-read.c (EINTR): Define.
60478         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60479         (INT_MAX): Provide fallback.
60480         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60481
60482         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60483
60484 2002-12-02  Bruno Haible  <bruno@clisp.org>
60485
60486         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60487         Define, taken from safe-read.c.
60488         (INT_MAX): Provide fallback.
60489         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60490         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60491
60492         * lib/safe-read.c (EINTR): Remove definition.
60493         (safe_read): Don't use EINTR if it is absent.
60494
60495 2002-12-01  Jim Meyering  <jim@meyering.net>
60496
60497         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60498         zero.
60499         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60500
60501 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60502
60503         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60504         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60505         with `if (! (value < limit)) abort ();', for readability.
60506
60507 2002-11-26  Karl Berry  <karl@gnu.org>
60508
60509         * lib/strdup.c: copy from libc again, with jim's ok.
60510         * lib/.cppi-disable: re-add strdup.c
60511
60512 2002-11-25  Karl Berry  <karl@gnu.org>
60513
60514         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60515         instead of "strtol.c".
60516
60517 2002-11-25  Karl Berry  <karl@gnu.org>
60518
60519         * config/install-sh: update from automake for variable quoting, $0 in
60520         error msgs, etc.
60521
60522         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60523         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60524         entry.
60525
60526 2002-11-25  Jim Meyering  <jim@meyering.net>
60527
60528         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60529
60530 2002-11-24  Karl Berry  <karl@gnu.org>
60531
60532         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60533         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60534
60535 2002-11-24  Jim Meyering  <jim@meyering.net>
60536
60537         Update from coreutils:
60538
60539         * lib/mktime.c: Merge in changes from libc.
60540
60541         Avoid a link-time failure on some Linux systems.
60542         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60543         (otherwise).
60544         (__mon_yday): Declare with the STATIC attribute.
60545         (__mktime_internal): Likewise.
60546         Based on a report from Greg Schafer.
60547
60548 2002-11-23  Jim Meyering  <jim@meyering.net>
60549
60550         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60551         Use `unsigned', not `int', as type of index.
60552
60553         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60554
60555         * lib/fsusage.c: Remove unneeded parentheses around operands of
60556         `defined'.
60557
60558 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60559
60560         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60561         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60562         so that we can be included first.
60563         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60564         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60565         No need to include stddef.h or sys/types.h any more.
60566         Surround local include files with "", not "<>".
60567         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60568         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60569         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60570         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60571         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60572         (ISPRINT): Remove; no longer needed now that we assume C89.
60573
60574         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60575         Preserve errno.
60576
60577         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60578         quotearg_char): Use SIZE_MAX rather than
60579         (size_t) -1 when we are talking about "infinity".
60580
60581         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60582
60583 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60584
60585         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60586         hint that one should use `if (! x) abort ();' rather than `assert
60587         (x);', and anyway it's one less thing to worry about configuring.
60588         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60589         hash_rehash, hash_insert): Use abort rather than assert.
60590
60591 2002-11-22  Bruno Haible  <bruno@clisp.org>
60592
60593         * lib/safe-read.h: Assume C89. Add comments.
60594         (safe_read): Change return type to size_t.
60595         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60596         byte counts > SSIZE_MAX correctly.
60597         * lib/safe-write.h: New file.
60598         * lib/safe-write.c: New file.
60599         * lib/full-read.h: New file.
60600         * lib/full-read.c: New file.
60601         * lib/full-write.h: Assume C89. Add comments.
60602         * lib/full-write.c: Include safe-write.h.
60603         (full_write): Rewritten to use safe_write.
60604         Suggested by Jim Meyering and Paul Eggert.
60605
60606 2002-11-21  Jim Meyering  <jim@meyering.net>
60607
60608         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60609
60610         Merge in changes from the coreutils.
60611
60612         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60613         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60614         <stdint.h>.
60615         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60616         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60617         int.  Work more efficiently if X is the same width as uintmax_t.
60618         Do not compare X to -1, to avoid bogus compiler warning.
60619         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60620         Don't assume that f_frsize and f_bsize are the same type.
60621
60622         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60623         warning on FreeBSD.
60624
60625         * lib/makepath.c (make_path): Restore umask *before* creating the final
60626         component.
60627         (make_path): Minor reformatting.
60628
60629         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60630         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60631         HAVE_MALLOC/HAVE_REALLOC.
60632
60633         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60634         dummy ones.  At least on GNU/Linux systems, `auto' means something
60635         else.
60636         From Michael Stone.
60637
60638 2002-11-21  Bruno Haible  <bruno@clisp.org>
60639
60640         Remove case insensitive option matching.
60641         * lib/argmatch.h (argcasematch): Remove declaration.
60642         (ARGCASEMATCH): Remove macro.
60643         (__xargmatch_internal): Remove case_sensitive argument.
60644         (XARGMATCH): Update.
60645         (XARGCASEMATCH): Remove macro.
60646         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60647         case_sensitive argument.
60648         (argcasematch): Remove function.
60649         (__xargmatch_internal): Remove case_sensitive argument.
60650         (main): Use XARGMATCH instead of XARGCASEMATCH.
60651
60652         * lib/xmalloc.c: Change compile-time error message. Add comment about
60653         required autoconf version.
60654
60655 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60656
60657         Merge argmatch cleanups from Bison.  Assume C89.
60658
60659         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60660         Include stdlib.h, for EXIT_FAILURE.
60661         Always include <string.h>, since we assume C89.
60662         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60663         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60664         Include <stddef.h> instead, since it's all we need for size_t.
60665         (PARAMS): Remove.  All uses removed.
60666         (ARRAY_CARDINALITY): Do not bother to #undef.
60667         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60668         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60669         Remove unnecessary parentheses.
60670         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60671         Insert necessary parentheses.
60672         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60673         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60674
60675 2002-11-19  Bruno Haible  <bruno@clisp.org>
60676
60677         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60678         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60679
60680         * lib/mbswidth.h (PARAMS): Remove macro.
60681         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60682         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60683
60684         * lib/gcd.h (PARAMS): Remove macro.
60685         (gcd): Use ANSI C function declarations.
60686         * lib/gcd.c (gcd): Likewise.
60687
60688 2002-11-15  Bruno Haible  <bruno@clisp.org>
60689
60690         * lib/strcspn.c: Include <stddef.h>.
60691         (strcspn): Use ANSI C function declaration. Change return type to
60692         size_t. Use NULL.
60693         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60694         (strpbrk): Use NULL.
60695         * lib/strpbrk.h (PARAMS): Remove macro.
60696         (strpbrk): Use ANSI C function declaration.
60697         * lib/strstr.c: Don't include <sys/types.h>.
60698         * lib/strstr.h (PARAMS): Remove macro.
60699         (strstr): Use ANSI C function declarations.
60700
60701 2002-11-14  Karl Berry  <karl@gnu.org>
60702
60703         * config/mkinstalldirs: `do' on separate line, instead of
60704         `for var; do'.
60705
60706 2002-11-06  Bruno Haible  <bruno@clisp.org>
60707
60708         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60709         * lib/gcd.c (gcd): Likewise.
60710
60711 2002-11-05  Bruno Haible  <bruno@clisp.org>
60712
60713         * lib/gcd.h: New file, from gettext-0.11.5.
60714         * lib/gcd.c: New file, from gettext-0.11.5.
60715
60716 2002-11-05  Bruno Haible  <bruno@clisp.org>
60717
60718         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60719         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60720         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60721         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60722
60723         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60724         <libintl.h>.
60725         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60726         <libintl.h>.
60727
60728         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60729         * lib/human.c: Include gettext.h instead of <libintl.h>.
60730         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60731         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60732         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60733         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60734         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60735         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60736         (textdomain): Remove definition.
60737         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60738
60739         * lib/long-options.c: Remove include of <libintl.h> and definition of
60740         _.
60741         * lib/same.c: Remove include of <libintl.h> and definition of _.
60742
60743 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60744
60745         * lib/config.charset: A few additions for Solaris.
60746
60747 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60748
60749         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60750         * lib/localcharset.c (locale_charset): Declare as extern "C".
60751
60752 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60753
60754         * lib/config.charset: msdos in uk_UA uses CP1125.
60755
60756 2002-11-04  Bruno Haible  <bruno@clisp.org>
60757
60758         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60759         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60760         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60761         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60762         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60763
60764 2002-11-04  Bruno Haible  <bruno@clisp.org>
60765
60766         * lib/localcharset.c (locale_charset): Don't return an empty string.
60767
60768 2002-11-04  Bruno Haible  <bruno@clisp.org>
60769
60770         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60771         aliases.
60772
60773 2002-11-04  Bruno Haible  <bruno@clisp.org>
60774
60775         * lib/config.charset: Update for newest glibc. Add canonical names
60776         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60777
60778 2002-11-04  Bruno Haible  <bruno@clisp.org>
60779
60780         * lib/config.charset: Add support for NetBSD.
60781
60782 2002-11-04  Bruno Haible  <bruno@clisp.org>
60783
60784         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60785
60786 2002-11-01  Bruno Haible  <bruno@clisp.org>
60787
60788         * configure.in: Add AC_CONFIG_AUX_DIR call.
60789         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60790         test/Makefile.
60791         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60792
60793 2002-09-28  Karl Berry  <karl@gnu.org>
60794
60795         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60796         installed automake until the next release, since changes have been
60797         made.
60798
60799 2002-09-25  Karl Berry  <karl@gnu.org>
60800
60801         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60802         * lib/getopt*: copy from libc/posix.
60803         * lib/gettext.h: copy from gettext.
60804         * lib/.cppi-disable: add strdup.c, gettext.h.
60805
60806 2002-09-25  Karl Berry  <karl@gnu.org>
60807
60808         * config/srclist.txt: enable gettext.h check.
60809         * config/config.{guess,sub}: update from prep.
60810         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60811                 from automake 1.6.3.
60812         See srclist*.
60813
60814 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60815
60816         * regex.c (PATFETCH): Remove the translating fetch.
60817         (PATFETCH_RAW): Rename to PATFETCH.
60818         (set_image_of_range): New fun.
60819         (SET_RANGE_TABLE_WORK_AREA): Use it.
60820         (regex_compile): Don't translate the pattern chars so eagerly.
60821         Only do it when inserting an `exactn' bytecode or when handling
60822         a char-range.
60823         (mutually_exclusive_p): Avoid empty statement.
60824
60825 2002-07-06  Jim Meyering  <meyering@lucent.com>
60826
60827         * m4/README: Don't mention Makefile.am.in.
60828         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60829
60830 2002-07-01  Jim Meyering  <meyering@lucent.com>
60831
60832         * lib/c-stack.c: Include sys/time.h.
60833         From Volker Borchert.
60834
60835 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60836
60837         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60838
60839 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60840
60841         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60842         New macro.  Use it uniformly instead of
60843         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60844         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60845         reported by Vin Shelton.
60846
60847 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60848
60849         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60850         Do not assume SA_SIGINFO behavior.
60851         Bug reported by Jim Meyering on NetBSD 1.5.2.
60852
60853 2002-06-22  Jim Meyering  <meyering@lucent.com>
60854
60855         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60856         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60857
60858         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60859         now that configure.ac uses AC_GNU_SOURCE.
60860         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60861         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60862
60863         Update to latest tools.  Suggestions from Paul Eggert.
60864         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60865         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60866         * m4/fnmatch.m4: Likewise.
60867         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60868         to AC_HEADER_STDBOOL
60869
60870 2002-06-22  Jim Meyering  <meyering@lucent.com>
60871
60872         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60873         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60874
60875 2002-06-22  Jim Meyering  <meyering@lucent.com>
60876
60877         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60878
60879         * lib/exitfail.c, exitfail.h: Likewise.
60880         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60881
60882         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60883         of fnmatch.h.
60884         (EXTRA_DIST): Add fnmatch_loop.c.
60885         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60886
60887         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60888         * lib/fnmatch.c: Update from diffutils-2.8.2.
60889         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60890         * lib/fnmatch.h: Remove file.
60891
60892 2002-06-21  Jim Meyering  <meyering@lucent.com>
60893
60894         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60895         * m4/mbrtowc.m4: Likewise.
60896
60897         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60898         * m4/mbswidth.m4: Reflect name change:
60899         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60900         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60901
60902         * m4/lib-link.m4: Update from gettext-0.11.2.
60903         * m4/gettext.m4: Likewise.
60904
60905         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60906         From Alfred M. Szmidt.
60907
60908 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60909
60910         * lib/file-type.h: Report an error if neither S_ISREG nor
60911         S_IFREG is defined, instead of using a test specific to glibc
60912         2.2.  This should be safe, since POSIX requires S_ISREG and
60913         Unix Version 7 had S_IFREG.  We don't need to check for
60914         <sys/types.h> since we don't use any symbols that it defines.
60915
60916 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60917
60918         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60919         $@-t, so that each temporary file name is unique and valid in the first
60920         8 characters, for operation under DOS.
60921
60922 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60923
60924         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60925
60926 2002-06-15  Jim Meyering  <meyering@lucent.com>
60927
60928         Work even with DJGPP 2.03, which lacks support for symlinks.
60929         From Richard Dawe.
60930         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60931         is defined.
60932         * lib/lchown.c (S_ISLNK): Likewise.
60933
60934 2002-06-15  Jim Meyering  <meyering@lucent.com>
60935
60936         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60937         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60938         have been included before this file.
60939
60940 2002-06-14  Jim Meyering  <meyering@lucent.com>
60941
60942         * lib/file-type.h: Use the version from diffutils-2.8.2.
60943         * lib/file-type.c: Likewise.
60944
60945 2002-06-07  Jim Meyering  <meyering@lucent.com>
60946
60947         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60948         They're needed at least for NetBSD 1.5.2.
60949         ($statxfs_includes): Include those same headers.
60950         ($statxfs_includes): Include sys/vfs.h if available.
60951         ($statxfs_includes): Likewise for sys/statvfs.h.
60952         Check for the following members in both structs statfs and statvfs:
60953         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60954
60955 2002-06-01  Jim Meyering  <meyering@lucent.com>
60956
60957         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60958         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60959
60960 2002-05-28  Jim Meyering  <meyering@lucent.com>
60961
60962         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60963         Reported by Volker Borchert.
60964
60965 2002-05-27  Jim Meyering  <meyering@lucent.com>
60966
60967         Fix a problem seen only on nonconforming systems whereby ls.c's
60968         use of localtime, and then of gettimeofday would cause trouble:
60969         the localtime call used to initialize rpl_gettimeofday's save
60970         mechanism would clobber ls's current local time information so
60971         that in any long listing the first file would always be listed
60972         with date 1970-01-01.  Analysis by Volker Borchert.
60973
60974         * lib/gettimeofday.c (localtime): Undefine.
60975         (rpl_localtime): New function.
60976
60977 2002-05-27  Jim Meyering  <meyering@lucent.com>
60978
60979         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60980         localtime.
60981
60982         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60983         use the replacement function; it wouldn't resolve at link time.
60984         Reported by Volker Borchert.
60985
60986 2002-05-22  Jim Meyering  <meyering@lucent.com>
60987
60988         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60989         file-type.h.
60990         * lib/file-type.h: New file.
60991         * lib/file-type.c (file_type): New file/function.  Extracted from
60992         diffutils.
60993
60994 2002-04-30  Jim Meyering  <meyering@lucent.com>
60995
60996         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60997
60998 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60999
61000         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61001
61002 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61003
61004         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61005         Do not check for alloca.h (no longer used) or stdbool.h (was never
61006         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61007
61008 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61009
61010         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61011
61012 2002-04-29  Jim Meyering  <meyering@lucent.com>
61013
61014         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61015         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61016         Use AC_FUNC_STRNLEN here instead.
61017
61018         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61019         With autoconf-2.53a, it's part of AC_PROG_CC.
61020
61021 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61022
61023         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61024         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61025
61026 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61027
61028         * lib/sig2str.h, lib/sig2str.c: New files.
61029         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61030
61031 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61032
61033         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61034         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61035         of 127, since 64 is the largest conceivable number for ancient
61036         nonstandard hosts.
61037         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61038
61039 2002-04-28  Jim Meyering  <meyering@lucent.com>
61040
61041         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61042
61043 2002-04-24  Jim Meyering  <meyering@lucent.com>
61044
61045         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61046         (jm_PREREQ): Use it.
61047
61048         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61049         mach/mach.h fcntl.h.
61050         Check for this function: setlocale.
61051
61052 2002-04-24  Jim Meyering  <meyering@lucent.com>
61053
61054         * lib/gettext.h: New file, from Gettext.
61055         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61056         (libfetish_a_SOURCES): Add gettext.h.
61057
61058 2002-04-16  Jim Meyering  <meyering@lucent.com>
61059
61060         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61061         ut_pid, ut_id, ut_exit.
61062
61063 2002-04-16  Jim Meyering  <meyering@lucent.com>
61064
61065         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61066         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61067         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61068
61069 2002-04-12  Jim Meyering  <meyering@lucent.com>
61070
61071         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61072         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61073         existence of the getmntinfo function.  Needed for Darwin 5.3.
61074
61075         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61076         This is necessary at least on Darwin 5.3.
61077
61078         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61079         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61080         strnlen.o in the library, and that makes some versions of ranlib
61081         object.
61082
61083 2002-04-12  Jim Meyering  <meyering@lucent.com>
61084
61085         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61086
61087 2002-04-09  Jim Meyering  <meyering@lucent.com>
61088
61089         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61090         to be more precise.  Rather than saying we're checking whether the
61091         function `works', say what we're testing.
61092         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61093         Reported by Bruno Haible.
61094
61095 2002-03-10  Jim Meyering  <meyering@lucent.com>
61096
61097         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61098         Suggestion from Santiago Vila.
61099
61100 2002-03-08  Jim Meyering  <meyering@lucent.com>
61101
61102         * lib/rename.c: Mention that this wrapper is needed also on
61103         mips-dec-ultrix4.4 systems.
61104
61105 2002-03-02  Jim Meyering  <meyering@lucent.com>
61106
61107         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61108         not HAVE_CLOCK_SETTIME.
61109
61110 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61111
61112         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61113         Check for clock_settime.
61114
61115 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61116
61117         * lib/nanosleep.h: Rename to....
61118         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61119
61120         * lib/gettime.c: New file.
61121         * lib/settime.c: New file.
61122         * lib/stime.c: Remove.
61123
61124         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61125         timespec.h.  Remove nanosleep.h.
61126
61127 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61128
61129         * m4/acl.m4: New file.
61130         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61131         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61132
61133 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61134
61135         * lib/acl.c, lib/acl.h: New files.
61136         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61137
61138 2002-02-24  Jim Meyering  <meyering@lucent.com>
61139
61140         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61141         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61142         cause trouble.  Reported by Nelson Beebe.
61143
61144 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61145
61146         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61147         compilers that don't know that xalloc_die never returns.
61148
61149 2002-02-20  Jim Meyering  <meyering@lucent.com>
61150
61151         * lib/getdate.c: Regenerate using bison-1.33.
61152
61153 2002-02-17  Jim Meyering  <meyering@lucent.com>
61154
61155         * config/config.guess (main): Don't use `head -1'; it's no longer
61156         portable. Use `sed 1q' instead.
61157
61158 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61159
61160         * m4/codeset.m4: Upgrade to gettext-0.11.
61161         * m4/gettext.m4: Upgrade to gettext-0.11.
61162         * m4/glibc21.m4: Upgrade to gettext-0.11.
61163         * m4/iconv.m4: Upgrade to gettext-0.11.
61164         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61165         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61166         * m4/lib-ld.m4: New file, from gettext-0.11.
61167         * m4/lib-link.m4: New file, from gettext-0.11.
61168         * m4/lib-prefix.m4: New file, from gettext-0.11.
61169         * m4/progtest.m4: Upgrade to gettext-0.11.
61170
61171 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61172
61173         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61174         (jm_PREREQ): Use it.
61175
61176 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61177
61178         * lib/posixver.c, lib/posixver.h: New files.
61179         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61180
61181 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61182             Bruno Haible  <bruno@clisp.org>
61183
61184         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61185         (fwrite_success_callback): New declaration.
61186         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61187         print_unicode_char. Call failure callback instead of error.
61188         (fwrite_success_callback): New function.
61189         (exit_failure_callback): New function.
61190         (fallback_failure_callback): New function.
61191         (print_unicode_char): Call unicode_to_mb.
61192
61193 2002-01-26  Jim Meyering  <meyering@lucent.com>
61194
61195         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61196         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61197
61198 2002-01-26  Jim Meyering  <meyering@lucent.com>
61199
61200         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61201
61202 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61203
61204         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61205
61206 2002-01-22  Jim Meyering  <meyering@lucent.com>
61207
61208         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61209         Otherwise, some versions of automake would omit the rule that makes
61210         Makefile from Makefile.in.
61211
61212 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61213
61214         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61215         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61216         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61217         (memcoll): Set errno to zero if there is no error.
61218
61219         * lib/quotearg.c (quotearg_buffer_restyled):
61220         Fix bug with quoting buffers containing NUL when backslashing escapes.
61221         This bug was exposed by the other changes in this patch.
61222         (quotearg_n_options): New arg ARGSIZE.
61223         All callers changed.
61224         (quoting_options_from_style): New function.
61225         (quotearg_n_style): Use it.
61226         (quotearg_n_style_mem): New function.
61227
61228         * lib/quotearg.h (quotearg_n_style_mem): New function.
61229
61230 2002-01-19  Jim Meyering  <meyering@lucent.com>
61231
61232         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61233         Remove useless quotes: DF_PROG="df".
61234         * m4/strnlen.m4: New file.
61235
61236 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61237
61238         * lib/backupfile.c (ISDIGIT): Comment fix.
61239         * lib/getdate.y (ISDIGIT): Likewise.
61240         * lib/posixtm.c (ISDIGIT, year): Likewise.
61241         * lib/strverscmp.c (ISDIGIT): Likewise.
61242         * lib/userspec.c (ISDIGIT): Likewise.
61243
61244 2002-01-16  Jim Meyering  <meyering@lucent.com>
61245
61246         * lib/getdate.y: Add three semicolons, each just before a closing
61247         brace. Bison (as of version 1.31) no longer papers over that mistake.
61248
61249 2002-01-05  Jim Meyering  <meyering@lucent.com>
61250
61251         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61252
61253 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61254
61255         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61256         not silently exit merely because the output buffer happens to
61257         have nothing pending.
61258
61259 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61260
61261         See the big note in ../ChangeLog.
61262         * lib/human.c (suffixes): Prefer K to k for 1024.
61263         (generate_suffix_backwards): New function.
61264         (human_readable_inexact): Use it.
61265         * lib/xstrtol.c (__xstrtol): If there is no number but there
61266         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61267         Accept 'K' as well as 'k'.
61268
61269 2001-12-15  Jim Meyering  <meyering@lucent.com>
61270
61271         * lib/regex.h (__restrict_arr): Update from libc.
61272
61273         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61274         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61275         (STREQ): Define.
61276
61277 2001-12-14  Jim Meyering  <meyering@lucent.com>
61278
61279         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61280         Suggestion from Bruno Haible.
61281
61282 2001-12-10  Jim Meyering  <meyering@lucent.com>
61283
61284         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61285         xrealloc, Instead, include "xalloc.h".
61286         (initbuffer): Don't cast xmalloc return value to char*.
61287         (readline): Reword comment.
61288         Don't cast xrealloc return value to char*
61289         Return NULL, not 0.
61290
61291 2001-12-09  Jim Meyering  <meyering@lucent.com>
61292
61293         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61294         about `signed and unsigned type in conditional expression'.
61295         * lib/posixtm.c (posix_time_parse): Likewise.
61296
61297         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61298
61299         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61300         to avoid a pedantic warning.
61301
61302         * lib/getstr.c: Don't include assert.h.
61303         (getstr): Remove warning-evoking assertions.
61304         Return -1 if offset parameter is out of bounds.
61305         Change the type of a local from int to size_t.
61306
61307         * lib/strftime.c (my_strftime_localtime_r): Include this function
61308         definition in the `#if ! HAVE_TM_GMTOFF' block.
61309
61310         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61311         Include xalloc.h instead.
61312
61313 2001-12-02  Jim Meyering  <meyering@lucent.com>
61314
61315         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61316         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61317         included.
61318
61319         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61320         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61321
61322 2001-11-30  Akim Demaille  <akim@epita.fr>
61323
61324         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61325         before being defined.
61326
61327 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61328
61329         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61330         First arg is int, not unsigned.
61331         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61332         (SIZE_MAX, UINT_MAX): New macros.
61333         (quotearg_n_options): Abort if N is negative.
61334         Avoid overflow check on hosts where size_t is 64 bits and int
61335         is 32 bits, as overflow is impossible there.
61336         Fix off-by-one typo that caused unnecessary reallocation.
61337
61338 2001-11-27  Jim Meyering  <meyering@lucent.com>
61339
61340         * lib/tempname.c: Merge with version from libc.
61341         * lib/regex.c: Likewise.
61342
61343         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61344         systems for which STDC_HEADERS is 0, it was not included, resulting in
61345         a warning about an integer-to-pointer conversion problem with getenv.
61346         Reported by Volker Borchert.
61347
61348 2001-11-26  Jim Meyering  <meyering@lucent.com>
61349
61350         * lib/gtod.h: Remove file.
61351         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61352         * lib/gettimeofday.c: Don't include gtod.h.
61353         (GTOD_init): Remove function.
61354         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61355         Suggestion from Volker Borchert.
61356
61357 2001-11-23  Jim Meyering  <meyering@lucent.com>
61358
61359         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61360         it.
61361         * lib/hash.c (struct hash_table): Define it here instead.
61362
61363 2001-11-22  Jim Meyering  <meyering@lucent.com>
61364
61365         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61366
61367 2001-11-20  Jim Meyering  <meyering@lucent.com>
61368
61369         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61370         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61371
61372 2001-11-19  Jim Meyering  <meyering@lucent.com>
61373
61374         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61375         directory.  Use "conftestXXXXXX" as the template.
61376         Suggestion from Paul Eggert.
61377
61378         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61379         immediately, so the test doesn't mistakenly hit the max-open-files
61380         limit.
61381
61382 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61383
61384         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61385         (TEMPORARIES): New macro.
61386         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61387         removes an artificial limitation (e.g. HP-UX 10.20, where
61388         TMP_MAX is 17576).
61389
61390 2001-11-18  Jim Meyering  <meyering@lucent.com>
61391
61392         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61393
61394 2001-11-18  Jim Meyering  <meyering@lucent.com>
61395
61396         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61397         on SunOS 4.
61398
61399         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61400         files will be created before anything else.
61401
61402 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61403
61404         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61405         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61406
61407 2001-11-17  Jim Meyering  <meyering@lucent.com>
61408
61409         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61410         Prompted by a report from Bob Proulx.
61411
61412         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61413         Instead, require UTILS_FUNC_MKSTEMP.
61414
61415 2001-11-17  Jim Meyering  <meyering@lucent.com>
61416
61417         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61418         Now, that's done as part of AC_FUNC_STRTOD.
61419
61420 2001-11-17  Jim Meyering  <meyering@lucent.com>
61421
61422         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61423         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61424         rather than group writable.  Patch by Juan F. Codagnone.
61425
61426         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61427         xrealloc, Instead, include "xalloc.h".
61428
61429         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61430         Remove explicit declarations of xmalloc, xrealloc,
61431         and xstrdup.  Instead, include "xalloc.h".
61432
61433         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61434         unlocked-io.h.
61435         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61436         Likewise.
61437         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61438
61439         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61440         Reported by Padraig Brady.
61441
61442         * lib/mkstemp.c: #undef mkstemp.
61443         Include config.h.
61444         (rpl_mkstemp): Rename from mkstemp.
61445         Protoize.
61446
61447 2001-11-16  Jim Meyering  <meyering@lucent.com>
61448
61449         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61450         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61451         determine the amount of total physical memory, use pstat_getstatic.
61452         HPUX-11 doesn't define _SC_PHYS_PAGES.
61453         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61454         If sysconf couldn't be used to determine the amount of available
61455         physical memory, use both pstat_getstatic and pstat_getdynamic.
61456         Based on a patch from Bob Proulx.
61457
61458 2001-11-10  Jim Meyering  <meyering@lucent.com>
61459
61460         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61461         (jm_PREREQ): Use it.
61462
61463 2001-11-09  Jim Meyering  <meyering@lucent.com>
61464
61465         * m4/jm-macros.m4: Require autoconf-2.52f.
61466         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61467         Use these AC_-prefixed names, not the AM_-prefixed ones.
61468
61469         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61470
61471 2001-11-05  Jim Meyering  <meyering@lucent.com>
61472
61473         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61474
61475 2001-11-04  Jim Meyering  <meyering@lucent.com>
61476
61477         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61478         $DEFS.
61479
61480 2001-11-03  Jim Meyering  <meyering@lucent.com>
61481
61482         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61483         of AC_DEFUN.
61484
61485         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61486         know the name of the variable in the macro definition.
61487
61488 2001-11-03  Jim Meyering  <meyering@lucent.com>
61489
61490         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61491         in argmatch_to_argument call.
61492
61493         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61494         argument.
61495
61496         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61497         e.g., a fault due to an attempt to free a NULL pointer.
61498
61499 2001-11-01  Jim Meyering  <meyering@lucent.com>
61500
61501         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61502         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61503
61504 2001-11-01  Jim Meyering  <meyering@lucent.com>
61505
61506         * lib/dirfd.c, lib/dirfd.h: New files.
61507         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61508
61509         * lib/hash.c (hash_print) [TESTING]: Clean up.
61510
61511 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61512
61513         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61514         to avoid a warning if -Wall.
61515
61516 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61517
61518         * README: New file
61519         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61520         (per RMS's instructions, this is now the canonical source)
61521         * lgpl/, gpl/: New directories.
61522
61523 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61524
61525         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61526
61527 2001-10-21  Jim Meyering  <meyering@lucent.com>
61528
61529         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61530         this code would end up calling gettext even in packages built
61531         with --disable-nls.
61532         * lib/getopt.c (_): Likewise.
61533         * lib/regex.c (_): Likewise.
61534
61535 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61536
61537         * m4/error.m4 (jm_PREREQ_ERROR):
61538         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61539         AC_FUNC_STRERROR_R does that.
61540         Check for strerror declaration.
61541
61542         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61543         are supposed to have them these days.
61544         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61545         Merge changes from latest Autoconf CVS.
61546         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61547         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61548         POSIX decided to standardize on the int flavor of strerror_r.
61549
61550 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61551
61552         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61553         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61554         Use strerror_r that is only a macro, even if it is not a function.
61555         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61556         (private_strerror): Use prototypes, not old-style function definition.
61557         (print_errno_message): New function.
61558         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61559         char*-flavored one.
61560         (error_tail, error, error_at_line): Use it.
61561
61562 2001-10-11  Jim Meyering  <meyering@lucent.com>
61563
61564         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61565         and quote_n (1, ... to avoid clobbering a buffer.
61566
61567 2001-10-05  Jim Meyering  <meyering@lucent.com>
61568
61569         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61570         hash-pjw.h.
61571         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61572         * lib/hash-pjw.h: New file.
61573
61574 2001-09-30  Jim Meyering  <meyering@lucent.com>
61575
61576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61577         `struct fsstat' has the `f_fstypename' member.
61578         Use that to define FS_TYPE, which is now used to make
61579         the getfsstat link test tighter.
61580
61581 2001-09-30  Jim Meyering  <meyering@lucent.com>
61582
61583         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61584         Include <sys/ucred.h>, for Apple Darwin.
61585         Include sys/mount.h and sys/fs_types.h only if available.
61586         (FS_TYPE): Define.
61587         (read_filesystem_list): Use FS_TYPE.
61588
61589 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61590
61591         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61592         a boolean context.
61593
61594 2001-09-29  Jim Meyering  <meyering@lucent.com>
61595
61596         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61597         [one-argument getmntent function]): Include stdio.h before mntent.h.
61598         SunOS 4.1.x needs it for the declaration of `FILE'.
61599         Patch by Volker Borchert.
61600
61601         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61602         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61603         sys/fs_types.h, and make the link-test for getfsstat guard #include
61604         directives with appropriate #if HAVE_*_H tests so that we can
61605         detect getfsstat on Apple Darwin1.3.7 systems.
61606         Reported by Nelson Beebe.
61607         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61608
61609 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61610
61611         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61612         #defines strtoimax.  Also treat the other strto* functions
61613         like strtoimax.
61614
61615         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61616         Check for strtoul and strtoumax,
61617         as those declarations are made even in the signed case.
61618         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61619         Likewise, for strtol and strtoimax.
61620
61621 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61622
61623         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61624         #defines strtoimax.  Also treat the other strto* functions
61625         like strtoimax.
61626
61627         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61628         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61629         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61630
61631 2001-09-26  Jim Meyering  <meyering@lucent.com>
61632
61633         Most macros in unlocked-io.h had the wrong number of arguments.
61634         * lib/gen-uio: New script.
61635         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61636         * lib/unlocked-io.hin: Remove file.
61637         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61638         rather than trying to embed it here.
61639         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61640         Reported by Padraig Brady.
61641
61642 2001-09-25  Volker Borchert  <bt@teknon.de>
61643
61644         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61645         `result'.
61646
61647 2001-09-24  Jim Meyering  <meyering@lucent.com>
61648
61649         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61650
61651 2001-09-23  Jim Meyering  <meyering@lucent.com>
61652
61653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61654         instead of the mere test for existence of mntent.h.  The latter
61655         would get a false-positive on AIX 3.4 systems.
61656         In the outer getmntent if-block, don't die if neither of the getmntent
61657         tests succeeds.  Instead, just fall through and continue with the
61658         remaining tests.
61659
61660 2001-09-23  Jim Meyering  <meyering@lucent.com>
61661
61662         * lib/mountlist.c: Remove useless parentheses in #if directives.
61663         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61664         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61665
61666 2001-09-22  Jim Meyering  <meyering@lucent.com>
61667
61668         * m4/gettext.m4: New file.  From gettext.
61669         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61670         * m4/progtest.m4: Likewise
61671         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61672         * m4/glibc21.m4: Likewise.
61673
61674         * m4/libintl.m4: Remove.  No longer used.
61675
61676 2001-09-22  Jim Meyering  <meyering@lucent.com>
61677
61678         * lib/localcharset.c: Update from latest gettext.
61679         * lib/config.charset: Likewise.
61680
61681 2001-09-20  Jim Meyering  <meyering@lucent.com>
61682
61683         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61684         strtoimax.
61685         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61686         strtoumax.
61687
61688 2001-09-20  Jim Meyering  <meyering@lucent.com>
61689
61690         * lib/xstrtol.c (strtoimax): Guard declaration with
61691         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61692         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61693         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61694         (strtoumax): Likewise, for completeness (it wasn't necessary).
61695
61696 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61697
61698         * lib/strtoimax.c (HAVE_LONG_LONG):
61699         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61700         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61701         to work around bug in IBM C compiler.
61702
61703 2001-09-17  Jim Meyering  <meyering@lucent.com>
61704
61705         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61706         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61707         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61708         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61709         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61710         whenever the right hand side need not be expanded by the shell.
61711
61712 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61713
61714         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61715         library.  It's not correct, as some older glibcs are buggy.
61716         fnmatch wasn't fixed until glibc 2.2.
61717
61718         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61719         special shell magic here.
61720
61721 2001-09-16  Jim Meyering  <meyering@lucent.com>
61722
61723         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61724         * m4/jm-macros.m4: Require it.
61725
61726 2001-09-16  Jim Meyering  <meyering@lucent.com>
61727
61728         * lib/mkdir.c: New file.
61729
61730 2001-09-15  Jim Meyering  <meyering@lucent.com>
61731
61732         * m4/jm-macros.m4: Check for help2man.
61733
61734 2001-09-11  Jim Meyering  <meyering@lucent.com>
61735
61736         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61737         The body, by Paul Eggert, was moved here from configure.in.
61738         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61739
61740 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61741
61742         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61743         (jm_PREREQ): Use it.
61744
61745 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61746
61747         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61748         Use ssize_t, not int, to store result of readlink.
61749         Check for ssize_t overflow as well as size_t overflow,
61750         as POSIX says the result of readlink is implementation-defined
61751         when ssize_t overflows.
61752         Remove unnecessary cast to char*.
61753         Use free+malloc instead of realloc, as the storage doesn't need
61754         to be preserved and it's clearer and can be more efficient that way.
61755         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61756         * lib/xreadlink.h (xreadlink): Update prototype.
61757
61758 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61759
61760         * lib/xgetcwd.c: Revert some of the previous change; intead,
61761         fix the HAVE_GETCWD_NULL code to behave more like the
61762         !HAVE_GETCWD_NULL code used to.
61763
61764         Include "xalloc.h".
61765         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61766         invoke xalloc_die.
61767
61768 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61769
61770         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61771         sys/param.h, as pathmax.h includes them.
61772
61773 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61774
61775         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61776         (jm_PREREQ_XGETCWD): New macro.
61777
61778         * m4/getcwd.m4: New file.
61779
61780 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61781
61782         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61783         like the HAVE_GETCWD_NULL code.
61784         Include pathmax.h if not HAVE_GETCWD.
61785         Do not include xalloc.h.
61786         (INITIAL_BUFFER_SIZE): New symbol.
61787         Do not use xmalloc / xrealloc, since the caller is responsible for
61788         handling errors.  Preserve errno around `free' during failure.
61789         Do not overrun buffer when using getwd.
61790
61791 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61792
61793         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61794         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61795         getcwd (NULL, 0).
61796
61797 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61798
61799         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61800         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61801         spotted by Jim Meyering.
61802
61803 2001-09-03  Jim Meyering  <meyering@lucent.com>
61804
61805         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61806         failure.
61807
61808 2001-09-02  Jim Meyering  <meyering@lucent.com>
61809
61810         * lib/error.c: Update from GNU libc.
61811
61812 2001-09-01  Jim Meyering  <meyering@lucent.com>
61813
61814         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61815         Used by df.
61816
61817 2001-09-01  Jim Meyering  <meyering@lucent.com>
61818
61819         * lib/xreadlink.c: New file.
61820         * lib/xreadlink.h: New file.
61821         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61822         xreadlink.h.
61823
61824         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61825         doesn't conflict with sparc Solaris 7's definition in
61826         /usr/include/sys/int_types.h.
61827
61828         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61829         files.
61830         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61831         and strncasecmp as r-values.  Unixware didn't have declarations.
61832
61833 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61834
61835         * lib/xstrtol.h: Add copyright notice.
61836         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61837         LONGINT_INVALID_SUFFIX_CHAR.
61838
61839 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61840
61841         * lib/xstrtol.c (strtoimax): New decl.
61842
61843 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61844
61845         * lib/xgetcwd.c: Don't include pathmax.h.
61846         Include stdlib.h and unistd.h if available.
61847         Include xalloc.h.
61848         (xmalloc, xstrdup, free): Remove decls.
61849         (xgetcwd): Don't assume sizes fit in unsigned.
61850         Check for overflow when computing sizes.
61851         Simplify reallocation code.
61852
61853 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61854
61855         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61856         a directory's st_size can have an arbitrary value, so the old
61857         usage could waste an arbitrary amount of memory.  All uses
61858         changed.
61859         * lib/savedir.h: Update prototype.
61860
61861 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61862
61863         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61864
61865         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61866         old strtoimax.c.
61867
61868         Also, make the following further changes to make this file's
61869         configuration more similar to that of strtol.c:
61870         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61871         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61872         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61873         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61874         changed to signed values.
61875
61876         And make the following changes as well:
61877         Fix copyright notice, as 1999 was missing.
61878         (verify): New macro.
61879         (strtoimax): Check sizes at compile-time, not run-time.
61880         Prefer strtol to strtoll if both work.
61881         (main): Remove; it was not that useful and was a pain to maintain.
61882
61883         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61884
61885 2001-08-31  Jim Meyering  <meyering@lucent.com>
61886
61887         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61888         Use an initial, malloc'd, buffer of length 128 rather than
61889         a statically allocated one of length 1024.
61890
61891 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61892
61893         Simplify code, partly by assuming autoconf 2.52 semantics.
61894
61895         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61896
61897         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61898         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61899         All uses removed.
61900         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61901         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61902         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61903         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61904         jm_AC_HEADER_INTTYPES_H.
61905         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61906
61907         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61908
61909         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61910         Quote first arg of AC_DEFUN.
61911         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61912         since they are needed to parse the include file even if we need
61913         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61914         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61915         but with opposite signedness.
61916
61917 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61918
61919         Merge 'exclude' changes from tar 1.13.22.
61920         This fixes one or two unlikely storage allocation overflow bugs,
61921         but doesn't change user-visible behavior otherwise.
61922
61923 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61924
61925         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61926         (jm_PREREQ_EXCLUDE): New macro.
61927
61928 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61929
61930         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61931         tm to be declared.
61932
61933 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61934
61935         * lib/hash.c: Remove '2001' from copyright notice.
61936
61937 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61938
61939         * lib/full-write.h: New file.
61940         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61941         * lib/full-write.c: Correct credits, as cccp.c no longer
61942         exists and anyway it was so heavily changed from the old cccp
61943         code as to be unrecognizable.  Include full-write.h.
61944         (full_write) Return size_t, with short writes meaning failure.
61945         All callers changed.  This fixes a bug with large buffers
61946         on 64-bit hosts.
61947         * lib/utime.c: Include full-write.h.
61948
61949 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61950
61951         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61952         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61953         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61954         Include if available.
61955         (<xalloc.h>): Include
61956         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61957         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61958         collide with FNM macros.
61959         (struct patopts): New struct.
61960         (struct exclude): Use it, as exclude patterns now come with options.
61961         (new_exclude): Support above changes.
61962         (new_exclude, add_exclude_file):
61963         Initial size must now be a power of two to simplify overflow checking.
61964         (free_exclude, fnmatch_no_wildcards): New function.
61965         (excluded_filename): No longer requires options arg, as the options
61966         are determined by add_exclude.  Now returns bool, not int.
61967         (excluded_filename, add_exclude):
61968         Add support for the fancy new exclusion options.
61969         (add_exclude, add_exclude_file): Now takes int options arg.
61970         Check for arithmetic overflow when computing sizes.
61971         (add_exclude_file): xrealloc might modify errno, so don't
61972         realloc until after errno might be used.
61973
61974         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61975         New macros.
61976         (free_exclude): New decl.
61977         (add_exclude, add_exclude_file): Now takes int options arg.
61978         (excluded_filename): No longer requires options arg, as the options
61979         are determined by add_exclude.  Now returns bool, not int.
61980
61981 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61982
61983         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61984
61985 2001-08-27  Jim Meyering  <meyering@lucent.com>
61986
61987         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61988
61989         * lib/version-etc.c (N_): Remove definition.
61990         Revert most of last change.
61991         Instead, simply don't mark the `Copyright...' string for translation.
61992         Based on advice from Paul Eggert.
61993
61994         * lib/strtoxmax.c: Tweak comment.
61995
61996 2001-08-26  Jim Meyering  <meyering@lucent.com>
61997
61998         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61999
62000         * m4/xstrtoimax.m4: New file.
62001         * m4/xstrtoumax.m4: Add comments explaining why we
62002         AC_REPLACE_FUNCS(strtol).
62003
62004 2001-08-26  Jim Meyering  <meyering@lucent.com>
62005
62006         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62007         of copyright with `%s' so translators don't get an untranslated
62008         message in 2002.
62009         (COPYRIGHT_YEAR): Define.
62010         (version_etc): Use fprintf rather than fputs.
62011         Suggestion from Ulrich Drepper.
62012
62013         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62014
62015         * lib/strtoll.c: New file, from GNU libc.
62016         * lib/xstrtoimax.c: New file.
62017
62018         * lib/xstrtol.h: Add xstrtoimax.
62019         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62020         * lib/strtoimax.c: New file.  Likewise, but first define
62021         STRTOUXMAX_SIGNED.
62022
62023         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62024         ...
62025         * lib/strtoxmax.c: ... then renamed to this.
62026
62027 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62028
62029         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62030         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62031         (jm_AC_TYPE_INTMAX_T): New macro.
62032         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62033
62034         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62035
62036         * m4/longlong.m4: Renamed from ulonglong.m4.
62037         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62038         * m4/uintmax_t.m4: Removed.
62039
62040 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62041
62042         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62043         Port to Solaris 8, where 'sed' requires a space after the 'r'
62044         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62045         Redirect output to $tmp just once.
62046
62047 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62048
62049         * lib/addext.c (<errno.h>): Include.
62050         (errno): Declare if not defined.
62051         (addext): Work correctly when pathconf returns -1 and leaves
62052         errno alone because there is no limit.  Also, work even if
62053         pathconf returns a value greater than SIZE_MAX.
62054
62055 2001-08-12  Jim Meyering  <meyering@lucent.com>
62056
62057         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62058         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62059         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62060         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62061         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62062         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62063         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62064         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62065         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62066         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62067         utime.m4, utimes.m4, xstrtoumax.m4:
62068         Quote the first argument in each use of AC_DEFUN.
62069
62070 2001-08-12  Jim Meyering  <meyering@lucent.com>
62071
62072         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62073         Simply `return getcwd (NULL, 0);'.
62074         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62075         Use 1300 as initial value for length, not PATH_MAX.
62076
62077         * lib/pathmax.h: Clean up cpp syntax.
62078
62079 2001-08-12  Jim Meyering  <meyering@lucent.com>
62080
62081         * lib/gettimeofday.c: New file.
62082         * lib/gtod.h: New file.
62083         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62084
62085 2001-08-05  Jim Meyering  <meyering@lucent.com>
62086
62087         * m4/jm-macros.m4: Require autoconf-2.52.
62088
62089 2001-08-04  Jim Meyering  <meyering@lucent.com>
62090
62091         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62092         stmt, to get in sync with glibc.
62093
62094 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62095
62096         The following changes are from gettext 0.10.39 as maintained by
62097         Bruno Haible.
62098
62099         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62100         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62101         with inverted sense.  All uses changed.
62102
62103         * lib/mbswidth.c: Don't include <limits.h>.
62104         Include <stdlib.h> and <string.h> unconditionally.
62105         (iswcntrl, mbsinit, ISCNTRL): New macros.
62106         (mbsnwidth): Use K&R style function declarations.
62107         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62108         can optimize it when MB_CUR_MAX == 1.
62109         The width of control characters is zero, not 1.
62110
62111 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62112
62113         The following changes are from gettext 0.10.39 as maintained by
62114         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62115
62116         * m4/codeset.m4: Upgrade to serial AM1.
62117         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62118         all uses changed.  Quote first arg of AC_DEFUN.
62119         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62120
62121         * m4/iconv.m4: Upgrade to serial AM2.
62122         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62123         Add --with-libconv-prefix.
62124         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62125         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62126         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62127         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62128         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62129
62130         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62131         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62132         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62133         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62134         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62135         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62136         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62137         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62138         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62139
62140         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62141         string.h any more.
62142
62143         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62144         not the default value.
62145
62146         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62147         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62148         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62149         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62150         Also check for iswcntrl, used for wcwidth fallback.
62151         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62152         to Autoconf 2.13.
62153
62154 2001-08-03  Jim Meyering  <meyering@lucent.com>
62155
62156         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62157         as it was in the original.  Reported by Paul Eggert.
62158
62159 2001-07-16  Jim Meyering  <meyering@lucent.com>
62160
62161         * m4/gettimeofday.m4: New file.
62162         Prompted by a report from Bernhard Baehr.
62163
62164 2001-07-15  Jim Meyering  <meyering@lucent.com>
62165
62166         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62167         stuff. Now it's in ../Makefile.cfg.
62168
62169 2001-07-15  Jim Meyering  <meyering@lucent.com>
62170
62171         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62172         (BUILT_SOURCES): Add unlocked-io.h.
62173         (io_functions): Define.
62174         (unlocked-io.h): New rule.
62175         (DISTCLEANFILES): Add unlocked-io.h.
62176         (all-local): Depend on unlocked-io.h, to ensure it is created.
62177
62178         * lib/unlocked-io.hin: New file
62179
62180         * lib/regex.c: Update from glibc.
62181
62182 2001-07-05  Jim Meyering  <meyering@lucent.com>
62183
62184         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62185         recommendation.
62186         (libfetish_a_SOURCES): Put all .h files here instead.
62187         Remove a thus-exposed (better checks in automake) duplicate and
62188         two unnecessary .h files.
62189
62190 2001-07-04  Jim Meyering  <meyering@lucent.com>
62191
62192         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62193         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62194         distcheck failure.
62195
62196 2001-07-02  Jim Meyering  <meyering@lucent.com>
62197
62198         The following changes were prompted by suggestions from Bruno Haible.
62199
62200         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62201         is now generated.
62202         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62203         definition of EXTRA_DIST.
62204         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62205         ensure that the generated file is created/updated whenever the list
62206         of $(unlocked_functions) is changed.
62207         (jm-glibc-io.m4): New rule.
62208         (unlocked-io.h): New rule -- currently unused.
62209
62210 2001-06-24  Jim Meyering  <meyering@lucent.com>
62211
62212         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62213         unmatched right bracket, rather than kludging it with an extra,
62214         falsely-matching quote in a comment.  Patch by Akim Demaille.
62215
62216 2001-06-11  Jim Meyering  <meyering@lucent.com>
62217
62218         * lib/regex.c: Update from GNU libc.
62219
62220 2001-05-27  Jim Meyering  <meyering@lucent.com>
62221
62222         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62223         Check for ut_type in struct utmp.
62224
62225 2001-05-27  Jim Meyering  <meyering@lucent.com>
62226
62227         * lib/readutmp.h (UT_TYPE): Define.
62228
62229 2001-05-24  Jim Meyering  <meyering@lucent.com>
62230
62231         * lib/argmatch.c: Include "quote.h".
62232         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62233         quote function.  Reported by Göran Uddeborg.
62234
62235 2001-05-22  Jim Meyering  <meyering@lucent.com>
62236
62237         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62238         now that we use the package-supplied version unconditionally.
62239         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62240
62241 2001-05-21  Jim Meyering  <meyering@lucent.com>
62242
62243         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62244         shell syntax errors.
62245
62246 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62247
62248         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62249
62250 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62251
62252         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62253         Don't bother to check library strftime, since
62254         we'll be using our own my_strftime function anyway.
62255         Define my_strftime instead of strftime.
62256
62257 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62258
62259         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62260         which is not yet declared.
62261
62262 2001-05-15  Jim Meyering  <meyering@lucent.com>
62263
62264         * m4/regex.m4: Use proper quoting so brackets appear in the test
62265         program.
62266         Reported by, and with help from, Bruno Haible.
62267
62268 2001-05-13  Jim Meyering  <meyering@lucent.com>
62269
62270         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62271         undefined.
62272
62273 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62274
62275         dirname code cleanup.  base_name now behaves more compatibly
62276         with POSIX basename when given file names that have trailing
62277         slashes, and similarly for dir_name.  Add new primitives
62278         base_len and dir_len.  Put the directory-name-related decls
62279         into dirname.h.
62280
62281         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62282         * lib/backupfile.c (base_name): Likewise.
62283         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62284         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62285         * lib/makepath.c (strip_trailing_slashes): Likewise.
62286         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62287         ISSLASH): Likewise.
62288         * lib/rename.c (strip_trailing_slashes): Likewise.
62289         * lib/same.c (base_name): Likewise.
62290         * lib/stripslash.c (ISSLASH): Likewise.
62291
62292         * lib/addext.c: Include <dirname.h> after size_t is defined.
62293         * lib/backupfile.c: Likewise.
62294
62295         * lib/addext.c (addext): Use base_len to trim redundant
62296         trailing slashes instead of doing it ourselves.
62297         But do not trim the last slash if it is not redundant.
62298
62299         * lib/backupfile.c (find_backup_file_name,
62300         max_backup_version): Use base_len instead of rolling it ourselves.
62301         Handle the case of "" and (on DOS) "C:" correctly.
62302
62303         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62304         needed. Include <string.h>, <dirname.h>.
62305         (base_name): Allow file names ending in slashes, other than names
62306         that are all slashes.  In this case, return the basename followed
62307         by the slashes.  This is more general, and can be used in places
62308         where the original base_name purposely had an assertion failure.
62309         (base_len): New function.
62310
62311         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62312         Do not include <assert.h>; no longer needed.
62313         Include xalloc.h.
62314         (memrchr): Remove decl.
62315         (dir_name_r): Remove.
62316         (dir_len): Renamed from dirlen.  All callers changed.
62317         Rewrite in terms of base_name, for simplicity and consistency.
62318         (dir_name): Never return NULL.  All callers changed.
62319         Do not include <stdlib.h> in test program; no longer needed.
62320         return 0; is fine for test program.
62321
62322         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62323         New macros.
62324         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62325
62326         * lib/path-concat.c (path_concat): Use base_len to compute
62327         base length, not strlen; this means we cannot rely on memcpy
62328         to null-terminate.
62329
62330         * lib/same.c (STREQ): Remove.
62331         (same_name): Handle the case where the basename ends in trailing '/'.
62332
62333         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62334         a slash was stripped.  Do not strip the last slash after a
62335         file system prefix.
62336
62337 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62338
62339         * lib/Makefile.am (libfetish_a_SOURCES):
62340         Add strftime.c, since we now compile it on all hosts.
62341
62342         * lib/strftime.c (my_strftime):
62343         Define to nstrftime if emacs, but only if my_strftime is not defined.
62344         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62345         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62346         Add one more extra argument: a nanoseconds value.
62347         All uses changed.
62348         (ns): New macro.
62349         (my_strftime function): Add %N format.
62350         (emacs_strftimeu): Renamed from emacs_strftime,
62351         with extra ut argument.
62352
62353 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62354
62355         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62356
62357 2001-04-21  Jim Meyering  <meyering@lucent.com>
62358
62359         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62360         doesn't interfere.
62361
62362 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62363
62364         * m4/ftruncate.m4: Check for chsize.
62365         Link with ftruncate.o unconditionally if ftruncate is missing.
62366         This was required when cross-compiling to i586-mingw32msvc.
62367
62368 2001-04-08  Jim Meyering  <meyering@lucent.com>
62369
62370         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62371         recomputed; that's necessary when the offset spans a DST transition.
62372         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62373
62374 2001-04-02  Jim Meyering  <meyering@lucent.com>
62375
62376         * lib/regex.h, regex.c: Update from GNU libc.
62377
62378 2001-03-24  Jim Meyering  <meyering@lucent.com>
62379
62380         * m4/jm-macros.m4: Require autoconf-2.49d.
62381
62382 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62383
62384         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62385
62386 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62387
62388         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62389
62390 2001-03-17  Jim Meyering  <meyering@lucent.com>
62391
62392         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62393         now that the version in autoconf is equivalent.
62394         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62395
62396         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62397         Suggestion from Akim Demaille.
62398
62399         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62400         (jm_PREREQ_TEMPNAME): New function.
62401
62402 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62403
62404         * lib/tempname.c (uint64_t): Define to uintmax_t if
62405         not defined, and if UINT64_MAX is not defined.
62406         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62407         Reported by John David Anglin.
62408
62409 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62410
62411         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62412         resolve alias if codeset is empty.
62413         * lib/config.charset (BeOS): Use wildcard syntax.
62414
62415 2001-03-13  Jim Meyering  <meyering@lucent.com>
62416
62417         * lib/path-concat.c (path_concat)
62418         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62419         concatenating e.g., `C:' and `foo'.
62420         From Bruno Haible.
62421
62422 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62423
62424         * lib/localcharset.c (locale_charset): Don't use
62425         setlocale(LC_CTYPE,NULL). Don't return NULL.
62426         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62427
62428 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62429
62430         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62431         support for DOS/DJGPP.
62432
62433 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62434
62435         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62436         lacks mkstemp.  Compile our own tempname.c if we compile our own
62437         mkstemp.c, as mkstemp relies on tempname.
62438
62439 2001-03-01  Jim Meyering  <meyering@lucent.com>
62440
62441         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62442         AH_VERBATIM really does output its argument verbatim.
62443
62444 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62445
62446         * lib/Makefile.am (libfetish_a_SOURCES):
62447         Add dup-safer.c, fopen-safer.c.
62448         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62449
62450         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62451         * lib/unistd-safer.h: New files.
62452
62453 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62454
62455         The mkstemp replacement is taken from glibc 2.2.2, with some
62456         portability fixes for use outside glibc, as follows:
62457
62458         * lib/tempname.c (struct_stat64): New macro.
62459         (direxists, __gen_tempname): Use it.
62460         This avoids a portability problem with Solaris 8.
62461
62462         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62463         (<stddef.h>, <stdint.h>, <string.h>):
62464         Include only if STDC_HEADERS || _LIBC.
62465         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62466         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62467         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62468         (__set_errno): Define this macro if <errno.h> doesn't.
62469         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62470         Define these macros if <stdio.h> doesn't.
62471         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62472         Define these macros if <sys/stat.h>
62473         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62474         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62475         __xstat64): Define if not _LIBC.
62476         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62477         (__gen_tempname): Invoke gettimeofday only if
62478         HAVE_GETTIMEOFDAY || _LIBC;
62479         otherwise, fall back on plain "time".
62480         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62481
62482         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62483
62484         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62485
62486 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62487
62488         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62489
62490 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62491
62492         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62493         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62494         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62495         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62496
62497 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62498
62499         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62500         Remove workaround macros for hosts that have mbrtowc but not
62501         mbstate_t, as we now insist on proper declarations for both
62502         before using mbrtowc.
62503
62504 2001-02-17  Jim Meyering  <meyering@lucent.com>
62505
62506         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62507         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62508         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62509         UnixWare 7.1.1.
62510
62511         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62512         rather than AC_CACHE_VAL.
62513
62514 2001-02-17  Jim Meyering  <meyering@lucent.com>
62515
62516         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62517         around included file name.
62518
62519         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62520
62521         * lib/strftime.c: Update from GNU libc (the only changes were to
62522         comments).
62523
62524 2001-02-17  Jim Meyering  <meyering@lucent.com>
62525
62526         * lib/regex.c: Update from libc.
62527
62528 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62529
62530         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62531         clash.
62532
62533 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62534
62535         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62536         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62537         Reported by Mark Hounschell via Paul Eggert.
62538
62539 2001-02-07  Jim Meyering  <meyering@lucent.com>
62540
62541         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62542
62543 2001-02-05  Jim Meyering  <meyering@lucent.com>
62544
62545         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62546         it includes the patch required for `large file' support with at least
62547         HP-UX's 10.20 /bin/cc.
62548
62549 2001-02-03  Jim Meyering  <meyering@lucent.com>
62550
62551         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62552         AS_IF, now that it works once again (mysteriously).
62553         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62554
62555 2001-01-30  Jim Meyering  <meyering@lucent.com>
62556
62557         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62558         * m4/chown.m4: Rename conftestchown to conftest.chown.
62559         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62560         s/conftestdir2/conftest.d2/.
62561         * m4/utimes.m4: s/conftestdata/conftest.data/
62562         Inspired by Pavel Roskin's change in autoconf.
62563
62564 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62565
62566         * lib/config.charset: Update for FreeBSD 4.2.
62567
62568 2001-01-27  Jim Meyering  <meyering@lucent.com>
62569
62570         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62571         a use of AS_IF.
62572         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62573
62574 2001-01-26  Jim Meyering  <meyering@lucent.com>
62575
62576         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62577         quotearg.c includes it.
62578
62579 2001-01-26  Jim Meyering  <meyering@lucent.com>
62580
62581         * lib/quotearg.c: Include stddef.h.
62582         * lib/quote.c: Include stddef.h.
62583         Reported by Axel Kittenberger.
62584
62585         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62586         line in double quotes so that it evokes a better diagnostic.
62587         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62588         Reported by Axel Kittenberger.
62589
62590 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62591
62592         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62593         as if it was a `charset'.
62594
62595 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62596
62597         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62598         has const.
62599
62600 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62601
62602         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62603         to avoid a warning.  Add back 'const' to inptr.
62604
62605 2001-01-20  Jim Meyering  <meyering@lucent.com>
62606
62607         Be sure that headers are checked before used in code compiled
62608         for the type checks.
62609         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62610         In place of that, invoke jm_CHECK_ALL_TYPES.
62611         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62612         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62613         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62614         The check for ssize_t was mistakenly run before the test for unistd.h.
62615
62616         The configure-time check for stdbool.h was missing.
62617         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62618         (jm_PREREQ_HASH): New function.
62619
62620 2001-01-17  Jim Meyering  <meyering@lucent.com>
62621
62622         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62623         for autoconf-2.49c.
62624         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62625
62626 2001-01-16  Jim Meyering  <meyering@lucent.com>
62627
62628         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62629         From Bruno Haible.
62630
62631 2001-01-14  Jim Meyering  <meyering@lucent.com>
62632
62633         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62634         foo and bar.  Create conftestdir/ in the script, not in the C code.
62635         Remove directories in the script, not in the C code.
62636         Remove conftestdir{,2} before trying to create the directory.
62637         Make the entire configure script fail if the mkdir fails.
62638
62639 2001-01-14  Jim Meyering  <meyering@lucent.com>
62640
62641         * lib/rename.c: New file.  From Volker Borchert.
62642         Include stdlib.h, string.h or strings.h, and xalloc.h.
62643         Use strip_trailing_slashes rather than open-coding it.
62644
62645 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62646
62647         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62648
62649 2001-01-03  Jim Meyering  <meyering@lucent.com>
62650
62651         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62652         of local `inptr' to avoid warning with some system declarations of
62653         iconv.
62654
62655 2001-01-02  Volker Borchert  <bt@teknon.de>
62656
62657         * m4/rename.m4: New file.
62658         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62659
62660 2001-01-01  Jim Meyering  <meyering@lucent.com>
62661
62662         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62663         even on systems with utmpx.h.  It's necessary for the declaration of
62664         utmp's ut_user member.  Reported by Andreas Jaeger.
62665
62666         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62667         available. They are required for the declarations of getgrgid and
62668         getpwuid resp.
62669         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62670         Reported by Andreas Jaeger.
62671
62672 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62673
62674         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62675         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62676         so `make install' also works in VPATH builds.
62677
62678 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62679
62680         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62681         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62682         can be used in subdirectories.
62683
62684 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62685
62686         * lib/modechange.c: Do not assume that mode_t uses the
62687         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62688         the other-execute bit of FOO even if S_IXOTH != 1.
62689
62690         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62691         WOTH, XOTH, ALLM): New macros.
62692         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62693          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62694         Use them.
62695         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62696         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62697         (mode_compile):
62698         No need to use uintmax_t; unsigned long is long enough.
62699         Don't bother to get suffix since we don't use it.
62700
62701 2000-12-26  Jim Meyering  <meyering@lucent.com>
62702
62703         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62704         better with autoheader.
62705
62706 2000-12-24  Jim Meyering  <meyering@lucent.com>
62707
62708         * lib/hash.c (is_prime): Return explicit boolean values.
62709         (hash_get_first): Return NULL to appease Irix5.6's 89.
62710         Reported by Nelson Beebe.
62711
62712 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62713
62714         * lib/localcharset.c (locale_charset): Add support for Win32.
62715
62716 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62717
62718         * lib/physmem.h, lib/physmem.c: New files.
62719
62720         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62721         (noinst_HEADERS): Add physmem.h.
62722
62723         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62724         't' for compatibility with Solaris 8 sort.
62725
62726 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62727
62728         * lib/config.charset: Add support for BeOS.
62729
62730 2000-12-17  Jim Meyering  <meyering@lucent.com>
62731
62732         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62733         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62734
62735 2000-12-16  Jim Meyering  <meyering@lucent.com>
62736
62737         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62738         N and M) would have treated it like `chown N:N FILE'.
62739
62740         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62741
62742 2000-12-16  Jim Meyering  <meyering@lucent.com>
62743
62744         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62745         SHELLS_FILE to a file name that's useful on djgpp systems.
62746         Include stdlib.h.
62747         (ADDITIONAL_DEFAULT_SHELLS): Define.
62748         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62749         Based mostly on a patch from Prashant TR.
62750
62751 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62752
62753         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62754         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62755         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62756
62757 2000-12-08  Andreas Schwab  <schwab@suse.de>
62758
62759         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62760         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62761
62762 2000-12-07  Jim Meyering  <meyering@lucent.com>
62763
62764         * lib/stripslash.c (ISSLASH): Define.
62765         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62766         `/'.
62767         From Prashant TR.
62768
62769         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62770         (dir_name_r): Declare this function as static.
62771         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62772         manifest itself on a name containing a mix of slashes and
62773         backslashes.
62774         Make this function work with names starting with a DOS-style
62775         drive letter and colon prefix.
62776         (dir_name): Append `.' if necessary.
62777         Based mostly on patches from Prashant TR and Eli Zaretskii.
62778
62779         * lib/dirname.h (dir_name_r): Remove prototype.
62780
62781 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62782
62783         * m4/off_t-format.m4: Remove this file.
62784         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62785
62786 2000-12-06  Jim Meyering  <meyering@lucent.com>
62787
62788         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62789         replacement strtoull, we may well need the replacement strtoul, too.
62790         Check for declarations of strtoul and strtoull.
62791         Check for strtol.  Mainly as a cue to cause automake to include
62792         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62793         Check for limits.h -- strtol.c needs it.
62794
62795 2000-12-05  Jim Meyering  <meyering@lucent.com>
62796
62797         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62798
62799 2000-12-04  Jim Meyering  <meyering@lucent.com>
62800
62801         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62802         Also include memory.h, stdlib.h, unistd.h if appropriate.
62803         Reported by Andreas Jaeger (conflicting declaration of malloc).
62804
62805 2000-12-02  Jim Meyering  <meyering@lucent.com>
62806
62807         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62808         * m4/jm-macros.m4 (jm_MACROS): require it.
62809
62810 2000-12-02  Jim Meyering  <meyering@lucent.com>
62811
62812         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62813
62814 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62815
62816         * lib/memrchr.c: Include <config.h> before any system include file.
62817
62818 2000-11-30  Jim Meyering  <meyering@lucent.com>
62819
62820         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62821
62822 2000-11-30  Jim Meyering  <meyering@lucent.com>
62823
62824         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62825
62826 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62827
62828         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62829
62830 2000-11-26  Jim Meyering  <meyering@lucent.com>
62831
62832         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62833
62834 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62835
62836         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62837         size of (size_t) -1; it's not portable.
62838
62839 2000-11-17  Jim Meyering  <meyering@lucent.com>
62840
62841         * lib/strstr.c: Update from GNU libc.
62842
62843 2000-11-17  Akim Demaille  <akim@epita.fr>
62844
62845         * lib/obstack.h: Formatting changes.
62846         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62847         prevent type checking.
62848         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62849         cast the value to (void *): assigning a `foo *' to a `void *'
62850         variable is valid.
62851         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62852
62853 2000-11-16  Jim Meyering  <meyering@lucent.com>
62854
62855         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62856
62857 2000-11-11  Jim Meyering  <meyering@lucent.com>
62858
62859         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62860
62861 2000-11-10  Jim Meyering  <meyering@lucent.com>
62862
62863         * lib/obstack.h: Update from GNU libc.
62864         * lib/obstack.c: Likewise.
62865
62866 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62867
62868         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62869
62870 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62871
62872         * lib/getusershell.c (setusershell): Use rewind rather than
62873         fseek/fseeko, to avoid configuration hassles with fseeko.
62874         Don't bother opening SHELLS_FILE if shellstream is NULL;
62875         it's not necessary.
62876
62877 2000-11-05  Jim Meyering  <meyering@lucent.com>
62878
62879         * lib/makepath.h (make_dir): Declare.
62880         * lib/makepath.c (make_dir): Remove `static' attribute.
62881         Tweak a comment.
62882
62883 2000-11-04  Jim Meyering  <meyering@lucent.com>
62884
62885         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62886
62887 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62888
62889         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62890         last one in a bucket, advance to the next bucket.
62891
62892 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62893
62894         * lib/fnmatch.c: Do not comment out all the code if we are using
62895         the GNU C library, because in some cases we are replacing buggy
62896         code in the GNU C library itself.
62897
62898 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62899
62900         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62901         (regex_compile): Catch bogus \(\1\).
62902
62903 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62904
62905         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62906         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62907         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62908
62909 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62910
62911         * lib/error.h, getline.h, modechange.h:
62912         Remove "2000" from Copyright line, as the file hasn't been
62913         changed this year other than in the copyright notice.
62914
62915         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62916         was changed this year.
62917
62918 2000-10-29  Jim Meyering  <meyering@lucent.com>
62919
62920         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62921         renaming.
62922         * m4/ls-mntd-fs.m4: Likewise
62923
62924 2000-10-29  Jim Meyering  <meyering@lucent.com>
62925
62926         * lib/xstat.in: Fix grammar in comment.
62927
62928 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62929
62930         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62931         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62932         doesn't define __restrict_arr.
62933
62934 2000-10-28  Jim Meyering  <meyering@lucent.com>
62935
62936         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62937         (jm_PREREQ_MEMCHR): New function.
62938
62939 2000-10-28  Jim Meyering  <meyering@lucent.com>
62940
62941         * lib/memchr.c: Update from libc.
62942         Adjust for portability:
62943         [HAVE_STDLIB_H]: Include stdlib.h.
62944         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62945         Undef __memchr, too.
62946         [!weak_alias]: Define __memchr to memchr.
62947
62948         * lib/regex.c: Update from libc.
62949         * lib/regex.h: Likewise.
62950         * lib/getopt1.c: Likewise.
62951         * lib/memcmp.c: Likewise.
62952
62953         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62954         Avoid using fseek, when possible -- it's broken by design.
62955         Patch by Ulrich Drepper.
62956
62957 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62958
62959         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62960         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62961         Giving in to popular pressure to shut up the compiler with casts.
62962
62963 2000-10-26  Jim Meyering  <meyering@lucent.com>
62964
62965         * lib/strftime.c: Update from libc.
62966
62967 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62968
62969         * regex.c: More `unsigned char' -> `re_char' changes.
62970         Also change several `int' into `re_wchar_t'.
62971         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62972         (PUSH_FAILURE_POINTER): Don't cast any more.
62973         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62974         We want GCC to complain, since this piece of code makes
62975         re_match non-reentrant, which *should* be fixed.
62976         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62977         (EXTEND_BUFFER): Use RETALLOC.
62978         (SET_LIST_BIT): Don't cast.
62979         (re_wchar_t): New type.
62980         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62981         that those two functions will always properly return.
62982         (IMMEDIATE_QUIT_CHECK): Cast to void.
62983         (analyse_first): Use recursion rather than an explicit stack.
62984         (re_compile_fastmap): Can't fail anymore.
62985         (re_search_2): Don't check re_compile_fastmap for failure.
62986         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62987         Now also sets the new value (passed in a new argument).
62988         (re_match_2_internal): Use it.
62989         Also, use a new var `reg' of type size_t when looping through regs
62990         rather than reuse the inappropriate `mcnt'.
62991
62992 2000-10-25  Jim Meyering  <meyering@lucent.com>
62993
62994         * lib/obstack.c: Update from libc.
62995
62996 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62997
62998         * regex.c (regex_compile): Change the way of handling a range from
62999         a char less than 256 to a char not less than 256.
63000
63001 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63002
63003         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63004         NT-Emacs only.
63005         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63006         so that re_search functions only quit when callers expect them to.
63007
63008 2000-10-23  Jim Meyering  <meyering@lucent.com>
63009
63010         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63011         wrong.  That set_locale call must not have any side effects.
63012         From Paul Eggert.
63013
63014 2000-10-22  Jim Meyering  <meyering@lucent.com>
63015
63016         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63017         [CYCLIC]: Remove now-unused definition.
63018
63019         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63020         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63021         Suggestion from Ulrich Drepper.
63022
63023 2000-10-21  Jim Meyering  <meyering@lucent.com>
63024
63025         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63026         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63027         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63028
63029 2000-10-21  Jim Meyering  <meyering@lucent.com>
63030
63031         * lib/dirname.c (memrchr): Declare if necessary.
63032         (dir_name): Remove the restriction that there be no
63033         trailing slashes.  Now, this code skips past them, effectively
63034         ignoring them.
63035         [TEST_DIRNAME] (main): New unit tests.
63036
63037         * lib/memrchr.c: New file from GNU libc.
63038         Undef __memrchr, too.
63039         [!weak_alias]: Define __memrchr to memrchr.
63040         Guard weak_alias use with `#ifdef weak_alias'.
63041
63042 2000-10-21  Jim Meyering  <meyering@lucent.com>
63043
63044         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63045         (dir_name): Use dir_name_r.
63046         * lib/dirname.h (dir_name_r): Declare it.
63047
63048 2000-10-17  Jim Meyering  <meyering@lucent.com>
63049
63050         * lib/quote.h (PARAMS): Define and use.
63051         Reported by Akim Demaille.
63052
63053         * lib/getopt.c: Update from libc.
63054
63055 2000-10-16  Jim Meyering  <meyering@lucent.com>
63056
63057         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63058         setlocale.
63059         From Jan Fedak.
63060
63061 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63062
63063         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63064
63065 2000-09-25  Jim Meyering  <meyering@lucent.com>
63066
63067         * lib/md5.h (rol): Define (from GnuPG).
63068
63069         * lib/sha.c: Give credit (GnuPG) where due.
63070         (M): Use rol rather than open-coding it.
63071         Add a FIXME comment.
63072
63073 2000-09-21  Jim Meyering  <meyering@lucent.com>
63074
63075         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63076         Reported by Michael Stone.
63077
63078 2000-09-20  Jim Meyering  <meyering@lucent.com>
63079
63080         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63081         (noinst_HEADERS): Add sha.h.
63082         Based on code from Scott G. Miller and from GnuPG.
63083
63084 2000-09-18  Jim Meyering  <meyering@lucent.com>
63085
63086         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63087         LIBS. Otherwise, everyone ends up linking with -lelf for some
63088         configurations.
63089         Reported by Mike Stone.
63090
63091 2000-09-15  Jim Meyering  <meyering@lucent.com>
63092
63093         * lib/regex.c: Update from libc.
63094
63095 2000-09-10  Jim Meyering  <meyering@lucent.com>
63096
63097         * lib/getopt.c (_getopt_internal): Update from glibc.
63098
63099 2000-09-09  Jim Meyering  <meyering@lucent.com>
63100
63101         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63102         think it should be used as a general replacement for isascii.
63103         * lib/fnmatch.c: Likewise.
63104         * lib/mbswidth.c: Likewise
63105         * lib/regex.c: Likewise.
63106
63107         Don't use atoi.
63108         * lib/userspec.c: Include sys/param.h and limits.h.
63109         Include xstrtol.h.
63110         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63111         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63112         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63113         UID, GID.  Check range.
63114
63115 2000-09-06  Jim Meyering  <meyering@lucent.com>
63116
63117         * lib/getopt.c (_getopt_internal): Update from glibc.
63118
63119 2000-08-30  Jim Meyering  <meyering@lucent.com>
63120
63121         * lib/strftime.c: Merge in changes from GNU libc.
63122
63123 2000-08-26  Jim Meyering  <meyering@lucent.com>
63124
63125         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63126         * m4/fpending.m4: New file.
63127
63128 2000-08-26  Jim Meyering  <meyering@lucent.com>
63129
63130         * lib/closeout.c: Include "__fpending.h".
63131         (close_stdout_status): Return right away if there's nothing to flush.
63132
63133         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63134         * lib/__fpending.c: New file.
63135         * lib/__fpending.h: New file.
63136
63137 2000-08-20  Jim Meyering  <meyering@lucent.com>
63138
63139         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63140         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63141         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63142
63143 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63144
63145         Improve fileutils installation on systems where running
63146         programs (like install) can't be unlinked.
63147         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63148         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63149
63150 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63151
63152         Standardize on "memory exhausted" instead of "Memory exhausted"
63153         or "virtual memory exhausted".
63154         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63155         "virtual memory exhausted".
63156         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63157         our own message.
63158         * lib/userspec.c (parse_user_spec): Likewise.
63159         * lib/bumpalloc.h: comment fix
63160         * lib/same.c, userspec.c: Include xalloc.h.
63161
63162         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63163         not char *const and pointing to a constant array.
63164         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63165         (xrealloc): Comment fix.
63166
63167         * lib/userspec.c (parse_user_spec):
63168         Don't translate a message until just before returning,
63169         to avoid unnecessary translation.
63170
63171 2000-08-07  Jim Meyering  <meyering@lucent.com>
63172
63173         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63174         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63175         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63176         getgroups.c, gethostname.c, getopt.h, group-member.c,
63177         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63178         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63179         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63180         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63181         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63182         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63183         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63184         yesno.c: Back out Copyright date changes for each file with no change
63185         this year.  This eases coordination with other programs using the same
63186         source code modules.  From Paul Eggert.
63187
63188 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63189
63190         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63191         not char, for compatibility with glibc 2.1.3 strftime.c.
63192
63193 2000-08-03  Greg McGary  <greg@mcgary.org>
63194
63195         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63196         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63197         (EXTEND_BUFFER): Use them.
63198
63199 2000-08-01  Jim Meyering  <meyering@lucent.com>
63200
63201         * lib/dirname.c (ISSLASH): Define.
63202         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63203         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63204         both `\' and `/' may be use as path separators.
63205         Based on a patch from Prashant TR.
63206
63207 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63208
63209         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63210         slot vector a constant, since it might get modified.
63211
63212 2000-07-31  Jim Meyering  <meyering@lucent.com>
63213
63214         * lib/xmalloc.c: Use `virtual memory exhausted', not
63215         `Memory exhausted'.
63216         * lib/obstack.c (print_and_abort): Likewise.
63217
63218 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63219
63220         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63221         buffer, so that the caller can always quote one small
63222         component of a "memory exhausted" message in slot 0.
63223         From a suggestion by Jim Meyering.
63224
63225 2000-07-30  Jim Meyering  <meyering@lucent.com>
63226
63227         * lib/makepath.c (make_path): Quote the other instance, too.
63228
63229         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63230         (STATIC_BUF_SIZE): Define.
63231         (quotearg_n_options): Use only statically allocated storage when
63232         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63233         than STATIC_BUF_SIZE.
63234
63235 2000-07-29  Jim Meyering  <meyering@lucent.com>
63236
63237         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63238         * lib/dirname.c (dir_name): Likewise.
63239
63240         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63241         `/'.
63242
63243         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63244         (dir_name): Assert that there are no trailing slashes.
63245
63246 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63247
63248         * lib/mbswidth.h (mbswidth): Add a flags argument.
63249         (mbswidth): New declaration.
63250         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63251         * lib/mbswidth.c (mbswidth): Add a flags argument.
63252         (mbsnwidth): New function.
63253
63254 2000-07-24  Jim Meyering  <meyering@lucent.com>
63255
63256         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63257
63258 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63259
63260         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63261
63262 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63263
63264         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63265         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63266         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63267         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63268         invoke multibyte primitives.
63269
63270 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63271
63272         * lib/quotearg.c:
63273         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63274         so that mbstate_t is always defined.
63275
63276         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63277         be 1 in at least one GCC installation, and this configuration
63278         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63279         performance on hosts that have mbrtowc but have only unibyte
63280         locales, but I assume these hosts are rare.
63281
63282 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63283
63284         * lib/mbswidth.c (_XOPEN_SOURCE):
63285         Don't define; this causes problems on Solaris 7.
63286         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63287
63288 2000-07-23  Jim Meyering  <meyering@lucent.com>
63289
63290         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63291         too: getgrgid, getpwuid, getuid.
63292
63293 2000-07-23  Jim Meyering  <meyering@lucent.com>
63294
63295         * lib/basename.c (base_name): Add an assertion.
63296
63297 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63298
63299         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63300         shadow its mbsinit function.
63301
63302 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63303
63304         * lib/mbswidth.h: New file.
63305         * lib/mbswidth.c: New file.
63306         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63307         (noinst_HEADERS): Add mbswidth.h.
63308
63309 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63310
63311         * lib/config.charset: Add support for FreeBSD. Improve support for
63312         HP-UX and IRIX 6.
63313
63314 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63315
63316         * m4/mbswidth.m4: New file.
63317         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63318
63319 2000-07-15  Jim Meyering  <meyering@lucent.com>
63320
63321         * lib/makepath.c: Include quote.h.
63322         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63323         corresponding argument in a `quote (...)' call.
63324         Give better diagnostics.
63325
63326         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63327         (noinst_HEADERS): Add quote.h.
63328
63329         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63330         from tar's src/misc.c.
63331         * lib/quote.h: New file.  Prototypes for same.
63332
63333 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63334
63335         From a suggestion by Bruno Haible.
63336         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63337         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63338         to decide whether to define the BeOS workaround macro;
63339         this adjusts to the change to AC_MBSTATE_T.
63340
63341 2000-07-14  Jim Meyering  <meyering@lucent.com>
63342
63343         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63344         jm_AC_TYPE_UINTMAX_T.
63345
63346 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63347
63348         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63349
63350         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63351         quotearg_buffer_restyled): Add support for
63352         clocale_quoting_style.  Undo previous change to
63353         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63354         and "{RIGHT QUOTATION MARK}" msgids.
63355
63356 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63357
63358         From a suggestion by Bruno Haible.
63359         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63360         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63361         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63362         and mbstate_t, to a single-part test that simply defines mbstate_t.
63363         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63364         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63365
63366 2000-07-10  Jim Meyering  <meyering@lucent.com>
63367
63368         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63369
63370         * m4/gnu-source.m4: Output to confdefs.h directly.
63371         Suggestion from Akim Demaille.
63372
63373 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63374
63375         The old behavior of quoting `like this' doesn't look good with
63376         newer, ISO-style fonts.  See:
63377         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63378
63379         Instead, quote "like this" by default.  Let the translator
63380         tailor the locale-specific quoting behavior by providing
63381         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63382
63383         * lib/quotearg.c (N_): New macro.
63384         (gettext_default): New function.
63385         (quotearg_buffer_restyled): Use
63386         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63387         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63388
63389 2000-07-09  Jim Meyering  <meyering@lucent.com>
63390
63391         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63392         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63393
63394         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63395         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63396
63397 2000-07-09  Jim Meyering  <meyering@lucent.com>
63398
63399         * lib/Most files: Update copyright dates to include 2000.
63400
63401 2000-07-08  Jim Meyering  <meyering@lucent.com>
63402
63403         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63404         if not defined.
63405         (xgethostname): Remove now-unnecessary #ifdef.
63406         Move declaration of `err' into loop where it's used.
63407
63408 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63409         and Bruno Haible  <haible@clisp.cons.org>
63410
63411         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63412         only if the test for an object-type mbstate_t fails.  This
63413         prevents us from mistakenly reporting that mbstate_t is a
63414         system object type after we "#define mbstate_t int" to work
63415         around its lack.
63416
63417 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63418         and Bruno Haible  <haible@clisp.cons.org>
63419
63420         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63421
63422 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63423
63424         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63425         to strerror_r.
63426         Include <ctype.h> for use of isalpha.
63427
63428 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63429
63430         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63431         by allocating a larger buffer. Test the gethostname return value for
63432         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63433         returns an error and ENAMETOOLONG isn't defined.
63434
63435 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63436
63437         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63438         dimension.
63439
63440 2000-07-04  Jim Meyering  <meyering@lucent.com>
63441
63442         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63443         of the deprecated AC_CHECKING.
63444
63445 2000-07-04  Jim Meyering  <meyering@lucent.com>
63446
63447         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63448         Reported by Bruno Haible.
63449
63450 2000-07-04  Jim Meyering  <meyering@lucent.com>
63451
63452         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63453         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63454         lacks mbrtowc.
63455
63456 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63457
63458         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63459         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63460
63461 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63462         and Bruno Haible  <haible@clisp.cons.org>
63463
63464         * lib/quotearg.c (mbrtowc):
63465         Assign to *pwc, and return 1 only if result is nonzero.
63466         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63467
63468 2000-07-03  Jim Meyering  <meyering@lucent.com>
63469
63470         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63471
63472 2000-07-03  Jim Meyering  <meyering@lucent.com>
63473
63474         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63475         This is necessary to get a definition of e.g., UTMP_FILE on
63476         HP-UX 10.20.
63477         From Bob Proulx.
63478
63479 2000-07-02  Jim Meyering  <meyering@lucent.com>
63480
63481         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63482
63483         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63484         AC_LIBOBJ(function_name).
63485         * m4/chown.m4: Likewise.
63486         * m4/fnmatch.m4: Likewise.
63487         * m4/ftruncate.m4: Likewise.
63488         * m4/getgroups.m4: Likewise.
63489         * m4/getline.m4: Likewise.
63490         * m4/group-member.m4: Likewise.
63491         * m4/jm-macros.m4: Likewise.
63492         * m4/lstat.m4: Likewise.
63493         * m4/malloc.m4: Likewise.
63494         * m4/memcmp.m4: Likewise.
63495         * m4/nanosleep.m4: Likewise.
63496         * m4/putenv.m4: Likewise.
63497         * m4/realloc.m4: Likewise.
63498         * m4/regex.m4: Likewise.
63499         * m4/stat.m4: Likewise.
63500         * m4/strftime.m4: Likewise.
63501
63502 2000-07-02  Jim Meyering  <meyering@lucent.com>
63503
63504         * lib/quotearg.c (mbstate_t): Don't define here.
63505
63506 2000-07-02  Jim Meyering  <meyering@lucent.com>
63507
63508         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63509
63510 2000-07-01  Jim Meyering  <meyering@lucent.com>
63511
63512         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63513
63514 2000-07-01  Jim Meyering  <meyering@lucent.com>
63515
63516         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63517         problem.
63518
63519 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63520
63521         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63522         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63523
63524 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63525
63526         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63527         per change in ../m4/ls-mntd-fs.m4.
63528         (read_filesystem_list): Ignore symbolic links.
63529
63530 2000-06-29  Jim Meyering  <meyering@lucent.com>
63531
63532         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63533         for declaration of strcmp.
63534
63535         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63536
63537         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63538         Avoid warning by casting result to `char *' to remove `const'.
63539
63540 2000-06-28  Jim Meyering  <meyering@lucent.com>
63541
63542         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63543         included by quotearg.c, for which we perform this test.  From
63544         Bruno Haible.
63545
63546 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63547
63548         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63549         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63550         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63551
63552 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63553
63554         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63555
63556 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63557
63558         savedir now sets errno on failure and invokes xmalloc to get memory.
63559         Fix a couple of other minor bugs while we're at it.
63560
63561         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63562         (NAMLEN): Remove macro.
63563         (malloc, realloc): Remove decls.
63564         (stpcpy): Likewise.
63565         ("xalloc.h"): Include.
63566         (NAME_SIZE_DEFAULT): New macro.
63567         (savedir): Use xmalloc / xrealloc to allocate memory.
63568         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63569         Skip "" directory entries.
63570         Use strlen to calculate directory entry length, since the old method
63571         is rarely used these days and isn't worth supporting.
63572         Don't use a pointer after freeing it.
63573         Check for integer overflow when calculating allocation size.
63574         Use memcpy to copy entries, instead of stpcpy.
63575         Set errno properly when returning NULL.
63576         Check for readdir error.
63577
63578 2000-06-26  Jim Meyering  <meyering@lucent.com>
63579
63580         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63581
63582 2000-06-25  Jim Meyering  <meyering@lucent.com>
63583
63584         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63585         Linux header bug when _XOPEN_SOURCE is defined to 500.
63586
63587 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63588
63589         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63590         deficiency.
63591
63592 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63593
63594         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63595         Include xalloc.h.
63596         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63597
63598 2000-06-24  Jim Meyering  <meyering@lucent.com>
63599
63600         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63601         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63602         for which strerror does return char*, but which lacks a conveniently
63603         accessible declaration of the function.  If the compile-test says
63604         strerror_r doesn't work, then resort to a `run'-test that works on
63605         BeOS and segfaults on DEC Unix.
63606
63607 2000-06-24  Jim Meyering  <meyering@lucent.com>
63608
63609         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63610
63611 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63612
63613         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63614         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63615
63616 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63617
63618         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63619         (mbrtowc, mbstate_t): Define substitutes if
63620         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63621         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63622         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63623
63624 2000-06-23  Jim Meyering  <meyering@lucent.com>
63625
63626         * m4/afs.m4: Add missing AC_MSG_RESULT.
63627         Reported by Bruno Haible.
63628
63629         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63630         Suggestion from Bruno Haible.
63631
63632 2000-06-23  Jim Meyering  <meyering@lucent.com>
63633
63634         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63635
63636 2000-06-21  Jim Meyering  <meyering@lucent.com>
63637
63638         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63639
63640 2000-06-21  Jim Meyering  <meyering@lucent.com>
63641
63642         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63643         (noinst_HEADERS): Add getstr.h.
63644
63645         * lib/getline.c (getstr): Move into a separate file.
63646         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63647         the following changes: new parameter, delim2; both delim[12]
63648         parameters have type `int', not `char'.  The latter would lose
63649         with 8-bit delimiters.
63650         * lib/getstr.h: New file.
63651
63652 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63653
63654         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63655         than 1024, return a memory chunk of least possible size, instead
63656         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63657         Use free/xmalloc instead of xrealloc to avoid copying for very long
63658         paths.
63659
63660 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63661
63662         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63663         the empty string.
63664
63665 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63666
63667         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63668         address, not strdup.  Include <stdlib.h> and don't declare free().
63669
63670 2000-06-19  Jim Meyering  <meyering@lucent.com>
63671
63672         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63673
63674 2000-06-18  Jim Meyering  <meyering@lucent.com>
63675
63676         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63677
63678         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63679         `checking whether...' message to be consistent with that of the
63680         lstat test.
63681
63682 2000-06-18  Jim Meyering  <meyering@lucent.com>
63683
63684         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63685         Besides, these days every porting target provides a mkdir function.
63686
63687         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63688         needed. (this snippet comes from src/system.h).
63689
63690 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63691
63692         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63693
63694 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63695
63696         * lib/human.c (adjust_value): New function.
63697         (human_readable_inexact): Apply rounding style even when
63698         printing approximate values.
63699
63700 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63701
63702         * lib/human.c (human_readable_inexact): Allow an input block
63703         size that is not a multiple of the output block size, and vice versa.
63704         Reported by Piergiorgio Sartor.
63705
63706 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63707
63708         * lib/getdate.y (get_date): Apply relative times after time
63709         zone indicator, not before.  Reported by Todd A. Jacobs.
63710
63711 2000-06-13  Jim Meyering  <meyering@lucent.com>
63712
63713         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63714
63715         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63716
63717 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63718
63719         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63720
63721 2000-06-12  Jim Meyering  <meyering@lucent.com>
63722
63723         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63724         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63725         optional argument.
63726         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63727         the optional argument, `lib'.
63728
63729 2000-06-08  Jim Meyering  <meyering@lucent.com>
63730
63731         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63732
63733 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63734
63735         Rewrite largefile configuration so that we don't need to run
63736         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63737         AC_CANONICAL_HOST in configure.in -- jmm]
63738
63739         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63740         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63741         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63742         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63743         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63744         All uses changed.
63745         Instead of inspecting the output of getconf, try to compile the
63746         test program without and with the macro definition.
63747         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63748         for getconf.  Instead, check for the needed flags by compiling
63749         test programs.
63750
63751 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63752
63753         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63754
63755 2000-06-04  Jim Meyering  <meyering@lucent.com>
63756
63757         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63758         SunOS 4.1.4 for which gid_t is an unsigned type.
63759
63760 2000-06-03  Jim Meyering  <meyering@lucent.com>
63761
63762         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63763         now that autoconf requires that.
63764
63765         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63766         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63767         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63768
63769 2000-06-03  Jim Meyering  <meyering@lucent.com>
63770
63771         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63772
63773 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63774
63775         * m4/glibc21.m4: New file.
63776         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63777
63778 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63779
63780         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63781         newer, don't install charset.alias.
63782         * lib/config.charset: Change the Linux/glibc rules so they become empty
63783         on glibc-2.1 or newer.
63784
63785 2000-06-02  Jim Meyering  <meyering@lucent.com>
63786
63787         * lib/mountlist.c: Back out last change.  Instead, do this...
63788         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63789         me_dummy member using the same `ignore'-testing code.
63790         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63791         fs_type strings.
63792         From Mark D. Roth.
63793
63794 2000-05-29  Jim Meyering  <meyering@lucent.com>
63795
63796         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63797         mounts with the `ignore' attribute.  Based on a patch from
63798         Mark D. Roth.
63799
63800 2000-05-28  Jim Meyering  <meyering@lucent.com>
63801
63802         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63803         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63804         * m4/stat.m4: Likewise.
63805         * m4/lstat.m4: Likewise.
63806         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63807
63808         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63809         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63810
63811 2000-05-26  Jim Meyering  <meyering@lucent.com>
63812
63813         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63814
63815 2000-05-24  Jim Meyering  <meyering@lucent.com>
63816
63817         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63818         autoconf requires that.
63819         * m4/lib-check.m4: Likewise.
63820         * m4/jm-macros.m4: Likewise.
63821         * m4/strftime.m4: Likewise.
63822
63823         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63824         AC_CHECK_DECLS, now that autoconf requires that.
63825
63826 2000-05-22  Jim Meyering  <meyering@lucent.com>
63827
63828         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63829         * m4/lstat.m4: Likewise.
63830
63831 2000-05-22  Jim Meyering  <meyering@lucent.com>
63832
63833         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63834
63835 2000-05-20  Jim Meyering  <meyering@lucent.com>
63836
63837         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63838         (jm_PREREQ): Use it.
63839
63840 2000-05-18  Jim Meyering  <meyering@lucent.com>
63841
63842         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63843         back, too, since it may have been modified by allocate_entry.
63844         (hash_delete): Rewrite to use neither the assignment operator
63845         nor the comma operator in an if-expression.
63846
63847 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63848
63849         * lib/closeout.c:
63850         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63851         Remove; no longer needed.
63852         "quotearg.h": Add include.
63853         (file_name): Do not bother to explicitly initialize to NULL; it's less
63854         efficient on some hosts.
63855         (close_stdout_status): Remove test as to whether stdout was already
63856         closed; it breaks for the case "echo x | sort >&-".
63857         Quote file name colons.
63858         Do not assume that _("write error") lacks format strings.
63859
63860 2000-05-15  Jim Meyering  <meyering@lucent.com>
63861
63862         * lib/version-etc.c (version_etc_copyright): Update the copyright
63863         string used in all --version output.
63864
63865 2000-05-14  Jim Meyering  <meyering@lucent.com>
63866
63867         * lib/closeout.c (close_stdout_set_file_name): New function.
63868         (close_stdout_status): Use new file-scoped global.
63869         Return right away if fstat says the stdout file descriptor is invalid.
63870         * lib/closeout.h (close_stdout_set_file_name): Declare.
63871
63872 2000-05-10  Jim Meyering  <meyering@lucent.com>
63873
63874         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63875         (close_stdout_set_status): New function.
63876         * lib/closeout.h (close_stdout_set_status): Declare.
63877
63878 2000-05-09  Jim Meyering  <meyering@lucent.com>
63879
63880         * m4/gettext.m4: Rename this...
63881         * m4/libintl.m4: ...to this.
63882
63883 2000-05-08  Jim Meyering  <meyering@lucent.com>
63884
63885         * lib/long-options.c: Don't include closeout.h.
63886         (parse_long_options): Don't call close_stdout for --version.
63887
63888 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63889
63890         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63891         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63892         2.1.3 bug.  This avoids a clash when files like regex.c define
63893         _GNU_SOURCE.
63894
63895 2000-05-06  Jim Meyering  <meyering@lucent.com>
63896
63897         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63898         (AC_REPLACE_FUNCS): Add strnlen.
63899
63900         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63901         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63902
63903         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63904         AC_SEARCH_LIBS call for nanosleep.
63905         (LIB_NANOSLEEP): Set and AC_SUBST.
63906
63907 2000-05-06  Jim Meyering  <meyering@lucent.com>
63908
63909         * lib/strnlen.c: Undefine __strnlen and strnlen.
63910         [!weak_alias]: Define __strnlen to strnlen.
63911
63912         * lib/atexit.c: New file, from libiberty.
63913
63914 2000-05-06  Jim Meyering  <meyering@lucent.com>
63915
63916         * lib/closeout.c (close_stdout_status): Also check for errors on the
63917         stderr stream.
63918
63919 2000-05-05  Jim Meyering  <meyering@lucent.com>
63920
63921         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63922         AC_SEARCH_LIBS call for clock_gettime.
63923         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63924
63925         * m4/search-libs.m4: Update from autoconf.
63926
63927         su doesn't work on Solaris 2.6.
63928         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63929         <shadow.h>.  Reported by Dragos Harabor.
63930
63931 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63932
63933         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63934         memcpy instead of xmalloc, xrealloc, path_concat.
63935         (locale_charset): Treat empty environment variables as absent.
63936         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63937
63938 2000-05-04  Jim Meyering  <meyering@lucent.com>
63939
63940         * lib/getopt.c: Update from glibc.
63941         * lib/obstack.c: Likewise.
63942         * lib/obstack.h: Likewise.
63943         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63944         file
63945
63946         * lib/regex.h: Likewise.
63947         * lib/strndup.c: Likewise.
63948         * lib/strnlen.c: New file, from glibc.
63949
63950 2000-05-03  Jim Meyering  <meyering@lucent.com>
63951
63952         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63953
63954 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63955
63956         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63957         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63958         compile-time test, rather than inspecting host and OS, to
63959         decide whether to define _LARGEFILE_SOURCE.
63960
63961 2000-05-01  Jim Meyering  <meyering@lucent.com>
63962
63963         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63964
63965         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63966         Based on a patch from Bruno Haible.
63967
63968 2000-05-01  Jim Meyering  <meyering@lucent.com>
63969
63970         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63971
63972 2000-04-29  Jim Meyering  <meyering@lucent.com>
63973
63974         * lib/path-concat.c: Declare strdup only if it's not defined.
63975         * lib/canon-host.c: Likewise.
63976
63977 2000-04-28  Jim Meyering  <meyering@lucent.com>
63978
63979         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63980         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63981         is included first, then limits.h is included by locale.h by libintl.h.
63982         From John David Anglin.
63983
63984 2000-04-25  Jim Meyering  <meyering@lucent.com>
63985
63986         * lib/makepath.c (S_IRWXUGO): Define.
63987         (make_path): Always perform explicit chmod if MODE specifies any
63988         of the `special' permission bits.  Prompted by a bug report against
63989         install from Mate Wierdl and Joost van Baal.
63990
63991 2000-04-18  Jim Meyering  <meyering@lucent.com>
63992
63993         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63994         (jm_PREREQ): Use it.
63995
63996 2000-04-18  Jim Meyering  <meyering@lucent.com>
63997
63998         * lib/README: New file.
63999
64000         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64001         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64002
64003 2000-04-17  Jim Meyering  <meyering@lucent.com>
64004
64005         Get it right :-)
64006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64007         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64008         Suggestion from Akim Demaille.
64009
64010 2000-04-17  Jim Meyering  <meyering@lucent.com>
64011
64012         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64013         the definition of it to rpl_strftime also defined-away the system's
64014         declaration.
64015
64016 2000-04-15  Jim Meyering  <meyering@lucent.com>
64017
64018         Use `C' to denote so-called `contiguous' files, the same way
64019         that tar does.
64020         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64021         (ftypelet): Use S_ISCTG.
64022         From Michael Deutschmann.
64023
64024 2000-04-14  Jim Meyering  <meyering@lucent.com>
64025
64026         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64027         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64028         clobbered.
64029
64030 2000-04-14  Jim Meyering  <meyering@lucent.com>
64031
64032         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64033
64034 2000-04-13  Jim Meyering  <meyering@lucent.com>
64035
64036         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64037         AH_VERBATIM to insert required #ifndef into config.h.in.
64038         Suggestion from Akim Demaille.
64039
64040 2000-04-12  Jim Meyering  <meyering@lucent.com>
64041
64042         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64043         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64044         Christian Krackowizer.
64045
64046         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64047         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64048         (AC_SYS_LARGEFILE): Require.
64049         (AM_C_PROTOTYPES): Require.
64050
64051 2000-04-08  Jim Meyering  <meyering@lucent.com>
64052
64053         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64054         names don't conflict.  Reported by Eli Zaretskii.
64055
64056 2000-04-07  Jim Meyering  <meyering@lucent.com>
64057
64058         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64059         sys/types.h, to work around system header problems on AIX 3.2.5.
64060         From Bruno Haible.
64061
64062 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64063
64064         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64065         bug.  Deal with the different error behavior of Irix iconv.
64066
64067 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64068
64069         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64070         IRIX if the installer said otherwise.
64071
64072 2000-04-05  Jim Meyering  <meyering@lucent.com>
64073
64074         Portability tweaks required for ultrix4.3.
64075         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64076         (jm_CHECK_DECLS): Add getutent to the list of functions.
64077         (_jm_DECL_HEADERS): Add utmpx.h.
64078         From John David Anglin.
64079
64080         * m4/strftime.m4: Back out the 2000-04-02 change.
64081         Instead of that change, simply undefine putenv in the test program.
64082
64083 2000-04-05  Jim Meyering  <meyering@lucent.com>
64084
64085         Portability tweaks required for ultrix4.3.
64086         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64087         getutent.
64088         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64089         * lib/canon-host.c: Declare strdup.
64090         * lib/path-concat.c: Likewise.
64091         From John David Anglin.
64092
64093 2000-04-04  Jim Meyering  <meyering@lucent.com>
64094
64095         Be more DOS 8.3-friendly.
64096         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64097         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64098         * lib/Makefile.am: Reflect renaming.
64099         Reported by Eli Zaretskii.
64100
64101         Use a temporary file name that won't clash with `charset.alias'
64102         in the DOS 8.3 name space.
64103         * lib/Makefile.am (charset_tmp): Define.
64104         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64105         (uninstall-local): Likewise.
64106         Reported by Eli Zaretskii.
64107
64108 2000-04-03  Jim Meyering  <meyering@lucent.com>
64109
64110         * m4/gettext.m4: Fix typo in comment.
64111
64112         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64113         textutils/configure.in).  Suggestion from Paul Eggert.
64114         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64115
64116 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64117
64118         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64119         variable in the shell rather than using putenv, which isn't
64120         portable.  This avoids the configure-time inter-test dependency
64121         on the potentially-renamed putenv function.
64122
64123 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64124
64125         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64126         before checking struct stat.st_blksize, so that
64127         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64128
64129 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64130
64131         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64132         since strftime.c uses HAVE_STRFTIME to decide whether to use
64133         the underlying strftime.
64134
64135 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64136
64137         * lib/time/strftime.c (my_strftime): Make sure we call the system
64138         strftime, not ourselves, when invoking the underlying strftime.
64139
64140 2000-03-24  Jim Meyering  <meyering@lucent.com>
64141
64142         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64143         (charset_alias): Define.
64144         (install-exec-local): Factor out common code.
64145         (uninstall-local): Split lines longer than 80.
64146         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64147         (SUFFIXES): Define.
64148         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64149         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64150
64151 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64152
64153         * lib/config.charset: Output a line containing "Packages using this
64154         file".
64155         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64156         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64157         ref-del.sed): New rules.
64158
64159 2000-03-17  Jim Meyering  <meyering@lucent.com>
64160
64161         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64162         Otherwise, include <strings.h>
64163
64164 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64165
64166         * lib/unicodeio.c (utf8_wctomb): New function.
64167         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64168         format instead of in UCS-4 with platform dependent endianness.
64169
64170 2000-03-10  Jim Meyering  <meyering@lucent.com>
64171
64172         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64173         From Marco Franzen.
64174
64175 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64176
64177         * lib/savedir.c (savedir): Work even if directory size is
64178         negative; this can happen with some screwy NFS configurations.
64179
64180 2000-03-06  Jim Meyering  <meyering@lucent.com>
64181
64182         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64183         if it's NULL (because we ran out of memory).  From Bruno Haible.
64184
64185 2000-03-05  Jim Meyering  <meyering@lucent.com>
64186
64187         * lib/localcharset.c ("path-concat.h"): Include.
64188         (get_charset_aliases): Use path_concat instead of ANSI string
64189         concatenation.
64190
64191         * lib/unicodeio.h (PARAMS): Define.
64192         Use it to guard prototype.
64193
64194 2000-03-04  Jim Meyering  <meyering@lucent.com>
64195
64196         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64197         for lib/localcharset.c.
64198
64199 2000-03-04  Jim Meyering  <meyering@lucent.com>
64200
64201         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64202         installing into it.
64203         (uninstall-local): Uncomment this rule so `make distcheck' works
64204         once again.
64205
64206         * lib/unicodeio.c (<errno.h>): Include it.
64207         (errno): Declare if not defined.
64208
64209         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64210
64211         * lib/config.charset: New version, incorporating remarks from a linux
64212         i18n mailing list.  From Bruno Haible.
64213
64214 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64215
64216         * m4/codeset.m4: New file.
64217         * m4/iconv.m4: New file.
64218         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64219
64220 2000-03-03  Jim Meyering  <meyering@lucent.com>
64221
64222         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64223
64224 2000-03-02  Jim Meyering  <meyering@lucent.com>
64225
64226         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64227         the messages come out on separate lines.
64228
64229         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64230         rather than jm_CHECK_DECLARATIONS.
64231         * m4/decl.m4: Remove now-unused file.
64232
64233         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64234         geteuid.
64235
64236 2000-03-02  Jim Meyering  <meyering@lucent.com>
64237
64238         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64239
64240 2000-03-01  Jim Meyering  <meyering@lucent.com>
64241
64242         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64243         * lib/unicodeio.c: Likewise.
64244
64245 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64246
64247         * lib/config.charset: New file.
64248         * lib/localcharset.c: New file.
64249         * lib/unicodeio.h, lib/unicodeio.c: New files.
64250         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64251         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64252         (noinst_HEADERS): Add unicodeio.h.
64253         (all-local, install-exec-local, charset.alias): New targets.
64254
64255 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64256
64257         * lib/quotearg.c (ALERT_CHAR): New macro.
64258         (quotearg_buffer_restyled): Use it.
64259
64260 2000-02-27  Jim Meyering  <meyering@lucent.com>
64261
64262         * m4/check-decl.m4: Add getenv to the list.
64263
64264 2000-02-27  Jim Meyering  <meyering@lucent.com>
64265
64266         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64267         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64268
64269         * lib/backupfile.c: Guard inclusion of stdlib.h with
64270         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64271         Declare malloc if needed.
64272
64273         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64274         `#ifndef HAVE_DECL..'
64275         now that autoconf always defines the HAVE_DECL_ symbols.
64276         * lib/human.c: Likewise.
64277         * lib/same.c: Likewise.
64278         * lib/strtoumax.c: Likewise.
64279
64280         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64281         declaration check was not run.
64282         * lib/hash.c: Likewise.
64283         * lib/human.c: Likewise.
64284         * lib/same.c: Likewise.
64285         * lib/strtoumax.c: Likewise.
64286
64287         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64288         `.', then first look up the entire `.'-containing string as a login
64289         name.
64290
64291 2000-02-23  Jim Meyering  <meyering@lucent.com>
64292
64293         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64294         in place of my hack.
64295
64296 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64297
64298         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64299         (textint): New typedef.
64300         (parser_control): Member year changed from int to textint.
64301         All uses changed.
64302         (YYSTYPE): Removed; replaced by %union with int and textint members.
64303         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64304         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64305         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64306         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64307         (date, number, to_year): Use width of number in digits, not its value,
64308         to determine whether it's a 2-digit year, or a 2-digit time.
64309         (yylex): Store number of digits of numeric tokens.
64310         Reported by John Kendall.
64311
64312         (parser_control): Changed from struct parser_control to typedef (for
64313         consistency).  All uses changed.
64314
64315         (tID): Removed; not used.
64316         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64317
64318 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64319
64320         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64321         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64322
64323 2000-02-12  Jim Meyering  <meyering@lucent.com>
64324
64325         * lib/userspec.c (ISDIGIT): Define it.
64326         (isdigit): Remove definition.
64327         (is_number): Use ISDIGIT, not isdigit.
64328         <libintl.h>: Include.
64329         (_ and N_): Define.
64330         (parse_user_spec): Mark translatable strings.
64331
64332 2000-02-10  Jim Meyering  <meyering@lucent.com>
64333
64334         With these changes, nanosleep.[ch] are finally enough like the other
64335         lib/* replacement files to compile on a few more losing systems.
64336
64337         * lib/nanosleep.h: Don't include config.h.
64338         Remove prototype from declaration of nanosleep.
64339         (PARAMS): Remove now-unneeded definition.
64340         * lib/nanosleep.c: #undef nanosleep.
64341         (rpl_nanosleep): Rename from nanosleep.
64342
64343 2000-02-10  Jim Meyering  <meyering@lucent.com>
64344
64345         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64346         gnu_nanosleep to rpl_nanosleep.
64347
64348 2000-02-09  Jim Meyering  <meyering@lucent.com>
64349
64350         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64351         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64352
64353 2000-02-08  Akim Demaille  <akim@epita.fr>
64354
64355         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64356         `[' and `]' and remove uses of `changequote'.
64357         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64358         (AC_SYS_LARGEFILE): Likewise.
64359         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64360         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64361         of changequote.
64362         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64363         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64364         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64365         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64366
64367 2000-02-05  Jim Meyering  <meyering@lucent.com>
64368
64369         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64370         Remove explicit use of AC_HEADER_TIME.  It is required by
64371         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64372         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64373         in autoconf whereby the expansion of the latter ended up preceding
64374         the expansion of its prerequisite, AC_HEADER_TIME.
64375         Reported by Volker Borchert.
64376
64377 2000-02-03  Jim Meyering  <meyering@lucent.com>
64378
64379         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64380
64381 2000-02-03  Jim Meyering  <meyering@lucent.com>
64382
64383         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64384         rather than with `#if HAVE_UTMPNAME'.
64385
64386 2000-02-02  Jim Meyering  <meyering@lucent.com>
64387
64388         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64389         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64390         Reported by Eli Zaretskii.
64391
64392 2000-02-01  Jim Meyering  <meyering@lucent.com>
64393
64394         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64395
64396 2000-01-31  Jim Meyering  <meyering@lucent.com>
64397
64398         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64399         functions.  Add the time.h and sys/time.h headers along with the
64400         AC_REQUIRE'ment of AC_HEADER_TIME.
64401
64402 2000-01-31  Jim Meyering  <meyering@lucent.com>
64403
64404         * lib/nanosleep.h (nanosleep): Guard declaration with
64405         `#if ! HAVE_DECL_NANOSLEEP'.
64406         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64407         the declaration in that vendor's sys/timers.h.
64408         Reported by Christian Krackowizer.
64409
64410         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64411         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64412         (ISPRINT): Likewise.
64413         Reported by Tom Tromey.
64414
64415 2000-01-30  Jim Meyering  <meyering@lucent.com>
64416
64417         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64418
64419         * m4/prereq.m4 (utmp_includes): Define.
64420         Check for ut_user and ut_name members in both struct utmpx
64421         and struct utmp.
64422
64423 2000-01-30  Jim Meyering  <meyering@lucent.com>
64424
64425         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64426         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64427         header files where only utmpx.ut_user is declared.
64428
64429         * lib/readutmp.h (UT_USER): Define.
64430
64431 2000-01-29  Jim Meyering  <meyering@lucent.com>
64432
64433         * m4/lib-check.m4: New file containing library-related checks from
64434         fileutils and sh-utils (textutils had none).
64435
64436 2000-01-28  Jim Meyering  <meyering@lucent.com>
64437
64438         * m4/perl.m4: Change format of warning message to look more like that
64439         from the missing script.  Suggestion from François Pinard.
64440
64441 2000-01-25  Jim Meyering  <meyering@lucent.com>
64442
64443         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64444         well as time.h in the compile check.
64445         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64446         Fix typo in cross-compiling case: s/yes/no/.
64447
64448 2000-01-23  Jim Meyering  <meyering@lucent.com>
64449
64450         * m4/jm-macros.m4: Move df-related tests here from
64451         fileutils/configure.in
64452
64453         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64454         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64455
64456         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64457         s/space/ac_fsusage_space/.
64458         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64459
64460         * m4/ftruncate.m4: New file (derived from part of
64461         fileutils/configure.in).
64462         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64463         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64464
64465         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64466         AC_SUBST these here, rather than just in sh-util/configure.in, so
64467         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64468         all the same.
64469         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64470         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64471         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64472         (AC_SUBST(POW_LIBM)): Likewise.
64473         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64474
64475 2000-01-23  Jim Meyering  <meyering@lucent.com>
64476
64477         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64478         obstack.c.
64479
64480 2000-01-22  Jim Meyering  <meyering@lucent.com>
64481
64482         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64483
64484         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64485
64486         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64487         configure.in
64488         (AC_CHECK_HEADERS): Likewise for sh-utils.
64489         (AC_CHECK_HEADERS): Likewise for textutils.
64490         Merge the three lists of headers.
64491
64492         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64493         from fileutils' configure.in.
64494
64495         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64496         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64497         check-decl.m4.
64498
64499         * m4/check-decl.m4: Use #if rather than #ifdef.
64500         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64501         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64502         (_jm_DECL_HEADERS): Define new function.
64503         (jm_CHECK_DECLARATIONS): Require it.
64504
64505 2000-01-22  Jim Meyering  <meyering@lucent.com>
64506
64507         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64508         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64509         Required for some AIX systems.  Reported by Christian Krackowizer.
64510         [TESTING] (main): New function.
64511
64512         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64513         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64514         letters.
64515
64516         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64517         iswprint.
64518
64519         * lib/strverscmp.c (ISDIGIT): Define.
64520         (strverscmp): Use ISDIGIT, not isdigit.
64521
64522 2000-01-19  Jim Meyering  <meyering@lucent.com>
64523
64524         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64525         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64526         defines `struct timespec' in <sys/time.h>
64527
64528         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64529         Thanks to Akim for explaining.
64530
64531 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64532
64533         * lib/nanosleep.c (nanosleep):
64534         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64535         POSIX.1 doesn't require SA_INTERRUPT and some systems
64536         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64537         it's been part of POSIX.1 since day 1 (in 1988).
64538
64539 2000-01-17  Jim Meyering  <meyering@lucent.com>
64540
64541         * lib/interlock: Remove unused file.  Reported by François Pinard.
64542
64543 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64544
64545         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64546         alert, backslash, formfeed, and vertical tab unnecessarily in
64547         shell quoting style.
64548
64549 2000-01-16  Jim Meyering  <meyering@lucent.com>
64550
64551         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64552         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64553         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64554         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64555
64556 2000-01-16  Jim Meyering  <meyering@lucent.com>
64557
64558         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64559         because the latter didn't work.
64560
64561 2000-01-15  Jim Meyering  <meyering@lucent.com>
64562
64563         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64564         (AC_REPLACE_FUNCS): Add memcpy and memset.
64565         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64566         Add strpbrk.
64567         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64568
64569 2000-01-12  Jim Meyering  <meyering@lucent.com>
64570
64571         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64572         (jm_PREREQ): Use it.
64573         (jm_PREREQ_READUTMP): New macro.
64574         (jm_PREREQ): Use it.
64575
64576 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64577
64578         Quote multibyte characters correctly.
64579         * m4/c-bs-a.m4: New file.
64580         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64581         (jm_PREREQ): Use it.
64582
64583 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64584
64585         * m4/uintmax_t.m4: Port to autoconf 2.13.
64586
64587 2000-01-08  Jim Meyering  <meyering@ascend.com>
64588
64589         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64590         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64591
64592 2000-01-04  Jim Meyering  <meyering@ascend.com>
64593
64594         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64595         jm_STRUCT_DIRENT_D_TYPE.
64596         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64597         jm_STRUCT_DIRENT_D_INO.
64598         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64599         jm_STRUCT_UTIMBUF.
64600         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64601         renamings.
64602         * m4/utime.m4: Likewise.
64603
64604         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64605         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64606
64607 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64608
64609         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64610         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64611
64612 2000-01-02  Jim Meyering  <meyering@ascend.com>
64613
64614         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64615         remember if this is necessary.
64616
64617 1999-12-26  Jim Meyering  <meyering@ascend.com>
64618
64619         * m4/jm-macros.m4: Use it here.
64620         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64621
64622 1999-12-23  Jim Meyering  <meyering@ascend.com>
64623
64624         * m4/jm-macros.m4: Check for clock_gettime (moved from
64625         fileutils/configure.in)
64626         Check for gettimeofday.
64627
64628 1999-12-20  Jim Meyering  <meyering@ascend.com>
64629
64630         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64631         autoconf-2.14a-1999-12-20.
64632
64633 1999-12-19  Jim Meyering  <meyering@ascend.com>
64634
64635         * m4/lstat-slash.m4: New file.
64636         * m4/jm-macros.m4: Use the new macro:
64637         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64638
64639 1999-12-07  Jim Meyering  <meyering@ascend.com>
64640
64641         * m4/perl.m4: Require that File::Compare be available, too.
64642         Too many systems seem to lack it.
64643
64644         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64645         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64646
64647 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64648
64649         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64650         problem with the QNX 4.25 shell, which doesn't propagate exit
64651         status of failed commands inside shell assignments.
64652
64653 1999-11-17  Jim Meyering  <meyering@ascend.com>
64654
64655         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64656
64657 1999-11-07  Jim Meyering  <meyering@ascend.com>
64658
64659         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64660
64661 1999-11-06  Jim Meyering  <meyering@ascend.com>
64662
64663         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64664         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64665
64666 1999-11-05  Jim Meyering  <meyering@ascend.com>
64667
64668         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64669         configure.in of textutils, fileutils, and sh-utils into this one
64670         (shared between those packages) file.
64671         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64672         AC_STRUCT_ST_BLKSIZE.
64673
64674 1999-11-03  Jim Meyering  <meyering@ascend.com>
64675
64676         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64677         of AC_CHECK_TYPE checks includes unistd.h.
64678         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64679         Suggestion from Akim Demaille.
64680
64681 1999-10-30  Jim Meyering  <meyering@ascend.com>
64682
64683         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64684         m4-quoted string.
64685         * m4/ls-mntd-fs.m4: Likewise.
64686         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64687         * m4/jm-winsz1.m4: Likewise.
64688
64689         * m4/const.m4: Remove file, since the fix made it into the experimental
64690         version of autoconf.
64691         * m4/mktime.m4: Likewise.
64692
64693         * m4/check-type.m4: Remove file, now that the latest version of
64694         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64695
64696         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64697         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64698         AC_CHECK_TYPE.
64699
64700 1999-10-04  Jim Meyering  <meyering@ascend.com>
64701
64702         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64703
64704 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64705
64706         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64707         2.95.1 bug with HP-UX 10.20.
64708
64709 1999-09-17  Jim Meyering  <meyering@ascend.com>
64710
64711         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64712         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64713         due to missing strdup (against sh-utils-2.0).
64714
64715 1999-08-29  Jim Meyering  <meyering@ascend.com>
64716
64717         * m4/jm-macros.m4: Require jm_BISON.
64718         * m4/bison.m4: New file.
64719
64720 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64721
64722         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64723         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64724
64725 1999-08-05  Jim Meyering  <meyering@ascend.com>
64726
64727         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64728         to avoid conflicts with `conftest' on 8+3 filesystems.
64729         Suggestion from Eli Zaretskii.
64730
64731 1999-08-04  Jim Meyering  <meyering@ascend.com>
64732
64733         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64734         fileutils and sh-utils (textutils's getline test was inadequate).
64735         (AM_FUNC_GETLINE): Run this test.
64736         (AC_CHECK_FUNCS): Check for getdelim.
64737         Reported by Bob Proulx.
64738
64739 1999-08-02  Jim Meyering  <meyering@ascend.com>
64740
64741         * m4/jm-macros.m4: Add a comment.
64742
64743 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64744
64745         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64746         <inttypes.h> defines strtoumax as a macro (and not as a
64747         function).
64748
64749 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64750
64751         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64752         that we can shift, multiply and divide unsigned long long
64753         values; Ultrix cc can't do it.
64754
64755 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64756
64757         * m4/mktime.m4: New file, which is a preview of what should appear
64758         in the next public autoconf release.
64759
64760 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64761
64762         * m4/lfs.m4: Remove this file.
64763         * m4/largefile.m4: New file.  It contains the old contents of
64764         lfs.m4, except that all names with prefix AC_LFS have been
64765         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64766         compatible with future autoconf versions.  Also, some minor m4
64767         quoting problems have been fixed.
64768
64769 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64770
64771         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64772         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64773         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64774         and simplify the shell code.
64775
64776 1999-08-01  Jim Meyering  <meyering@ascend.com>
64777
64778         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64779         m4.
64780
64781 1999-07-20  Jim Meyering  <meyering@ascend.com>
64782
64783         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64784
64785 1999-07-15  Jim Meyering  <meyering@ascend.com>
64786
64787         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64788
64789 1999-05-22  Jim Meyering  <meyering@ascend.com>
64790
64791         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64792
64793 1999-05-20  Jim Meyering  <meyering@ascend.com>
64794
64795         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64796         Add a colon after each `then' in case $4 is empty.
64797
64798 1999-05-16  Jim Meyering  <meyering@ascend.com>
64799
64800         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64801
64802 1999-05-10  Jim Meyering  <meyering@ascend.com>
64803
64804         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64805
64806         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64807         AC_FUNC_MKTIME.
64808
64809 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64810
64811         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64812
64813 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64814
64815         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64816         not CPPFLAGS, so that linking works correctly in IRIX.
64817
64818 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64819
64820         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64821
64822 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64823
64824         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64825         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64826         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64827         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64828         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64829
64830         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64831
64832 1999-04-20  Jim Meyering  <meyering@ascend.com>
64833
64834         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64835         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64836         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64837
64838 1999-04-18  Jim Meyering  <meyering@ascend.com>
64839
64840         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64841         * m4/jm-macros.m4: Use it.
64842
64843 1999-04-06  Jim Meyering  <meyering@ascend.com>
64844
64845         * m4/strftime.m4: Remove test for %f.
64846
64847 1999-03-29  Jim Meyering  <meyering@ascend.com>
64848
64849         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64850         superset of the AC_TYPE_* checks in the textutils, fileutils,
64851         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64852         AC_TYPE_PID_T.
64853
64854 1999-03-28  Jim Meyering  <meyering@ascend.com>
64855
64856         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64857         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64858         replaced e.g., in the *.sh files of the sh-utils.
64859
64860 1999-03-20  Jim Meyering  <meyering@ascend.com>
64861
64862         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64863         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64864         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64865
64866 1999-03-19  Jim Meyering  <meyering@ascend.com>
64867
64868         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64869
64870 1999-03-12  Jim Meyering  <meyering@ascend.com>
64871
64872         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64873
64874 1999-03-07  Jim Meyering  <meyering@ascend.com>
64875
64876         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64877         declared.
64878
64879 1999-02-17  Jim Meyering  <meyering@ascend.com>
64880
64881         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64882         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64883
64884 1999-02-07  Jim Meyering  <meyering@ascend.com>
64885
64886         * m4/group-member.m4: New file -- extracted from sh-utils'
64887         configure.in.
64888
64889         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64890         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64891
64892 1999-02-06  Jim Meyering  <meyering@ascend.com>
64893
64894         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64895         * m4/fnmatch.m4: Likewise.
64896         * m4/getgroups.m4: Likewise.
64897         * m4/lstat.m4: Likewise.
64898         * m4/malloc.m4: Likewise.
64899         * m4/putenv.m4: Likewise.
64900         * m4/realloc.m4: Likewise.
64901         * m4/regex.m4: Likewise.
64902         * m4/stat.m4: Likewise.
64903         * m4/strftime.m4: Likewise.
64904         Suggestion from Alain Magloire.
64905
64906         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64907         * m4/fnmatch.m4: Likewise.
64908         * m4/getgroups.m4: Likewise.
64909         * m4/getline.m4: Likewise.
64910         * m4/lstat.m4: Likewise.
64911         * m4/malloc.m4: Likewise.
64912         * m4/memcmp.m4: Likewise.
64913         * m4/putenv.m4: Likewise.
64914         * m4/realloc.m4: Likewise.
64915         * m4/regex.m4: Likewise.
64916         * m4/stat.m4: Likewise.
64917         * m4/strftime.m4: Likewise.
64918         Suggestion from Alain Magloire.
64919
64920         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64921         an argument.
64922
64923         * m4/regex.m4: Add a run-time Test for proper operation of
64924         re_compile_pattern.
64925
64926 1999-01-31  Jim Meyering  <meyering@ascend.com>
64927
64928         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64929
64930 1999-01-30  Jim Meyering  <meyering@ascend.com>
64931
64932         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64933
64934         * m4/jm-mktime.m4: Make this a wrapper around the official
64935         AM_FUNC_MKTIME rather than my private copy, now that the official one
64936         is up to date.
64937         * m4/mktime.m4: Remove file.
64938
64939         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64940         * m4/uptime.m4: Likewise.
64941         * m4/uintmax_t.m4: Likewise.
64942
64943 1999-01-28  Jim Meyering  <meyering@ascend.com>
64944
64945         * m4/jm-macros.m4: Use jm_AFS.
64946         * m4/afs.m4: New file (from fileutils' configure.in).
64947
64948         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64949         * m4/chown.m4: Likewise.
64950         * m4/d-ino.m4: Likewise.
64951         * m4/d-type.m4: Likewise.
64952         * m4/fnmatch.m4: Likewise.
64953         * m4/getgroups.m4: Likewise.
64954         * m4/gettext.m4: Likewise.
64955         * m4/jm-mktime.m4: Likewise.
64956         * m4/jm-winsz2.m4: Likewise.
64957         * m4/lcmessage.m4: Likewise.
64958         * m4/ls-mntd-fs.m4: Likewise.
64959         * m4/malloc.m4: Likewise.
64960         * m4/memcmp.m4: Likewise.
64961         * m4/putenv.m4: Likewise.
64962         * m4/realloc.m4: Likewise.
64963         * m4/st_mtim.m4: Likewise.
64964         * m4/strftime.m4: Likewise.
64965
64966 1999-01-16  Jim Meyering  <meyering@ascend.com>
64967
64968         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64969         (ARGMATCH_DIE_DECL): Define.
64970
64971 1999-01-12  Jim Meyering  <meyering@ascend.com>
64972
64973         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64974         Reported by Lars Hecking.
64975
64976 1999-01-10  Jim Meyering  <meyering@ascend.com>
64977
64978         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64979         gross kludge.
64980         * m4/inttypes_h.m4: Likewise.
64981         * m4/lstat.m4: Likewise.
64982         * m4/malloc.m4: Likewise.
64983         * m4/readdir.m4: Likewise.
64984         * m4/realloc.m4: Likewise.
64985         * m4/st_dm_mode.m4: Likewise.
64986         * m4/stat.m4: Likewise.
64987         * m4/utimbuf.m4: Likewise.
64988         * m4/utimes.m4: Likewise.
64989
64990         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64991         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64992         comments in config.h.in are meaningful.
64993
64994         * m4/jm-macros.m4: Require autoconf-2.13 here.
64995
64996         * m4/regex.m4: By default, don't use the included regex.c on systems
64997         with glibc 2.  Suggestion from Uli Drepper.
64998
64999 1999-01-02  Jim Meyering  <meyering@ascend.com>
65000
65001         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65002
65003 1998-12-18  Jim Meyering  <meyering@ascend.com>
65004
65005         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65006         Based on a suggestion from Lars Hecking.
65007
65008 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65009
65010         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65011
65012 1998-11-16  Jim Meyering  <meyering@ascend.com>
65013
65014         * m4/lfs.m4: Double-quote the `uname...` expression.
65015
65016 1998-11-14  Jim Meyering  <meyering@ascend.com>
65017
65018         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65019         * m4/stat.m4: Likewise.
65020
65021 1998-11-03  Jim Meyering  <meyering@ascend.com>
65022
65023         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65024         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65025
65026 1998-10-18  Jim Meyering  <meyering@ascend.com>
65027
65028         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65029
65030 1998-10-17  Jim Meyering  <meyering@ascend.com>
65031
65032         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65033         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65034         calls for those previously hard-coded headers.  Instead, take a new
65035         parameter.
65036         (jm_CHECK_DECLARATIONS): Reflect interface change.
65037         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65038         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65039
65040         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65041
65042 1998-10-14  Jim Meyering  <meyering@ascend.com>
65043
65044         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65045         instead of "TZ=America/Vancouver".  From Paul Eggert.
65046
65047 1998-10-11  Jim Meyering  <meyering@ascend.com>
65048
65049         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65050         This adds a test for a recently added compatibility fix for mktime.c.
65051         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65052
65053 1998-09-27  Jim Meyering  <meyering@ascend.com>
65054
65055         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65056
65057         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65058         ../configure.in, including a change from Gordon Matzigkeit to allow
65059         cross-compiling for the Hurd.
65060
65061         * m4/glibc.m4: New file/macro to test for the GNU C Library
65062         versions 1 and 2.  From Gordon Matzigkeit.
65063         Indent.
65064
65065 1998-09-21  Jim Meyering  <meyering@ascend.com>
65066
65067         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65068
65069 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65070
65071         Port nanosecond-resolution times to UnixWare 2.1.2 and
65072         pedantic Solaris 2.6.
65073
65074         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65075         AC_STRUCT_ST_MTIM.
65076         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65077         Generate name of ns member, instead of just 1 or undef.
65078         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65079
65080 1998-08-15  Jim Meyering  <meyering@ascend.com>
65081
65082         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65083         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65084         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65085         instead of jm_TYPE_SSIZE_T.
65086
65087 1998-08-12  Jim Meyering  <meyering@ascend.com>
65088
65089         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65090
65091 1998-08-02  Jim Meyering  <meyering@ascend.com>
65092
65093         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65094         in acconfig.h manually.
65095
65096 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65097
65098         * m4/st_mtim.m4: New file.
65099
65100 1998-07-28  Jim Meyering  <meyering@ascend.com>
65101
65102         * m4/utimes.m4: Undef stat.
65103
65104 1998-07-25  Jim Meyering  <meyering@ascend.com>
65105
65106         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65107         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65108
65109 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65110
65111         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65112         uid and gid actually remain unchanged.
65113
65114 1998-07-07  Jim Meyering  <meyering@ascend.com>
65115
65116         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65117
65118 1998-07-04  Jim Meyering  <meyering@ascend.com>
65119
65120         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65121         to prove that this macro can be used in packages without regex.c.
65122
65123 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65124
65125         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65126         is to be used.
65127
65128 1998-07-03  Jim Meyering  <meyering@ascend.com>
65129
65130         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65131
65132         * m4/gettext.m4: New file -- from gettext-0.10.35.
65133         * m4/lcmessage.m4: Likewise.
65134         * m4/progtest.m4: Likewise.
65135
65136         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65137         * m4/jm-macros.m4: Require the new macro.
65138
65139 1998-06-29  Jim Meyering  <meyering@ascend.com>
65140
65141         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65142         for the definition of NGROUPS (used in a system header included
65143         by sys/mount.h).
65144
65145 1998-06-28  Jim Meyering  <meyering@ascend.com>
65146
65147         * m4/ls-mntd-fs.m4: New file.
65148         * m4/fstypename.m4: New file.
65149
65150         * m4/jm-macros.m4: Require the new macro.
65151         * m4/jm-glibc-io.m4: New file.
65152
65153 1998-05-19  Jim Meyering  <meyering@ascend.com>
65154
65155         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65156         * m4/lchown.m4: New file.
65157
65158         * m4/Makefile.am.in: New file.
65159         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65160
65161 1998-05-14  Jim Meyering  <meyering@ascend.com>
65162
65163         * m4/Makefile.am (EXTRA_DIST): Add them.
65164         * m4/jm-macros.m4: New file.
65165         * m4/utimbuf.m4: New file.
65166
65167 1998-05-12  Jim Meyering  <meyering@ascend.com>
65168
65169         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65170
65171 1998-05-11  Jim Meyering  <meyering@ascend.com>
65172
65173         * m4/isc-posix.m4: New file.
65174
65175 1998-05-10  Jim Meyering  <meyering@ascend.com>
65176
65177         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65178
65179 1998-05-09  Jim Meyering  <meyering@ascend.com>
65180
65181         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65182         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65183         with automake.
65184
65185         * m4/ssize_t.m4: New file.
65186         * m4/mktime.m4: Remove file -- the new automake has this now.
65187
65188 1998-04-26  Jim Meyering  <meyering@ascend.com>
65189
65190         * m4/assert.m4: New file.
65191         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65192
65193 1998-04-05  Jim Meyering  <meyering@ascend.com>
65194
65195         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65196         (jm_PREREQ): Use it here.
65197
65198 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65199
65200         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65201         in acconfig.h.
65202
65203 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65204
65205         * m4/prereq.m4: New file.
65206         * m4/error.m4: New file.
65207         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65208
65209 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65210
65211         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65212         cache-check for the same variable -- that defeated the purpose of
65213         the test; the test program was never run.  This was a problem only
65214         on systems with losing getline functions -- HP-UX 10.20 is one.
65215         Reported by Bjorn Helgaas.
65216
65217 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65218
65219         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65220
65221 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65222
65223         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65224
65225         * m4/const.m4: New file.  Use an initializer in this declaration
65226         typedef int charset[2]; const charset x;
65227         Reported by Bob Glickstein.
65228
65229 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65230
65231         * m4/chown.m4: Fix reversed types on -1 args to chown.
65232         From Kaveh Ghazi.
65233
65234 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65235
65236         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65237         Add lseek and memchr.
65238
65239         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65240         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65241         have a 20-character limit on names.
65242
65243 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65244
65245         * m4/inttypes_h.m4: New file.
65246         * m4/uintmax_t.m4: New file.
65247         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65248
65249
65250         -----
65251
65252         Local Variables:
65253         coding: utf-8
65254         End:
65255
65256         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65257
65258         Copying and distribution of this file, with or without
65259         modification, are permitted provided the copyright notice
65260         and this notice are preserved.